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
./biblepay-cli getbalance
else type the command below to start your daemon and wait till it syncs
./biblepayd -daemon
To explore other commands enter
./biblepay-cli help