Bitcoin Forum
May 02, 2024, 06:44:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Do we want to fork the coin or not?
FORK - YES PLEASE - 17 (56.7%)
FORK - NO PLEASE - 13 (43.3%)
Total Voters: 30

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 58 59 60 61 62 63 64 65 66 67 »
  Print  
Author Topic: [ANN] RISKCOIN - Scrypt - Bittrex - More to come...  (Read 52945 times)
tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
February 24, 2015, 04:37:32 PM
 #521

There is nothing but PoS blocks right now.. did PoW end early or something?

Radium.Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
Website | BTCT Thread
1714632273
Hero Member
*
Offline Offline

Posts: 1714632273

View Profile Personal Message (Offline)

Ignore
1714632273
Reply with quote  #2

1714632273
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714632273
Hero Member
*
Offline Offline

Posts: 1714632273

View Profile Personal Message (Offline)

Ignore
1714632273
Reply with quote  #2

1714632273
Report to moderator
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 24, 2015, 04:39:37 PM
 #522

There is nothing but PoS blocks right now.. did PoW end early or something?

No of course not. But i was mining with big hashrate 24 hours ago and all those blocks are now creating POS blocks.

PS: At least i hope not... else that would be pretty bad for the coin.
cintrondigital
Hero Member
*****
Offline Offline

Activity: 630
Merit: 507


CryptoRoundTable.com


View Profile WWW
February 24, 2015, 04:54:57 PM
 #523

Uh oh theres trouble in paradise. Im investigating now.

▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 24, 2015, 04:56:40 PM
 #524

Code:
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
    int64 nSubsidy = 0 * COIN;
if(nHeight == 1)
{
        nSubsidy = 75000 * COIN;
    }
    else if(nHeight < 2880)
    {
        nSubsidy = 10 * COIN;
    }
else if(nHeight < 5760)
    {
        nSubsidy = 20 * COIN;
    }
else if(nHeight < 11520)
    {
        nSubsidy = 15 * COIN;
    }
    return nSubsidy + nFees;
}
tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
February 24, 2015, 05:04:14 PM
 #525

I mean, this isn't a bad thing really, but it's just not as things were planned...

Radium.Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
Website | BTCT Thread
cintrondigital
Hero Member
*****
Offline Offline

Activity: 630
Merit: 507


CryptoRoundTable.com


View Profile WWW
February 24, 2015, 05:05:15 PM
 #526

Last blocks found on our pools was an hour ago.

▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 24, 2015, 05:07:07 PM
 #527

Last blocks found on our pools was an hour ago.

That looks indeed a very long time. I know that sometimes you can have 40 - 50 mins without blocks, but more then 1 hour...
cintrondigital
Hero Member
*****
Offline Offline

Activity: 630
Merit: 507


CryptoRoundTable.com


View Profile WWW
February 24, 2015, 05:07:14 PM
 #528

If it over, its over. i pointed my rigs back to the hansa pool in the meantime while we figure out what happened.

▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚
tm2013
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile WWW
February 24, 2015, 05:08:32 PM
 #529

Last blocks found on our pools was an hour ago.
According to the client wallet, we are still active on PoW, so it's strange what's going on... very strange
To prepare for the worst, we need to split coins as much as possible to ensure a steady flow of PoS blocks.

Radium.Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
Website | BTCT Thread
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 24, 2015, 05:10:10 PM
 #530

If it over, its over. i pointed my rigs back to the hansa pool in the meantime while we figure out what happened.

Good idea. Most of the time DEV is around in 2 hours, so we will see what happened, maybe it is just normal as when you have plenty of address that has to generate POS then it is the first addess that takes the block, so if you have 50 addresses waiting for a POS block against just the hashing power, then it can be like this.
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 24, 2015, 05:11:59 PM
 #531

Last blocks found on our pools was an hour ago.
According to the client wallet, we are still active on PoW, so it's strange what's going on... very strange
To prepare for the worst, we need to split coins as much as possible to ensure a steady flow of PoS blocks.

According to the source too, but i just think that POS blocks are find faster so that result in no POW blocks. I'm also checking the code a little .
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 24, 2015, 05:14:09 PM
 #532

have 10 adresses now.

If 30 adresse are mining PoW. (Pools and individuals) and there are 300 adresses created by people here, then ofc it takes long before PoW is generated.
doeboy1023
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
February 24, 2015, 05:14:40 PM
 #533

Last blocks found on our pools was an hour ago.

Eeeek!!! I still have 2.5 hours left on my rental...in your opinion what coin should I point it at for the time being?
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 24, 2015, 05:17:22 PM
 #534

Last blocks found on our pools was an hour ago.

Eeeek!!! I still have 2.5 hours left on my rental...in your opinion what coin should I point it at for the time being?

Just cancel your order.
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 24, 2015, 05:18:26 PM
 #535

If everyone closes his wallet and stops staking for an hour, we'll see if those PoW blocks get generated again.
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
February 24, 2015, 05:19:40 PM
 #536

Last blocks found on our pools was an hour ago.

Eeeek!!! I still have 2.5 hours left on my rental...in your opinion what coin should I point it at for the time being?

If it over, its over. i pointed my rigs back to the hansa pool in the meantime while we figure out what happened.

Try Handsa Smiley
doeboy1023
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
February 24, 2015, 05:19:51 PM
 #537

Last blocks found on our pools was an hour ago.

Eeeek!!! I still have 2.5 hours left on my rental...in your opinion what coin should I point it at for the time being?

Just cancel your order.

lol, wish it worked that way.
cintrondigital
Hero Member
*****
Offline Offline

Activity: 630
Merit: 507


CryptoRoundTable.com


View Profile WWW
February 24, 2015, 05:19:55 PM
 #538

Last blocks found on our pools was an hour ago.

Eeeek!!! I still have 2.5 hours left on my rental...in your opinion what coin should I point it at for the time being?

point it to http://hansa.manhattanmine.com theyre still paying 200 per block.

▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 24, 2015, 05:20:34 PM
 #539

Last blocks found on our pools was an hour ago.

Eeeek!!! I still have 2.5 hours left on my rental...in your opinion what coin should I point it at for the time being?

Just cancel your order.

lol, wish it worked that way.

Why?

On Nicehash you can just cancel your order.
doeboy1023
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
February 24, 2015, 05:22:02 PM
 #540

Last blocks found on our pools was an hour ago.

Eeeek!!! I still have 2.5 hours left on my rental...in your opinion what coin should I point it at for the time being?

Just cancel your order.

lol, wish it worked that way.

Why?

On Nicehash you can just cancel your order.

its miningrigrentals.com
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 58 59 60 61 62 63 64 65 66 67 »
  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!