Pages:
Author

Topic: Get list of all addresses with a balance over x? - page 3. (Read 43275 times)

newbie
Activity: 54
Merit: 0
starmyc, can you share older files (may be yesterday's only) for free?
Sorry, i dont have now any donations Sad
Thank you anyway!
jr. member
Activity: 88
Merit: 2
So scary balances on btcz....
make division by 100000000
newbie
Activity: 54
Merit: 0
Thank you, friend!
So scary balances on btcz....
full member
Activity: 198
Merit: 130
Some random software engineer
Hello, starmyc!

Thank you for your good job!

Can you parse a BitcoinZ blockchain addresses?

BitcoinZ have zhash algo (equihash 144 5). So interesting.

https://github.com/bitcoinz-wallets/bitcoinz-copay-wallet/releases

Sure: https://balances.syndevio.com/balances/.balances-bitcoinz.txt
You are welcome!
sr. member
Activity: 490
Merit: 258
Sorry, because they are too much space consuming, I do not offer those.

zip it, make torrent!
..we really need all address even with zero bal.
or help to do it myself
Finally I was able to parse the whole the blockchain.

Here is a list of ALL ever used bitcoin address until 24.06.2018:
http://srv.keinbrot.com/download/Bitcoin_AllAdressesEver_20180624.txt.torrent

If you like it: download and help seeding Wink
newbie
Activity: 54
Merit: 0
Hello, starmyc!

Thank you for your good job!

Can you parse a BitcoinZ blockchain addresses?

BitcoinZ have zhash algo (equihash 144 5). So interesting.

https://github.com/bitcoinz-wallets/bitcoinz-copay-wallet/releases
full member
Activity: 198
Merit: 130
Some random software engineer
I'm sorry, this might be slightly off topic
instead of using blockparser or querying online web block explorer,
is there a way to get balance of a specific address without importing it first into the wallet?
getreceivedbyaddress and getbalance seems to work only for addresses in local wallet Undecided 

Unfortunately, there is no easy way to find out a balance for an address directly without parsing the whole chain. However, Bitcoin Core maintains an UTXO database called chainstate and as it is quite smaller than the blockchain, it is used to retrieve spendable outputs then the balance of an address.
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
I'm sorry, this might be slightly off topic
instead of using blockparser or querying online web block explorer,
is there a way to get balance of a specific address without importing it first into the wallet?
getreceivedbyaddress and getbalance seems to work only for addresses in local wallet Undecided 
jr. member
Activity: 36
Merit: 3
Someone share a standalone Python script that can parse whole raw blockchain data.
Here –> https://github.com/normanvolt/blockchain-parser
Check it.
sr. member
Activity: 490
Merit: 258
Long long time ago, last fresh balance:
http://srv.keinbrot.com/download/balances_527280.zip

This also includes all multisign outputs.
full member
Activity: 198
Merit: 130
Some random software engineer
balances-bitcoin-20180611-0000: Size: 593129214

hi starmyc, what does size mean?
bytes or adresses ?

Nope, those are file size. Adding number of records is a nice idea, I'll think about it. There are currently 22.3 millions records actually in the bitcoin dump!
newbie
Activity: 8
Merit: 0
balances-bitcoin-20180611-0000: Size: 593129214

hi starmyc, what does size mean?
bytes or adresses ?
full member
Activity: 198
Merit: 130
Some random software engineer
hi starmyc, I notice that there are some address with zero balance in the compressed file you upload. If those are from utxos why it have zero balance? just want to know something weird

Yes, there is a bunch of utxos with addresses receiving exactly 0 btc, like in ceb1a7fb57ef8b75ac59b56dd859d5cb3ab5c31168aa55eb3819cd5ddbd3d806 or 84a5b3ff691210a0a026db9dd9f3d9a70645d44a7ef82e7dc374ee4cc7c27bbc.
Technically, I guess those are still spendable (with another inputs funding the fees), but it will be pretty much useless as it will cost more money that it will unlock...
newbie
Activity: 2
Merit: 0
hi starmyc, I notice that there are some address with zero balance in the compressed file you upload. If those are from utxos why it have zero balance? just want to know something weird
newbie
Activity: 8
Merit: 0
please post fresh (this year) bitcoin dump for free
all previous links are dead
newbie
Activity: 8
Merit: 0
Sorry, because they are too much space consuming, I do not offer those.

zip it, make torrent!
..we really need all address even with zero bal.
or help to do it myself
full member
Activity: 198
Merit: 130
Some random software engineer
FYI, today I've done a full dump of all bitcoin addresses ever used at least once. I've reached the number of 401,407,598 unique addresses for all block files from blk00000 to blk01275. The % is still really small. Smaller than 10^-40 %, at least.
can you post this entire archive on your website for download?

Sorry, because they are too much space consuming, I do not offer those.
jr. member
Activity: 88
Merit: 2
FYI, today I've done a full dump of all bitcoin addresses ever used at least once. I've reached the number of 401,407,598 unique addresses for all block files from blk00000 to blk01275. The % is still really small. Smaller than 10^-40 %, at least.
can you post this entire archive on your website for download?
full member
Activity: 198
Merit: 130
Some random software engineer
P/S: I cannot build your tool on Ubuntu 16.04 so I have to download your dump file.

I work on Fedora/Centos environments. Ubuntu 16.04 is a little old, but it should compile & work. What are errors? Can you please raise an issue on github?
Which centos version should use for build? The leveldb install is problem too.
More install instruction is help.
https://github.com/mycroft/chainstate/issues/3

Latest works fine. Just built current tree on centos 7.5.1804.

yum install leveldb-devel (centos/fedora) and apt install libleveldb-dev (debian/ubuntu) is sufficient for leveldb.
newbie
Activity: 19
Merit: 1
P/S: I cannot build your tool on Ubuntu 16.04 so I have to download your dump file.

I work on Fedora/Centos environments. Ubuntu 16.04 is a little old, but it should compile & work. What are errors? Can you please raise an issue on github?
Which centos version should use for build? The leveldb install is problem too.
More install instruction is help.
https://github.com/mycroft/chainstate/issues/3
Pages:
Jump to: