Running Full Node
Last updated
wget https://raw.githubusercontent.com/loopnetwork/loop-chain/master/loopmainnet.json
wget https://raw.githubusercontent.com/loopnetwork/loop-chain/master/static-nodes.jsonmkdir node./geth --datadir ./node init loopmainnet.json./geth --datadir node1 --syncmode 'full' --gcmode=archive --port 40605 --http --http.port 3545 --http.api 'personal,eth,net,web3,personal,admin,miner,txpool,debug' --bootnodes enode://5cefccf77557d8f41c3ff6777a5c73ef57a4999c8878788e659ec45dcaaca71b0f88e45ca28e1fdcec8731a597793ef698ae74ff0e2648d32ae0325984060569@66.29.131.186:0?discport=40606 --networkid 15551 -unlock '0xf32d3C2cC0e32eb36a0AF24d0B72E43AE41b0230' --allow-insecure-unlock