Post
Topic
Board Announcements (Altcoins)
Re: [PHR] PHORE BLOCKCHAIN - Private Decentralized Marketplace & Ecosystem. POS/MN.
by
lemonandfriesonetwo
on 02/02/2019, 18:24:01 UTC
Hi,

I got an error when I tried to update my masternode  from 1.6.0 to 1.6.1

Error: Cannot obtain a lock on data directory /root/.phore. Phore Core is probably already running.

I use the following command (Installed masternodes with another method):

cd /root
wget https://github.com/phoreproject/Phore/releases/download/v1.4.4/phore-1.4.4-x86_64-linux-gnu.tar.gz
tar zxvf phore-1.4.5-x86_64-linux-gnu.tar.gz
mkdir phore-old
mv /usr/local/bin/phore* phore-old/
cp /root/phore-1.4.5/bin/phore* /usr/local/bin/
phore-cli stop
phored -daemon

Error: Cannot obtain a lock on data directory /root/.phore. Phore Core is probably already running.


How can I solve it please?
Thanks

You see the parts that are bold red? change them to 1.6.1

I have made this mistake before, it's common I'm sure.