Author

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

legendary
Activity: 1862
Merit: 1002
I have some objective-c experience, and really want to get a mobile wallet going for casinocoin(this is HTML5 browser based, but I'm sure apple will now accept a simple web view).
Does anyone want to help on the server side and we can get this running soon if possible to switch everything to CSC. Going to take a look at the code now as I just stumbled across it.        https://github.com/enriquez/coinpocketapp.com


I wasn't too impressed with coinpocket.
legendary
Activity: 3570
Merit: 1126
Hey ya'll, I've added CSC to my new Multipool. Would love to have some miners stop by and mine! CSC is quite often the most profitable coin!

xpool - BTC Multipool

 
PROP reward system
Scrypt & SHA256 Algo's
DDoS Protected
High Performance Backend
Simple setup and usage
0% Fees while in BETA
To mine:
Cheers and Happy Hashing!

This is great but is there anyway u can add x11 or x13 my rigs no longer can handle scrypt mning due to the high temperatures....

I will be soon. Currently running in beta as there are still some trading tweaks and bugs that need to be ironed out.

and on that note... CSC was being mined on the pool with 200+mh/s!
hero member
Activity: 2268
Merit: 507
Hey ya'll, I've added CSC to my new Multipool. Would love to have some miners stop by and mine! CSC is quite often the most profitable coin!

xpool - BTC Multipool

 
PROP reward system
Scrypt & SHA256 Algo's
DDoS Protected
High Performance Backend
Simple setup and usage
0% Fees while in BETA
To mine:
Cheers and Happy Hashing!

This is great but is there anyway u can add x11 or x13 my rigs no longer can handle scrypt mning due to the high temperatures....
full member
Activity: 367
Merit: 100
Hello guys

Here is a new Casinocoin Mining Pool.



http://csc.mastermining.net

Technical:

-Prop payout system
-Low Fee 1%
-Vardiff support
-Ultra Fast Fiber Connection 250`000Kbits
-Location Swizerland
 

more at http://www.mastermining.net
legendary
Activity: 1862
Merit: 1002
Casinocoin, Can you point some A records for casinocoin.org at a few seeds? Once created I"ll add them to the source in the master branch. Wink
legendary
Activity: 3570
Merit: 1126
Hey ya'll, I've added CSC to my new Multipool. Would love to have some miners stop by and mine! CSC is quite often the most profitable coin!

xpool - BTC Multipool

 
PROP reward system
Scrypt & SHA256 Algo's
DDoS Protected
High Performance Backend
Simple setup and usage
0% Fees while in BETA
To mine:
Cheers and Happy Hashing!
legendary
Activity: 3570
Merit: 1126
did the latest update break the default p2p port?

Seems even when I set the port= the connection is still refused....

Any ideas?
Are you trying to solo mine?
P2P looks fine to me @ 47950


no, I was just trying to add it to my multipool. I had to delete the peer.dat and restart it for some reason...

the port opened after I did that...
legendary
Activity: 3570
Merit: 1126
did the latest update break the default p2p port?

Seems even when I set the port= the connection is still refused....

Any ideas?
hero member
Activity: 1305
Merit: 511
11.5 BTC buy order in at 0.00000394  Shocked


I saw that, our whale is back and he's the highest bidder too.

So this isn't just to set in a floor, this guy wants to buy more coins.

But why and who would want that many CasinoCoins and why wouldn't he wanna be stealthy about it?
Could be a number of different reasons, but at this point it's great to have buy support with all the small auto sell going on.
As for the seeds, they were left the same as embicoin said they were fine(which may not be the case as casinoco.in is offline) to run seeds at casinocoin.org is possible correct ? We could do this

Yeah we'll address the seed issue this weekend. I'll setup a couple. Wink

Casiocoin, would you be able to put in some A records in the casinocoin.org zone once I have IP's for you?

Maybe eventually we can convert this seed list over to a single SRV record.

I also always have 162.242.227.236 up and running along side 162.242.217.120 which is of norteamerica.megamineros.com. They have been online since december and will be in the future!
full member
Activity: 170
Merit: 100
RevolverCoin dev
c-cex still on wrong chain? Any particular reason they don't  update?
legendary
Activity: 1862
Merit: 1002
11.5 BTC buy order in at 0.00000394  Shocked


I saw that, our whale is back and he's the highest bidder too.

So this isn't just to set in a floor, this guy wants to buy more coins.

But why and who would want that many CasinoCoins and why wouldn't he wanna be stealthy about it?
Could be a number of different reasons, but at this point it's great to have buy support with all the small auto sell going on.
As for the seeds, they were left the same as embicoin said they were fine(which may not be the case as casinoco.in is offline) to run seeds at casinocoin.org is possible correct ? We could do this

Yeah we'll address the seed issue this weekend. I'll setup a couple. Wink

Casiocoin, would you be able to put in some A records in the casinocoin.org zone once I have IP's for you?

Maybe eventually we can convert this seed list over to a single SRV record.
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
11.5 BTC buy order in at 0.00000394  Shocked


I saw that, our whale is back and he's the highest bidder too.

So this isn't just to set in a floor, this guy wants to buy more coins.

But why and who would want that many CasinoCoins and why wouldn't he wanna be stealthy about it?
legendary
Activity: 1862
Merit: 1002
Ok, being lazy...but have the seed nodes been updated in the source? At the very least delete the ones that are there because they are on the old blockchain.

Edit: Stopped being lazy and checked the source. It still contains the old seed nodes. This is likely the source of sync problems.

https://github.com/casinocoin/casinocoin/blob/master/src/net.cpp

Line 1190
Code:
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = {
{"casinoco.in seed", "seed.casinoco.in"},
{"casinoco.in seed #1", "seed1.casinoco.in"},
{"casinoco.in seed #2", "seed2.casinoco.in"},
{"casinoco.in seed #3", "seed3.casinoco.in"},
    {NULL, NULL}
};

Np, I'll get those updated later today. Wink
legendary
Activity: 1270
Merit: 1000
11.5 BTC buy order in at 0.00000394  Shocked
legendary
Activity: 1270
Merit: 1000
Ok, being lazy...but have the seed nodes been updated in the source? At the very least delete the ones that are there because they are on the old blockchain.

Edit: Stopped being lazy and checked the source. It still contains the old seed nodes. This is likely the source of sync problems.

https://github.com/casinocoin/casinocoin/blob/master/src/net.cpp

Line 1190
Code:
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = {
{"casinoco.in seed", "seed.casinoco.in"},
{"casinoco.in seed #1", "seed1.casinoco.in"},
{"casinoco.in seed #2", "seed2.casinoco.in"},
{"casinoco.in seed #3", "seed3.casinoco.in"},
    {NULL, NULL}
};
newbie
Activity: 16
Merit: 0
Has anyone tested the mac install recently?

I am running it right out of the box(not updating config at all) and its been 10 minutes and still says "No Block Source Available"

Is it pointing to the right nodes?
Try adding a .conf to your mac version I had to do this before syncing was possible.
http://bitcoin.stackexchange.com/questions/11190/where-is-the-configuration-file-of-bitcoin-qt-kept


The old chain looks to be longer then the CORRECT current chain. Were are these miners? We need to have them convert or when we initialize the updates they will be two versions behind.
I am seeing some debating on the different updates we want to implement, so let's put everything to a vote and go from there?

Seen max keiser name above, and please try and stay away from him. He would only pump CSC to his liking and then dump, It may rise the value but in the long run it would hurt our image and value.
Does anyone have API experience typically JSON(want to display CSC value, HashRate, and Total Supply on casinocoin.org homepage)

I have some API experience.  How do you want to get the data into the webpage?
full member
Activity: 223
Merit: 250
Does anyone have API experience typically JSON(want to display CSC value, HashRate, and Total Supply on casinocoin.org homepage)

I have script for using a jsonRPCclient script for extracting info from the casinocoin deamon. If you like, i can create an example for you?
newbie
Activity: 16
Merit: 0
Has anyone tested the mac install recently?

I am running it right out of the box(not updating config at all) and its been 10 minutes and still says "No Block Source Available"

Is it pointing to the right nodes?
newbie
Activity: 57
Merit: 0
ok thanks guys, i have it working a a solid 370khash with cgminer 3.7.2, and have used the settings from the hardware comparison list, but still want a little more as it states it can, anyone have mored refined settings for a sapphire r9 270
thanks everyone
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net


Do you guys have any info on the guys who were interested in buying the ATMs and setting them up for CasinoCoin?

I'd like to see if i can contact them to see what, if any, long term plans they have for CSC.

Thanks!
Jump to: