Author

Topic: How to Install Zetacoin on Ubuntu 10.04, 11.04, 12.04, 13.04 (Read 1014 times)

sr. member
Activity: 392
Merit: 250
★ BitClave pre-ICO: 25/07/17 ★
Thank you for the 100 ZET donation!!!

Date: 3/20/2014 23:24
From: unknown
To: ZagKULwkSA6YJ8zrS4qTGfrXy7zFjuzjEE (own address)
Credit: 100.00 ZET
Net amount: +100.00 ZET
Transaction ID: 38bba3bed232b65e8e44b0ecfc2950901fcde556a18f673d878d46e61ff9136a
sr. member
Activity: 392
Merit: 250
★ BitClave pre-ICO: 25/07/17 ★
Great work. I'm going to give this a try on the weekend. Currently running minepeon, but it has it's limitations.

Is Ubantu the best linux distro to use for mining?

It's the most requested that I've been running into.. I mine in Windows, but have a private stratum server running. (For the time being)
sr. member
Activity: 493
Merit: 250
Great work. I'm going to give this a try on the weekend. Currently running minepeon, but it has it's limitations.

Is Ubantu the best linux distro to use for mining?
sr. member
Activity: 392
Merit: 250
★ BitClave pre-ICO: 25/07/17 ★
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Tips/Donations are GREATLY appreciated.
 
ZSKfsoMSYGFsCKYKnbtUf7qCv9dwFBRk7Q
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
*Installation Instructions for Ubuntu 10.04, 11.04, 12.04, 13.04* x32 and x64
 
apt-get update
apt-get upgrade
reboot
 
apt-get install build-essential
apt-get install libssl-dev
nano /etc/apt/sources.list (or pico or vi, whatever your choice is..)
**Add the following lines to the sources.list and then save**
 
deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse
 
*Close and Save*
 
apt-get update
apt-get install libdb4.8++
apt-get install libboost-all-dev
apt-get install libdb++-dev libminiupnpc-dev
apt-get install git-core
apt-get install ntp
 
 
cd /usr/local/
 
git clone https://github.com/zetacoin/zetacoin.git
 
cd zetacoin/
 
cd src/
 
make -f makefile.unix USE_UPNP=
 
strip zetacoind
 
cp zetacoind ..
 
 
*******Configuration File*********
 
nano /etc/zetacoin.conf
 
#Insert below lines and edit, rpcuser, rpcpassword, rpcallowip (if needed), rpcport (if needed), port (if needed)
 
rpcuser=admin
rpcpassword=XXXXXXXXXXXXXXXXXXXXXXXXXXX
maxconnections=300
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
rpcport=17335
port=17333
addnode=63.247.147.163:27333
server=1
daemon=1
listen=1
logtimestamps=1
 
**If an error comes up and you've installed this on root then you'll edit /root/.zetacoin/zetacoin.conf with that zetacoin.conf setup as before**
 
 
####### TIME TO RUN! ########
 
 
cd /usr/local/zetacoin
 
./zetacoind
./zetacoind getinfo
./zetacoind help
./zetacoind getaccountaddresses ""
 
 
 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Tips/Donations are GREATLY appreciated.
 
ZSKfsoMSYGFsCKYKnbtUf7qCv9dwFBRk7Q
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Jump to: