Skip to content

Instantly share code, notes, and snippets.

@ice09
Created May 22, 2018 18:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ice09/04d3272869cfa796d018636a36f23f17 to your computer and use it in GitHub Desktop.
Cliquebait, start Geth private network in docker with customizable extra accounts (to sync eg. with Rinkeby without changing app code)
[
{
"password":"123654789",
"keystore": {
"address":"627306090abab3a6e1400e9345bc60c78a8bef57",
"crypto":{
"cipher":"aes-128-ctr",
"ciphertext":"9e1d0c1693db4b0b6a3d0ee8a81ea21e20dc5fa894437144e0b6e72748f2165b",
"cipherparams":{
"iv":"b0da55dd00ecc9f5d161f66b67394ed5"
},
"kdf":"scrypt",
"kdfparams":{
"dklen":32,
"n":262144,
"p":1,
"r":8,
"salt":"e1c7a3255c16ddaf8824398bafdeb8aca4cfc6ef911332b8ebd2f0ef22188419"
},
"mac":"d884333e751fc38e6b3174e0ed452829222f60987a1477411b71e0552bfcc34b"
},
"id":"39f38de0-0a52-4c3d-8cbe-416327f2fbb7",
"version":3
}
}
]
docker run --rm -it -v /Users/ice09/dev/private_chains/cliquebait/extra-accounts.json:/extra-accounts.json -p 8545:8545 foamspace/cliquebait:latest /cliquebait/run.bash --rpccorsdomain='*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment