Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Apocalipsis on February 23, 2014, 03:23:43 PM



Title: PEERS.DAT
Post by: Apocalipsis on February 23, 2014, 03:23:43 PM
Hi.
I am trying to build my altcoin just to test it,for run.
I just forked Infinitecoin.
I deleted all DNSeeds in net.cpp.
But when I run the altcoin-qt,wallet,
I see that synchronisation starts to working,and that in y DATADIR some peers.dat file.
How can I remove in source code,the creating of this peers.dat.
Thank you


Title: Re: PEERS.DAT
Post by: Remember remember the 5th of November on February 23, 2014, 03:35:10 PM
There is more to the creation of an alt coin than just removing some DNSseeds. Port must be changed, magic bytes, new genesis block etc.


Title: Re: PEERS.DAT
Post by: Apocalipsis on February 23, 2014, 03:38:56 PM
There is more to the creation of an alt coin than just removing some DNSseeds. Port must be changed, magic bytes, new genesis block etc.

 :) :)
Sure everything that you listed,was changed.
I said you,that I do it for run.
I have been creating a lot of altcoins.
But I have got with Infinitecoin source,cause I don;t know how to remove peers.dat file


Title: Re: PEERS.DAT
Post by: Apocalipsis on February 23, 2014, 06:39:52 PM
Hi.
I am trying to build my altcoin just to test it,for run.
I just forked Infinitecoin.
I deleted all DNSeeds in net.cpp.
But when I run the altcoin-qt,wallet,
I see that synchronisation starts to working,and that in y DATADIR some peers.dat file.
How can I remove in source code,the creating of this peers.dat.
Thank you

Can anybody help me?


Title: Re: PEERS.DAT
Post by: Apocalipsis on February 24, 2014, 10:49:02 PM
Hi.
I am trying to build my altcoin just to test it,for run.
I just forked Infinitecoin.
I deleted all DNSeeds in net.cpp.
But when I run the altcoin-qt,wallet,
I see that synchronisation starts to working,and that in y DATADIR some peers.dat file.
How can I remove in source code,the creating of this peers.dat.
Thank you

SO,how can I remove the creating of peers.dat in source code of my altcoin.
Thanks