Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6508. (Read 9723858 times)

legendary
Activity: 1358
Merit: 1002

2.5min is a target spacing. if a block found with in 2.5 min, diff up, past 2.5 min, diff down.
With lower diff ( 0.00xxx) , called insta mining..

Wow, what a mess! there should be a way to start it at the brink of difficulty  going to the next level and keeping it at 2.5 minutes, or whatever the desired time constraint is, but that's all water under the bridge now.  Wish it weren't so (shrug)

you have to remember that xcoin started out without kgw, that was implemented later after the big whale left us stranded high, therefor there was no quick adjustment, it would adjust after a given amount of blocks. that is why there was a faster coin generation in the beginning..
full member
Activity: 280
Merit: 100
The Future Of Work

2.5min is a target spacing. if a block found with in 2.5 min, diff up, past 2.5 min, diff down.
With lower diff ( 0.00xxx) , called insta mining..

Wow, what a mess! there should be a way to start it at the brink of difficulty  going to the next level and keeping it at 2.5 minutes, or whatever the desired time constraint is, but that's all water under the bridge now.  Wish it weren't so (shrug)
sr. member
Activity: 294
Merit: 250
I'm not a programmer, and to be honest, I find that block explorer so confusing, that I can't see why we need Darksend, LOL.

Could you please explain a little further?  It looks like a block was generated 3+ times a minute?

http://explorer.darkcoin.io/chain/DarkCoin?hi=20&count=21

click the link.


As far as I know(might be wrong)

Block  : height / block no
Approx. Time : block generation time
Transactions : how many tx.
Value Out   : sum of tx value output
Difficulty   : diff
Outstanding    : sum of reward
Average Age   Chain Age   % CoinDD : don't know LOL



Do you have any idea why the blocks were created faster than they should have been?  I mean, aren't we supposed to have a 2.5 minute block?  Does this happen with the start of every coin?

2.5min is a target spacing. if a block found with in 2.5 min, diff up, past 2.5 min, diff down.
With lower diff ( 0.00xxx) , called insta mining..
full member
Activity: 280
Merit: 100
The Future Of Work
I'm not a programmer, and to be honest, I find that block explorer so confusing, that I can't see why we need Darksend, LOL.

Could you please explain a little further?  It looks like a block was generated 3+ times a minute?

http://explorer.darkcoin.io/chain/DarkCoin?hi=20&count=21

click the link.


As far as I know(might be wrong)

Block  : height / block no
Approx. Time : block generation time
Transactions : how many tx.
Value Out   : sum of tx value output
Difficulty   : diff
Outstanding    : sum of reward
Average Age   Chain Age   % CoinDD : don't know LOL



Do you have any idea why the blocks were created faster than they should have been?  I mean, aren't we supposed to have a 2.5 minute block?  Does this happen with the start of every coin?
sr. member
Activity: 294
Merit: 250
I'm not a programmer, and to be honest, I find that block explorer so confusing, that I can't see why we need Darksend, LOL.

Could you please explain a little further?  It looks like a block was generated 3+ times a minute?

http://explorer.darkcoin.io/chain/DarkCoin?hi=20&count=21

click the link.


As far as I know(might be wrong)

Block  : height / block no
Approx. Time : block generation time
Transactions : how many tx.
Value Out   : sum of tx value output
Difficulty   : diff
Outstanding    : sum of reward
Average Age   Chain Age   % CoinDD : don't know LOL

legendary
Activity: 1183
Merit: 1000
full member
Activity: 280
Merit: 100
The Future Of Work
I'm not a programmer, and to be honest, I find that block explorer so confusing, that I can't see why we need Darksend, LOL.

Could you please explain a little further?  It looks like a block was generated 3+ times a minute?
sr. member
Activity: 294
Merit: 250

Quote

you mean that blocks were being created every couple of hundred milliseconds?  That's crazy!  really?  I seriously can't believe I got so few coins when I was hashing within a couple of hours (had to figure it out at the time)  it just doesn't seem right?


sorry for my english -.

meaning 1 sec ~ minutes
sr. member
Activity: 294
Merit: 250
I thought block generation time is set?  Also, all the transfers that were happening can't be counted, they don't generate rewards/ don't create coins.


It didn't take seconds.

I do simple python sum using p2pool subsidy function

subsidy function is for next block reward.
time is GMT+9


Code:
height: 1 time 01-19 12:54:41 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 500
height: 2 time 01-19 12:54:46 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 1000
height: 3 time 01-19 12:55:01 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 1500
height: 4 time 01-19 12:55:10 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 2000
height: 5 time 01-19 12:55:13 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 2500
height: 6 time 01-19 12:55:22 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 3000
~
height: 1150 time 01-19 13:40:22 difficulty 0.00097656 nbits 1e03fffc subsidy 500 sum 575000
height: 1151 time 01-19 13:40:24 difficulty 0.00097656 nbits 1e03fffc subsidy 500 sum 575500
height: 1152 time 01-19 13:54:38 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 575777
height: 1153 time 01-19 13:54:40 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576054
height: 1154 time 01-19 13:54:49 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576331
height: 1155 time 01-19 13:55:13 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576608
~
height: 1726 time 01-19 14:51:03 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 734775
height: 1727 time 01-19 14:51:05 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 735052
height: 1728 time 01-19 14:51:33 difficulty 0.015625 nbits 1d3fffc0 subsidy 500 sum 735552
height: 1729 time 01-19 14:51:38 difficulty 0.015625 nbits 1d3fffc0 subsidy 500 sum 736052
~
height: 2877 time 01-19 17:45:48 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1310052
height: 2878 time 01-19 17:45:45 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1310552
height: 2879 time 01-19 17:45:46 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1311052
height: 2880 time 01-19 17:45:48 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1311552
height: 2881 time 01-19 17:45:50 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1312052
~
height: 3453 time 01-19 21:06:33 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1598052
height: 3454 time 01-19 21:06:43 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1598552
height: 3455 time 01-19 21:06:44 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1599052
height: 3456 time 01-19 21:07:12 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599329
height: 3457 time 01-19 21:07:55 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599606
height: 3458 time 01-19 21:08:45 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599883
~
height: 4031 time 01-20 04:04:34 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1758604
height: 4032 time 01-20 04:05:52 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1759104
height: 4033 time 01-20 04:06:11 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1759604
~
height: 4182 time 01-20 10:39:26 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1834104
height: 4183 time 01-20 10:40:05 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1834604
height: 4184 time 01-20 10:41:13 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1835104
height: 4185 time 01-20 10:41:59 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1835604
height: 4186 time 01-20 10:48:13 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1836104
height: 4187 time 01-20 10:50:52 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1836604
~
height: 4239 time 01-20 12:48:01 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1862604
height: 4240 time 01-20 12:49:06 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1863104
height: 4241 time 01-20 12:50:55 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1863604
height: 4242 time 01-20 12:55:30 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1864104

Code:
height: 0 time 01-19 10:40:18 difficulty 0.00024414 nbits 1e0ffff0 subsidy 50 sum 50
So it would be 1864104 + block 0 reward 50.




Oh. I am idiot -
Block explorer shows that number.

Outstanding is the number.

http://explorer.darkcoin.io/chain/DarkCoin?count=50&hi=4243
full member
Activity: 280
Merit: 100
The Future Of Work
I thought block generation time is set?  Also, all the transfers that were happening can't be counted, they don't generate rewards/ don't create coins.


It didn't take seconds.

I do simple python sum using p2pool subsidy function

subsidy function is for next block reward.
time is GMT+9


Code:
height: 1 time 01-19 12:54:41 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 500
height: 2 time 01-19 12:54:46 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 1000
height: 3 time 01-19 12:55:01 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 1500
height: 4 time 01-19 12:55:10 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 2000
height: 5 time 01-19 12:55:13 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 2500
height: 6 time 01-19 12:55:22 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 3000
~
height: 1150 time 01-19 13:40:22 difficulty 0.00097656 nbits 1e03fffc subsidy 500 sum 575000
height: 1151 time 01-19 13:40:24 difficulty 0.00097656 nbits 1e03fffc subsidy 500 sum 575500
height: 1152 time 01-19 13:54:38 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 575777
height: 1153 time 01-19 13:54:40 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576054
height: 1154 time 01-19 13:54:49 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576331
height: 1155 time 01-19 13:55:13 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576608
~
height: 1726 time 01-19 14:51:03 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 734775
height: 1727 time 01-19 14:51:05 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 735052
height: 1728 time 01-19 14:51:33 difficulty 0.015625 nbits 1d3fffc0 subsidy 500 sum 735552
height: 1729 time 01-19 14:51:38 difficulty 0.015625 nbits 1d3fffc0 subsidy 500 sum 736052
~
height: 2877 time 01-19 17:45:48 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1310052
height: 2878 time 01-19 17:45:45 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1310552
height: 2879 time 01-19 17:45:46 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1311052
height: 2880 time 01-19 17:45:48 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1311552
height: 2881 time 01-19 17:45:50 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1312052
~
height: 3453 time 01-19 21:06:33 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1598052
height: 3454 time 01-19 21:06:43 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1598552
height: 3455 time 01-19 21:06:44 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1599052
height: 3456 time 01-19 21:07:12 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599329
height: 3457 time 01-19 21:07:55 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599606
height: 3458 time 01-19 21:08:45 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599883
~
height: 4031 time 01-20 04:04:34 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1758604
height: 4032 time 01-20 04:05:52 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1759104
height: 4033 time 01-20 04:06:11 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1759604
~
height: 4182 time 01-20 10:39:26 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1834104
height: 4183 time 01-20 10:40:05 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1834604
height: 4184 time 01-20 10:41:13 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1835104
height: 4185 time 01-20 10:41:59 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1835604
height: 4186 time 01-20 10:48:13 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1836104
height: 4187 time 01-20 10:50:52 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1836604
~
height: 4239 time 01-20 12:48:01 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1862604
height: 4240 time 01-20 12:49:06 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1863104
height: 4241 time 01-20 12:50:55 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1863604
height: 4242 time 01-20 12:55:30 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1864104

Code:
height: 0 time 01-19 10:40:18 difficulty 0.00024414 nbits 1e0ffff0 subsidy 50 sum 50
So it would be 1864104 + block 0 reward 50.


you mean that blocks were being created every couple of hundred milliseconds?  That's crazy!  really?  I seriously can't believe I got so few coins when I was hashing within a couple of hours (had to figure it out at the time)  it just doesn't seem right?  Lol, it's fun being old.  looking back at my transactions in my wallet, I never did get solo mining to work.  I didn't start earning until I joined the lotterymining pool  Embarrassed  Grin  Cheesy  That was on the 20th and yah, I remember how frustrated I was, LOL.

wow, I really can't believe the coins were flowing like Niagara Falls!!
sr. member
Activity: 294
Merit: 250
I thought block generation time is set?  Also, all the transfers that were happening can't be counted, they don't generate rewards/ don't create coins.


It didn't take seconds.

I do simple python sum using p2pool subsidy function

subsidy function is for next block reward.
time is GMT+9


Code:
height: 1 time 01-19 12:54:41 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 500
height: 2 time 01-19 12:54:46 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 1000
height: 3 time 01-19 12:55:01 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 1500
height: 4 time 01-19 12:55:10 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 2000
height: 5 time 01-19 12:55:13 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 2500
height: 6 time 01-19 12:55:22 difficulty 0.00024414 nbits 1e0ffff0 subsidy 500 sum 3000
~
height: 1150 time 01-19 13:40:22 difficulty 0.00097656 nbits 1e03fffc subsidy 500 sum 575000
height: 1151 time 01-19 13:40:24 difficulty 0.00097656 nbits 1e03fffc subsidy 500 sum 575500
height: 1152 time 01-19 13:54:38 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 575777
height: 1153 time 01-19 13:54:40 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576054
height: 1154 time 01-19 13:54:49 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576331
height: 1155 time 01-19 13:55:13 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 576608
~
height: 1726 time 01-19 14:51:03 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 734775
height: 1727 time 01-19 14:51:05 difficulty 0.00390625 nbits 1e00ffff subsidy 277 sum 735052
height: 1728 time 01-19 14:51:33 difficulty 0.015625 nbits 1d3fffc0 subsidy 500 sum 735552
height: 1729 time 01-19 14:51:38 difficulty 0.015625 nbits 1d3fffc0 subsidy 500 sum 736052
~
height: 2877 time 01-19 17:45:48 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1310052
height: 2878 time 01-19 17:45:45 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1310552
height: 2879 time 01-19 17:45:46 difficulty 0.0625 nbits 1d0ffff0 subsidy 500 sum 1311052
height: 2880 time 01-19 17:45:48 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1311552
height: 2881 time 01-19 17:45:50 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1312052
~
height: 3453 time 01-19 21:06:33 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1598052
height: 3454 time 01-19 21:06:43 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1598552
height: 3455 time 01-19 21:06:44 difficulty 0.25 nbits 1d03fffc subsidy 500 sum 1599052
height: 3456 time 01-19 21:07:12 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599329
height: 3457 time 01-19 21:07:55 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599606
height: 3458 time 01-19 21:08:45 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1599883
~
height: 4031 time 01-20 04:04:34 difficulty 1.0 nbits 1d00ffff subsidy 277 sum 1758604
height: 4032 time 01-20 04:05:52 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1759104
height: 4033 time 01-20 04:06:11 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1759604
~
height: 4182 time 01-20 10:39:26 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1834104
height: 4183 time 01-20 10:40:05 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1834604
height: 4184 time 01-20 10:41:13 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1835104
height: 4185 time 01-20 10:41:59 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1835604
height: 4186 time 01-20 10:48:13 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1836104
height: 4187 time 01-20 10:50:52 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1836604
~
height: 4239 time 01-20 12:48:01 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1862604
height: 4240 time 01-20 12:49:06 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1863104
height: 4241 time 01-20 12:50:55 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1863604
height: 4242 time 01-20 12:55:30 difficulty 3.44635085 nbits 1c4a47c4 subsidy 500 sum 1864104

Code:
height: 0 time 01-19 10:40:18 difficulty 0.00024414 nbits 1e0ffff0 subsidy 50 sum 50
So it would be 1864104 + block 0 reward 50.
member
Activity: 70
Merit: 10
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain.

I can post the debug log if someone wants to help. It has completely screwed my Saturday Sad I was hoping to have a nice smooth p2pool transition


I just pushed this branch, try it and let me know if that works:

https://github.com/evan82/darkcoin/tree/DGW-32bit-bug


still..
Code:
2014-03-22 16:25:34 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad
2014-03-22 16:25:34 ERROR: AcceptBlock() : incorrect proof of work
2014-03-22 16:25:34 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-03-22 16:25:34 Misbehaving: 112.175.123.94:9999 (0 -> 100) DISCONNECTING
2014-03-22 16:25:34 disconnecting node 112.175.123.94


        // Check proof of work
        //if (nBits != GetNextWorkRequired(pindexPrev, this))

         double n1 = ConvertBitsToDouble(nBits);
         double n2 = ConvertBitsToDouble(GetNextWorkRequired(pindexPrev, this));
         if ((int)(n1*100) != (int)(n2*100))
            return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));


user@monitoring:~> darkcoind --help
DarkCoin version v0.9.0.0-g07c9905-beta
Same result here, but not only that, with userdata deleted (so complete resync) it gets stuck on block 23590. It won't accept block 23591

Code:
2014-03-22 21:55:36 received block 00000000006eeac449b08b60a2956dfdbca9a12819a961ddf8a666c31feee47d
2014-03-22 21:55:36 ERROR: AcceptBlock() : incorrect proof of work
2014-03-22 21:55:36 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-03-22 21:55:36 Misbehaving: 91.228.76.83:9999 (0 -> 100) DISCONNECTING

Although it is valid http://explorer.darkcoin.io/block/00000000006eeac449b08b60a2956dfdbca9a12819a961ddf8a666c31feee47d


If you use linux, use 64bit os.
32bit bug will be fixed soon.
Sadly I can't but I don't mind waiting. I just wanted to report that the proposed fix not only doesn't fix the original issue, it actually breaks sync much earlier.

Has any managed to see if this also applies on 32 bit windows? I would think so if it really is 32 bit specific but if not, it might help narrow down the problem
full member
Activity: 280
Merit: 100
The Future Of Work
I thought block generation time is set?  Also, all the transfers that were happening can't be counted, they don't generate rewards/ don't create coins.
sr. member
Activity: 294
Merit: 250
I keep reading people saying that the people who mined in the first 24 hours of this coin mined 2 million coins, so I just couldn't believe that could be true.  The highest block reward was 500 coins, I remember the difficulty going up pretty quickly, but even if it didn't, and the block reward stayed at 500 coins, the most that could have been mined is 288,000 coins.

I just want to set the record straight.  People really exaggerate - a lot!


288,000 / 500 = 576 blocks.

2,000,000 / 500 = 4,000 blocks.

Xcoin has at least 4000 blocks in the first 24 hours.


Fair start. genesis has 50 reward.
height 1, took almost 2 hours.


Code:
!
height 0 : Time: 1390095618 (2014-01-19 01:40:18)
height 1 : Time: 1390103681 (2014-01-19 03:54:41)
height 4242 : Time: 1390190130 (2014-01-20 03:55:30)
!



I'm totally lost??  Where did I go wrong?  2.5 min. blocks
                                                             24 blocks/hour
                                                             24 hours/day

24x24=576 blocks then times 500 coin rewards = 288,000

blcock generation time. It' didn't take 2.5 min.
sr. member
Activity: 294
Merit: 250
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain.

I can post the debug log if someone wants to help. It has completely screwed my Saturday Sad I was hoping to have a nice smooth p2pool transition


I just pushed this branch, try it and let me know if that works:

https://github.com/evan82/darkcoin/tree/DGW-32bit-bug


still..
Code:
2014-03-22 16:25:34 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad
2014-03-22 16:25:34 ERROR: AcceptBlock() : incorrect proof of work
2014-03-22 16:25:34 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-03-22 16:25:34 Misbehaving: 112.175.123.94:9999 (0 -> 100) DISCONNECTING
2014-03-22 16:25:34 disconnecting node 112.175.123.94


        // Check proof of work
        //if (nBits != GetNextWorkRequired(pindexPrev, this))

         double n1 = ConvertBitsToDouble(nBits);
         double n2 = ConvertBitsToDouble(GetNextWorkRequired(pindexPrev, this));
         if ((int)(n1*100) != (int)(n2*100))
            return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));


user@monitoring:~> darkcoind --help
DarkCoin version v0.9.0.0-g07c9905-beta
Same result here, but not only that, with userdata deleted (so complete resync) it gets stuck on block 23590. It won't accept block 23591

Code:
2014-03-22 21:55:36 received block 00000000006eeac449b08b60a2956dfdbca9a12819a961ddf8a666c31feee47d
2014-03-22 21:55:36 ERROR: AcceptBlock() : incorrect proof of work
2014-03-22 21:55:36 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-03-22 21:55:36 Misbehaving: 91.228.76.83:9999 (0 -> 100) DISCONNECTING

Although it is valid http://explorer.darkcoin.io/block/00000000006eeac449b08b60a2956dfdbca9a12819a961ddf8a666c31feee47d


If you use linux, use 64bit os.
32bit bug will be fixed soon.
full member
Activity: 280
Merit: 100
The Future Of Work
I keep reading people saying that the people who mined in the first 24 hours of this coin mined 2 million coins, so I just couldn't believe that could be true.  The highest block reward was 500 coins, I remember the difficulty going up pretty quickly, but even if it didn't, and the block reward stayed at 500 coins, the most that could have been mined is 288,000 coins.

I just want to set the record straight.  People really exaggerate - a lot!


288,000 / 500 = 576 blocks.

2,000,000 / 500 = 4,000 blocks.

Xcoin has at least 4000 blocks in the first 24 hours.


Fair start. genesis has 50 reward.
height 1, took almost 2 hours.


Code:
!
height 0 : Time: 1390095618 (2014-01-19 01:40:18)
height 1 : Time: 1390103681 (2014-01-19 03:54:41)
height 4242 : Time: 1390190130 (2014-01-20 03:55:30)
!



I'm totally lost??  Where did I go wrong?  2.5 min. blocks
                                                             24 blocks/hour
                                                             24 hours/day

24x24=576 blocks then times 500 coin rewards = 288,000

There were a LOT of trades or transfers mixed in with the actual payments made, they create transactions as well.  You can't count those, only the transactions that generate payments
member
Activity: 70
Merit: 10
I'm having a strange issue.. one machine (ubuntu) refuses to update it's wallet. I've deleted literally everything (the darkcoin/ directory and the .darkcoin/ directory) and rebuilt it. As before, it hung on s bunch of orphan blocks from about 6 days ago. So, I deleted and rebuilt everything again, then took everything in the .darkcoin/ directory from a currently working wallet (except wallet.dat) and copied it into the new directory so it would (theoretically) have a decent blockchain to start from and only be a block behind. It found one block, and then stopped communicating with the blockchain.

I can post the debug log if someone wants to help. It has completely screwed my Saturday Sad I was hoping to have a nice smooth p2pool transition


I just pushed this branch, try it and let me know if that works:

https://github.com/evan82/darkcoin/tree/DGW-32bit-bug


still..
Code:
2014-03-22 16:25:34 received block 0000000000a138da706d1e79ab9064034578404bd551482bae4840afa6673fad
2014-03-22 16:25:34 ERROR: AcceptBlock() : incorrect proof of work
2014-03-22 16:25:34 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-03-22 16:25:34 Misbehaving: 112.175.123.94:9999 (0 -> 100) DISCONNECTING
2014-03-22 16:25:34 disconnecting node 112.175.123.94


        // Check proof of work
        //if (nBits != GetNextWorkRequired(pindexPrev, this))

         double n1 = ConvertBitsToDouble(nBits);
         double n2 = ConvertBitsToDouble(GetNextWorkRequired(pindexPrev, this));
         if ((int)(n1*100) != (int)(n2*100))
            return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));


user@monitoring:~> darkcoind --help
DarkCoin version v0.9.0.0-g07c9905-beta
Same result here, but not only that, with userdata deleted (so complete resync) it gets stuck on block 23590. It won't accept block 23591

Code:
2014-03-22 21:55:36 received block 00000000006eeac449b08b60a2956dfdbca9a12819a961ddf8a666c31feee47d
2014-03-22 21:55:36 ERROR: AcceptBlock() : incorrect proof of work
2014-03-22 21:55:36 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-03-22 21:55:36 Misbehaving: 91.228.76.83:9999 (0 -> 100) DISCONNECTING

Although it is valid http://explorer.darkcoin.io/block/00000000006eeac449b08b60a2956dfdbca9a12819a961ddf8a666c31feee47d

So sadly the DGW-32bit-bug branch isn't the fix
legendary
Activity: 1456
Merit: 1000
I am being biased, but bloody hell the whole crypto space / market needs anonymous e-cash.

Bitcoin is drifting sideways and down and dragging everything along.  We need e-cash we can spend.
sr. member
Activity: 294
Merit: 250
anybody here who can help me get this stratum mining straight?
the stratum mining is obv running but i get a bad message when i connect a miner, thats where im stuck.

http://pastebin.com/7SQKzvvE

If you want solo, no frontend, no stat.

config.py
DATABASE_DRIVER = 'none'       # Options: none, sqlite, postgresql or mysql
USERS_AUTOADD = True

will do.

and add lines to
mining/DB_None.py

    def update_worker_diff(self,username,diff):
        log.debug("Updating Username diff")

EDIT: I don't know SQLite error.
mining/DB_Sqlite.py has the msg.

sr. member
Activity: 322
Merit: 250
anybody here who can help me get this stratum mining straight?
the stratum mining is obv running but i get a bad message when i connect a miner, thats where im stuck.

http://pastebin.com/7SQKzvvE
Jump to: