Close Menu
  • Home
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
What's Hot

op return – What is the justification for allowing multiple OP_RETURN outputs per transaction in Bitcoin Core v30?

October 4, 2025

Highest Lowest MT4 Indicator – ForexMT4Indicators.com

October 4, 2025

Google Search serving issue in some locales

October 4, 2025
Facebook X (Twitter) Instagram
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
Facebook X (Twitter) Instagram
Cointelegraphe
  • Home
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
Cointelegraphe
Home»Bitcoin»altcoin development – Is there correct way to get the block height?
altcoin development – Is there correct way to get the block height?
Bitcoin

altcoin development – Is there correct way to get the block height?

adminBy adminJanuary 15, 2025No Comments2 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email


Questions about cryptocurrencies or projects that are not Bitcoin, and are not applicable to Bitcoin, are off-topic. For more information, see this meta discussion.


Questions about cryptocurrencies or projects that are not Bitcoin, and are not applicable to Bitcoin, are off-topic. For more information, see this meta discussion.

This is pow altcoin based, which use sha-256 alogo to mine all the coins. We had to change first 1M coins with randomX alog and rest with original algo. Added nHeight parameter to
checkproofofwork() in pow.cpp, Now, problem is the occurrences of checkproofofwork in called files, here, difficult in getting current block height, for example validation.cpp
static bool CheckBlockHeader(const CBlockHeader& block, BlockValidationState& state, const Consensus::Params& consensusParams, bool fCheckPOW = true) { // Check proof of work matches claimed amount // Check proof of work matches claimed amount extern ChainstateManager& chainman; // This not correct ? getting error int nHeight = GetBlockHeight(block, chainman); // here need chainman if (fCheckPOW && !CheckProofOfWork(block.GetHash(), block.nBits, consensusParams, nHeight)) return state.Invalid(BlockValidationResult::BLOCK_INVALID_HEADER, "high-hash", "proof of work failed"); return true; } pow.cpp int GetBlockHeight(const CBlockHeader& block, ChainstateManager& chainman) { const CBlockIndex* pindex = chainman.ActiveChainstate().m_blockman.LookupBlockIndex(block.hashPrevBlock); if (!pindex) { throw std::runtime_error("Parent block index not found for hash: " + block.hashPrevBlock.ToString()); } return pindex->nHeight + 1; } validation.cpp:4113:(.text+0x2cc1): undefined reference to `chainman’, What is the correct way tot get the block height?



Source link

Altcoin block correct Development height
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
admin
  • Website

Related Posts

op return – What is the justification for allowing multiple OP_RETURN outputs per transaction in Bitcoin Core v30?

October 4, 2025

XRP’s Next Rally Predicted To Shock Markets

October 2, 2025

FOMC Rate Cuts Loom As Bitcoin Holds Above $109,500 EMA

October 1, 2025

NYDFS Chief Harris to Leave New York Regulator Next Month

September 30, 2025
Add A Comment
Leave A Reply Cancel Reply

Top Insights

op return – What is the justification for allowing multiple OP_RETURN outputs per transaction in Bitcoin Core v30?

October 4, 2025

Highest Lowest MT4 Indicator – ForexMT4Indicators.com

October 4, 2025

Google Search serving issue in some locales

October 4, 2025

BTC Nears Record Highs as Total Market Cap Peaks at $4.21T

October 4, 2025
ads

Subscribe to Updates

Get the latest creative news from Cointelegraphe about Crypto, bItcoin and Altcoin.

About Us
About Us

At CoinTelegraphe, we are dedicated to bringing you the latest and most insightful news, analysis, and updates from the dynamic world of cryptocurrency. Our mission is to provide our readers with accurate, timely, and comprehensive information to help them navigate the complexities of the crypto market.

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

op return – What is the justification for allowing multiple OP_RETURN outputs per transaction in Bitcoin Core v30?

October 4, 2025

Highest Lowest MT4 Indicator – ForexMT4Indicators.com

October 4, 2025

Google Search serving issue in some locales

October 4, 2025
Get Informed

Subscribe to Updates

Get the latest creative news from Cointelegraphe about Crypto, bItcoin and Altcoin.

Please enable JavaScript in your browser to complete this form.
Loading
  • About us
  • Contact Us
  • Shop
  • Privacy Policy
  • Terms and Conditions
Copyright 2024 Cointelegraphe Design By Horaam Sultan.

Type above and press Enter to search. Press Esc to cancel.