-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated genesis #44
Updated genesis #44
Conversation
gaia-6000/genesis.json
Outdated
{ | ||
"pub_key": { | ||
"type": "AC26791624DE60", | ||
"value": "ah3JtmBA7gbxSiimPsLqQlV85gpNOUBJMvnxGx8eVlo=" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it an error that my node pub_key appear twice here? Was it because I declare two validator candidates using the same pub_key before? cosmos/cosmos-sdk#1010
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am gonna delete the duplicate key
gaia-6000/genesis.json
Outdated
}, | ||
{ | ||
"denom": "forboleToken", | ||
"amount": 1000 | ||
} | ||
] | ||
}, | ||
{ | ||
"address": "B75C2C4309475C91E8DE271BC52CBAC408365B83", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to separate the tokens between my validator owner and faucet addresses. Can we do that here, or should I manually send the coins to the faucet address later?
Validator Owner Address: B75C2C4309475C91E8DE271BC52CBAC408365B83
Faucet Address: FD30D5C983FFEDEC069C3DDFCF270E41A556A86E
gaia-6000/genesis.json
Outdated
"name":"naruemon" | ||
}, | ||
{ | ||
"pub_key": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two idoors here. Are the different people?
gaia-6000/genesis.json
Outdated
"name": "polsdam" | ||
}, | ||
{ | ||
"pub_key": { | ||
"type": "AC26791624DE60", | ||
"value": "SW12+WpGKUCO9oT2CV0CD5kUclbXjJHV1MjerLWB7Oc=" | ||
}, | ||
"power": 100, | ||
"power": 1000, | ||
"name": "lino" | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who is the empty validator?
Creates the necessary delegator pools fixes the faucet address
New genesis file that makes all the online validators from gaia-5001 into genesis validators