From c3c2bf25b3e2acafcb6f0a8ab9759d23414e5efe Mon Sep 17 00:00:00 2001 From: jed Date: Wed, 20 Jun 2012 14:01:16 -0700 Subject: [PATCH 1/2] . --- src/Peer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Peer.cpp b/src/Peer.cpp index 30cf075bd9..4103062074 100644 --- a/src/Peer.cpp +++ b/src/Peer.cpp @@ -645,7 +645,7 @@ void Peer::recvPropose(newcoin::TMProposeSet& packet) memcpy(currentTxHash.begin(), packet.currenttxhash().data(), 32); if(theApp->getOPs().recvPropose(proposeSeq, currentTxHash, packet.nodepubkey(), packet.signature())) - { // FIXME: Not all nodes will want proposals + { // FIXME: Not all nodes will want proposals PackedMessage::pointer message = boost::make_shared(packet, newcoin::mtPROPOSE_LEDGER); theApp->getConnectionPool().relayMessage(this, message); } From 49449ff41b921bcf5ad8a766a20398b7e0316262 Mon Sep 17 00:00:00 2001 From: jed Date: Wed, 20 Jun 2012 15:54:08 -0700 Subject: [PATCH 2/2] .cfg changes --- deploy/newcoind.cfg | 8 +++++--- deploy/validators.txt | 5 +++-- newcoind.cfg | 5 +++++ validators.txt | 5 +++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/deploy/newcoind.cfg b/deploy/newcoind.cfg index a4e5618295..ee991ea679 100644 --- a/deploy/newcoind.cfg +++ b/deploy/newcoind.cfg @@ -140,8 +140,10 @@ [debug_logfile] debug.log -[validation_seed] -shh1D4oj5czH3PUEjYES8c7Bay3tE - [unl_default] validators.txt + +[ips] +23.21.167.100 51235 +23.23.201.55 51235 +107.21.116.214 51235 diff --git a/deploy/validators.txt b/deploy/validators.txt index 728f72bacc..0928016e97 100644 --- a/deploy/validators.txt +++ b/deploy/validators.txt @@ -9,9 +9,9 @@ # All other lines should be hankos or domain names. # # [validators]: -# List of nodes to accept as validators speficied by public key or domain. +# List of nodes to accept as validators specified by public key or domain. # -# For domains, newcoind will probe for https web servers at the specied +# For domains, newcoind will probe for https web servers at the specified # domain in the following order: newcoin.DOMAIN, www.DOMAIN, DOMAIN # # Examples: redstem.com @@ -23,3 +23,4 @@ n9LQC4xFSWXNv1SU1sKtjrW6TZpBZSwp1nRWej8saGs155x42YFZ first n9LFzWuhKNvXStHAuemfRKFVECLApowncMAM5chSCL9R5ECHGN4V second n9KXAZxiHkWuVGxDEE8boW7WmcycpZNmWei4vxVaywLZ391Nbuqx third +n94365hzFKikgCULeJwczs3kwzpir3KVHkfhUWGT4MjmbEbC5xBy diff --git a/newcoind.cfg b/newcoind.cfg index a4e5618295..01b72581eb 100644 --- a/newcoind.cfg +++ b/newcoind.cfg @@ -145,3 +145,8 @@ shh1D4oj5czH3PUEjYES8c7Bay3tE [unl_default] validators.txt + +[ips] +23.21.167.100 51235 +23.23.201.55 51235 +107.21.116.214 51235 diff --git a/validators.txt b/validators.txt index 728f72bacc..eda67d28fb 100644 --- a/validators.txt +++ b/validators.txt @@ -9,9 +9,9 @@ # All other lines should be hankos or domain names. # # [validators]: -# List of nodes to accept as validators speficied by public key or domain. +# List of nodes to accept as validators specified by public key or domain. # -# For domains, newcoind will probe for https web servers at the specied +# For domains, newcoind will probe for https web servers at the specified # domain in the following order: newcoin.DOMAIN, www.DOMAIN, DOMAIN # # Examples: redstem.com @@ -23,3 +23,4 @@ n9LQC4xFSWXNv1SU1sKtjrW6TZpBZSwp1nRWej8saGs155x42YFZ first n9LFzWuhKNvXStHAuemfRKFVECLApowncMAM5chSCL9R5ECHGN4V second n9KXAZxiHkWuVGxDEE8boW7WmcycpZNmWei4vxVaywLZ391Nbuqx third +n94365hzFKikgCULeJwczs3kwzpir3KVHkfhUWGT4MjmbEbC5xBy \ No newline at end of file