github.com/deso-protocol/core@v1.2.9/scripts/nodes/n0 (about) 1 DATE=`date +%Y%m%d-%H:%M:%S-%N` 2 3 rm /tmp/main.*.log 4 5 (cd ../../ && go build -o backend -gcflags="all=-N -l" main.go && \ 6 ./backend run \ 7 --glog-v=0 \ 8 --glog-vmodule="*bitcoin_manager*=2,*balance*=2,*view*=2,*frontend*=2,*peer*=0,*addr*=0,*network*=0,*utils*=0,*connection*=0,*main*=0,*server*=2,*mempool*=2,*miner*=2,*blockchain*=2" \ 9 --num-mining-threads=1 \ 10 --txindex=true \ 11 --data-dir=$HOME/data_dirs/n0_1 \ 12 --block-cypher-api-key=092dae962ea44b02809a4c74408b42a1 \ 13 --connect-ips=35.232.92.5:17000 14 ) 15 16 # These are nodes that can be relied upon if the decentralized seed 17 # node discovery mechanism fails. 18 # --connect-ips=35.232.92.5:17000