Last active
March 19, 2020 01:33
-
-
Save denniswon/7842387e5fa5cc921b27ccee409ffae9 to your computer and use it in GitHub Desktop.
staking txns for ostn0318
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./hmy --node=https://api.s0.os.hmny.io staking create-validator \ | |
--validator-addr one12sujm2at8j8terh7nmw2gnxtrmk74wza3tvjd9 --amount 10 \ | |
--bls-pubkeys 0x9119a69c0fcb278627972940a76bcf1b3e795f436f244d549ee7c30f8c725ed3294fa46c14f1790240b1a22765d2340a \ | |
--name "dennis" --identity "won" --details "denniswon" \ | |
--security-contact "[email protected]" --website "denniswon.com" \ | |
--max-change-rate 0.1 --max-rate 0.1 --rate 0.1 \ | |
--max-total-delegation 100 --min-self-delegation 10 --passphrase | |
private key: 44c46a0527ed82c57589854ffe1ac566450d9140b34cbf92548cab768deaf4268eeccfcef5b9439ddd265e585c2c2b05.key | |
ubuntu@ip-172-31-16-131:~ $ hmy keys get-public-bls-key 44c46a0527ed82c57589854ffe1ac566450d9140b34cbf92548cab768deaf4268eeccfcef5b9439ddd265e585c2c2b05 | |
{ | |
"public-key": "0x9119a69c0fcb278627972940a76bcf1b3e795f436f244d549ee7c30f8c725ed3294fa46c14f1790240b1a22765d2340a", | |
"private-key": "0x44c46a0527ed82c57589854ffe1ac566450d9140b34cbf92548cab768deaf4268eeccfcef5b9439ddd265e585c2c2b05" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment