redpumk1n
Member
Offline
Activity: 89
Merit: 10
|
|
May 23, 2014, 03:08:42 AM |
|
Does anyone know what's going on dev.? So silent..
|
|
|
|
splitting
Member
Offline
Activity: 68
Merit: 10
|
|
May 23, 2014, 06:29:35 AM |
|
Does anyone know what's going on dev.? So silent..
Dev is hard at work in the IRC
|
AMD Gigabyte Radeon HD 7950 - 650 kh/s
|
|
|
fredeq
Legendary
Offline
Activity: 1537
Merit: 1005
|
|
May 23, 2014, 07:40:55 AM |
|
Regarding recent request from community member.
Unfortunately I cannot add a coin without a block explorer.
|
|
|
|
splitting
Member
Offline
Activity: 68
Merit: 10
|
|
May 23, 2014, 08:31:53 AM |
|
Regarding recent request from community member.
Unfortunately I cannot add a coin without a block explorer.
We had a block explorer online at http://178.32.221.167/chain/CapitalCoin but it's currently down for maintenance. Check back in a few days and the dev should add it back.
|
AMD Gigabyte Radeon HD 7950 - 650 kh/s
|
|
|
akk123
|
|
May 23, 2014, 12:26:23 PM |
|
I get
Warning: Checkpoint is too old. Redownload blockchain. If warning persist contact development team.
warning on my wallet. Can this be fixed in next wallet update. Thank you
|
|
|
|
CunzhangInCHN
Newbie
Offline
Activity: 56
Merit: 0
|
|
May 23, 2014, 12:39:57 PM |
|
it pass half of moth, how about the market for this coin
|
|
|
|
Vitalogy
|
|
May 23, 2014, 06:38:37 PM |
|
The current difficulty isn't too high (0.40) in comparison with the network hasrate (13 kh/s) ?
The profitability was usually over 0.005 BTC/mh/day, it is now 0.003.
|
|
|
|
splitting
Member
Offline
Activity: 68
Merit: 10
|
|
May 24, 2014, 05:36:40 AM |
|
I get
Warning: Checkpoint is too old. Redownload blockchain. If warning persist contact development team.
warning on my wallet. Can this be fixed in next wallet update. Thank you
I'm in the IRC and the dev said there will be an update soon to address this issue
|
AMD Gigabyte Radeon HD 7950 - 650 kh/s
|
|
|
CapitalCoinDev (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
May 24, 2014, 06:04:05 AM |
|
Update now online.
For those with encrypted wallets, you can unlock your wallet for staking with the "walletpassphrase" command. For users with unencrypted wallets, PoS should be working normally as it has been.
|
|
|
|
splitting
Member
Offline
Activity: 68
Merit: 10
|
|
May 24, 2014, 06:14:25 AM |
|
Update now online.
For those with encrypted wallets, you can unlock your wallet for staking with the "walletpassphrase" command. For users with unencrypted wallets, PoS should be working normally as it has been.
Just got the update and it's running smoothly Thanks dev!
|
AMD Gigabyte Radeon HD 7950 - 650 kh/s
|
|
|
danstanit
Member
Offline
Activity: 84
Merit: 10
★YoBit.Net★ 350+ Coins Exchange & Dice
|
|
May 24, 2014, 07:41:45 AM |
|
I am ready to see it hit that 200+ again, that was nice!
|
|
|
|
splitting
Member
Offline
Activity: 68
Merit: 10
|
|
May 24, 2014, 07:54:22 AM |
|
I am ready to see it hit that 200+ again, that was nice!
yeah that 190 satoshi price was awesome, lets try 1000 sat
|
AMD Gigabyte Radeon HD 7950 - 650 kh/s
|
|
|
ex33s
|
|
May 24, 2014, 09:57:52 AM |
|
Another node up & running. To use the node add this to your CapitalCoin.conf Node is located in Sweden.
|
|
|
|
akk123
|
|
May 24, 2014, 11:53:16 PM |
|
I am ready to see it hit that 200+ again, that was nice!
yeah that 190 satoshi price was awesome, lets try 1000 sat was that your doing? pumping like that?
|
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
|
May 25, 2014, 02:10:09 AM |
|
I am ready to see it hit that 200+ again, that was nice!
yeah that 190 satoshi price was awesome, lets try 1000 sat was that your doing? pumping like that? powerful people are around ... I just like Moore's law.. very much in fact, dev was/is on something good here, hardware will advance and try to combat X11 for example , bake FPGA so they can reprogram to X13.. but it is a hassle .. never ending race, so yes something important was written to the base of this coin... mark my words
|
|
|
|
Vitalogy
|
|
May 25, 2014, 04:11:27 AM |
|
Well...
Current network hashrate 3 kh/s reward 286.66 CPTL difficulty 0.45 average time per round 11+ minutes
(stats from Poolest.com)
and everything is normal?? Is there a hidden network somewhere?
|
|
|
|
Lima99
|
|
May 25, 2014, 01:11:57 PM Last edit: May 25, 2014, 02:01:57 PM by Lima99 |
|
Well...
Current network hashrate 3 kh/s reward 286.66 CPTL difficulty 0.45 average time per round 11+ minutes
(stats from Poolest.com)
and everything is normal?? Is there a hidden network somewhere?
Is not that there is a hidden network, is that there are other people mining other than the one at the Poolest. But they are not hidden, the reason why you are not able to see the full network hashrate is because the wallet does not have the function so that when you run getmininginfo { "blocks" : 66099, <-- not the actual block # for the Diff that will be display below. "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.45, <--- The Diff from your question. "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "pooledtx" : 0, "testnet" : false }
the is missing. When you look at what Poolest display as the Network hash rate is only it's own hashrate. The fromula that the coin is missing is similar to this one. difficulty = 0.45 <--Example of Diff timePerBlck = 30 TwX48 = (2^ 48) networkhashrate = difficulty * ((TwX48 / 65535) / timePerBlck) networkhashrateKhs = (networkhashrate/1000) networkhashrateKhs = 64,425 Kh/s which is about 64 Mh/s
for a simple estimate you can do the following for a 30 sec Blocktime. (difficulty * 100) + 42% = Mh/s (.45 X 100) + 42% = 63.9 Mh/s
|
|
|
|
Bonez58
Newbie
Offline
Activity: 33
Merit: 0
|
|
May 25, 2014, 02:37:27 PM |
|
At Poolest.com the block confirmations are not decrementing All of the blocks have validity of 115 left or greater. No rhyme or reason to it. Is this a mining pool problem or is this a problem with the coin?
|
|
|
|
Lima99
|
|
May 25, 2014, 03:30:48 PM |
|
At Poolest.com the block confirmations are not decrementing All of the blocks have validity of 115 left or greater. No rhyme or reason to it. Is this a mining pool problem or is this a problem with the coin? That may be an issue with their Cron job not running, some one from that pool will need to check that.
|
|
|
|
Poolest
|
|
May 25, 2014, 05:34:47 PM |
|
At Poolest.com the block confirmations are not decrementing All of the blocks have validity of 115 left or greater. No rhyme or reason to it. Is this a mining pool problem or is this a problem with the coin? That may be an issue with their Cron job not running, some one from that pool will need to check that. Correct. Usually when the cron fails, I get an email. I didn't get the email this time for some reason. Everything should be fine now.
|
|
|
|
|