Skip to content

Commit

Permalink
Add TOR service for electroncash.de & cashshuffle server (spesmilo#1525)
Browse files Browse the repository at this point in the history
* Added TOR service for electroncash.de

* Added cashshuffle.net server
  • Loading branch information
georgengelmann authored and cculianu committed Jul 17, 2019
1 parent f32cddb commit 7893edc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@
"s": "50002",
"t": "50001",
"version": "1.4"
},
"jktsologn7uprtwn7gsgmwuddj6rxsqmwc2vaug7jwcwzm2bxqnfpwad.onion": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4"
}
}

6 changes: 5 additions & 1 deletion lib/servers_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"s": "50004",
"t": "50003"
},
"testnet.electroncash.de": {
"jktsologn7uprtwn7gsgmwuddj6rxsqmwc2vaug7jwcwzm2bxqnfpwad.onion": {
"s": "50004",
"t": "50003"
},
"electroncash.de": {
"s": "50004",
"t": "50003"
}
Expand Down
8 changes: 8 additions & 0 deletions plugins/shuffle/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@
"ecdkxftqvnievsmq.onion": {
"ssl": false,
"info": 8889
},
"cashshuffle.net": {
"ssl": true,
"info": 8080
},
"5sa45npeflx74qmk.onion": {
"ssl": false,
"info": 8081
}
}

0 comments on commit 7893edc

Please sign in to comment.