Anoncoin / anoncoin

Anoncoin (ANC) is a peer-to-peer digital cryptocurrency that focuses on privacy and anonymity for its users. Created in June 2013, it is the first and only currency to have built-in support for both the I2P darknet and Tor network that conceal the IP address of the user.
https://anoncoin.net
MIT License
36 stars 19 forks source link

Daemon confused about net #13

Closed mikalv closed 5 years ago

mikalv commented 7 years ago

Seems like the testnet node tries to contact mainnet nodes. This has to be fixed.

yhaenggi commented 7 years ago

Thats protocol basics ;) pchMessageStart should never be the same for testnet and clearnet. It contains the magic bytes which are sent when connecting.

mikalv commented 7 years ago

Yes I'm well known with the magic bytes, however seems some maintainer wasn't while I was gone. I'm going to patch this in front of next release.

mikalv commented 7 years ago

However the code says that mainnet pchMessageStart != testnet pchMessageStart. I think it's issues around the addressbook and port of choise.

GroundRod commented 5 years ago

Can we close this topic now?

mikalv commented 5 years ago

Lets do it, if problem still occurs, we can reopen.