Skip to content

Instantly share code, notes, and snippets.

CELO_GENESIS_VALIDATOR_SIGNER_ADDRESS=0x606311948f7426Ddfd23C1521b15eDDB52E83B29 CELO_GENESIS_VALIDATOR_SIGNER_BLS_PUBLIC_KEY=3b0ffa0a101f959879b7e14d830862981d6c311ffd440f214eee0a2891743a25355e9230266aeadbd20f3bde0ccb30008bf326df8fba9b701d4764ad49663da19417132edf4281df4560715649491d9794dc64e9540d16b51b362e139c3aa701 CELO_GENESIS_VALIDATOR_SIGNER_BLS_SIGNATURE=363688de4b6c0aa6a53cc337dcee033ad9f73fb981930e78be0bbeea593b9cf94553a8512f8049a1ffa17d88d9774381 CELO_RELEASE_GOLD_BENEFICIARY_ADDRESS_1=0x4e1a3c4246faaefc2987cf19b5b0d958e4e42a0e CELO_RELEASE_GOLD_BENEFICIARY_ADDRESS_2=0x5863e292fbdccb8bb3c8dd356c201a5e1524e419

@crainbf
crainbf / celo-stake-off.md
Created December 10, 2019 15:00
Chorus One Celo

CELO_VALIDATOR_ADDRESS: 575240f049aea7bc783f60bebd7fcb5584a54b4a CELO_VALIDATOR_GROUP_ADDRESS: 9abd6739153d95512d0d68ec0960d296e2f174bc

Keybase proof

I hereby claim:

  • I am crainbf on github.
  • I am crainbf (https://keybase.io/crainbf) on keybase.
  • I have a public key whose fingerprint is 07F2 2AD9 37AE 7B49 0523 7D8D 07CC 83F6 8DC8 7054

To claim this, I am signing this object:

bash-3.2$ ./test-debug.sh
Attaching to helloworlddapp_ipfs_1, helloworlddapp_helloworldmaster_1, helloworlddapp_compilers_1
ipfs_1 | initializing ipfs node at /data/ipfs
ipfs_1 | Error: ipfs configuration file already exists!
helloworldmaster_1 |
helloworldmaster_1 |
ipfs_1 | Reinitializing would overwrite your keys.
ipfs_1 | (use -f to force overwrite)
ipfs_1 |
ipfs_1 | Initializing daemon...
bash-3.2$ ./test.sh
2015/06/11 08:48:57 compiling remotely... http://compilers:9099/compile
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7 100 7 0 0 64 0 --:--:-- --:--:-- --:--:-- 64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7 100 7 0 0 129 0 --:--:-- --:--:-- --:--:-- 129
This file has been truncated, but you can view the full file.
bash-3.2$ ./test-debug.sh
Attaching to helloworlddapp_ipfs_1, helloworlddapp_helloworldmaster_1, helloworlddapp_compilers_1
ipfs_1 | initializing ipfs node at /data/ipfs
ipfs_1 | Error: ipfs configuration file already exists!
ipfs_1 | Reinitializing would overwrite your keys.
ipfs_1 | (use -f to force overwrite)
ipfs_1 |
ipfs_1 | Initializing daemon...
ipfs_1 | Gateway (writable) server listening on /ip4/0.0.0.0/tcp/8080
ipfs_1 | API server listening on /ip4/0.0.0.0/tcp/5001
@crainbf
crainbf / stroop.css
Last active December 12, 2015 12:29 — forked from manastungare/stroop.css
* {
font-family: Helvetica, sans-serif;
box-sizing: border-box;
}
body {
height: 100%;
background-color: black;
color: white;
}