diff --git a/main.sh b/main.sh index bc666d9..c345ef2 100644 --- a/main.sh +++ b/main.sh @@ -34,6 +34,7 @@ ${PROJECT_DIR}/build/bin/tomo \ --bootnodes "enode://7d8ffe6d28f738d8b7c32f11fb6daa6204abae990a842025b0a969aabdda702aca95a821746332c2e618a92736538761b1660aa9defb099bc46b16db28992bc9@127.0.0.1:30301" \ --maxpeers 25 \ --announce-txs \ + --store-reward \ --txpool.globalqueue 5000 \ --txpool.globalslots 5000 \ --syncmode "full" --datadir ./node --networkid ${NETWORK_ID} --port 30303 \ diff --git a/node.sh b/node.sh index f27c109..9c9ba88 100644 --- a/node.sh +++ b/node.sh @@ -23,6 +23,7 @@ ${PROJECT_DIR}/build/bin/tomo --bootnodes "enode://7d8ffe6d28f738d8b7c32f11fb6da --datadir ./node --networkid ${NETWORK_ID} --port 30303 --rpc --rpccorsdomain "*" \ --rpcaddr 0.0.0.0 --rpcport 8545 --rpcvhosts "*" --unlock "${wallet}" --password .pwd \ --ws --wsaddr 0.0.0.0 \ + --store-reward \ --wsport 8546 --wsorigins "*" --maxpeers 25 \ --mine --gasprice "${GASPRICE}" --targetgaslimit "84000000" --verbosity ${VERBOSITY} \ --ethstats "${NODE_NAME}:test&test@${MAIN_IP}:3002"