Author

Topic: [OLD][CSC]CasinoCoin ♠ A Digital Currency For The Regulated Online Gaming Sector - page 168. (Read 343080 times)

legendary
Activity: 952
Merit: 1000
Once the communtiy comes alive again, CSC is will also be back at litebit. Maybe set a date to come alive again  Grin

Post some messages in the altcoinsections of different countries and keep them updated and refer to this ANN for example?
legendary
Activity: 849
Merit: 1050
CasinoCoin
Anyone notice that CSC was listed on the coinnext exchange back in June?
https://coinnext.com/trade/CSC/BTC


Damn, I had never even noticed this.. Sucks they are closed down now as well.

How many subs do we have for the mailing list now gold?
legendary
Activity: 1862
Merit: 1002
Ajo always creating amazing things for casinocoin, much appreciated

Is there any instructions for installing it(I haven't checked over the git to closely yet but will later tonight)
As well is there any ways to get this into the CasinoCoin wallet, or the mobile wallet ?

Id love to add the dice to casinocoin city or even link directly to your version

There is a Server Installation Guide.txt in the docs folder on GitHub with the steps to install and configure a VPS. If you find any missing steps or problems please create a GitHub issue for it.

I do plan on adding an API that supplies the available bets and the mobile wallet contains a payment request option to initiate a wallet payment so creating a mobile dice application will be straight forward and fairly easy to implement.

Most important things missing in the Dice Server and that are on my todo list:
  • Jackpot Bets implementation
  • Administration interface
  • Job scheduler that checks for system integrity, invalid transactions, bet results, table/records cleanup, monitoring reports, etc.
  • GUI improvements
  • Multi language support

I have no real intentions on running an actual production Dice Server. My strength lies in software development and i am doing all this because i simply have a big stake in CSC and i really believe in the future of this coin. So be my guest and start a dice server and i will try and help wherever i can, ... that goes for everybody here Wink

Please do remember that the current version is far from production ready.

BTW, when you release the dice software as GA, we can put an announcement out on the mailing lists. Wink
legendary
Activity: 1862
Merit: 1002
Anyone notice that CSC was listed on the coinnext exchange back in June?
https://coinnext.com/trade/CSC/BTC

legendary
Activity: 849
Merit: 1050
CasinoCoin
the hashrate has really picked up. If this continues, it should push the price up.

Pleasant surprise to see the hash rate pickup, it should push the price upwards which in turn will attract more miners as it will be more profitable for them.

Does anyone know the source of mining on the old chain ?

old chain doesn't matter so much. The coins can't be used anywhere.
I know! But I'd still like to see if we can get the hash rate on the correct chain,

Anyone want to help with DICE with myself once ajo has a stable release?
Servers and setup no problem, but maintaining the site etc I don't hav time for at this moment
legendary
Activity: 1862
Merit: 1002
the hashrate has really picked up. If this continues, it should push the price up.

Pleasant surprise to see the hash rate pickup, it should push the price upwards which in turn will attract more miners as it will be more profitable for them.

Does anyone know the source of mining on the old chain ?

old chain doesn't matter so much. The coins can't be used anywhere.
legendary
Activity: 849
Merit: 1050
CasinoCoin
the hashrate has really picked up. If this continues, it should push the price up.

Pleasant surprise to see the hash rate pickup, it should push the price upwards which in turn will attract more miners as it will be more profitable for them.

Does anyone know the source of mining on the old chain ?
newbie
Activity: 35
Merit: 0
legendary
Activity: 1862
Merit: 1002
the hashrate has really picked up. If this continues, it should push the price up.
legendary
Activity: 1270
Merit: 1000
On a different note: I have noticed that people are still using and mining the old version  Huh

Where/how are you tracking this? Would be interesting to see...
member
Activity: 84
Merit: 10
On a different note: I have noticed that people are still using and mining the old version  Huh
hero member
Activity: 1305
Merit: 511
Ajo always creating amazing things for casinocoin, much appreciated

Is there any instructions for installing it(I haven't checked over the git to closely yet but will later tonight)
As well is there any ways to get this into the CasinoCoin wallet, or the mobile wallet ?

Id love to add the dice to casinocoin city or even link directly to your version

There is a Server Installation Guide.txt in the docs folder on GitHub with the steps to install and configure a VPS. If you find any missing steps or problems please create a GitHub issue for it.

I do plan on adding an API that supplies the available bets and the mobile wallet contains a payment request option to initiate a wallet payment so creating a mobile dice application will be straight forward and fairly easy to implement.

Most important things missing in the Dice Server and that are on my todo list:
  • Jackpot Bets implementation
  • Administration interface
  • Job scheduler that checks for system integrity, invalid transactions, bet results, table/records cleanup, monitoring reports, etc.
  • GUI improvements
  • Multi language support

I have no real intentions on running an actual production Dice Server. My strength lies in software development and i am doing all this because i simply have a big stake in CSC and i really believe in the future of this coin. So be my guest and start a dice server and i will try and help wherever i can, ... that goes for everybody here Wink

Please do remember that the current version is far from production ready.
legendary
Activity: 849
Merit: 1050
CasinoCoin
Ajo always creating amazing things for casinocoin, much appreciated

Is there any instructions for installing it(I haven't checked over the git to closely yet but will later tonight)
As well is there any ways to get this into the CasinoCoin wallet, or the mobile wallet ?

Id love to add the dice to casinocoin city or even link directly to your version
hero member
Activity: 1305
Merit: 511
Nice to see some development on CSC again Smiley
I read "less than". What is the total number of random numbers? Good job jochems!
On the last tab there is an explanation on how your 'Lucky' number is determined. It could be done with a random number generator but it is actually based on the TX id of your incoming bet transaction. The id is concatenated with a secret hash which is created new every day. That string is passed through a SHA-256 hash generator and that results in a hexadecimal string. The first 4 bits of that string is your lucky number so that can be a maximum of FFFF which is 65535. So 'Less or equal to 62260' is 62260 / 65535 = 0.95 -> 95% which is the possibility that your number is less or equal to 62260 if the max is 65535. The first bet is less or equal because i made the BetProcessor class smart enough to handle expressions instead of hard coding them compared to all other dice servers out there. When the Administration interface is ready you will be able to define your own bets like value1 | operator | value2.

I think the idea for a jackpot is also new for a dice implementation. On every bet there will be 1 coin moved to the jackpot (thus a minimal bet of 2) and a random number will be generated between 1 and 256 so you'll have a 1 in 256 to win the jackpot.

I still have a lot of work to do but i think that within about 4 weeks i will be able to release a first production ready version. Than we can promote all over the forums that there is a free Dice server implementation available. The only thing you would need is a big stash of CSC to startup with to be able to backup the first bets and a VPS to run everything on. Depending on how high you will set the maximum bets you'll need arround 100.000 to 500.000 coins to start running.

Any ideas on features or GUI are appreciated. If you are interested to be among the first to startup your Dice server you can contact me and we'll see how to get you up and running!
legendary
Activity: 952
Merit: 1000
Lack of news is not always lack of development Wink I just finished uploading and installing a first BETA version of the free DiceServer for Casinocoin.

It is a full MVC Java based dice server that is build on BC4J (Business Components for Java) for the model and Oracle's ADF implementation of JSF. It is based on ADF Essentials which is free to use and deployed on the open-source community version of Glassfish Java Application server. It is using MySQL as blockchain store and web application store.

The base of the Dice Server is CasinocoinJ which is the Java implementation of Casinocoin which i release a while back. The sources of this Dice Server can also be used as basis or example for all kind of online casinos that are Java based or other casinocoin Java applications. It shows how the server downloads the blockchain and handles incomming and outgoing transactions.

I installed an instance of the dice server on a VPS: http://h2338826.stratoserver.net/CasinocoinDice/faces/start. The server is fully functional and if you select a bet address and sent coins to it your bet will be processed, when you win you will receive your price, if you lose you will receive a 0.001 coin verification transaction. Desiging a nice GUI is not among my greatest talents so any ideas on that are more than welcome Smiley

Please be patient as its still in BETA and the jackpot bets are not working correctly yet so do NOT sent coins to those addresses as of yet. For now i can not guarantee the correct processing of bets so hang in there with me.

If you can't wait you can find the sources at https://github.com/ajochems/CasinocoinDice and i uploaded a first v0.1 release of the application ear file. To use the sources you will first have to install Oracle JDeveloper 12.1.3 which you can download free of charge (after registration) from http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html.

If you encounter bugs please create issues at GitHub for it.

As always, ... Enjoy!

Nice to see some development on CSC again Smiley
I read "less than". What is the total number of random numbers? Good job jochems!
hero member
Activity: 1305
Merit: 511
Lack of news is not always lack of development Wink I just finished uploading and installing a first BETA version of the free DiceServer for Casinocoin.

It is a full MVC Java based dice server that is build on BC4J (Business Components for Java) for the model and Oracle's ADF implementation of JSF. It is based on ADF Essentials which is free to use and deployed on the open-source community version of Glassfish Java Application server. It is using MySQL as blockchain store and web application store.

The base of the Dice Server is CasinocoinJ which is the Java implementation of Casinocoin which i release a while back. The sources of this Dice Server can also be used as basis or example for all kind of online casinos that are Java based or other casinocoin Java applications. It shows how the server downloads the blockchain and handles incomming and outgoing transactions.

I installed an instance of the dice server on a VPS: http://h2338826.stratoserver.net/CasinocoinDice/faces/start. The server is fully functional and if you select a bet address and sent coins to it your bet will be processed, when you win you will receive your price, if you lose you will receive a 0.001 coin verification transaction. Desiging a nice GUI is not among my greatest talents so any ideas on that are more than welcome Smiley

Please be patient as its still in BETA and the jackpot bets are not working correctly yet so do NOT sent coins to those addresses as of yet. For now i can not guarantee the correct processing of bets so hang in there with me.

If you can't wait you can find the sources at https://github.com/ajochems/CasinocoinDice and i uploaded a first v0.1 release of the application ear file. To use the sources you will first have to install Oracle JDeveloper 12.1.3 which you can download free of charge (after registration) from http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html.

If you encounter bugs please create issues at GitHub for it.

As always, ... Enjoy!
hero member
Activity: 2268
Merit: 507
Hey guys can anybody tell me how to add and delete address on my wallet i need the coman line for ubuntu am new to linex so i i dont know those commands Thanks...
legendary
Activity: 1862
Merit: 1002
diff seems to have shot up. some easy blocks coming soon probably after a long wait for the current block.
newbie
Activity: 43
Merit: 0
Keep up the voting @ https://www.swisscex.com/voting ! Now we are the @ top 3 with 6k+ votes!
legendary
Activity: 1862
Merit: 1002
Man, why does dealing with Japanese companies is always a pain in the ass. Four days now and I'm still trying to get GMO to turn over their API specification documentation. The latest excuse was that it's not available in English. Mind you, I never said that it had to be in English... < face palm >
Jump to: