Author Topic: Spreadcoin Transition (DNS Seeds)  (Read 916 times)

georgem

  • Tech Admin
  • ******
  • Posts: 679
    • View Profile
Spreadcoin Transition (DNS Seeds)
« on: March 12, 2015, 04:48:13 pm »
Another thing, now that Mr.Spread's website is down, we also don't have a dns seeder for our wallets anymore,
this makes synching take a little longer than usual.

https://github.com/spreadcoin/spreadcoin/blob/master/src/net.cpp#L1199

When we make the transition we will have to install atleast one (preferably more) dns seeds,
e.g.
dnsseed.spreadcoin.info
dnsseed.spreadcoin.us
etc

and then create new wallets for all systems.

See https://github.com/spreadcoin/spreadcoin-seeder for more info.
Forum donations: SVusZDRc8P1BjBRwrgdqYrJ4j5aY3gHFUg

georgem

  • Tech Admin
  • ******
  • Posts: 679
    • View Profile
Re: Spreadcoin Transition (DNS Seeds)
« Reply #1 on: March 12, 2015, 04:51:17 pm »
PS: We will also need to check current hardcoded seed nodes (not to be mistaken with DNS seeds), and adjust them accordingly:
https://github.com/spreadcoin/spreadcoin/blob/master/src/net.cpp#L1259
Forum donations: SVusZDRc8P1BjBRwrgdqYrJ4j5aY3gHFUg

elbandi

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Spreadcoin Transition (DNS Seeds)
« Reply #2 on: March 12, 2015, 05:43:34 pm »
i reconfigured my own seeder for this:
Just add a new domain:
dnsseeder.spreadcoin.us  IN    A   104.36.83.126

(this is the name for dns seeder, not the peers!!)