View difference between Paste ID: qDjkRuhu and UzBeKi1K
SHOW: | | - or go back to the newest paste.
1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2
Tips/Donations are GREATLY appreciated.
3
4-
ZUPYKJh1odwjMiUW3mJSYGMxrBgVHjp1SH
4+
ZagKULwkSA6YJ8zrS4qTGfrXy7zFjuzjEE
5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6
7
*Installation Instructions for Ubuntu 10.04, 11.04, 12.04, 13.04* x32 and x64
8
9
apt-get update
10
apt-get upgrade
11
reboot
12
13
apt-get install build-essential
14
apt-get install libssl-dev
15
nano /etc/apt/sources.list (or pico or vi, whatever your choice is..)
16
**Add the following lines to the sources.list and then save**
17
18
deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
19
deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
20
deb http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse
21
22
*Close and Save*
23
24
apt-get update
25
apt-get install libdb4.8++
26
apt-get install libboost-all-dev
27
apt-get install libdb++-dev libminiupnpc-dev
28
apt-get install git-core
29
apt-get install ntp
30
31
32
cd /usr/local/
33
34
git clone https://github.com/zetacoin/zetacoin.git
35
36
cd zetacoin/
37
38
cd src/
39
40
make -f makefile.unix USE_UPNP=
41
42
strip zetacoind
43
44
cp zetacoind ..
45
46
47
*******Configuration File*********
48
49
nano /etc/zetacoin.conf
50
51
#Insert below lines and edit, rpcuser, rpcpassword, rpcallowip (if needed), rpcport (if needed), port (if needed)
52
53
rpcuser=admin
54
rpcpassword=XXXXXXXXXXXXXXXXXXXXXXXXXXX
55
maxconnections=300
56
rpcallowip=127.0.0.1
57
rpcallowip=192.168.0.*
58
rpcport=17335
59
port=17333
60
addnode=63.247.147.163:27333
61
server=1
62
daemon=1
63
listen=1
64
logtimestamps=1
65
66
**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**
67
68
69
####### TIME TO RUN! ########
70
71
72
cd /usr/local/zetacoin
73
74
./zetacoind 
75
./zetacoind getinfo
76
./zetacoind help
77
./zetacoind getaccountaddresses ""
78
79
80
81
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
82
Tips/Donations are GREATLY appreciated.
83
84-
ZUPYKJh1odwjMiUW3mJSYGMxrBgVHjp1SH
84+
ZagKULwkSA6YJ8zrS4qTGfrXy7zFjuzjEE
85
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!