Browse Source
make it more obvious not to change the btc and kmd addresses
master
webworker01
7 years ago
No known key found for this signature in database
GPG Key ID: 3A83E267016D3B88
1 changed files with
4 additions and
1 deletions
-
webworker01/stats
|
|
@ -1,12 +1,15 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
#==Options Only Change These== |
|
|
|
#Seconds in display loop, change to false if you don't want it to loop |
|
|
|
sleepytime=600 |
|
|
|
|
|
|
|
#How many transactions back to scan for notarizations |
|
|
|
txscanamount=10000 |
|
|
|
#==End Options== |
|
|
|
|
|
|
|
#Don't change below unless you know |
|
|
|
|
|
|
|
#Don't change below (incl the addresses!) |
|
|
|
IFS= |
|
|
|
source coinlist |
|
|
|
utxoamt=0.00010000 |
|
|
|