May 13, 2026

Understanding the iquidus API settings

I am trying to understand what values I am being asked for in the settings.json to install the block explorer for Iquidus. I know how to get the genesis block as I have hard coded […]

Read More

Can I import wallet words more than once?

I am trying to transfer my electrum wallet, which was imported from MultiBitHD. I just found out that Electrum is not compatible with other wallets since it doesn’t use a BIP39 seed. Can I use […]

Read More

Signature for this request is not valid

im testing the binance api but cant get over the signature problem can u spot a mistake on my signature?: const crypted = CryptoJs.HmacSHA256(“timestamp=” + new Date().getTime().toString() + “&recvWindow=5000” , this.APISECRET).toString();

Read More

LND describegraph and getnetworkinfo RPC response

The LND API documentation is here, but doesn’t contain much information about what the responses to various calls mean. Can anyone explain what these responses are describing? describegraph[‘edges’] I understand this to be channel data, […]

Read More