Jack

Results 25 comments of Jack

Yes, read about the technology here https://github.com/qtumproject/documents/blob/master/en/SUMMARY.md Your staker is setup correctly, staking 305 QTUM your expected time to a block reward is about 3 months https://qtum.info/misc/toolbox/stake-calculator Good luck! Tech...

The block reward goes immediately to the staking wallet address, and matures after 2,000 confirmations (now). Basically the block publishing wallet sends a transaction to itself committing the stake for...

Yes, previously the subsidy was 4.0 QTUM for 675 blocks/day or 2,700 QTUM/day. After the hard fork the subsidy is 1.0 QTUM for 2,700 blocks/day or 2,700 QTUM/day, so inflation...

If you have experience launching a blockchain from block 0, it is possible. For example if you have launched a bitcoin fork many times. But Qtum has differences, such as...

The coinbase transaction is for proof-of-work blocks, and is not used after Qtum chain block 5,000. Starting with block 5001 the coinstake transaction conveys the subsidy.

@Neoblock8 is your node fully synced with version 0.20.2? What does `getblockchaininfo` return?

Are other RPC commands working, do you have that setup correctly?

By default the wallet can only see its own transactions. The `-txindex` option allows the wallet to see other transactions on the blockchain. All the transactions are saved in blocks...

`estimatesmartfee `needs a number of transactions in recent blocks to produce a good estimate. Otherwise you should see an error "Insufficient data or no feerate found". It will not produce...

I think the algo wants to see transactions across multiple blocks. Try 3 transactions for 10 consecutive blocks, then `estimatesmartfee 10` on the 11th block.