Skip to content

Instantly share code, notes, and snippets.

@achiko
Created March 22, 2016 15:38
Show Gist options
  • Save achiko/d81f3030adb91de0dccb to your computer and use it in GitHub Desktop.
Save achiko/d81f3030adb91de0dccb to your computer and use it in GitHub Desktop.
geth --mine --minerthreads=4 --identity "MyNodeName" --genesis CustomGenesis.json --rpc --rpcport "8000" --rpccorsdomain "*" --datadir "C:\Users\user\AppData\Roaming\Ethereum\testnet" --port "30303" --nodiscover --ipcapi "admin,db,eth,debug,miner,net,shh,txpool,personal,web3" --rpcapi "db,eth,net,web3" --autodag --networkid 1900 --nat "any" --unlock 8dc76d4bd88d9e38b5eca20ef82b0fe2d9bff369
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment