Skip to content
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

Check Address Balance Using Bitcore #1

Open
ddehueck opened this issue May 31, 2015 · 4 comments
Open

Check Address Balance Using Bitcore #1

ddehueck opened this issue May 31, 2015 · 4 comments

Comments

@ddehueck
Copy link

We can do this with bitcore, but we'll have to writea script to do this as there is not function I'm aware of that can do this on the bitcore platform.

Basically we will have to take all the UTXOs associated with the address of the user's account and add all of them up to get a total address balance (most wallets do this automatically). This could be accomplished using another api like chain's with just a single call but if we're sticking to bitcore it'll just require a little extra programming.

I think I'll start working on a script tomorrow to accomplish this. Thoughts?

@ddehueck
Copy link
Author

This is helpful: http://bitcore.io/playground/#/unspent

@rolandnsharp
Copy link
Owner

Sounds good, sorry I didn't get back to you sooner I've been working on another project.

We may also want to look into using this: https://chain.com/ . It can send alerts when certain blockchain events occur.

BTW: I've reset the commit history on this project to start again from scratch.

@manikchhabra1275
Copy link

How can we get the bitcoin balance of an address without using inbuilt function getUnspentUtxos() ?
How can we do it programmatically ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants