Skip to content

Instantly share code, notes, and snippets.

@HenryYoung42
Last active October 22, 2019 08:36
Show Gist options
  • Save HenryYoung42/b222622ff507345ddc4476f976f1a7f5 to your computer and use it in GitHub Desktop.
Save HenryYoung42/b222622ff507345ddc4476f976f1a7f5 to your computer and use it in GitHub Desktop.
./eccoind
./eccoind walletpassphrase "<passphrase>" 9999999 true
# to find out if node is staking
./eccoind getgeneratepos
# to toggle stating on/off
./eccoind setgeneratepos
@HenryYoung42
Copy link
Author

Note that with eccoin there is no eccoin-cli as with Bitcoin. With eccoin, the cli functionality is built into eccoind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment