Skip to content

Instantly share code, notes, and snippets.

@mmahut
Last active December 31, 2019 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmahut/5e2dc6de34ca76dfe7885aa3f7bd7410 to your computer and use it in GitHub Desktop.
Save mmahut/5e2dc6de34ca76dfe7885aa3f7bd7410 to your computer and use it in GitHub Desktop.
Delegate using jcli
  1. Download cardano-wallet, at https://hydra.iohk.io/jobset/Cardano/cardano-wallet#tabs-jobs find you architecture, for example ''cardano-wallet-jormungandr-linux64'' and download the latest build, for example I downloaded ''cardano-wallet-jormungandr-2019.12.23-linux64.tar.gz'.

  2. Recover your private key from your mnemonic:

$ cardano-wallet-jormungandr-2019.12.23/cardano-wallet-jormungandr mnemonic reward-credentials
Please enter your 15–24 word mnemonic sentence: ...
  1. Use the https://github.com/input-output-hk/jormungandr-qa/blob/master/scripts/delegate-account.sh script to delegate to multiple pools like so:
$ ./delegate-account.sh "7e89bbfe118eaf12146fe5ea97e9454bfac3f14605e3b51706cd4accdf0fdae0 0d4a5a0f2f575034f1ae0459b9bc9f492c9e320ce7958f091cc21bbcbe62946e" 8443 ed25519e_sk1...(secret key from cardano-wallet output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment