Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. geth account new --datadir /path/to/your/custom/datadir
  2.  
  3. geth --datadir /path/to/your/custom/datadir init genesis.json
  4.  
  5. personal.unlockAccount(eth.accounts[0], "<password>", 0)
  6.  
  7. miner.start(1)
Add Comment
Please, Sign In to add comment