May 1, 2026
Can*t call chainActive.Tip()->nHeight in core.cpp

Can*t call chainActive.Tip()->nHeight in core.cpp

I want to call chainActive.Tip()->nHeight in core.cpp. It is not possible, I am interested in every idea. https://github.com/LIMXTEC/BitSend/blob/DEV-joshafest/src/core.cpp Here is an example : bool GetH() { int nBlockHeight = chainActive.Tip()->nHeight; if(nBlockHeight < FORKX17_Main_Net ) return […]

Read More

Maintain a wallet on 2 devices

Is it possible 2 maintain a single HD wallet on two devices? Assume a laptop and phone. My first thought is to install a HD wallet on the second device and create a new wallet […]

Read More

did Satoshi anticipate large pools?

Is there any statement about the design of Bitcoin alluding to dealing with large pools controlling a good part of the network? while it is true that pools can compete and people can “vote” by […]

Read More