Bitcoin Forum
June 23, 2024, 07:18:58 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Learning with PoS test coin: why no transactions?  (Read 131 times)
yoblin626 (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 20, 2018, 06:02:58 AM
 #1

I'm learning about the blockchain by creating (..forking) a proof-of-stake coin. I forked whitecoin (fork of blackcoin), and made some modifications to make it easier to play around with:

Code:
nLastPOWBlock = 125;
nStakeMinAge = 5;
nCoinbaseMaturity = 5;

I was able to mine the initial PoW blocks successfully, but once it got to block 125 and I tried staking some coins (I have four daemons on the same machine with a few coins each) I never get any confirmations.

The daemons look like they are staking:

Code:
{
   "error" : null,
   "id" : "curltext",
   "result" : {
      "netstakeweight" : 0,
      "staking" : true,
      "difficulty" : 0.00024414,
      "pooledtx" : 22,
      "errors" : "",
      "weight" : 1000000000,
      "currentblocktx" : 22,
      "expectedtime" : 0,
      "enabled" : true,
      "currentblocksize" : 23457,
      "search-interval" : 16
   }
}

What am I missing? Why is netstakeweight zero? I have a lot of unstaked coins, and only a few (I think) staked coins.. does it matter?
fips1992
Member
**
Offline Offline

Activity: 150
Merit: 10


View Profile
July 17, 2018, 12:34:09 AM
 #2

I have the same problem.
Did you manage to solve it?

Discord Server  ◢◢◢◢◢◢◢◢  Web Site  ◣◣◣◣◣◣◣◣  Bitcointalk ANN
EVOlution-of-Services
LIGHTEPAPER   ◥◥◥◥◥◥ Explorer  ◤◤◤◤◤◤  Official Github
Pages: [1]
  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!