Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. geth --datadir=$DATA_DIR --port=$NODE_PORT
  2. --rpc --rpcapi="eth,miner,net,web3,personal,txpool" --rpcaddr=$NODE_IP --rpcport="$NODE_PORT_RPC"
  3. --rpccorsdomain "*"
  4. --ws --wsaddr $NODE_IP --wsapi "eth,miner,net,web3,personal,txpool" --wsorigins "*"
  5. --networkid $NETWORKID
  6. --identity "$NODENAME"
  7. --nodiscover --maxpeers 0
  8. --etherbase 0
  9. --unlock 0,1,2,3,4,5,6 --password $COINBASE_PWD
  10. --lightkdf
  11. --cache 512
  12. --mine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement