firoorg / firo

The privacy-focused cryptocurrency
https://firo.org
MIT License
718 stars 357 forks source link

dumpprivkey error #333

Closed chengmiaook closed 5 years ago

chengmiaook commented 5 years ago

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 commented 5 years ago

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

chengmiaook commented 5 years ago

thank you! i know

riordant commented 5 years ago

@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 commented 5 years ago

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