Replace the Datadir2 files on your computer.



1. Creating a wallet

To create a wallet, you need to run harbid with utxoindex

harbid --utxoindex


2. Open another terminal


harbiwallet create


You will be asked to choose a password for the wallet (a password must be at least 8 characters long, and it won't be shown on the screen you as you entering it). After that you should run this command in order to start the wallet daemon:

harbiwallet start-daemon


3. Do not close the first 2 terminals and open a new terminal and then run this in order to request an address from the wallet:


harbiwallet new-address


  • Your screen will show you something like this:

The wallet address is: harbi:qrvwazapajffhp5mmc65uwh8d887yckdhheu3hayqrzhf5mt3h7cxad0zuyzh

4. To see your secret seed phrase


harbiwallet dump-unencrypted-data


Note: Every time you ask harbiwallet for an address you will get a different address. This is perfectly fine. Every secret key is associated with many different public addresses and there is no reason not to use a fresh one for each transaction.
At this point your can close the wallet daemon, though you should keep it running of you want to be able to check your balance and make transactions



Windows CPU Mining

1. Run the Node


harbid --utxoindex
pause


2. Open another terminal


harbiminer.exe /miningaddr:harbi:wallet
pause


Wait for the "generating DAG" to end.

Generating DAG, please wait ...


After which the mining will begin.

Linux CPU Mining

1. Run the Node


harbid --utxoindex


2. Open another terminal


harbiminer --miningaddr=harbi:wallet


Wait for the "generating DAG" to end.

Generating DAG, please wait ...


After which the mining will begin.

Send coins


harbiwallet send -v 10 -t harbi:wallet