Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

MinseokOh/pivx_qtbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PIVX Install Shell

alt text

Commands

#install wallet

git clone https://github.com/MinseokOh/pivx_qtbuild.git
cd pivx_qtbuild
bash pivx.sh install

#run wallet 

cd pivx_qtbuild
bash pivx.sh run

#stop wallet

cd pivx_qtbuild
bash pivx.sh stop

$update wallet

cd pivx_qtbuild
bash pivx.sh update

Edit conf

Open conf file

vi ./.pivx/pivx.conf

Paste conf

rpcuser=[rpcusername]
rpcpassword=[rpcpassword]
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
masternode=1
masternodeprivkey=[masternodegenkey]
externalip=[serverip]

that's all! enjoy masternode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages