Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upmerge from Master #25

Merged
merged 12 commits into from
Aug 19, 2018
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,14 @@ echo "rpcport=23800" >> ~/.zero/zero.conf
```

### Seeder Nodes
As of 05/12/2018 the following seeder nodes are up and run a recent Linux version:
As of 08/03/2018 the following seeder nodes are up and run a recent Linux version:
```
addnode=34.236.37.74
addnode=47.148.160.233
addnode=178.128.42.10
addnode=zseed1.cryptonode.cloud
addnode=zseed2.cryptonode.cloud
addnode=zeroseed.cryptoforge.cc
addnode=zerocurrency.prophetalgorithms.com
```

### Enable CPU mining (optional)
Expand Down Expand Up @@ -114,10 +118,10 @@ For license information see the file [COPYING](COPYING).
Donations
--------------------
Developer Donation Wallet
t1cDotxmVEJrniDjNqqjsCWq8mLMApV8vXC
`t1cDotxmVEJrniDjNqqjsCWq8mLMApV8vXC`

Exchange Listings Donation Wallet
t1WFymzcfzUPttYExprMyt1RPtyHWkic1WV
`t1WFymzcfzUPttYExprMyt1RPtyHWkic1WV`

General Donation Wallet
t1fDbALrS7tZV7DDvadAT7yHi5Sztptj8yP
`t1fDbALrS7tZV7DDvadAT7yHi5Sztptj8yP`
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ class CRegTestParams : public CTestNetParams {
genesis.nSolution = ParseHex("09354815a3ad96efa233c6edbff6d3a245490c12d71971cf2969791411cd11132fcec3e8");
consensus.hashGenesisBlock = genesis.GetHash();
nDefaultPort = 23802;

assert(consensus.hashGenesisBlock == uint256S("0275863eebea76f824674494b7f6a3770ac46c732aaa62b07328feaa9d79798b"));
nPruneAfterHeight = 1000;

Expand Down