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

Keybase proof

I hereby claim:

  • I am u-u-z on github.
  • I am remi_io (https://keybase.io/remi_io) on keybase.
  • I have a public key ASAAXavTUpcHV5aGXo65gwMGj3EdgQkNs58e6qImWifwtQo

To claim this, I am signing this object:

@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.

did:3:bafyreihjq4fpueqgzpi4vn4kaenecl7igcx2i25vnfrzzrvgqtrhvvxpku
@u-u-z
u-u-z / yaml
Created March 8, 2021 06:05
adminer.yml
# Use root/example as user/password credentials
version: '3.1'
services:
adminer:
image: adminer
restart: always
ports:
- 127.0.0.1:33060:8080