Skip to content

Instantly share code, notes, and snippets.

View u-u-z's full-sized avatar
🧶
play blender

Remi_IO u-u-z

🧶
play blender
View GitHub Profile
@u-u-z
u-u-z / README.md
Created July 21, 2022 18:17 — forked from MJeorrett/README.md
Private Ethereum network using Clique

DRAFT

Assume working directory of ~/playground/ethereum and that terminal windows are all opened here.

Create account

$ geth --datadir ./node1 account new

You will be prompted to enter and confirm a password. This will create a "keystore" directory in your working directory with the key for the created account saved in it.