Skip to content

Commit

Permalink
Merge pull request #812 from KomodoPlatform/add-pirate-servers
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang authored Sep 8, 2023
2 parents 27394b3 + 595d898 commit 98c2afe
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 21 deletions.
92 changes: 72 additions & 20 deletions electrums/ARRR
Original file line number Diff line number Diff line change
@@ -1,22 +1,74 @@
[
{
"url": "node1.chainkeeper.pro:20032",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "node1.chainkeeper.pro:30058"
},
{
"url": "node1.chainkeeper.pro:20132",
"protocol": "SSL",
"disable_cert_verification": false,
"ws_url": "node1.chainkeeper.pro:30059"
},
{
"url": "node1.chainkeeper.pro:10132",
"protocol": "TCP"
},
{
"url": "node1.chainkeeper.pro:10032",
"protocol": "TCP"
}
{
"url": "electrum3.cipig.net:20008",
"protocol": "SSL",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "cipi#4502"
}
]
},
{
"url": "electrum3.cipig.net:10008",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "cipi#4502"
}
],
"ws_url": "electrum3.cipig.net:30008"
},
{
"url": "electrum1.cipig.net:20008",
"protocol": "SSL",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "cipi#4502"
}
]
},
{
"url": "electrum1.cipig.net:10008",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "cipi#4502"
}
],
"ws_url": "electrum1.cipig.net:30008"
},
{
"url": "electrum2.cipig.net:10008",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "cipi#4502"
}
],
"ws_url": "electrum2.cipig.net:30008"
},
{
"url": "electrum2.cipig.net:20008",
"protocol": "SSL",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "cipi#4502"
}
]
}
]
9 changes: 8 additions & 1 deletion light_wallet_d/ARRR
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
["http://node1.chainkeeper.pro:443"]
[
"https://pirate.spyglass.quest:9447",
"https://lightd1.pirate.black:443",
"https://piratelightd1.cryptoforge.cc:443",
"https://piratelightd2.cryptoforge.cc:443 ",
"https://piratelightd3.cryptoforge.cc:443",
"https://piratelightd4.cryptoforge.cc:443"
]

0 comments on commit 98c2afe

Please sign in to comment.