You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
When a node launches, it asks a seeder for IP addresses of other nodes on the network it can connect to. Seeders are a small program that crawl the network continuously. The result is that a user does not need to manually add IP addresses.
Scash currently only has 1 seeder. If this seeder goes offline, new nodes will struggle to find network nodes to connect with.
Setting up a seeder is fairly easy and cheap. The cost is free if you already have a server and domain name. To host on a low-spec VPS in the cloud will cost a few dollars a month and a new domain name can cost just a few dollars per year.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When a node launches, it asks a seeder for IP addresses of other nodes on the network it can connect to. Seeders are a small program that crawl the network continuously. The result is that a user does not need to manually add IP addresses.
Bitcoin Core (BTC) has 9 seeders: https://github.com/bitcoin/bitcoin/blob/2a07c4662d7266158d47f79fa2433ab22e22c907/src/kernel/chainparams.cpp#L134
Bitcoin Cash (BCH) has 8 seeders.
https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node/-/blob/master/src/chainparams.cpp?ref_type=heads#L204
Scash currently only has 1 seeder. If this seeder goes offline, new nodes will struggle to find network nodes to connect with.
Setting up a seeder is fairly easy and cheap. The cost is free if you already have a server and domain name. To host on a low-spec VPS in the cloud will cost a few dollars a month and a new domain name can cost just a few dollars per year.
The recommended approach is to run Generic Seeder with Cloudflare (which is also free): https://github.com/team-exor/generic-seeder
With
settings.conf
updated for Scash networking:And also updated for your domain e.g.
seed.yourdomain.xyz
which provides IP addresses of nodes:Beta Was this translation helpful? Give feedback.
All reactions