Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
znffal
on 12/12/2017, 19:11:56 UTC
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

Code:
cd

./biblepay/src/biblepayd -daemon


If you want to run the gui, instead do this


Code:
cd

./biblepay/src/qt/biblepay-qt &