Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dumpprivkey error #333

Closed
chengmiaook opened this issue Dec 17, 2018 · 4 comments
Closed

dumpprivkey error #333

chengmiaook opened this issue Dec 17, 2018 · 4 comments
Assignees

Comments

@chengmiaook
Copy link

i use testnet zcoin core v0.13.7.1

i dump my private key ,it get waring!

WARNING! Your one time authorization code is: wTyt
This command exports your wallet private key. Anyone with this key has complete control over your funds.
If someone asked you to type in this command, chances are they want to steal your coins.
Zcoin team members will never ask for this command's output and it is not needed for Znode setup or diagnosis!

Please seek help on one of our public channels.
Telegram: https://t.me/zcoinproject
Discord: https://discordapp.com/invite/4FjnQ2q
Reddit: https://www.reddit.com/r/zcoin/

(code -1)

hao can i do, i wang to get my privatekey please

@a-bezrukov
Copy link
Contributor

a-bezrukov commented Dec 17, 2018

Please see the dumpprivkey command help to get information on how to run dumpprivkey.
Per multiple user requests there was an one time authorization mechanism implemented for this command. To use it, one would need to

  1. run dumpprivkey command without an OTA code to get one
  2. run dumpprivkey command with the OTA code received from the previous call

Example:
Command 1: zcoin-cli dumpprivkey YOUR_ADDRESS_HERE
Result 1:

WARNING! Your one time authorization code is: 1234
This command exports your wallet private key. Anyone with this key has complete control over your funds.
If someone asked you to type in this command, chances are they want to steal your coins.
Zcoin team members will never ask for this command's output and it is not needed for Znode setup or diagnosis!

Please seek help on one of our public channels.
Telegram: https://t.me/zcoinproject
Discord: https://discordapp.com/invite/4FjnQ2q
Reddit: https://www.reddit.com/r/zcoin/

Command 2: zcoin-cli dumpprivkey YOUR_ADDRESS_HERE 1234
Result 2: The corresponding private key

@a-bezrukov a-bezrukov self-assigned this Dec 17, 2018
@chengmiaook
Copy link
Author

thank you! i know

@riordant
Copy link
Contributor

riordant commented Dec 17, 2018

@chengmiaook : Please be aware of scammers. No member of the Zcoin team will EVER ask you for a private key, or a key file dump. Thanks

@chengmiaook
Copy link
Author

yes, I know, I am just making a self-built transaction, storing the private key in the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants