Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
nananaminer
on 21/12/2017, 08:16:49 UTC
Hey everyone,

How do you check amount of coins in the wallet on terminal screen? I do not have gui access.

Go to your biblepay directory (cd biblepay/src). If you are already running a daemon, type
Code:
./biblepay-cli getbalance
else type the command below to start your daemon and wait till it syncs
Code:
./biblepayd -daemon
To explore other commands enter
Code:
./biblepay-cli help