CasinoCoin v1.1.0.0 is now available to download!
Hard fork scheduled to occur at block # 227,000 - please update your CasinoCoin client to version 1.1.0.0 before then!
Downloadsv1.1.0.0 update- Implementation of Kimoto's Gravity Well (credit goes to Dr. Kimoto Chan of Megacoin) to address difficulty related issues from pool hopping
- QR code display
- Additional default DNS seed server added (seed3.casinoco.in)
- Additional security checkpoints added
- Security features and improvements found in Litecoin 0.8.6.2
Q&A and Troubleshooting GuideQ: When will the hard fork kick in?
A: The hard fork is scheduled to occur at block #227,000. With the swing in network hashrate, it is difficult to accurately estimate the time and date of when this will happen, but we approximate that it could occur as soon as the middle of next week (Wednesday, February 19th).
Q: Why at block #227,000 and not sooner?
A: We wanted to give operators of exchanges, gaming platforms, pools and site admins advanced notice and enough time to schedule in the upgrade in order to avoid potential issues that could cause forks in the CasinoCoin block chain if the upgrade were not to be performed in time.
Q: Do I need to re-download the entire block chain after the upgrade?
A: No. On the initial launch of the upgraded CasinoCoin client, it will re-index your existing local block chain. This process could take ~30 minutes to complete. Closing out this process before completion could potentially corrupt the local block chain, forcing you to have to re-download the full block chain on restart. Please be patient during this process.
Q: Do I need to backup my CasinoCoin wallet prior to upgrading?
A: Although not necessary, it is highly recommended that you do as a safety precaution and general good practice. Most preferably, to a location outside of your existing CasinoCoin data directory.
Q: On Linux, I run into the following error when compiling the source code:
xxx@xxx:~/$ sudo git clone git://github.com/transcoder/CasinoCoin.git
xxx@xxx:~/$ cd CasinoCoin/src
xxx@xxx:~/CasinoCoin/src$ sudo make -f makefile.unix USE_UPNP=-
Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/xxx/CasinoCoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'. Stop.
make[1]: Leaving directory `/home/xxx/CasinoCoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
A: Open up permissions to leveldb/build_detect_platform by issuing the following command:
chmod 755 leveldb/build_detect_platform
Main CasinoCoin announcement thread