Last active
February 14, 2023 06:55
-
-
Save shrujandev/43e4bf59c10042e491975ca94d1697c4 to your computer and use it in GitHub Desktop.
Revisions
-
shrujandev revised this gist
Feb 14, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,6 @@ after getting terminal > eth.accounts > eth.blockNumber > miner.start() > miner.stop() > eth.getBalance(" ") > exit -
shrujandev created this gist
Feb 14, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ /home/seed/shrujandev/bc/go-ethereum/build/bin/geth --datadir ~/ethereum/net3/ init genisis3.json /home/seed/shrujandev/bc/go-ethereum/build/bin/geth --datadir ~/ethereum/net3/ --networkid 3 console #this opens a console after getting terminal > personal.newAccount() > eth.accounts > eth.blockNumber > miner.start() > miner.stop()