Skip to content

Commit

Permalink
Update seeder nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
tearodactyl committed Oct 4, 2017
1 parent f2bcee9 commit a8c90ee
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ZERO 1.0.12
What is ZERO?
--------------

[ZERO](https://github.com/zerocurrency/zero) is is a fork of Zcash that is a fork of Bitcoin.
[ZERO](https://github.com/tearodactyl/zero) is is a fork of Zcash that in turn :is a fork of Bitcoin.

This software is the ZERO client. It downloads and stores the entire history
of ZERO transactions; depending on the speed of your computer and network
Expand Down Expand Up @@ -69,11 +69,21 @@ git checkout master
mkdir -p ~/.zero
echo "rpcuser=username" > ~/.zero/zero.conf
echo "rpcpassword=`head -c 32 /dev/urandom | base64`" >> ~/.zero/zero.conf
echo "addnode=35.164.216.74" >> ~/.zero/zero.conf
echo "addnode=94.176.235.178" >> ~/.zero/zero.conf
echo "rpcport=23800" >> ~/.zero/zero.conf
```

### Seeder Nodes
As of 10/4/2017 the following seeder nodes work:
zeropool.cloud
54.144.219.55

Check the thread for updates.

The way you add seeder nodes to the config file:
```
echo "addnode=zeropool.cloud" >> ~/.zero/zero.conf
```

### Enable CPU mining (optional)
```
echo 'gen=1' >> ~/.zero/zero.conf
Expand Down Expand Up @@ -102,4 +112,4 @@ Donations for running nodes and for development are welcomed here:
t1gUHkWqcC9ruk6iGkeDKnxtPAsrgm8AGVt



T

0 comments on commit a8c90ee

Please sign in to comment.