-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhowto
More file actions
44 lines (30 loc) · 2.24 KB
/
Copy pathhowto
File metadata and controls
44 lines (30 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# how to run the parser in tcsh:
( ./parseReactorLog.pl logs_0xB8874fCE9b702B191C306A21c7A4a101FB14a0fc_Reactor/* > stdout ) >& stderr & && tail -f stderr
( ./old_working_parseReactorLog.pl logs_0xB8*/*csv > stdout ) >& stderr & ; tail -f stderr
# check linecounts of Reactor csvs
wc -l ~/Downloads/logs_0xB8* logs_0xB8874fCE9b702B191C306A21c7A4a101FB14a0fc_Reactor/*2025-06-??{,-?,-??}.csv
# update all the totals in the chains files to use the smallest values (if sorted in order)
# usage: chain_totaller.pl chains.bohr.otom > recalculated-chains.bohr.otom
./chain_totaller.pl chains.bohr.otom > new.chains.bohr.otom
vimdiff new.chains.bohr.otom chains.bohr.otom
mv new.chains.bohr.otom chains.bohr.otom
# 2025-04-20 Apr.Sun 20:22:38 Calls isotpes_worker.bohr.sh script which calls balanceOf() function with all Bohr Isotopes
# usage: get_isotopes_bohr.alchemy.pl WALLET
# examples:
./get_isotopes_alpha.alchemy.pl 0x2a4A229C4d748C2346963d0bB30C48Cd11021aAc > 0x2a4a22_alpha_isotopes.otom
./get_isotopes_bohr.alchemy.pl 0x2a4A229C4d748C2346963d0bB30C48Cd11021aAc > 0x2a4a22_bohr_isotopes.otom
./get_isotopes_alpha.alchemy.pl 0x620051B8553a724b742ae6ae9cC3585d29F49848 > 0x620051_alpha_isotopes.otom
./get_isotopes_bohr.alchemy.pl 0x620051B8553a724b742ae6ae9cC3585d29F49848 > 0x620051_bohr_isotopes.otom
# 2025-04-20 Apr.Sun 20:22:38 Calls isotpes_worker.bohr.sh script which calls balanceOf() function with all Bohr Isotopes
# usage: get_burnables_alpha.pl WALLET 10
# -produces the strings to send to Annihilator such that you are left with up to 10 of each mineable (if you had that)
# examples:
./get_burnables_alpha.alchemy.pl 0x2a4A229C4d748C2346963d0bB30C48Cd11021aAc 4
./get_burnables_bohr.alchemy.pl 0x2a4A229C4d748C2346963d0bB30C48Cd11021aAc 4
./get_burnables_alpha.alchemy.pl 0x620051B8553a724b742ae6ae9cC3585d29F49848 10
./get_burnables_bohr.alchemy.pl 0x620051B8553a724b742ae6ae9cC3585d29F49848 10
# 2025-11-23 Nov.Sun 22:28:19
# check how many lines in the latest CSV log files I downloaded from shapescan, and redo them if more than 10000 lines
wc -l ~/Downloads/logs_0xB8*.csv
# now move those logs to the right directory
mv ~/Downloads/logs_0xB8*.csv ~/Downloads/NFTs/otom/logs_0xB8874fCE9b702B191C306A21c7A4a101FB14a0fc_Reactor/