MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 845 forks source link

Qbitninja : client.GetBalance returns NULL #1055

Closed AbdulSidd closed 3 years ago

AbdulSidd commented 3 years ago

Hi there,

I am trying to read the balance from a multisig address, that contains 1 transaction; can be viewed with the following url: https://www.blockchain.com/btc-testnet/address/2MxUbkAaNJGEeS57a4iazqQquHetn642YzZ but, when i am trying fetching it with ""; it always returns NULL. image

NicolasDorier commented 3 years ago

QBitNinja is quite deprecated right now, I will not fix it.

I advise you to use NBXplorer instead, you can easily run it on your machine as long as you have a full node.

Here is a multi sig wallet example.

knocte commented 3 years ago

QBitNinja is quite deprecated right now, I will not fix it.

Nicolas, your "Programming the blockchain with C#" book is plagued with references to QBitNinja. We should remove them then.

NicolasDorier commented 2 years ago

@knocte I should write a new book with NBXplorer or Bitcoin Core. Problem is that QBitNinja is too deeply integrated into the book sadly. I could also rewrite parts.