Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchaintraining90 authored Mar 19, 2023
1 parent 40d7ff4 commit da079a4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions class 7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,17 @@ Steps to run a GETH node:
--------------------------

1. geth --datadir ethdata account new
0x3d2B8532E6f758068402DF5B4C105678C31cc4c7
2.
2. nano genesis.json
3. geth --datadir=”ethdata” init genesis.json
4. geth --datadir=”ethdata” --networkid 15 --nodiscover --rpc --rpcport “8000” --rpccorsdomain “*” --rpcapi “eth,net,web3,miner,debug,personal,rpc” --networkid 1999 console
4. geth --datadir=”ethdata” --networkid 15 --nodiscover --networkid 1999 console
5. web3.setEtherbase("0x3d2B8532E6f758068402DF5B4C105678C31cc4c7")
5. miner.start()
6. miner.stop()

7. geth attach ipc:/home/goudjagadeeshgm/Downloads/”ethdata”/geth.ipc

0x3d2B8532E6f758068402DF5B4C105678C31cc4c7




Expand Down

0 comments on commit da079a4

Please sign in to comment.