How do I stake my Diode tokens for mining?

You can use the console to add stake for your miner. The following example will stake 5 Diode, if available in your balance.

To test if the transaction will work:

Shell.call_from(Diode.miner, Diode.registry_address, "MinerStake", [], [], value: Shell.ether(5))

To submit the transaction:

Shell.submit_from(Diode.miner, Diode.registry_address, "MinerStake", [], [], value: Shell.ether(5))


How did we do?


Powered by HelpDocs (opens in a new tab)

Powered by HelpDocs (opens in a new tab)