Post
Topic
Board Altcoin Discussion
Re: New Ixcoin fork -> I0coin
by
DILLIGAF
on 30/06/2012, 18:37:53 UTC
Source for i0coin version v60300 is available at http://i0coin.bitparking.com/. This is rebased on top of bitcoin v0.6.3 to pick up recent important fixes for security issues in bitcoin. It is based on kr105's work with his recent rebase and some fixes of mine. A checkpoint was added at block 367,000. The activation times for BIP 16 and BIP 30 are the same as what kr105 set them at.

In the rebase I squashed everything into one commit to ease rebasing on top of future bitcoin changes. No binaries yet, but once I've worked out how to build bitcoin with Qt on my windows system I'll get a windows binary up.

It fails to build on Ubuntu 11.04, I installed the version 1.7 of miniupnpc from here when it first failed on that http://miniupnp.free.fr/files/.

Code:

obj/db.o: In function `Unserialize':
/home/miner2/src/doublec-i0coin-6fef194/src/main.h:1242: undefined reference to `int ReadWriteAuxPow(CDataStream&, boost::shared_ptr&, int, int, CSerActionUnserialize)'
obj/db.o: In function `Serialize':
/home/miner2/src/doublec-i0coin-6fef194/src/main.h:1242: undefined reference to `int ReadWriteAuxPow(CDataStream&, boost::shared_ptr const&, int, int, CSerActionSerialize)'
collect2: ld returned 1 exit status
make: *** [i0coind] Error 1