Post
Topic
Board Announcements (Altcoins)
Re: ★★DigiByte|极特币★★[DGB]✔ DigiSync v6.14.2 - DigiSpeed - Segwit -DiguSign
by
Jumbley
on 31/12/2017, 14:06:44 UTC
On zpool.ca i mined XVG coin, and him send mi coin to dgb wallet. Admin say " import your XVG private key for that address into a DGB wallet and you'll retrieve those coin " How??? Please help me ...

http://prntscr.com/hu7ebv

https://digiexplorer.info/address/DAkF9qw1sMygb6pHZWuhZwTgxSsRrb3uJw

Try it! From your DigiByte wallet: 1. help, 2. Debug window, 3. console   then type, importprivkey "5yourveryveryveryverylongprivatekeystring" ( the XVG private key, I assume you already have).

I have no idea about XVG wallets but if it is qt-like, from the console you will need to do something like this:
    Click on 'help' in the menu bar (top right)
    Click on 'debug window'
    Select the 'console' tab
    If your wallet is protected by a passphrase (i.e. you have to enter a passphrase before you can send) unlock it by typing

    walletpassphrase "your walletpassphrase here" 600
    dumpprivkey "DAkF9qw1sMygb6pHZWuhZwTgxSsRrb3uJw"
    This will return the private key

    Once you have your private key if you had to unlock your wallet you can relock it by exiting or typing:

    walletlock

you will need to open your DGB wallet with the passphrase command too, if your wallet is protected with a passphrase.