how do you run bible-pay from terminal?
I can't seem to find "./biblepayd -daemon" in the src folder.
So from the terminal you change directory to your home location, then start using the code below
cd
./biblepay/src/biblepayd -daemon
If you want to run the gui, instead do this
cd
./biblepay/src/qt/biblepay-qt &