May 1, 2026

Multibit HD only sees one peer

Multibit HD is only connecting with one peer. This issue randomly started a few weeks ago. Initially, I had to keep restoring my wallet to a previous date since my balance kept reverting to uncomfirmed. […]

Read More

Wallets that support payment channels?

I know that maybe it’s a bit early to start asking Wallets to implement Lightning Network connections even if the majority don’t support SegregatedWitness yet. But how about Payment Channels? In theory they have already […]

Read More
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