Skip to content

Commit 9c082a9

Browse files
committed
Backend: add 10 more ETH nodes
Historically, we've always had many more ETH nodes than ETC nodes; however, lately I started noticing a slowdown in the ETH connections and even some ResultInconsistencyExceptions (or ResourceUnavailable ones), which means that a lot of our ETH nodes were becoming obsolete (I mostly noticed from my servers.json of my cache/ folder that only 2 were responding fine without failures, one of them being the omni-present and prestigious "CloudFlare" one). So I decided to check out the website where I've grabbed the latest ETC nodes, and found that there are maaaaaany new ETH ones: https://chainlist.org/chain/1 But I don't want to add all of them, so I added only the ones that have a green icon in both columns (Score & Privacy). After this, the ETH balance retrievals and fee estimations don't fail and are much faster.
1 parent 02730f8 commit 9c082a9

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

src/GWallet.Backend/servers.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3292,6 +3292,126 @@
32923292
}
32933293
],
32943294
"ETH": [
3295+
{
3296+
"ServerInfo": {
3297+
"NetworkPath": "ethereum-rpc.publicnode.com",
3298+
"ConnectionType": {
3299+
"Encrypted": true,
3300+
"Protocol": {
3301+
"Case": "Http"
3302+
}
3303+
}
3304+
},
3305+
"CommunicationHistory": null
3306+
},
3307+
{
3308+
"ServerInfo": {
3309+
"NetworkPath": "1rpc.io/eth",
3310+
"ConnectionType": {
3311+
"Encrypted": true,
3312+
"Protocol": {
3313+
"Case": "Http"
3314+
}
3315+
}
3316+
},
3317+
"CommunicationHistory": null
3318+
},
3319+
{
3320+
"ServerInfo": {
3321+
"NetworkPath": "eth.drpc.org",
3322+
"ConnectionType": {
3323+
"Encrypted": true,
3324+
"Protocol": {
3325+
"Case": "Http"
3326+
}
3327+
}
3328+
},
3329+
"CommunicationHistory": null
3330+
},
3331+
{
3332+
"ServerInfo": {
3333+
"NetworkPath": "eth.merkle.io",
3334+
"ConnectionType": {
3335+
"Encrypted": true,
3336+
"Protocol": {
3337+
"Case": "Http"
3338+
}
3339+
}
3340+
},
3341+
"CommunicationHistory": null
3342+
},
3343+
{
3344+
"ServerInfo": {
3345+
"NetworkPath": "eth.meowrpc.com",
3346+
"ConnectionType": {
3347+
"Encrypted": true,
3348+
"Protocol": {
3349+
"Case": "Http"
3350+
}
3351+
}
3352+
},
3353+
"CommunicationHistory": null
3354+
},
3355+
{
3356+
"ServerInfo": {
3357+
"NetworkPath": "api.stateless.solutions/ethereum/v1/demo",
3358+
"ConnectionType": {
3359+
"Encrypted": true,
3360+
"Protocol": {
3361+
"Case": "Http"
3362+
}
3363+
}
3364+
},
3365+
"CommunicationHistory": null
3366+
},
3367+
{
3368+
"ServerInfo": {
3369+
"NetworkPath": "rpc.flashbots.net",
3370+
"ConnectionType": {
3371+
"Encrypted": true,
3372+
"Protocol": {
3373+
"Case": "Http"
3374+
}
3375+
}
3376+
},
3377+
"CommunicationHistory": null
3378+
},
3379+
{
3380+
"ServerInfo": {
3381+
"NetworkPath": "endpoints.omniatech.io/v1/eth/mainnet/public",
3382+
"ConnectionType": {
3383+
"Encrypted": true,
3384+
"Protocol": {
3385+
"Case": "Http"
3386+
}
3387+
}
3388+
},
3389+
"CommunicationHistory": null
3390+
},
3391+
{
3392+
"ServerInfo": {
3393+
"NetworkPath": "eth-pokt.nodies.app",
3394+
"ConnectionType": {
3395+
"Encrypted": true,
3396+
"Protocol": {
3397+
"Case": "Http"
3398+
}
3399+
}
3400+
},
3401+
"CommunicationHistory": null
3402+
},
3403+
{
3404+
"ServerInfo": {
3405+
"NetworkPath": "rpc.mevblocker.io",
3406+
"ConnectionType": {
3407+
"Encrypted": true,
3408+
"Protocol": {
3409+
"Case": "Http"
3410+
}
3411+
}
3412+
},
3413+
"CommunicationHistory": null
3414+
},
32953415
{
32963416
"ServerInfo": {
32973417
"NetworkPath": "eth-mainnet.alchemyapi.io/v2/3LCPx0Kf-dnXl1v8klcp-DQVes1vtefX",

0 commit comments

Comments
 (0)