Change alpha to beta testnet, add zcash hidden service

This commit is contained in:
Jay Graber 2016-10-11 12:06:24 -07:00
parent 17b23ffe20
commit 5b07ee597c
1 changed files with 5 additions and 5 deletions

View File

@ -94,20 +94,20 @@ a single Zcash hidden server.
Edit zcash.conf and comment out any nodes you might normally connect to.
#addnode=alphatestnet.z.cash
#addnode=betatestnet.z.cash
Launch zcashd as follows:
Launch zcashd as follows, adding the Zcash hidden server:
zcashd -onion=127.0.0.1:9050 -addnode=abc123.onion
zcashd -onion=127.0.0.1:9050 -addnode=zctestseie6wxgio.onion
Now use zcash-cli to verify there is only a single peer connection.
zcash-cli getpeerinfo
[
{
"id" : 1,
"addr" : "abc123.onion:18233",
"addr" : "zctestseie6wxgio.onion:18233",
...
"version" : 70002,
"subver" : "/Satoshi:0.11.2/",