How Can We Help?
How to update my biblepayd in Linux (Ubuntu)
The following set of steps will remove the current biblepayd daemon and update it with a compiled version from BiblePay web site. You can always compile your own version if you use from source:
biblepay-cli stop
sleep 30
cd /usr/local/bin
rm biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
wget https://biblepay.org/biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
tar xvf biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
rm biblepayd-evo-x86_64-pc-linux-gnu.tar.gz
biblepayd --version
biblepayd --daemon
cd ~
cd .biblepayevolution
tail -f debug.log