Pages:
Author

Topic: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | Bittrex | Android App Released! - page 11. (Read 51161 times)

full member
Activity: 126
Merit: 100
Can somebody confirm if this is correct ?

total blocks : 118986 (found in main.cpp line 1007)
if total blocks than total coins : (118986 x 600) 71391000

Or is there no end ?



{
"blocks" : 15686,
"powblocks" : 9373,
"powblocksleft" : 627,
}

What about this ?

static const int LAST_POW_BLOCK = 10000;

obj.push_back(Pair("powblocks",     (int)GetPowHeight(pindexBest)));
obj.push_back(Pair("powblocksleft", LAST_POW_BLOCK - (int)GetPowHeight(pindexBest)));

return pindexBest->nHeight - pindex->nHeight + 1;


full member
Activity: 207
Merit: 100
Can somebody confirm if this is correct ?

total blocks : 118986 (found in main.cpp line 1007)
if total blocks than total coins : (118986 x 600) 71391000

Or is there no end ?



{
"version" : "v1.0.0.0-g32a928e",
"protocolversion" : 60014,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 15686,
"powblocks" : 9373,
"powblocksleft" : 627,
"timeoffset" : -8,
"moneysupply" : 5534245.80312604,
"connections" : 22,
"proxy" : "",
"ip" : "91.121.103.225",
"difficulty" : {
"proof-of-work" : 109.55308868,
"proof-of-stake" : 0.01465235
},
"testnet" : false,
"keypoololdest" : 1410702114,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}
full member
Activity: 126
Merit: 100
Can somebody confirm if this is correct ?

total blocks : 118986 (found in main.cpp line 1007)
if total blocks than total coins : (118986 x 600) 71391000

Or is there no end ?
legendary
Activity: 1559
Merit: 1001
Epic Private Internet Cash
It isn't early just wait the first exchange and jump on!
My prediction - this coin will easily reach 5-6k sat a couple of days after listing in good exchange. Later - who knows... Smiley
newbie
Activity: 28
Merit: 0
http://i.imgur.com/9ISPiI1.png

Introducing Crack Pipe -- The Official Block Explorer for CrackCoin

Now you can have your CRACK and smoke it too!

The block explorer is NOW LIVE!

Crack Pipe -- The Official CrackCoin Block Explorer
legendary
Activity: 1050
Merit: 1000
POD ?
learn to read into code and you won't need your silly pod
full member
Activity: 207
Merit: 100
legendary
Activity: 1050
Merit: 1000
getinfo is what you type in debug console to get current pow blocks remaining.
full member
Activity: 126
Merit: 100
Is pow mining over or what. It says so on the pool but I'm still hashing

It looks like the source code resets the pow blocks height when it gets near the 10000 blocks.
We are logging If this is true.
At the moment it says "powblocks : 8556, powblocksleft : 1444,"
full member
Activity: 126
Merit: 100
How do I see how many blocks are left of pow?
I tried getmininginfo and I don't get pow
And tried crackcoind getinfo

No works,

What gives?

Can someone please post how many blocks of pow are left??


Even if this coin is p n d , just go with it. Is fun and people like fun. Look at doge, that was 100% supposed to be a joke, but the Internet is full of morons.

Try this "dev example"

getpowtimeleft hours
55.82865000

getpowblocksleft [block]
getpowtimeleft [time-unit] [block]

And on our pool dashboard there is a default block countdown.



13030

Current Block

Current reward : 600
516 blocks to POS stage


hmm tried typing dev example in the debug window and get


10:53:03

Welcome to the CrackCoin RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.


16:24:18

dev example


16:24:18

Method not found (code -32601)


It looks like these only works on a linux daemon.
hero member
Activity: 900
Merit: 500
Introducing the Official CrackCoin Mobile Wallet and Toronto AirDrop!



Great, although I did not use the Android wallet.(My phone is IOS) Roll Eyes
member
Activity: 91
Merit: 10
Is pow mining over or what. It says so on the pool but I'm still hashing
newbie
Activity: 39
Merit: 0
How do I see how many blocks are left of pow?
I tried getmininginfo and I don't get pow
And tried crackcoind getinfo

No works,

What gives?

Can someone please post how many blocks of pow are left??


Even if this coin is p n d , just go with it. Is fun and people like fun. Look at doge, that was 100% supposed to be a joke, but the Internet is full of morons.

Try this "dev example"

getpowtimeleft hours
55.82865000

getpowblocksleft [block]
getpowtimeleft [time-unit] [block]

And on our pool dashboard there is a default block countdown.



13030

Current Block

Current reward : 600
516 blocks to POS stage


hmm tried typing dev example in the debug window and get


10:53:03

Welcome to the CrackCoin RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.


16:24:18

dev example


16:24:18

Method not found (code -32601)


Uhh.... I'm not sure how to respond to that.. except with the following:

member
Activity: 98
Merit: 10
www.binpool.com - only profit and best coin
sudo cracicoind getinfo

 "version" : "v1.0.0.0-g32a928e",
    "protocolversion" : 60014,
    "walletversion" : 60000,
        "newmint" : 600.00000000,
    "stake" : 0.00000000,
    "blocks" : 13717,
    "powblocks" : 8401,
    "powblocksleft" : 1599,
    "timeoffset" : -53,
    "moneysupply" : 4970069.73814647,
    "connections" : 5,
    "proxy" : "",
    "ip" : "134.249.144.169",
    "difficulty" : {
        "proof-of-work" : 139.27527208,
        "proof-of-stake" : 0.00883718
    },
    "testnet" : false,
    "keypoololdest" : 1410460812,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
member
Activity: 91
Merit: 10
How do I see how many blocks are left of pow?
I tried getmininginfo and I don't get pow
And tried crackcoind getinfo

No works,

What gives?

Can someone please post how many blocks of pow are left??


Even if this coin is p n d , just go with it. Is fun and people like fun. Look at doge, that was 100% supposed to be a joke, but the Internet is full of morons.

Try this "dev example"

getpowtimeleft hours
55.82865000

getpowblocksleft [block]
getpowtimeleft [time-unit] [block]

And on our pool dashboard there is a default block countdown.



13030

Current Block

Current reward : 600
516 blocks to POS stage


hmm tried typing dev example in the debug window and get


10:53:03

Welcome to the CrackCoin RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.


16:24:18

dev example


16:24:18

Method not found (code -32601)
legendary
Activity: 1559
Merit: 1001
Epic Private Internet Cash
Who wanna buy 15k Cracks?
newbie
Activity: 39
Merit: 0
WOW! I don't know what to say... This may be the most beautiful wallet app I've ever laid eyes on...
newbie
Activity: 28
Merit: 0
Introducing the Official CrackCoin Mobile Wallet and Toronto AirDrop!

http://i.imgur.com/GJNlzBd.gif
full member
Activity: 126
Merit: 100
How do I see how many blocks are left of pow?
I tried getmininginfo and I don't get pow
And tried crackcoind getinfo

No works,

What gives?

Can someone please post how many blocks of pow are left??


Even if this coin is p n d , just go with it. Is fun and people like fun. Look at doge, that was 100% supposed to be a joke, but the Internet is full of morons.

Try this "dev example"

getpowtimeleft hours
55.82865000

getpowblocksleft [block]
getpowtimeleft [time-unit] [block]

And on our pool dashboard there is a default block countdown.



13030

Current Block

Current reward : 600
516 blocks to POS stage
sr. member
Activity: 350
Merit: 250
such coin... much addiction...
Pages:
Jump to: