Crowndev / crown-core

Core of Crown blockchain platform. Contribution repository is available by this link: https://gitlab.crownplatform.com/crown/crown-core. Github repository is a mirror.
http://www.crownplatform.com
MIT License
26 stars 18 forks source link

0.13.2.0 getblocktemplate error #99

Closed kr1z1s closed 5 years ago

kr1z1s commented 5 years ago
crown-cli getblocktemplate
error: {"code":-7,"message":"Out of memory"}
walkjivefly commented 5 years ago

Why are you trying to call getblocktemplate? It's for use by miners with PoW coins. Crown is now exclusively PoS. Calling getblocktemplate makes no sense. The error could be improved, or better still the RPC simply removed. But neither is likely to happen any time soon.

kr1z1s commented 5 years ago

Why are you trying to call getblocktemplate? It's for use by miners with PoW coins. Crown is now exclusively PoS. Calling getblocktemplate makes no sense. The error could be improved, or better still the RPC simply removed. But neither is likely to happen any time soon.

Yes. You're right. I just tried calling RPC GBT and noticed the error