Skip to content

Commit

Permalink
Merge pull request #984 from cipig/electrums
Browse files Browse the repository at this point in the history
add 2 DIAC electrums
  • Loading branch information
smk762 authored Mar 8, 2024
2 parents 2bad610 + 60b9def commit adfe6d5
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 11 deletions.
2 changes: 1 addition & 1 deletion coins
Original file line number Diff line number Diff line change
Expand Up @@ -14533,7 +14533,7 @@
"txfee": 1000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 1,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
Expand Down
15 changes: 15 additions & 0 deletions electrums/ABY
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"url": "aby-ex-four.ewmci.online:50012",
"ws_url": "aby-ex-four.ewmci.online:50013",
"protocol": "SSL",
"contact": [
{ "discord": "475820011634819072" }
]
},
{
"url": "aby-ex-four.ewmci.online:50011",
"protocol": "TCP",
"contact": [
{ "discord": "475820011634819072" }
]
},
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
Expand Down
18 changes: 18 additions & 0 deletions electrums/DIAC
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"url": "electrum1.cipig.net:20072",
"ws_url": "electrum1.cipig.net:30072",
"protocol": "SSL",
"contact": [
{ "email": "[email protected]" },
{ "discord": "cipi#4502" }
]
},
{
"url": "electrum2.cipig.net:20072",
"ws_url": "electrum2.cipig.net:30072",
"protocol": "SSL",
"contact": [
{ "email": "[email protected]" },
{ "discord": "cipi#4502" }
]
},
{
"url": "electrumx1.diabasecoin.com:10002",
"contact": [
Expand Down
10 changes: 7 additions & 3 deletions electrums/FLUX
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[
{
"url": "electrumx.runonflux.io:50002",
"protocol": "SSL",
"disable_cert_verification": true,
"url": "electrumx.runonflux.io:50001",
"protocol": "TCP",
"ws_url": "electrumx.runonflux.io:50004"
},
{
"url": "electrumx2.runonflux.io:50001",
"protocol": "TCP",
"ws_url": "electrumx2.runonflux.io:50004"
}
]
15 changes: 15 additions & 0 deletions electrums/IL8P
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"url": "il8p-ex-five.ewmci.online:50002",
"ws_url": "il8p-ex-five.ewmci.online:50003",
"protocol": "SSL",
"contact": [
{ "discord": "475820011634819072" }
]
},
{
"url": "il8p-ex-five.ewmci.online:50001",
"protocol": "TCP",
"contact": [
{ "discord": "475820011634819072" }
]
},
{
"url": "il8p.electrumx.transcenders.name:50002",
"protocol": "SSL",
Expand Down
21 changes: 14 additions & 7 deletions electrums/NMC
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,20 @@
"disable_cert_verification": true
},
{
"url": "82.119.233.36:50001",
"protocol": "TCP",
"contact": [
{
"github": "https://github.com/namecoin/electrum-nmc/issues"
}
]
"url": "198.50.223.25:50001",
"protocol": "TCP"
},
{
"url": "198.50.223.27:50001",
"protocol": "TCP"
},
{
"url": "electrumx2.nmc.dotbit.zone:50001",
"protocol": "TCP"
},
{
"url": "electrumx4.nmc.dotbit.zone:50001",
"protocol": "TCP"
},
{
"url": "46.229.238.187:57001"
Expand Down
15 changes: 15 additions & 0 deletions electrums/ZET
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"url": "zet-ex-three.ewmci.online:50012",
"ws_url": "zet-ex-three.ewmci.online:50013",
"protocol": "SSL",
"contact": [
{ "discord": "475820011634819072" }
]
},
{
"url": "zet-ex-three.ewmci.online:50011",
"protocol": "TCP",
"contact": [
{ "discord": "475820011634819072" }
]
},
{
"url": "zeta-seed-c.zetacoin.tech:50012",
"protocol": "SSL",
Expand Down

0 comments on commit adfe6d5

Please sign in to comment.