I dont have a problem there ...
If there's no nodes in Cryptopia's list, their wallet is going to have a hard time processing transactions, which is sorta important.
If you're part of the SUMO staff, I'd recommend you reaching out to the exchange soon and making sure they have nodes to connect to.
Bill is the wallet-dev. He will read this for sure.
At least 10 more seed nodes will be added by the end of this week. Thanks for alert!
What does it take to host a seed node? Are there instructions? I have some Digital Ocean instances that i can run them on, assuming it does not take too many resources.
Yes, you can start with small VPS,
512MB 256MB would be more than enough now as Sumokoin node takes very little resource.
Here is a brief instruction:
1. Download latest binaries at Github:
https://github.com/sumoprojects/sumokoin/releasesExtract all binaries to a directory, say ~/sumokoin
2. Run daemon:
cd ~/sumokoin
./sumokoind --block-sync-size 20
* If you setup a firewall, TCP port 19733 must be open
** sumokoind should be run as non-root user for good security
Thank you for support.