Bitcoin Forum
May 26, 2024, 09:07:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  Print  
Author Topic: ★★★ MaruCoin ★★★ NEW X13 ALGO ! ★★★ MINE NOW ! [KGW+DGW] ★★★ NO IPO/PM EXCHANGE!  (Read 96383 times)
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
April 18, 2014, 07:18:04 PM
 #341

Yea, just started to mine it;
1999 and we are at the end :-D

Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
April 18, 2014, 07:19:56 PM
 #342

If anyone feels sorry for a Windows small time miner.

Sy47buoFBDvHjuQiLRp23znQYLc8cHUcZH
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 18, 2014, 07:21:04 PM
 #343

Supernova is accepting shares...if the p2pool went down, it might take a while to crack the block without that hash.

Fingers crossed.
AfrikaMan
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
April 18, 2014, 07:21:21 PM
 #344

Found this error in the log
Code:
ERROR: ConnectBlock() : coinbase pays too much (actual=18600000000 vs limit=900000000)

Not in my log... troll?

Getting the same when I do "setgenerate true -1"

Code:
CreateNewBlock(): total size 1000
ERROR: ConnectBlock() : coinbase pays too much (actual=18600000000 vs limit=900000000)

Then the daemon crashes on Linux. Seems there's a bug...

Code:
terminate called after throwing an instance of 'std::runtime_error'
  what():  CreateNewBlock() : ConnectBlock failed
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 18, 2014, 07:22:18 PM
 #345

Found this error in the log
Code:
ERROR: ConnectBlock() : coinbase pays too much (actual=18600000000 vs limit=900000000)

Not in my log... troll?

Getting the same when I do "setgenerate true -1"

Code:
CreateNewBlock(): total size 1000
ERROR: ConnectBlock() : coinbase pays too much (actual=18600000000 vs limit=900000000)

Then the daemon crashes on Linux. Seems there's a bug...


Use the external miner...hitting a solo block right now would be incredibly lucky! 
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
April 18, 2014, 07:27:07 PM
 #346

Block reward is controlled by: 444444444/(((Difficulty+2600)/9)^2) starting from block  2000...

So... over 5000 coins from now? :-D

dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 18, 2014, 07:30:12 PM
 #347

Block reward is controlled by: 444444444/(((Difficulty+2600)/9)^2) starting from block  2000...

So... over 5000 coins from now? :-D




A member put this together a couple of days back.  I think the dev missed a 4 in the formula, the graph is straight from the code.
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
April 18, 2014, 07:31:18 PM
 #348

Just compute it yourself.


techlover
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 18, 2014, 07:32:17 PM
 #349

What happened? It  is still 1999 block
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 18, 2014, 07:32:22 PM
 #350

Just compute it yourself.



The developer missed a 4 in the op...the graph is accurate.
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 18, 2014, 07:33:04 PM
 #351

What happened? It  is still 1999 block


I think the p2pool went down? 

Meaning that we have to solve the block with a greatly reduced hashrate.  Switch to supernova.cc and help us out!
techlover
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 18, 2014, 07:35:12 PM
 #352

Thanks for the reply. But it is still not normal, can someone check if there are something wrong with source code?
dstorm
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 18, 2014, 07:35:47 PM
 #353

What happened? It  is still 1999 block


I think the p2pool went down? 

Meaning that we have to solve the block with a greatly reduced hashrate.  Switch to supernova.cc and help us out!

I shut down the pool because the wallet doesn't work, and I'm quite sure it won't work on suprnova either.

altmine.net p2pools - Follow me on Twitter for latest updates @altminenet
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 18, 2014, 07:38:58 PM
 #354

What happened? It  is still 1999 block


I think the p2pool went down? 

Meaning that we have to solve the block with a greatly reduced hashrate.  Switch to supernova.cc and help us out!

I shut down the pool because the wallet doesn't work, and I'm quite sure it won't work on suprnova either.

I am submitting shares...

Have you had a look at the code to see what the issue may be?
mfqrs3
Sr. Member
****
Offline Offline

Activity: 419
Merit: 250


View Profile
April 18, 2014, 07:39:24 PM
 #355

Yes, wallet is not working. Stuck at 1999 block.
AfrikaMan
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
April 18, 2014, 07:43:59 PM
 #356

Yea, there's something wrong in these lines in main.cpp:

Code:
   if (vtx[0].GetValueOut() > GetBlockValue(pindex->pprev->nBits, pindex->pprev->nHeight, nFees))
        return state.DoS(100, error("ConnectBlock() : coinbase pays too much (actual=%"PRI64d" vs limit=%"PRI64d")", vtx[0].GetValueOut(), GetBlockValue(pindex->pprev->nBits, pindex->pprev->nHeight, nFees)));

and

Code:
		int64 reward = GetBlockValue(pindexPrev->nBits,pindexPrev->nHeight+1, 0);

It's using the difficulty/height from the previous block instead of the current block.
ibinsad
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250


View Profile
April 18, 2014, 07:45:17 PM
 #357

dstorm
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 18, 2014, 07:46:51 PM
 #358

What happened? It  is still 1999 block


I think the p2pool went down? 

Meaning that we have to solve the block with a greatly reduced hashrate.  Switch to supernova.cc and help us out!

I shut down the pool because the wallet doesn't work, and I'm quite sure it won't work on suprnova either.

I am submitting shares...

Have you had a look at the code to see what the issue may be?

You were able to submit shares to my pool too but you wouldn't find any blocks Smiley That's why I shut it down.

I'm looking at the code now.

altmine.net p2pools - Follow me on Twitter for latest updates @altminenet
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
April 18, 2014, 07:49:43 PM
 #359

i've sent a pm to OP
but inactive since yesterday...
otila
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 18, 2014, 07:49:46 PM
 #360

I'm looking at the code now.

I would have hoped the developer was also doing that, but probably no.
Last login: 2014-04-17, 15:22:24
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  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!