Make sure you have
OpenSSL Version 1.0.1t 3 May 2016 to see do (openssl version)
libboost-all-dev Version: 1.55.0.2 to see do (dpkg -s libboost-dev | grep 'Version')
Important to make sure.
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev (Version: 1.55.0.2)
Then do
apt-get install libboost-all-dev
sudo apt-get remove qt3-dev-tools libqt3-mt-dev
sudo apt-get install libqt4-dev libminiupnpc-dev
Go to root folder
git clone https://github.com/BUZZCOINproject/buzzcoin
cd /root/buzzcoin/src
make -f makefile.unix
./buzzcoind
After installed do ./buzzcoind
And you should get a message like this.
It is recommended you use the following random password:
rpcuser=buzzcoinrpc
rpcpassword=Hpj2CMhT3RKDikPUQqsoWyQ4SyqSY123e8uc1QmTJB
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "BuzzCoin Alert" admin@foo.com
back to buzzcoin root folder,
nano buzzcoin.conf
listen=1
server=1
daemon=1
rpcuser=anything
rpcpassword=anything
rpcallowip=192.0.0.1
rpcport=3136
port=3133
save
go back to src folder and do ./buzzcoind
If it doesnt work creat a folder with the .buzzcoin in your root and put the config there.
cd
mkdir .buzzcoin
cd .buzzcoin
and do the nano buzzcoin.conf again
To get your address do
./buzzcoind getaccountaddress ""
./buzzcoind getinfo
To know all the commands do:
./buzzcoind help
Make sure you have
OpenSSL Version 1.0.1t 3 May 2016 to see do (openssl version)
libboost-all-dev Version: 1.55.0.2 to see do (dpkg -s libboost-dev | grep 'Version')
Important to make sure.
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev (Version: 1.55.0.2)
Then do
apt-get install libboost-all-dev
sudo apt-get remove qt3-dev-tools libqt3-mt-dev
sudo apt-get install libqt4-dev libminiupnpc-dev
Go to root folder
git clone https://github.com/BUZZCOINproject/buzzcoin
cd /root/buzzcoin/src
make -f makefile.unix
./buzzcoind
After installed do ./buzzcoind
And you should get a message like this.
It is recommended you use the following random password:
rpcuser=buzzcoinrpc
rpcpassword=Hpj2CMhT3RKDikPUQqsoWyQ4SyqSY123e8uc1QmTJB
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "BuzzCoin Alert" admin@foo.com
back to buzzcoin root folder,
nano buzzcoin.conf
listen=1
server=1
daemon=1
rpcuser=anything
rpcpassword=anything
rpcallowip=192.0.0.1
rpcport=3136
port=3133
save
go back to src folder and do ./buzzcoind
If it doesnt work creat a folder with the .buzzcoin in your root and put the config there.
cd
mkdir .buzzcoin
cd .buzzcoin
and do the nano buzzcoin.conf again
To get your address do
./buzzcoind getaccountaddress ""
./buzzcoind getinfo
To know all the commands do:
./buzzcoind help