Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FuelCoin - Charity Project
by
crackfoo
on 21/07/2014, 11:36:09 UTC
Hardfork coming on block 227,000 approx. 1am EST this Friday! Please update to new client before then:
http://www.mediafire.com/download/c3fifaooq3ctvin/FUEL.zip

Can you update the github with the new code?

Thanks!

https://t.co/IPZM0NhjyI
there is the new github link Smiley

Any details on the fork?

Block reward goes down to 100 coins block time to 60 seconds and re target time of 3 hours instead of 1000 coins, 30 seconds, 4 hours

compiling bombs out for me...

obj/txdb.o: In function `void CLevelDBBatch::Write, CCoins>(std::pair const&, CCoins const&)':
/home/crackers/src/FuelCoinCode/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `void CLevelDBBatch::Write, CBlockFileInfo>(std::pair const&, CBlockFileInfo const&)':
/home/crackers/src/FuelCoinCode/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/crackers/src/FuelCoinCode/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/crackers/src/FuelCoinCode/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status
make: *** [FuelCoind] Error 1