Author

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

hero member
Activity: 1305
Merit: 511
they were a little unclear but they suggested a mininmum of $300 a month if they get it working, no way i can afford that atm.
I will try and see if i can set it up allong side https://www.megamineros.com/CSC as i already have experience setting up several needed parts like coin deamons, stratum servers and MPOS frontend. The installation seems pretty straight forward. I'll keep you posted ...
newbie
Activity: 57
Merit: 0
they were a little unclear but they suggested a mininmum of $300 a month if they get it working, no way i can afford that atm.
legendary
Activity: 1862
Merit: 1002
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool

Contact livechain uk. They may be able to host it for you 100% for $50/month.


Ill see what i can do ive contacted them just now explaining what i want exactly, and casinocoin if i did this (very early no promises) could i put it as the official casinocoin multipool and perhaps even make the layout and design match the  casinocoin website


unfortunately they charge alot more than $50 for what i want specifically and may not even be able to do it, but it can be done as ultracoin have managed it, anyone else know how this could be done?Huh

How much did they quote to do this?
newbie
Activity: 57
Merit: 0
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool

Contact livechain uk. They may be able to host it for you 100% for $50/month.


Ill see what i can do ive contacted them just now explaining what i want exactly, and casinocoin if i did this (very early no promises) could i put it as the official casinocoin multipool and perhaps even make the layout and design match the  casinocoin website


unfortunately they charge alot more than $50 for what i want specifically and may not even be able to do it, but it can be done as ultracoin have managed it, anyone else know how this could be done?Huh
newbie
Activity: 57
Merit: 0
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool

Contact livechain uk. They may be able to host it for you 100% for $50/month.


Ill see what i can do ive contacted them just now explaining what i want exactly, and casinocoin if i did this (very early no promises) could i put it as the official casinocoin multipool and perhaps even make the layout and design match the  casinocoin website
legendary
Activity: 1862
Merit: 1002
ANyone have a conf file that works for Abe and casinocoin? Damn thing keeps telling me No module named Casinocoin. I've had this working in the past, but I can't even get it working with policy set to litecoin. Any idea what I'm missing?

Code:
datadir += [{
        "dirname": "/root/.casinocoin",
        "chain": "Casinocoin",
        "code":"CSC",
#        "policy": "Litecoin",
        "address_version":"u00",
        "magic":"ufbuc0ub6udb"
      }]

Code:
datadir += [{
        "dirname":"/root/.casinocoin",
        "chain":"CasinoCoin",
        "code3":"CSC",
        "loader": "rpc,blkfile",
#        "loader": "blkfile",
        "address_version":"\u00c1",  # missing the hex version byte "c1"
        "conf": "casinocoin.conf",
        "magic":"ufauc3ub6uda",      #Magic for the live side from main.ccp  --> search for --> "pchMessageStart[4] = {"
        "policy": "LtcScryptChain"
}]

Awsome you rock. Wink
legendary
Activity: 1862
Merit: 1002
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool

Contact livechain uk. They may be able to host it for you 100% for $50/month.
legendary
Activity: 1862
Merit: 1002
GoldSeal,
Is cap\minting rate update still planned for early July?

yep. The code changes are already in the dev repo and ready to go. We`ll get new clients posted and send out a mailing to update to v1.3.0.0 first week of July.
member
Activity: 108
Merit: 10
blockexp.info
ANyone have a conf file that works for Abe and casinocoin? Damn thing keeps telling me No module named Casinocoin. I've had this working in the past, but I can't even get it working with policy set to litecoin. Any idea what I'm missing?

Code:
datadir += [{
        "dirname": "/root/.casinocoin",
        "chain": "Casinocoin",
        "code":"CSC",
#        "policy": "Litecoin",
        "address_version":"u00",
        "magic":"ufbuc0ub6udb"
      }]

Code:
datadir += [{
        "dirname":"/root/.casinocoin",
        "chain":"CasinoCoin",
        "code3":"CSC",
        "loader": "rpc,blkfile",
#        "loader": "blkfile",
        "address_version":"\u00c1",  # missing the hex version byte "c1"
        "conf": "casinocoin.conf",
        "magic":"ufauc3ub6uda",      #Magic for the live side from main.ccp  --> search for --> "pchMessageStart[4] = {"
        "policy": "LtcScryptChain"
}]
newbie
Activity: 57
Merit: 0
does anyone know how (where) i can trade ultracoins for casinocoins, im mining ultracoins with x11 on one of these profit switching sites as my gpu dosnt seem to like mining with scypt at the moment but wont to invest in these casinocoins, already tried the exchanges that there both on but dosnt seem to work
newbie
Activity: 57
Merit: 0
well if you start paying casinocoin using x11 or x13 let me know and ill join
legendary
Activity: 3570
Merit: 1126
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool

depending on how the development and exposure of my new multipool goes(www.xpool.ca), I may consider implementing/deploying other pools paying out in different coins. Currently is BTC...



if you were to create a profit switching pool you could allow people to mine in x11 x13 and other algorithms which are easier as they only use like half the gpu power, and so you will attract a lot of miners who only have a basic single gpu (no rig set up). when mining scrypt my gpu can go over 80c where as with x11 it goes barely above 50c and i can use my computer for gaming still, this will attract a lot of newbie miners and would then make your current pool obsolete

I'm in the process now of adding x11 and x13 coins.
newbie
Activity: 57
Merit: 0
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool

depending on how the development and exposure of my new multipool goes(www.xpool.ca), I may consider implementing/deploying other pools paying out in different coins. Currently is BTC...



if you were to create a profit switching pool you could allow people to mine in x11 x13 and other algorithms which are easier as they only use like half the gpu power, and so you will attract a lot of miners who only have a basic single gpu (no rig set up). when mining scrypt my gpu can go over 80c where as with x11 it goes barely above 50c and i can use my computer for gaming still, this will attract a lot of newbie miners and would then make your current pool obsolete
legendary
Activity: 3570
Merit: 1126
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool

depending on how the development and exposure of my new multipool goes(www.xpool.ca), I may consider implementing/deploying other pools paying out in different coins. Currently is BTC...
newbie
Activity: 57
Merit: 0
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal



seems like the right thing, but im not goin to pretend i have any idea how to set it up, my skills are more graphical layout and design, but this definitely needs doing, i will help in anyway i can even if its just the layout design ready for someone else to implement into a this pool
legendary
Activity: 952
Merit: 1000
Maybe an idea to put CSC here? Trade in USD: https://altocenter.com/

Then we can keep litebit for EUR and this for USD.
full member
Activity: 170
Merit: 100
RevolverCoin dev
GoldSeal,
Is cap\minting rate update still planned for early July?
legendary
Activity: 1862
Merit: 1002
Added the paper wallet git to the homepage!

C-Cex messaged me and is now on the correct chain!

I agree that would give us a chance to get on mintpal, BUT it still does cost $ and I think that's bogus especially when they can generate income from the fees they would place upon casinocoin; https://www.mintpal.com/fees

We should push to have all major exchanges accept csc, without having to entice them to add us. Send tweets, emails, post on boards and reddit, as well message them directly if they have an option to do so.

Unfortunately do not have access to the old twitter account @casinocoin or facebook /casinocoin - You can view the current social media outlets on the first post near the bottom and myself or someone here can handle the accounts!

Skype: Changed my skype to( casinocoin.matt ) so it's easier to keep all messages together away from personal things: Anyone can add me and ill be available to chat usually from 1pm-5pm EST and 11pm-5am EST

CasinoCoin.org is now switched to php instead of basic html, anyone that has scripts to be added(thanks spakler for the json)let me know and we can figure out a page/position for it, im thinking of changing the homepage to reflect more like worldcoins new layout(it's nothing unique, but attractive and aesthetically pleasing.

HTML5 Wallet, GoldSeal any reason did not like the coinpocket app, it's pretty simple BUT is open source and we could make changes/add onto it over time. I was thinking it could be a starting point?




We tested c-cex and it doesn't seem to be on the right chain yet. Be careful with CSC withdrawal from there until this is resolved.
legendary
Activity: 1862
Merit: 1002
ANyone have a conf file that works for Abe and casinocoin? Damn thing keeps telling me No module named Casinocoin. I've had this working in the past, but I can't even get it working with policy set to litecoin. Any idea what I'm missing?

Code:
datadir += [{
        "dirname": "/root/.casinocoin",
        "chain": "Casinocoin",
        "code":"CSC",
#        "policy": "Litecoin",
        "address_version":"u00",
        "magic":"ufbuc0ub6udb"
      }]
legendary
Activity: 1862
Merit: 1002
when it comes to mining pools i think someone should create a profit switching pool which pays out in casinocoins, i would do it but my skills stop at basic coding languages, ive been watching a couple recently and they have been growing much quicker than your average pools, like this one for example ( http://www.cryptotrain.net ) for ultra coin

Take a look at this package:
https://github.com/zone117x/node-open-mining-portal
Jump to: