May 2, 2026

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

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