Pages:
Author

Topic: [ANN][CSC] CasinoCoin - The Premiere Coin for Casino Gaming | Kimoto Enabled! - page 33. (Read 290851 times)

member
Activity: 62
Merit: 10
whats going on with the value on cryptsy Sad
legendary
Activity: 952
Merit: 1000
Theme updates @ forums.casinocoin.org
Looks like we are spamless after a few days of running which is perfect! got some more info on casinocoin.org/coininfo and going to be updating those pages more later!

I tried to register, but got no activation email.
Just registered an extra 2 accounts one with gmail and other with hotmail seems fine here, check your junk etc.
Activated your account!

Thanks for activation, changed my emailaddress in the accountsettings and that validation email arrived Smiley

I will post much less here coming times. I see the fundaments are good now. All the efforts now will pay off sooner or later and investors will come in. No worries.

When posting, I will do that mostly on http://forums.casinocoin.org/ from now on.
legendary
Activity: 849
Merit: 1050
CasinoCoin
Theme updates @ forums.casinocoin.org
Looks like we are spamless after a few days of running which is perfect! got some more info on casinocoin.org/coininfo and going to be updating those pages more later!

I tried to register, but got no activation email.
Just registered an extra 2 accounts one with gmail and other with hotmail seems fine here, check your junk etc.
Activated your account!
legendary
Activity: 1270
Merit: 1000
Get the following error compiling on unix:

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

Help?

This should do the trick:
chmod 755 leveldb/build_detect_platform

Success! Thanks Smiley

Pool going down at 10PM UTC to install the new client and reindex. Fast server and HD's so hopefully it should take much less than 30 minutes.
full member
Activity: 221
Merit: 100

    CASINOCOIN - ON POSITION 51 - TRADING ACTIVITY ON CRYPTSY.COM

   
    Here Cryptsy Live Statistics - http://live.myip.ms



legendary
Activity: 849
Merit: 1050
CasinoCoin
Quote
Hard fork scheduled to occur at block # 227,000
Now: 223085
Left: 227000 - 223084 = 3916
Current spped: ~ 10min/600sec block
Slow blocks: 3916 / 2 = 1958  (50% low diff and with multipools 720 is ~1,5h)
Total time slow: 1958 blocks * 600 sec per block / 60 sec in min / 60 min in hour / 24 hour in day = ~ 13,6 days
So..... 2 weeks till kimoto will kick in Sad

Great calculations! The good thing is that we're about 30 blocks away from the next difficulty adjustment using the old algorithm, which should drop the difficulty significantly due to the current network hashrate. This should increase the number of blocks found a day and hopefully speed things up a little.

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.

Here's to block #227,000 coming sooner than later!

Well that was a quick run! Now sitting at bock 224017 So I would give it another 7-9 days if we can be left with some less difficult runs!

Theme updates @ forums.casinocoin.org
Looks like we are spamless after a few days of running which is perfect! got some more info on casinocoin.org/coininfo and going to be updating those pages more later!
CasinoCoinCity will be releasing european roulette soon just working on some tweaks with the board/bet system!
full member
Activity: 146
Merit: 100
Quote
Hard fork scheduled to occur at block # 227,000
Now: 223085
Left: 227000 - 223084 = 3916
Current spped: ~ 10min/600sec block
Slow blocks: 3916 / 2 = 1958  (50% low diff and with multipools 720 is ~1,5h)
Total time slow: 1958 blocks * 600 sec per block / 60 sec in min / 60 min in hour / 24 hour in day = ~ 13,6 days
So..... 2 weeks till kimoto will kick in Sad

Great calculations! The good thing is that we're about 30 blocks away from the next difficulty adjustment using the old algorithm, which should drop the difficulty significantly due to the current network hashrate. This should increase the number of blocks found a day and hopefully speed things up a little.

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.

Here's to block #227,000 coming sooner than later!
full member
Activity: 146
Merit: 100
FYI -- I have added a Q&A and Troubleshooting section to the official v1.1.0.0 upgrade announcement thread:
https://bitcointalksearch.org/topic/anncsc-casinocoin-v1100-released-upgrade-required-before-block-227000-463718

Let me know if anything else needs to be added to the Q&A.
full member
Activity: 146
Merit: 100
Get the following error compiling on unix:

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

Help?

This should do the trick:
chmod 755 leveldb/build_detect_platform
legendary
Activity: 1270
Merit: 1000
Get the following error compiling on unix:

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

Help?
legendary
Activity: 952
Merit: 1000

Some things to look out for in the near future:
-The CasinoCoin Foundation. Currently in the works and taking all suggestions etc-
-Mobile android Wallet-
-Physical wallet/Paper Wallet Creator Website-
-Online Wallet Website for easy Coin Holding/Transfers-
-CasinoCoinCity Development Moving Forward-
-Surely a main name Casino will adapt CasinoCoin-
-Community Driven Projects-

 I have talked to transcoder about a possible opening for us to speak at a large conference in NewYork regarding alt coins in April of this year. We are going to speak more on this and will keep everyone updated. As a user said before jumping into anything too quick could not only hurt the image but ruin a great opportunity we have.



 You are doing a very good job! No worries. When CSCCity grows with more good games then PR can increase with it. The places of announcements later on, could be done outside the crypto-community as well.

legendary
Activity: 1270
Merit: 1000
Very happy to see CSC integrating KGW!  Grin Grin Grin I've always had a soft spot for this coin, but the difficulty swings have been a killer.

Do we know where the pools and exchanges are at in terms of updating please? Might throw a couple of rigs at it once they've updated to help push the blocks through a bit faster, but I don't want to do too much too soon. Last thing anyone needs is to hit 227,000 without the pools and exchanges being ready.

Will be updating xpool.net in a few hours (estimate it going down at around 8:00 AM UTC).
It will be down while the re-indexing occurs.
sr. member
Activity: 504
Merit: 254
Very happy to see CSC integrating KGW!  Grin Grin Grin I've always had a soft spot for this coin, but the difficulty swings have been a killer.

Do we know where the pools and exchanges are at in terms of updating please? Might throw a couple of rigs at it once they've updated to help push the blocks through a bit faster, but I don't want to do too much too soon. Last thing anyone needs is to hit 227,000 without the pools and exchanges being ready.
legendary
Activity: 849
Merit: 1050
CasinoCoin
Hi, is it possible to make a SAFE-SAFE new wallet guide for those of us who are noobies and afraid for our coins? ive downloaded the new zip file from MEGA, but im afraid to do anything else. :S

thanks alot
Hey ronn What you can do for the time being is send your coins over to Cryptsy and hold them there if you are afraid to install the new wallet!
I assure you that your coins will be fine this is exactly what i did:

Make a copy of your wallet.dat files or a copy of the old wallet and store on usb or disc.(if still afraid)

Step1:
Install the new wallet and save it in downloads or on the desktop in a folder called "wallet"
Step2:
right click the winrar file and hover winrar and then click extract to casinocoin-1.1.0.0\
step3:
Run casinocoin-qt and allow it to access the network.
step4:
wait some time you will have to catch up to the blockchain for me it was a long 29 weeks(not wait that was about 10 minutes)
step5:
My coins showed up in the wallet during sync!

Hope this helped!
newbie
Activity: 3
Merit: 0
Hi, is it possible to make a SAFE-SAFE new wallet guide for those of us who are noobies and afraid for our coins? ive downloaded the new zip file from MEGA, but im afraid to do anything else. :S

thanks alot
newbie
Activity: 43
Merit: 0
Quote
Hard fork scheduled to occur at block # 227,000
Now: 223085
Left: 227000 - 223084 = 3916
Current spped: ~ 10min/600sec block
Slow blocks: 3916 / 2 = 1958  (50% low diff and with multipools 720 is ~1,5h)
Total time slow: 1958 blocks * 600 sec per block / 60 sec in min / 60 min in hour / 24 hour in day = ~ 13,6 days
So..... 2 weeks till kimoto will kick in Sad
newbie
Activity: 43
Merit: 0
Why new CSC wallet on Windows 8 toolbar and all controls looks like on XP? Screenshots without changing any win settings.

http://i60.tinypic.com/2nv4i95.jpg
legendary
Activity: 849
Merit: 1050
CasinoCoin
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!

Downloads

v1.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


This is a major step forward for CasinoCoin. This will not only help stabilize the coin but make it more rewarding to miners who are essential for the network at this moment!
Once we have a working MAC Osx wallet we should be on our way into a wide variety of different development projects.
If there is anything you as a community would like to see whether it's PR, Games, a Foundation, and ANY other suggestions you may have please send them our way.

Some things to look out for in the near future:
-The CasinoCoin Foundation. Currently in the works and taking all suggestions etc-
-Mobile android Wallet-
-Physical wallet/Paper Wallet Creator Website-
-Online Wallet Website for easy Coin Holding/Transfers-
-CasinoCoinCity Development Moving Forward-
-Surely a main name Casino will adapt CasinoCoin-
-Community Driven Projects-

I have talked to transcoder about a possible opening for us to speak at a large conference in NewYork regarding alt coins in April of this year. We are going to speak more on this and will keep everyone updated. As a user said before jumping into anything too quick could not only hurt the image but ruin a great opportunity we have.

Thanks for sticking around through the hard times people!
CasinoCoin,
Matthew.

**Updating all the required information @ CasinoCoin.org within the next few hours. Current wallet downloads are disabled**

Forums.casinocoin.org are back up and running as well!
full member
Activity: 223
Merit: 250
Just installed the new wallet. Works like a charm over here! Thanks! (Win7 x64)
sr. member
Activity: 400
Merit: 268
I'm working to get the Mac OS X build hopefully online sometime this evening. As soon as that's up, I'll start contacting pool operators, exchanges, game operators, etc that are on the old CasinoCoin version to let them know a hard fork is coming and to update to version 1.1.0.0.

By the way, I previously mentioned that the hard fork will occur at block #230,000. However, I have changed that to block #227,000 instead due to the current low network hashrate (as of this post, we are currently at block #223,019). As of right now, my best guess is that we'll hit block #227,000 sometime next week. When that occurs, difficulty will be adjusted via Kimoto's Gravity Well, which will essentially adjust after every block!

If you have CasinoCoin previously installed, as a precaution, please backup your CasinoCoin wallet first! On first launch of the new version, block re-indexing will occur. You won't need to redownload the entire blockchain, but the re-indexing process took about 20-30 minutes on one of the DNS seed servers, so please be patient during this process.

Just got 30k more casinos! Let's see how this kimoto works!
I'm sorry for de OsX wallet, don't know what happens with Mavericks but building it with QT gives me insane errors, and building it with qmake make I'm just 1 dll away, stuck at gblobal.h algorithm not found. Right now I'm downloading again xcode, just to see if the issue is there.


Edit: nope..The issue is still here. Oh god I hate mavericks, so easy to build it in linux... The main problem is between xcode and command line tools, xcode doesn't find them. Hope you can tell how you did it, because I've been like 4 days with this
Pages:
Jump to: