Pages:
Author

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

legendary
Activity: 1862
Merit: 1002
Ok I pulled from https://github.com/darkcoinproject/darkcoin and this looks like the section where I can insert a new diffmode. I haven't written C++ in a while, but it this isn't looking overly complicated to me. Compiling on linux won't be an issue at all for me. The only concern I have is that I have is that the darkcoin code relies on encountering a future block to switch diff mode in an effort to allow the majority of clients to upgrade. Obviously, this is a bit difficult in the situation we're in with the blockchain not progressing normally right now. If anyone has any ideas on how to deal with the stuck blockchain issue, I don't see why I couldn't get a working version of casioncoin going with v2 in short order. I don't fully understand why the blockchain is stuck I guess. I'd like to make sure whatever fix we put in place will be reliable.

Code:
root@alpha01:/usr/src/darkcoin/src# grep -nr DiffMode ./*
./main.cpp:1634:        int DiffMode = 1;
./main.cpp:1636:            if (pindexLast->nHeight+1 >= 16) { DiffMode = 4; }
./main.cpp:1639:            if (pindexLast->nHeight+1 >= 68589) { DiffMode = 4; }
./main.cpp:1640:            else if (pindexLast->nHeight+1 >= 34140) { DiffMode = 3; }
./main.cpp:1641:            else if (pindexLast->nHeight+1 >= 15200) { DiffMode = 2; }
./main.cpp:1644:        if (DiffMode == 1) { return GetNextWorkRequired_V1(pindexLast, pblock); }
./main.cpp:1645:        else if (DiffMode == 2) { return GetNextWorkRequired_V2(pindexLast, pblock); }
./main.cpp:1646:        else if (DiffMode == 3) { return DarkGravityWave(pindexLast, pblock); }
./main.cpp:1647:        else if (DiffMode == 4) { return DarkGravityWave3(pindexLast, pblock); }
root@alpha01:/usr/src/darkcoin/src# grep -nr DarkGravityWave ./*
./main.cpp:1485:unsigned int static DarkGravityWave(const CBlockIndex* pindexLast, const CBlockHeader *pblock) {
./main.cpp:1562:unsigned int static DarkGravityWave3(const CBlockIndex* pindexLast, const CBlockHeader *pblock) {
./main.cpp:1646:        else if (DiffMode == 3) { return DarkGravityWave(pindexLast, pblock); }
./main.cpp:1647:        else if (DiffMode == 4) { return DarkGravityWave3(pindexLast, pblock); }
./main.cpp:1648:        return DarkGravityWave3(pindexLast, pblock);
root@alpha01:/usr/src/darkcoin/src# cd ../../CasinoCoin/src
root@alpha01:/usr/src/CasinoCoin/src# grep -nr DiffMode ./*
Binary file ./casinocoind matches
./main.cpp:1294: int DiffMode = 1;
./main.cpp:1297: if (pindexLast->nHeight+1 >= 100) { DiffMode = 2; }
./main.cpp:1301: if (pindexLast->nHeight+1 >= 227000) { DiffMode = 2; }
./main.cpp:1304: if (DiffMode == 1) { return GetNextWorkRequired_V1(pindexLast, pblock); }
./main.cpp:1305: else if (DiffMode == 2) { return GetNextWorkRequired_V2(pindexLast, pblock); }
Binary file ./obj/main.o matches
root@alpha01:/usr/src/CasinoCoin/src#


Going through the diff now from darkcoinproject/darkcoin and casinocoin. Looks like the section dealing with subsidy will need to be adapted to the darkcoin version since we want to preserve historical balance and diff calculations for casinocoin. There is also an algorithms library that needs to be pulled in. Also changes to block.CheckBlock. Seems to hae more parameters in darkcoin's src.

Hey one thing we need to do after the new code comes out is go through and break out many of these sections better. Everything shouldn't be jammed into main.cpp like this with hard coded values everywhere.

newbie
Activity: 19
Merit: 0
Well there is your problem you or no one wants to fix the bug
I've messaged 3 different persons who can and am waiting for a response from 2 and one is currently offline who has said he can add DGWv2.
If I could do it I would so enough with saying that. I did not create the coin transcoder did and he left. Im not a programmer.

It's not as simple as one may think, can add you to the git so you can make the code changes..

Ill even provide a 0.05 BTC bounty for the first person to make the changes @ the new GIT repo

.im a programer but not c++
Thank you so much I understand what you guys are doing is hard and waithing for transcoder is not an option
legendary
Activity: 849
Merit: 1050
CasinoCoin
Well there is your problem you or no one wants to fix the bug
I've messaged 3 different persons who can and am waiting for a response from 2 and one is currently offline who has said he can add DGWv2.
If I could do it I would so enough with saying that. I did not create the coin transcoder did and he left. Im not a programmer.

It's not as simple as one may think, can add you to the git so you can make the code changes..

Ill even provide a 0.05 BTC bounty for the first person to make the changes @ the new GIT repo
newbie
Activity: 19
Merit: 0
Well there is your problem you or no one wants to fix the bug. Or is the bug fixed we need to mine to fix the bug I dont know its up to youi share my ideas for the next vr if you dont like thats fine dont use it id like to be able to send and recive how many times is this goi.g to happen and what can be done to fix it also how do we know how far along this block are we. Aslo casinocoin post on you  google+  miners are working hard to mine this block until then no further transactions can happen mine to brake open the chain
legendary
Activity: 849
Merit: 1050
CasinoCoin
Staplez I will do the changes to the png files tomorrow!

I think we should all mine to get it going, but like Cartman said the next diff is pretty damn high.
If we release the new client with required updates more miners will come, It will force the block to be found and the chain to move on.
legendary
Activity: 1862
Merit: 1002
Should we all mine further to get the next block (with the high accepted shares needed) sooner and get it synced again?

It's doesn't sound like there is any other choice.
legendary
Activity: 952
Merit: 1000
Should we all mine further to get the next block (with the high accepted shares needed) sooner and get it synced again?
newbie
Activity: 19
Merit: 0
here is some gui stuff if you want to use or not, up to everyone building this https://pbs.twimg.com/media/Bnse0zKIcAAL6bY.pnghttps://pbs.twimg.com/media/BnshGWyCAAAn8H9.png?
Im StaplezJay on twitter iv got full scale  pics if you need also id like to add in whatever code you write this in can we try toadd a built in  webcam bar code reader  I want casino coin to stand out over all other alt coins and not be so scarry for end user I dont want to change the coin just the feal I want peoe to have the fealing that a lil more time went intoplanning make less waste
legendary
Activity: 1270
Merit: 1000
The coin has been stuck on block 440127 since 5-11-2014. Your wallets wont sync past block 440127 until the next block is found. The only way (I know of) to get it unstuck is to throw a bunch of hash at it to solve then next block or wait until the hashrate that it does have happens to solve the next block. I don't know how much hashrate the coin has on other pools but on p2pool with 1.7 Mh/s it is estimated to take 15.8 days.

This is a good opportunity to fork the development and attempt to address the difficulty targeting code but we will eventually need to solve the next block to go anywhere. I believe the next block diff is at 540  Shocked

On the bright side it is reducing (technically delaying) supply  Roll Eyes

The digibyte devs may be willing to assist if their past actions are any indication.
legendary
Activity: 1862
Merit: 1002
If you are having trouble syncing. Maybe trying adding some of these peers that I pulled off one of my wallets:
Code:

root@alpha01:~# casinocoind getblockcount
440127
root@alpha01:~# casinocoind getpeerinfo
[
    {
        "addr" : "107.20.132.218:47950",
        "services" : "00000003",
        "lastsend" : 1400138692,
        "lastrecv" : 1400138692,
        "bytessent" : 6683453,
        "bytesrecv" : 15019220,
        "blocksrequested" : 256,
        "conntime" : 1398233622,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 397756,
        "banscore" : 0,
        "syncnode" : true
    },
    {
        "addr" : "54.225.110.95:47950",
        "services" : "00000003",
        "lastsend" : 1400139478,
        "lastrecv" : 1400139478,
        "bytessent" : 8477885,
        "bytesrecv" : 16028052,
        "blocksrequested" : 278,
        "conntime" : 1398233622,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 397756,
        "banscore" : 0
    },
    {
        "addr" : "85.25.194.85:47950",
        "services" : "00000003",
        "lastsend" : 1400139156,
        "lastrecv" : 1400138276,
        "bytessent" : 13526177,
        "bytesrecv" : 19074718,
        "blocksrequested" : 21,
        "conntime" : 1398233623,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 397756,
        "banscore" : 0
    },
    {
        "addr" : "84.45.63.205:47950",
        "services" : "00000003",
        "lastsend" : 1400138810,
        "lastrecv" : 1400138244,
        "bytessent" : 22949970,
        "bytesrecv" : 20532907,
        "blocksrequested" : 175,
        "conntime" : 1398233931,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 397759,
        "banscore" : 0
    },
    {
        "addr" : "37.187.132.28:57385",
        "services" : "00000003",
        "lastsend" : 1400139279,
        "lastrecv" : 1400138405,
        "bytessent" : 15452365,
        "bytesrecv" : 16311798,
        "blocksrequested" : 174,
        "conntime" : 1398292901,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 399551,
        "banscore" : 0
    },
    {
        "addr" : "192.99.44.159:62098",
        "services" : "00000003",
        "lastsend" : 1400138406,
        "lastrecv" : 1400138406,
        "bytessent" : 14243836,
        "bytesrecv" : 22217157,
        "blocksrequested" : 68,
        "conntime" : 1398294697,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 399603,
        "banscore" : 0
    },
    {
        "addr" : "79.160.52.28:40025",
        "services" : "00000003",
        "lastsend" : 1400138464,
        "lastrecv" : 1400138464,
        "bytessent" : 20112896,
        "bytesrecv" : 20250098,
        "blocksrequested" : 243,
        "conntime" : 1398392266,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 402365,
        "banscore" : 0
    },
    {
        "addr" : "37.187.28.68:47950",
        "services" : "00000003",
        "lastsend" : 1400139159,
        "lastrecv" : 1400138613,
        "bytessent" : 11939808,
        "bytesrecv" : 18941416,
        "blocksrequested" : 169,
        "conntime" : 1398568745,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 406771,
        "banscore" : 0
    },
    {
        "addr" : "149.210.168.99:57820",
        "services" : "00000003",
        "lastsend" : 1400139853,
        "lastrecv" : 1400139853,
        "bytessent" : 15739927,
        "bytesrecv" : 9198508,
        "blocksrequested" : 921,
        "conntime" : 1398724532,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 410830,
        "banscore" : 0
    },
    {
        "addr" : "54.201.183.106:13716",
        "services" : "00000003",
        "lastsend" : 1400139020,
        "lastrecv" : 1400138406,
        "bytessent" : 13518771,
        "bytesrecv" : 12550071,
        "blocksrequested" : 90,
        "conntime" : 1398738309,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 411211,
        "banscore" : 0
    },
    {
        "addr" : "149.210.172.198:45405",
        "services" : "00000003",
        "lastsend" : 1400139286,
        "lastrecv" : 1400139286,
        "bytessent" : 14753173,
        "bytesrecv" : 8747254,
        "blocksrequested" : 1409,
        "conntime" : 1398762641,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 411745,
        "banscore" : 0
    },
    {
        "addr" : "192.99.13.126:47950",
        "services" : "00000003",
        "lastsend" : 1400139281,
        "lastrecv" : 1400138408,
        "bytessent" : 9916195,
        "bytesrecv" : 30772308,
        "blocksrequested" : 91,
        "conntime" : 1398851522,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 413436,
        "banscore" : 0
    },
    {
        "addr" : "37.187.144.36:7210",
        "services" : "00000003",
        "lastsend" : 1400139006,
        "lastrecv" : 1400138770,
        "bytessent" : 10448265,
        "bytesrecv" : 17239177,
        "blocksrequested" : 16,
        "conntime" : 1398851552,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 413436,
        "banscore" : 0
    },
    {
        "addr" : "68.65.205.226:52957",
        "services" : "00000003",
        "lastsend" : 1400138464,
        "lastrecv" : 1400138464,
        "bytessent" : 10152967,
        "bytesrecv" : 9038813,
        "blocksrequested" : 1020,
        "conntime" : 1398885680,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 414323,
        "banscore" : 0
    },
    {
        "addr" : "54.72.71.185:47950",
        "services" : "00000003",
        "lastsend" : 1400138453,
        "lastrecv" : 1400138453,
        "bytessent" : 7890466,
        "bytesrecv" : 8584918,
        "blocksrequested" : 38,
        "conntime" : 1399164605,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 422241,
        "banscore" : 0
    },
    {
        "addr" : "88.198.22.110:59711",
        "services" : "00000003",
        "lastsend" : 1400138406,
        "lastrecv" : 1400139064,
        "bytessent" : 4341108,
        "bytesrecv" : 9966361,
        "blocksrequested" : 140,
        "conntime" : 1399211455,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 423624,
        "banscore" : 0
    },
    {
        "addr" : "144.76.93.110:35087",
        "services" : "00000003",
        "lastsend" : 1400138464,
        "lastrecv" : 1400138464,
        "bytessent" : 7565669,
        "bytesrecv" : 10006476,
        "blocksrequested" : 7,
        "conntime" : 1399215893,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 423751,
        "banscore" : 0
    },
    {
        "addr" : "204.11.237.245:63353",
        "services" : "00000003",
        "lastsend" : 1400138832,
        "lastrecv" : 1400138832,
        "bytessent" : 7152662,
        "bytesrecv" : 5286825,
        "blocksrequested" : 516,
        "conntime" : 1399219525,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 423888,
        "banscore" : 0
    },
    {
        "addr" : "50.197.11.193:34840",
        "services" : "00000003",
        "lastsend" : 1400138405,
        "lastrecv" : 1400139005,
        "bytessent" : 8629671,
        "bytesrecv" : 6509457,
        "blocksrequested" : 114,
        "conntime" : 1399241982,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 424546,
        "banscore" : 0
    },
    {
        "addr" : "162.243.63.239:45928",
        "services" : "00000003",
        "lastsend" : 1400139474,
        "lastrecv" : 1400139474,
        "bytessent" : 8508949,
        "bytesrecv" : 5371123,
        "blocksrequested" : 136,
        "conntime" : 1399241984,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 424546,
        "banscore" : 0
    },
    {
        "addr" : "176.9.189.114:37547",
        "services" : "00000003",
        "lastsend" : 1400138772,
        "lastrecv" : 1400138454,
        "bytessent" : 7001366,
        "bytesrecv" : 6762598,
        "blocksrequested" : 31,
        "conntime" : 1399273274,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 425450,
        "banscore" : 0
    },
    {
        "addr" : "54.80.255.50:34792",
        "services" : "00000003",
        "lastsend" : 1400139171,
        "lastrecv" : 1400139171,
        "bytessent" : 5822872,
        "bytesrecv" : 4519880,
        "blocksrequested" : 102,
        "conntime" : 1399317099,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 426770,
        "banscore" : 0
    },
    {
        "addr" : "70.109.50.114:54732",
        "services" : "00000003",
        "lastsend" : 1400138464,
        "lastrecv" : 1400138464,
        "bytessent" : 5670855,
        "bytesrecv" : 4489273,
        "blocksrequested" : 1323,
        "conntime" : 1399341247,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 427528,
        "banscore" : 0
    },
    {
        "addr" : "46.165.208.136:48827",
        "services" : "00000003",
        "lastsend" : 1400139271,
        "lastrecv" : 1400139271,
        "bytessent" : 5697977,
        "bytesrecv" : 6594483,
        "blocksrequested" : 240,
        "conntime" : 1399376286,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 23011,
        "banscore" : 0
    },
    {
        "addr" : "71.218.197.198:62032",
        "services" : "00000003",
        "lastsend" : 1400138463,
        "lastrecv" : 1400139024,
        "bytessent" : 2217253,
        "bytesrecv" : 2439319,
        "blocksrequested" : 154,
        "conntime" : 1399581608,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 434300,
        "banscore" : 0
    },
    {
        "addr" : "204.11.237.203:50715",
        "services" : "00000003",
        "lastsend" : 1400138406,
        "lastrecv" : 1400138406,
        "bytessent" : 55088360,
        "bytesrecv" : 11989787,
        "blocksrequested" : 37110,
        "conntime" : 1399692696,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 49950,
        "banscore" : 0
    },
    {
        "addr" : "144.76.25.176:47950",
        "services" : "00000003",
        "lastsend" : 1400138405,
        "lastrecv" : 1400139020,
        "bytessent" : 1076347,
        "bytesrecv" : 1085586,
        "blocksrequested" : 10,
        "conntime" : 1399703411,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : false,
        "startingheight" : 437792,
        "banscore" : 0
    },
    {
        "addr" : "54.84.5.5:48002",
        "services" : "00000003",
        "lastsend" : 1400138406,
        "lastrecv" : 1400138406,
        "bytessent" : 874224,
        "bytesrecv" : 529738,
        "blocksrequested" : 42,
        "conntime" : 1399730895,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 438544,
        "banscore" : 0
    },
    {
        "addr" : "46.4.32.195:3834",
        "services" : "00000001",
        "lastsend" : 1400138764,
        "lastrecv" : 1400138764,
        "bytessent" : 195732,
        "bytesrecv" : 11774,
        "blocksrequested" : 0,
        "conntime" : 1399789448,
        "version" : 60002,
        "subver" : "/transcoder:1.0.0.4/",
        "inbound" : true,
        "startingheight" : 231015,
        "banscore" : 0
    },
    {
        "addr" : "192.241.180.233:50343",
        "services" : "00000003",
        "lastsend" : 1400139060,
        "lastrecv" : 1400138405,
        "bytessent" : 85653,
        "bytesrecv" : 13667,
        "blocksrequested" : 0,
        "conntime" : 1399797364,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "24.66.41.191:62812",
        "services" : "00000003",
        "lastsend" : 1400139709,
        "lastrecv" : 1400139715,
        "bytessent" : 84737,
        "bytesrecv" : 9792,
        "blocksrequested" : 0,
        "conntime" : 1399840965,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "86.141.141.139:49690",
        "services" : "00000003",
        "lastsend" : 1400139516,
        "lastrecv" : 1400139516,
        "bytessent" : 2624658,
        "bytesrecv" : 285006,
        "blocksrequested" : 0,
        "conntime" : 1399984738,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 1571,
        "banscore" : 0
    },
    {
        "addr" : "162.208.84.182:12113",
        "services" : "00000003",
        "lastsend" : 1400138464,
        "lastrecv" : 1400138464,
        "bytessent" : 79401,
        "bytesrecv" : 3728,
        "blocksrequested" : 0,
        "conntime" : 1400018148,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "95.168.193.75:40967",
        "services" : "00000003",
        "lastsend" : 1400139063,
        "lastrecv" : 1400138877,
        "bytessent" : 80650,
        "bytesrecv" : 3190,
        "blocksrequested" : 0,
        "conntime" : 1400044790,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "24.207.149.32:52754",
        "services" : "00000003",
        "lastsend" : 1400138410,
        "lastrecv" : 1400138410,
        "bytessent" : 77327,
        "bytesrecv" : 3105,
        "blocksrequested" : 0,
        "conntime" : 1400058897,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "178.7.235.86:54568",
        "services" : "00000001",
        "lastsend" : 1400139128,
        "lastrecv" : 1400139128,
        "bytessent" : 90480,
        "bytesrecv" : 1938,
        "blocksrequested" : 0,
        "conntime" : 1400081557,
        "version" : 60002,
        "subver" : "/transcoder:1.0.0.4/",
        "inbound" : true,
        "startingheight" : 230997,
        "banscore" : 0
    },
    {
        "addr" : "198.50.176.239:49490",
        "services" : "00000003",
        "lastsend" : 1400139481,
        "lastrecv" : 1400139481,
        "bytessent" : 4085521,
        "bytesrecv" : 542257,
        "blocksrequested" : 0,
        "conntime" : 1400109709,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 223367,
        "banscore" : 0
    },
    {
        "addr" : "61.10.24.76:62392",
        "services" : "00000003",
        "lastsend" : 1400139152,
        "lastrecv" : 1400139164,
        "bytessent" : 75921,
        "bytesrecv" : 864,
        "blocksrequested" : 0,
        "conntime" : 1400121655,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "46.246.25.82:48061",
        "services" : "00000003",
        "lastsend" : 1400138907,
        "lastrecv" : 1400138913,
        "bytessent" : 75537,
        "bytesrecv" : 480,
        "blocksrequested" : 0,
        "conntime" : 1400134316,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "188.226.155.141:39164",
        "services" : "00000003",
        "lastsend" : 1400139512,
        "lastrecv" : 1400139512,
        "bytessent" : 75264,
        "bytesrecv" : 317,
        "blocksrequested" : 0,
        "conntime" : 1400137706,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 440127,
        "banscore" : 0
    },
    {
        "addr" : "92.243.188.110:53609",
        "services" : "00000003",
        "lastsend" : 1400138787,
        "lastrecv" : 1400138789,
        "bytessent" : 75232,
        "bytesrecv" : 230,
        "blocksrequested" : 0,
        "conntime" : 1400138785,
        "version" : 70002,
        "subver" : "/transcoder:1.1.0/",
        "inbound" : true,
        "startingheight" : 381512,
        "banscore" : 0
    }
]
legendary
Activity: 1862
Merit: 1002
BTW, seems a lot of people recommend pr web for press releases. Anyone used this before?
http://service.prweb.com/pricing/
legendary
Activity: 1022
Merit: 1001
I will continue to pay close attention to, may try to buy if in exchange.

I will continue to pay close attention to, may try to buy if in exchange.

egad... What's going on here? Some sort of strange auto-poster I suspect

lol 1 post noob..I wonder who this might be...  Roll Eyes

I wouldnt touch this shit with a stick atm
legendary
Activity: 1862
Merit: 1002
Is there any games out there support this coin?

casinocoincity is your best shot for now:
https://casinocoincity.com/

also a few more I believe listed on the top post.
legendary
Activity: 1862
Merit: 1002
BTW, when the massive scrypt asics come out from alpha-t and kncminer, anyone think this will have  push scrypt coin values up? We saw this with bitcoin since it meant a higher percentage of newly mined coins in the hands of a smaller number of people plus the coin becomes more secure.

I think we need to get casinocoin really solid in preparation for the asics that are coming in a couple months. It's good we're doing this now. Wink
member
Activity: 70
Merit: 10
Is there any games out there support this coin?
legendary
Activity: 1862
Merit: 1002
I will continue to pay close attention to, may try to buy if in exchange.

I will continue to pay close attention to, may try to buy if in exchange.

egad... What's going on here? Some sort of strange auto-poster I suspect
member
Activity: 88
Merit: 10
I will continue to pay close attention to, may try to buy if in exchange.
legendary
Activity: 1862
Merit: 1002
I have a couple journalist friends that I can talk to about getting a press release into the wires cheaply. Obviously, a significant upgrade to the coin would be newsworthy. I'd also suggest maybe dropping it on slashdot and reddit when we do it as well.
member
Activity: 83
Merit: 10
I will continue to pay close attention to, may try to buy if in exchange.
legendary
Activity: 849
Merit: 1050
CasinoCoin

Your a little ahead of yourself on this one.

We forked the code and have made 0 changes so far.
If i was a programmer/developer it would have been done the minute the chain froze or even before that, but id rather not mess anything up more then it already is.
To call it garbage is naive, but i guess ill respect your opinion.



Well sorry but I'm a little bit miffed here. If you have made zero changes why wont the client sync? To me that suggests a change HAS been made (by an elite few perhaps?)

As it stands, the client is borked


Need to understand that due to the KGW explot someone or the blockchain has forked itself into an unknown one.
Your coins are safe as long as you do not transfer them as it cannot be recorded.

Yes you are right the client is borked because the blockchain is Frozen

When we release the new wallet we will let everyone know ahead of time so there is ample time to update at this moment the only thing you can do is trade on an exchange where you already have coins but cannot move them out to another wallet(exchanges do not host a wallet for each account as per my perception)

Gold:

It probably says that because GitHib forked it to mine when I changed the word in ReadMe.  I'm not hosting the legit repo.

Casino:

Yeah, it's all the same qmake/make process and options, I just figure that, if this is someone's first coin especially, more documentation is better (as long as it's good and legit documentation).

I'm thinking we coordinate a release with:

1.) new website
2.) new repo with a generic name maybe version number
3.) a couple press releases - I can talk to some guys I know
4.) new prebuilt wallets
5.) wallets given to participating exchanges in preparation for the switch

Also, I'm thinking maybe we give a solid weeks notice to get the word out there that a mandatory update is coming.

Ive got the website we can use casinocoin.org or any of the foundation ones i own ie casinocoinfoundation.com .org etc
As well have the github.com/casinocoin/casinocoin but I agree we should create a new version number maybe starting with 2.0 and moving up from there with future updates

Some PR would be great, as well we will have the wallets available for download and them sent to the required sites(exchanges, explorers, games, pools if needed.)
A week is more then enough time I think as well especially if we are reaching out to them to update.

Getting late here if anyone else wants write access to the repo message me or post pls
Pages:
Jump to: