-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QBitNinja adapt for NBitcoin.Altcoins #67
Comments
Well I don't think you need to much but important NBitcoin.Altcoins to QBitNinja and make sure you get the right Network instance in the code. |
I am trying to do the same but no luck. I have tried to connect the Qbitninja with local node For Litecoin But nothing is working. |
public void MssGetBalance(string ssAddress, bool ssIsUnspentOnly, out decimal ssBalance, out decimal ssConfirmedBalance)
|
Sorry I can't help you hosting your own QBitNinja server. Look the README I improved it this week. |
Dear Nicolas,
Thanks for your precious time :).
Can you please suggest, how to get any Litecoin balance by passing the
address and UTXO(unspend transactions) by using Nbitcoin.RPC package.
Kind Regards,
Bilal Afzal
…On 8 August 2018 at 14:24, Nicolas Dorier ***@***.***> wrote:
Sorry I can't help you hosting your own QBitNinja server. Look the README
I improved it this week.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoNtKjZbiSTuhWIghE68IPffBsxKTO4cks5uOq5cgaJpZM4VtbVq>
.
|
If your goal is to make a wallet, just use a full node with https://github.com/dgarage/NBXplorer . This is way more lightweight that qbit and support litecoin. Read https://programmingblockchain.gitbooks.io/programmingblockchain/content/wallet/web-api.html for example. |
I would like to adapt QBitNinja to NBitcoinAltcoins.
Can you help with a round up where I shall start and what the important steps are?
The text was updated successfully, but these errors were encountered: