MultiBlack HD

Donate

BEuffQ7UKb4PZaPwpXgeVM6TmUU6m96gS5

Imagine you could connect to the Blackoin network immediately!

No overnight waiting for the chain download. This wallet has bootstrapped pruned chain(only last 500 blocks and utxo) You're connected almost instantly.

What is MultiBlack HD?

MultiBlack HD is a fork. MultiBit gets around 4,500 downloads every day.

"This is the kind of wallet you can give your mum," says Rowe.

Install

Binaries were created using multi-platform installer builder install4j

multiblack-hd_macos_0_36.dmg (Mac OSX)
multiblack-hd_windows_0_36.exe
multiblack-hd_unix_0_36.sh (Linux/Unix)

Manual install

java(Skip if you already have JRE).
into your favourite directory and double click on multiblack-hd.jar.

Have a paper and pencil ready to save your random words and timestamp.

MultiBlack HD GitHub

Troubleshooting

Synchronization takes forever. No blocks are downloaded. Exit MltiBlack HD. Delete "MutliBlackHD" directory from your users directory(Mac - /Library/Application Support/, Windows - %APPDATA%), start MutliBlack HD, "Restore wallet" with the words and timestamp you saved on paper

How to get to Blackcoins only with your 12 words and Timestamp(without MultiBlack)

Beacause you wallet is HD, you can derive all your addresses private keys and import them to reference blackcoin client.
  1. Use this tool to derive your addresses and their corresponding priv keys, by entering your 12-word passphrase, and setting BIP32 derivation path to: m/0'/0
  2. This will yield a sequence of public addresses. Read down from the top of the list, this is the order in which your HD wallet generates pub keys, so the addy(s) you used will start from the top.
  3. For each public address, you will see a corresponding private key in the neighboring column. Highlight, copy & paste your used addys and their priv keys into a text editor and close out of the tool.
  4. Open and sync the wallet client you will be importing into. Note: For the import operation, you will need to fully UNLOCK your wallet (not just 'for staking only', but completely). Having done that, go to Help>Debug window, console tab. You will be using the 'importprivkey' command, as follows:

    importprivkey <privkeygoeshere> <label> true

    ((leaving out the <><> do-hickies)).

    Hit enter. Your wallet will immediately begin a rescan and the gui will appear to hang - don't worry, it's just working on the rescan. BE PATIENT, this can easily take 15 mins or more. You'll see when it's done, and that your import is reflected in a new coin balance and corresponding transaction history. (Delete console history as your privkey is still showing in plaintext when you get to this point. ;)
  5. Go back to console tab and enter 'walletlock'
  6. Lastly, clean up well. You don't want to leave those privkeys lying around, e.g. in notepad or still in clipboard).