-
Notifications
You must be signed in to change notification settings - Fork 0
Home
yayboss edited this page May 26, 2018
·
1 revision
NECESSARY DEPENDENCIES
sudo apt-get updatesudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev gitsudo apt-get install libboost-all-devsudo apt-get install software-properties-commonsudo add-apt-repository ppa:bitcoin/bitcoinsudo apt-get updatesudo apt-get install libdb4.8-dev libdb4.8++-devsudo apt-get install libminiupnpc-dev
QT 4 for GUI Wallet
sudo apt-get updatesudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
QT 5 for GUI Wallet
sudo apt-get install libqrencode-devsudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
CLONING AND BUILDING
sudo git clone https://github.com/yayboss/yaycoin.gitcd yaycoin/srcsudo chmod -R 777 *sudo ./autogen.shsudo ./configuresudo make
YAYCOIN START AND STOP
./yaycoind --daemon./yaycoin-cli stop
YAYCOIN OTHER COMMANDS
./yaycoin-cli getinfo./yaycoin-cli listtransactions./yaycoin-cli listreceivedbyaddress 0 true./yaycoin-cli sendtoaddress "changethistoyouraddress" 1000./yaycoin-cli getblockhash 18820./yaycoin-cli importprivkey YourPrivateKey "changetoanylabel"