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 MultiBit fork. MultiBit gets around 4,500 downloads every day.
-
very fast synchronization without the need for external servers (MultiBlack HD is standalone)
-
easy to use (it is designed for anyone with basic computer skills)
-
a simple 12-word passphrase written down protects all your blackoins forever (see BIPs 32/39/44 )
-
automatic strongly encrypted backups to the cloud (e.g. SpiderOak or Dropbox)
-
multiple languages (40+)
-
customisable themes to ensure it fits perfectly with the rest of your system
-
manage payments split over several transactions
-
intuitive display of activity so you can track what's happening at a glance
-
and one feature more.. typical for POS coins
"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
Install java(Skip if you already have JRE).
Extract files 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.
- 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
- 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.
- 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.
- 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. ;)
- Go back to console tab and enter 'walletlock'
- Lastly, clean up well. You don't want to leave those privkeys lying around, e.g. in notepad or still in clipboard).