Ok I found the private key opt. It's 159 for private and 31 for public if anyone is interested.
As I said the pull request is under review at the moment at
vanity-plus repository with pull request
https://github.com/exploitagency/vanitygen-plus/pull/28If you don't want to wait before the pull request is merged you can clone by repo with the DeepOnion support from
https://github.com/chillerfx/vanitygen-plusThe instructions and guides how to build vanitygen and generate address is in the repo
Later I will write a post on steemit and repost it to deeponion forum when my ban lifts (aug 29)
You can tip me to DonioN7gV9qjCZWfdKxGXDYdrhLoZMDVV5 now !
Could you give a little more specific instructions on how to vies the private key of your wallet? I was wondering this earlier.
You can view your private key by opening deep onion wallet client going to setting -> debug window -> console and entering dumpprivkey <address> if the wallet is unlocked. If it locked enter walletpassphrase <passphrase> <time in seconds>.
If you use vanity generated address you import the key by unlocking your wallet and entering importprivkey <privkey> and now you can use address such as DonioN7gV9qjCZWfdKxGXDYdrhLoZMDVV5
Good advice. Plus I want to add that there is a tutorial on how to manage QT wallets.
If you go to the help>debug options.. just type
-getinfo to get current block numbers and difficultis
-help for all available options
important ones are
-dumpprivkey <acc address> This will provide you the private key for that address. Save this.
If you change desktop and want to import the wallet to new desktop. Either transfer wallet.dat from previous desktop's %APPDATA%\deepOnion folder to newer desktop at the same place. Or use the private key that you just dumped and import it using.
-importprivkey <privkey>
If the transactiosn are showing / missing then try
-repairwallet option
you can give a shot to
-repairwallet if you are seeing wrong balance in the wallet.
I hope this helps.
Play around with help options carefully.