Pages:
Author

Topic: old thread - deleted - page 6. (Read 26058 times)

legendary
Activity: 2674
Merit: 2965
Terminated.
July 31, 2013, 02:57:09 AM
@Mullick you're working on both CGB and CAP at the same time?

No, Mullick is being Mullick...that is, helpful

If devs (both project and network) helped each other out instead of competed, altcoins would fucking rock the world...
Ah I was just wondering if he was helping along. Yup you're right, cap has enough problems as it is, and i'm sure cgb would benefit from this aswell  Cool
sr. member
Activity: 434
Merit: 250
July 31, 2013, 01:35:13 AM
And 0 men on this pool.  Smiley
Yes.. It would be nice if at least someone tried the pool..

I switch my rigs to Your pool for your hapiness. Tongue
I will waiting couple blocks. Smiley

edit: My CGminer can't connect to the pool. I don't know why, but it's a server side issue.  (don't recognize the username, etc-etc...ohh, and I can't ping the server too)

Hi are you using the correct settings ?
Start your miner using the following parameters:
URL:stratum+tcp://cgb.minar.cc
PORT:3337
USER:username.worker
PASS:workerPass

Sample command-line:
   ./cgminer -o stratum+tcp://cgb.minar.cc:3337 --scrypt -u username.worker -p workerPass


Can you try again, please?

I use same .bat file for every coin and pools. I change only the address, and save as.
I tried connect again and it's perfect.

How was your experience at cgb.minar.cc? No one is there at the moment...
sr. member
Activity: 364
Merit: 250
July 30, 2013, 08:52:54 PM
@Mullick you're working on both CGB and CAP at the same time?

No, Mullick is being Mullick...that is, helpful

If devs (both project and network) helped each other out instead of competed, altcoins would fucking rock the world...
legendary
Activity: 2674
Merit: 2965
Terminated.
July 30, 2013, 07:47:59 PM
@Mullick you're working on both CGB and CAP at the same time?
legendary
Activity: 1064
Merit: 1002
July 30, 2013, 07:10:52 PM
How does proof of stake mining actually work (I've never kept coins this long with POS coins)?

So i have my wallet unlocked for minting and running (it was giving he message that minting is disabled etc)

Every few hours I see 10.00 CGB under "Stake", then after 26 confirms, the 10 CGB gets swept back into my account, and it shows 0.00 for the amount in the transaction history.

Is it giving be like small fractions or something that I can't see?

The problem is this line of code

int64 nSubsidy = nCoinAge * 33 / (365 * 33 + 8 ) * nRewardCoinYear;

367 days of coinage are required to recieve a reward. It an issue only with small stake amount such as your ten coins. You would need to not hit a PoS block for 33.7 days to get a reward off that amount.

Yukon Cornelius has devised a fix which was recently implemented in bitgem

int64 nSubsidy = nRewardCoinYear * nCoinAge * 33 / (365 * 33 + 8 ) ;
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
July 30, 2013, 03:52:43 PM
How does proof of stake mining actually work (I've never kept coins this long with POS coins)?

So i have my wallet unlocked for minting and running (it was giving he message that minting is disabled etc)

Every few hours I see 10.00 CGB under "Stake", then after 26 confirms, the 10 CGB gets swept back into my account, and it shows 0.00 for the amount in the transaction history.

Is it giving be like small fractions or something that I can't see?
legendary
Activity: 1064
Merit: 1002
July 30, 2013, 01:08:08 PM
July 30th, 2013 Update:

Please download the updated clients (in OP). Also a couple of changes have been made to take preventative measures against what recently occurred with CAP. Finally, the block rewards have been extended to allow for a 1/2% yearly inflation after 1 million CGB are mined - at a rate of 0.01 CGB per block:
DNS seeds have been enable and DNS records have been created which resolve to 6 trusted nodes (we will add more soon)
Checkpoints added
Added reward of 0.01 CGB after 1 million coins are mined (comes out to 1/2% yearly inflation)

I correctly understood, what after production of 1000000 coins there will be a reduction of the saved-up coins by 0,5% a year? In total amount of coins always will be 1000000?

Just checked the changes

After block 333334 instead of PoW blocks being 0 they will be .01

Im assuming this is too keep the POW chain alive and the network speedy but they may have another reason

else if (nHeight > 333334)
      {
         nSubsidy = 0.01 * COIN; // 5256 coins per year roughly 0.053% yearly inflation
      }
full member
Activity: 131
Merit: 100
July 30, 2013, 12:27:26 PM
July 30th, 2013 Update:

Please download the updated clients (in OP). Also a couple of changes have been made to take preventative measures against what recently occurred with CAP. Finally, the block rewards have been extended to allow for a 1/2% yearly inflation after 1 million CGB are mined - at a rate of 0.01 CGB per block:
DNS seeds have been enable and DNS records have been created which resolve to 6 trusted nodes (we will add more soon)
Checkpoints added
Added reward of 0.01 CGB after 1 million coins are mined (comes out to 1/2% yearly inflation)

I correctly understood, what after production of 1000000 coins there will be a reduction of the saved-up coins by 0,5% a year? In total amount of coins always will be 1000000?
legendary
Activity: 1064
Merit: 1002
July 30, 2013, 09:42:57 AM
July 30th, 2013 Update:

Please download the updated clients (in OP). Also a couple of changes have been made to take preventative measures against what recently occurred with CAP. Finally, the block rewards have been extended to allow for a 1/2% yearly inflation after 1 million CGB are mined - at a rate of 0.01 CGB per block:
DNS seeds have been enable and DNS records have been created which resolve to 6 trusted nodes (we will add more soon)
Checkpoints added
Added reward of 0.01 CGB after 1 million coins are mined (comes out to 1/2% yearly inflation)

All sounds great Smiley
legendary
Activity: 1696
Merit: 1008
July 30, 2013, 08:08:53 AM
July 30th, 2013 Update:

Please download the updated clients below.

below what?...ok in the OP

Edited message, sorry for the confusion.
legendary
Activity: 1876
Merit: 1000
July 30, 2013, 07:59:02 AM
July 30th, 2013 Update:

Please download the updated clients below.

below what?...ok in the OP
legendary
Activity: 1696
Merit: 1008
July 30, 2013, 07:53:39 AM
July 30th, 2013 Update:

Please download the updated clients (in OP). Also a couple of changes have been made to take preventative measures against what recently occurred with CAP. Finally, the block rewards have been extended to allow for a 1/2% yearly inflation after 1 million CGB are mined - at a rate of 0.01 CGB per block:
DNS seeds have been enable and DNS records have been created which resolve to 6 trusted nodes (we will add more soon)
Checkpoints added
Added reward of 0.01 CGB after 1 million coins are mined (comes out to 1/2% yearly inflation)
legendary
Activity: 2674
Merit: 2965
Terminated.
July 30, 2013, 06:44:55 AM
any update for this yet Huh? or if anyone can help me get the network hash rate please


/cryptobulliond getmininginfo
{
    "blocks" : 47211,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 3.77935472,
    "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers.",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false

Checkpoint warning is back

Im sure satishi is on it Smiley

No worries wont affect anything just a friendly reminded to miners an update should be out soon

Satishi  Cheesy Wink
sr. member
Activity: 364
Merit: 250
July 30, 2013, 06:01:29 AM
any update for this yet Huh? or if anyone can help me get the network hash rate please


/cryptobulliond getmininginfo
{
    "blocks" : 47211,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 3.77935472,
    "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers.",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false

Checkpoint warning is back

Im sure satishi is on it Smiley

No worries wont affect anything just a friendly reminded to miners an update should be out soon


Yes, client update soon.  Thanks.  Smiley

btw, loving that cheap CAP...nom nom Cheesy
legendary
Activity: 1064
Merit: 1002
July 30, 2013, 05:41:39 AM
any update for this yet Huh? or if anyone can help me get the network hash rate please


/cryptobulliond getmininginfo
{
    "blocks" : 47211,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 3.77935472,
    "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers.",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false

Checkpoint warning is back

Im sure satishi is on it Smiley

No worries wont affect anything just a friendly reminded to miners an update should be out soon
hero member
Activity: 532
Merit: 500
July 29, 2013, 06:27:08 PM
any update for this yet Huh? or if anyone can help me get the network hash rate please


/cryptobulliond getmininginfo
{
    "blocks" : 47211,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 3.77935472,
    "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers.",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
member
Activity: 84
Merit: 10
July 29, 2013, 06:22:16 PM
getting sick of watching the price pull up slightly for some tosser to dump

Trust me, I feel your frustration. This is all to be expected and the normal course of things. What we are looking for is steady consistent growth over the long term. Patience is the name of the game right now, but the price does seem to be climbing again despite the dumpers. Keep in mind all alts are down as BTC is flexing its muscle at this time. Take a break from the ticker, unless you are loading up on more and I think you will be pleasantly surprised and pleased with your investment come September. We have a lot of big things planned for August which will all start with the subsidy halving around July 31st.

Try to keep things in perspective. 1 week ago CGB was not listed on any exchange and the difficulty was .05 due to the lack of mining interest. Today CGB is listed on 2 exchanges and the difficulty is in the 3.5 range. Price is up to about 10 cents per CGB from a purely subjective value just one week ago. Yes, the excitement of a jump to 40 cents per CGB and the mining attention to create a difficulty of 8 was an exciting peak and makes it difficult to see the perspective and growth that has occurred in one short week. Hang in there my friend! We are on the right course!

The whole CGB team is working diligently!

i fully understand and its good to see you holding down the fort.

legendary
Activity: 1696
Merit: 1008
July 29, 2013, 05:18:38 PM
getting sick of watching the price pull up slightly for some tosser to dump

Trust me, I feel your frustration. This is all to be expected and the normal course of things. What we are looking for is steady consistent growth over the long term. Patience is the name of the game right now, but the price does seem to be climbing again despite the dumpers. Keep in mind all alts are down as BTC is flexing its muscle at this time. Take a break from the ticker, unless you are loading up on more and I think you will be pleasantly surprised and pleased with your investment come September. We have a lot of big things planned for August which will all start with the subsidy halving around July 31st.

Try to keep things in perspective. 1 week ago CGB was not listed on any exchange and the difficulty was .05 due to the lack of mining interest. Today CGB is listed on 2 exchanges and the difficulty is in the 3.5 range. Price is up to about 10 cents per CGB from a purely subjective value just one week ago. Yes, the excitement of a jump to 40 cents per CGB and the mining attention to create a difficulty of 8 was an exciting peak and makes it difficult to see the perspective and growth that has occurred in one short week. Hang in there my friend! We are on the right course!

The whole CGB team is working diligently!
member
Activity: 84
Merit: 10
July 29, 2013, 03:57:54 PM
getting sick of watching the price pull up slightly for some tosser to dump
legendary
Activity: 1696
Merit: 1008
July 29, 2013, 03:28:37 PM
Follow the bull on twitter @cryptogenicbull

Pages:
Jump to: