Skip to content

givanse/pivx-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node setup

mkdir ~/.pivx
cd ~/.pivx
wget https://github.com/givanse/pivx-helpers/archive/master.zip
unzip master.zip
mv pivx-helpers-master/bin .
echo 'export PATH=$HOME/.pivx/bin:$PATH' >> ~/.bash_paths
source ~/.bash_profile

Upgrading the wallet

Ex:

# stop the daemon
pivx-cli stop

# use the link that is appropriate for your architecture
wget https://github.com/PIVX-Project/PIVX/releases/download/v3.0.0/pivx-3.0.0-arm-linux-gnueabihf.tar.gz
tar -xvzf pivx-3.0.0-arm-linux-gnueabihf.tar.gz
cp pivx-3.0.0/bin/* ~/.pivx

# restart the daemon
~/.pivx/pivxd 

# start staking
~/.pivx/bin/unlock-for-staking

Links

Releases

No releases published

Packages

No packages published

Languages