Karbowanec works through 2 separate binary files operated through command line:
- karbowanecd – daemon to synchronize the blockchain and mine krbcoins.
- simplewallet – wallet to receive and send funds.
Make sure to place these files in one separate folder.
- Unzip the archive to one separate folder. Karbowanec will generate
additional data files and log files in the same directory.
The blockchain data is stored in
~/.karbowanec
on Linux/Unix systems,C:\Users\%USERNAME%\AppData\Roaming\karbowanec
on Windows or in~/Library/Application support/
on Mac OS.
-
Open karbowanecd
-
Wait until karbowanecd is synchronized. This may take a while. You will be notified with several green "SYNCHRONIZED OK" messages.
-
Open simplewallet.
After karbowanecd is launched you will have to wait until it is synchronized with the network. You will be notified with several green "SYNCHRONIZED OK" messages. Here are the most important daemon commands:
start_mining <SECRET_SPEND_KEY> <SECRET_VIEW_KEY> [threads=1]
Start mining in several threads to a given walletstop_mining
Stop miningshow_hr
Show current mining hashratehide_hr
Stop showing current mining hashratehelp
Show all daemon commandsexit
Exit karbowanecd
Please refer to Mining guide for more info.
Simplewallet can only be used after the daemon is launched and synchronized. Simlewallet automatically synchronizes with karbowanecd. Here are the most important wallet commands:
address
Show your wallet addressbalance
Show current wallet balancetransfer <mixin_count> <address> <amount>
Send money to<address>
with a mixing amount of<mixin_count>
start_mining <threads>
Start mining in daemon with several threads to the current wallet addressstop_mining
Stop mining in daemonhelp
Show all wallet commandsexit
Exit simplewallet