Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: foxer666 on August 08, 2017, 11:49:49 AM



Title: How get block reward via RPC on bitcoincore wallets?
Post by: foxer666 on August 08, 2017, 11:49:49 AM
Good day.

How get block reward via RPC on bitcoincore wallets?

Thank You.


Title: Re: How get block reward via RPC on bitcoincore wallets?
Post by: -ck on August 08, 2017, 12:14:06 PM
getblocktemplate the value "coinbasevalue"


Title: Re: How get block reward via RPC on bitcoincore wallets?
Post by: foxer666 on August 08, 2017, 12:27:31 PM
getblocktemplate the value "coinbasevalue"
Yes. It works, but:
$reward = $value/100000000;
Not works for all coins.

Novacoin:
"coinbasevalue" : 5720000
reward = 0.0572 but realy reward = 5.7

Neuro:
"coinbasevalue" : 1604900000
reward = 16.049 but realy reward = 1385.67

Thank You.


Title: Re: How get block reward via RPC on bitcoincore wallets?
Post by: foxer666 on August 08, 2017, 01:45:26 PM
- snip -
Novacoin:
- snip -
Neuro:
- snip -

You've accidentally posted in the wrong place.

This sub-forum is listed as being for:
"Questions regarding issues with Bitcoin Core, nodes, the Bitcoin network, transactions, and addresses."

Perhaps you meant to post this question to the altcoin sub-forum?
https://bitcointalk.org/index.php?board=67.0
"Discussion of cryptocurrencies other than Bitcoin"

I've reported the thread to a moderator.  Hopefully they will move it for you soon.  In the meantime, you can move it yourself if you like.
Altcoins use Bitcoin Core. I don't discuss altcoins, only Core.