Skip to content

Commit

Permalink
Merge pull request #1 from PiRK/abc_electrum_servers
Browse files Browse the repository at this point in the history
replace electrum servers with ABC compatible servers
  • Loading branch information
PiRK authored Nov 17, 2020
2 parents 1d0f3b5 + e6c8454 commit ccc2ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 142 deletions.
2 changes: 1 addition & 1 deletion contrib/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export SOURCE_DATE_EPOCH=1530212462
# If the manifest changed, contrib/build-wine/manifest.xml needs to be updated.
export PYTHON_VERSION=3.6.9 # Windows, OSX & Linux AppImage use this to determine what to download/build
export PYTHON_SRC_TARBALL_HASH="5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da" # If you change PYTHON_VERSION above, update this by downloading the tarball manually and doing a sha256sum on it.
export DEFAULT_GIT_REPO=https://github.com/Electron-Cash/Electron-Cash
export DEFAULT_GIT_REPO=https://github.com/PiRK/Electron-Cash
if [ -z "$GIT_REPO" ] ; then
# If no override from env is present, use default. Support for overrides
# for the GIT_REPO has been added to allows contributors to test containers
Expand Down
144 changes: 3 additions & 141 deletions electroncash/servers.json
Original file line number Diff line number Diff line change
@@ -1,158 +1,20 @@
{
"bch.crypto.mldlabs.com": {
"bchabc.fmarcosh.xyz": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.2"
},
"bch.disdev.org": {
"pruning": "-",
"s": "50002",
"version": "1.4.2"
},
"bch.imaginary.cash": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.1"
},
"bch0.kister.net": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.1"
},
"bch.loping.net": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.1"
},
"j2tjfxntnsqpojaamnndgmfrc6lh3thattnlpc2xx53h2ojoi7agccid.onion": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.1",
"display": "bch.loping.net"
},
"bch.soul-dev.com": {
"pruning": "-",
"s": "50002",
"version": "1.4.1"
},
"bitcoincash.quangld.com": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.2"
},
"blackie.c3-soft.com": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.1"
},
"electron.jochen-hoenicke.de": {
"pruning": "-",
"s": "51002",
"t": "51001",
"version": "1.4.1"
},
"electroncash.dk": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.2"
},
"bch2.electroncash.dk": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.3"
},
"electrum.imaginary.cash": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.3"
},
"ec-bcn.criptolayer.net": {
"pruning": "-",
"s": "50212",
"version": "1.4.1"
},
"electrumx-cash.1209k.com": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.2"
},
"7nshufncf3nmp7pa42oqhnj6whsjgo2eok4jveex62tczuhvqur5ciad.onion": {
"pruning": "-",
"t": "50001",
"version": "1.4.1",
"display": "electrum.imaginary.cash"
},
"kisternetg2pq7wx.onion": {
"pruning": "-",
"t": "50001",
"version": "1.4.1"
},
"bxdp2p6abpqt5etc.onion": {
"pruning": "-",
"t": "50001",
"version": "1.4"
},
"jh3jgcrwweh6yvmprtjnp72u2hqn34nlftlg3msrr4vmlapft4yvt2id.onion": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4"
},
"electroncash.de": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4"
},
"jktsologn7uprtwn7gsgmwuddj6rxsqmwc2vaug7jwcwzm2bxqnfpwad.onion": {
"electrum.bitcoinabc.org ": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4",
"display": "electroncash.de"
},
"fulcrum.fountainhead.cash": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4"
},
"electrs.bitcoinunlimited.info": {
"pruning": "-",
"s": "50002",
"version": "1.4"
},
"bch.cyberbits.eu": {
"pruning": "-",
"s": "50002",
"version": "1.4.2"
},
"bitcoincash.network": {
"pruning": "-",
"s": "50002",
"version": "1.4.1"
},
"electrumx-bch.cryptonermal.net": {
"fulcrum-main.bchjs.cash": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.2"
},
"fulcrum.devops.cash": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.4.4"
}
}

0 comments on commit ccc2ec5

Please sign in to comment.