Bitcoin Forum
May 03, 2024, 04:44:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 [505] 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722503 times)
HammerHedd
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
March 22, 2014, 09:12:00 PM
 #10081

How to check linux os is 32 bit or 64 bit

1) uname -m

> uname -m
x86_64 --> 64bit

>  uname -m
i686  --> 32bit


2)  getconf LONG_BIT
>  getconf LONG_BIT
32

>  getconf LONG_BIT
64


3) file /bin/ls or file /usr/bin/ls  ( sometimes incorrect)
> file /usr/bin/ls
/usr/bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0xaec843f5bd188906193e4c76869b0657d27f8c0d, stripped


> file /bin/ls
/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.4, stripped



Use 64bit linux os, short term solution.

In short, don't be me Tongue

Thanks again for your help with this.

DRK: XepkHLT2MYTXSFDc2muiGeA9eRzG6ytpSy       P2Pool: stratum+tcp://darkcoin.kicks-ass.net:7903
BTC: 1LVE3pFpAhSrHbiK5hAUWDeVrB5UrPXRkJ                    http://darkcoin.kicks-ass.net
1714711491
Hero Member
*
Offline Offline

Posts: 1714711491

View Profile Personal Message (Offline)

Ignore
1714711491
Reply with quote  #2

1714711491
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 09:24:40 PM
 #10082

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)
!



Standhaft
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 22, 2014, 09:25:55 PM
 #10083

Ok, so I was a bit bored and instead of idling on reddit and looking up coinmarketcap every 2 minutes, I tried something. It's just a rough copy where I copied most of the /r/DRKcoin and just used a different stylesheet which was already a almost complete layout. I think the header could be better, but aside from that, I think it's much more user friendly than the current scheme especially since a new, brighter website is about to launch

https://i.imgur.com/KADMbx1.png

What do you think?

The logo kind of disappears in the header, could the header be silver perhaps? 

Imma fix that tomorrow since it's quite late here at the moment. Probably a white lining around the logo will fix it and then let's see what Evan says Cheesy

DRK - Xi9PB8XXN9Gn4HFG7NtzsXNiBQC4jdFvnH
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 22, 2014, 09:30:29 PM
 #10084

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

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 09:39:21 PM
Last edit: March 22, 2014, 10:45:35 PM by chaeplin
 #10085

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.

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
March 22, 2014, 09:50:44 PM
 #10086

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.
tseug
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 22, 2014, 09:59:42 PM
 #10087

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

COMM: CWjCf3Pb6vAgpRxbP2CKQQFLBXYuS7axpG
SHA: STpwADnhpYk7ZAMRmJvFDJaXSSby3LpGiu
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
March 22, 2014, 10:01:46 PM
 #10088

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

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 10:03:47 PM
 #10089

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.
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 10:04:37 PM
 #10090

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.
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
March 22, 2014, 10:06:18 PM
 #10091

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.

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
tseug
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 22, 2014, 10:08:42 PM
 #10092

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

COMM: CWjCf3Pb6vAgpRxbP2CKQQFLBXYuS7axpG
SHA: STpwADnhpYk7ZAMRmJvFDJaXSSby3LpGiu
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 10:27:41 PM
 #10093

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.
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
March 22, 2014, 10:52:08 PM
 #10094

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!!

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 10:54:08 PM
 #10095

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
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 10:59:42 PM
 #10096


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
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
March 22, 2014, 11:02:56 PM
 #10097

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?

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
fible1
Legendary
*
Offline Offline

Activity: 1183
Merit: 1000



View Profile WWW
March 22, 2014, 11:08:09 PM
 #10098

Is anyone interested in selling DRK for PayPal? I would like to buy 1500 DRK.

Reputation Threads:

https://bitcointalk.org/index.php?topic=197175.2180

https://bitcointalk.org/index.php?topic=226091.0


PM me if you are.

Fantastic FREE BOOKS:
"Crypto Success":  bit.ly/Crypto-Success; "Principles for Crypto Investment":  bit.ly/Crypto-Principles; "Crypto Survival":  bit.ly/Crypto-Survival';
PGP Key(s): Pablo@Pablo-Lema.com: http://pastebin.com/V8Z4WxUE
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 22, 2014, 11:13:21 PM
 #10099

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

TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
March 22, 2014, 11:16:17 PM
 #10100

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?

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
Pages: « 1 ... 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 [505] 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 ... 7012 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!