Bitcoin Forum
May 06, 2024, 03:20:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to check a large amount of bitcoin addresses  (Read 682 times)
jamesbrooks (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 25, 2016, 07:18:38 PM
 #1

Hi, I need a way to check thousands of bitcoin addresses or a wallet that will allow me to add thousands of private keys in one go.

Any help is appriciated.
1715008830
Hero Member
*
Offline Offline

Posts: 1715008830

View Profile Personal Message (Offline)

Ignore
1715008830
Reply with quote  #2

1715008830
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
February 25, 2016, 08:53:31 PM
 #2

Part of that brainwallet hacking "brainflayer" which was released had some bloomfilter stuff to check large amounts of keys at once https://github.com/ryancdotorg/brainflayer.  I don't know if it's something you can repurpose for whatever you're doing.  See that "hex2blf" script.

In any case, if you only need to check thousands, why not just write a loop to look them up one at a time.  This could be problematically slow if you actually want to check hundreds of millions, but I would think that thousands would be trivially quick on a modern computer.

--Encrypted--
Copper Member
Legendary
*
Offline Offline

Activity: 924
Merit: 1007

hee-ho.


View Profile
February 25, 2016, 09:42:58 PM
 #3

http://www.satoshiquiz.com/easybalance/easybalance.html
tried it with 490 addresses and worked. took around 9 minutes (I think 490 seconds because I set it to 1 second delay). don't have the time to fetch thousands of bitcoin addresses so excuse me for not trying that.
jamesbrooks (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 26, 2016, 02:32:18 AM
 #4

Part of that brainwallet hacking "brainflayer" which was released had some bloomfilter stuff to check large amounts of keys at once https://github.com/ryancdotorg/brainflayer.  I don't know if it's something you can repurpose for whatever you're doing.  See that "hex2blf" script.

In any case, if you only need to check thousands, why not just write a loop to look them up one at a time.  This could be problematically slow if you actually want to check hundreds of millions, but I would think that thousands would be trivially quick on a modern computer.



Thanks, I'll take a look. I'm looking to check 100k addresses.


http://www.satoshiquiz.com/easybalance/easybalance.html
tried it with 490 addresses and worked. took around 9 minutes (I think 490 seconds because I set it to 1 second delay). don't have the time to fetch thousands of bitcoin addresses so excuse me for not trying that.

Found this before posting, it's good for a small amount, but checking more than 1000 it prints "Error" instead of the balance.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!