Revealing Your Vote
Signing Your Address
curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"chain_signAddress","params":["address", "private_key"],"id":1}' localhost:6969/pchaincurl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"chain_signAddress","params":["0x4CACBCBF218679DCC9574A90A2061BCA4A8D8B6C", "0xD8AF52E355CD070ED3401800CBC920B6E94F3C49B42808C3049BF7BDB1FA3B19"],"id":1}' localhost:6969/pchain
"0x1214608bcdf2e464b2d37d19b1b671482253e275d33079264045253fbb18689385ac0d5b4128d0c593211588deafd9ea2507b4858bdd42aaef3999045c0407ae"Sending the Reveal Transaction
curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"tdm_revealVote","params":["address", "blspubkey", "amount", "salt", "signature"],"id":1}' localhost:6969/pchainCheck Next Epoch's Validators
Do I Need to Vote Every Epoch?
How to Quit Being a Validator
Last updated
Was this helpful?