Post
Topic
Board Bitcoin Discussion
Re: Bitcoin XT has code which downloads your IP address to facilitate blacklisting
by
HostFat
on 27/08/2015, 01:51:11 UTC

Are you kidding?

https://github.com/bitcoinxt/bitcoinxt/commit/73c9efe74c5cc8faea9c2b2c785a2f5b68aa4c23

Quote
The code has both a static list and a list that's downloaded when the node starts.

Quote from: VirosaGITS
portion of the bitcoin community is going to reverse their decision on a fork that allow the devs to upload an IP black list.
Do you know the difference betwean the words "uploading" and "downloading"?

Do you know that if you set a proxy then XT will not download any list from torproject.org ?
Do you know that you can just start the node with this flag -disableipprio flag XT will not download any list from torproject.org ?


And one more thing, do you know what does this code on Bitcoin Core?  
OMG all of them will know your IP! Shocked

Code:
       vSeeds.push_back(CDNSSeedData("bitcoin.sipa.be", "seed.bitcoin.sipa.be")); // Pieter Wuille
        vSeeds.push_back(CDNSSeedData("bluematt.me", "dnsseed.bluematt.me")); // Matt Corallo
        vSeeds.push_back(CDNSSeedData("dashjr.org", "dnsseed.bitcoin.dashjr.org")); // Luke Dashjr
        vSeeds.push_back(CDNSSeedData("bitcoinstats.com", "seed.bitcoinstats.com")); // Christian Decker
        vSeeds.push_back(CDNSSeedData("xf2.org", "bitseed.xf2.org")); // Jeff Garzik
        vSeeds.push_back(CDNSSeedData("bitcoin.jonasschnelli.ch", "seed.bitcoin.jonasschnelli.ch")); // Jonas Schnelli


You are just another parrot.