Skip to content

Commit

Permalink
add store reward
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Jan 21, 2019
1 parent 177b91d commit 87db4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.sh
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions node.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 87db4a0

Please sign in to comment.