Bitcoin Forum
May 17, 2024, 09:23:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8]  All
  Print  
Author Topic: List of all Bitcoin addresses ever used - weekly updates work again!  (Read 3857 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (3 posts by 1+ user deleted.)
NecroMortis
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 30, 2023, 10:57:28 AM
 #141

Parse litecoin all addresses usage possible?
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 16663


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 30, 2023, 11:00:56 AM
 #142

Parse litecoin all addresses usage possible?
I can do it: make me an offer Smiley

philipma1957
Legendary
*
Online Online

Activity: 4130
Merit: 7888


'The right to privacy matters'


View Profile WWW
October 10, 2023, 03:24:01 AM
 #143

Hey how much ram do you need to run this with your server?

128gb  or 256gb.

I have a threadripper  doing nothing it has  128gb ram would it be better than the server you are using.


I could donate it to you.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 16663


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 10, 2023, 07:34:21 AM
 #144

Hey how much ram do you need to run this with your server?
I recently tested it: the more cores I use for sorting, the more RAM it takes. I tested the difference, and reduced the sorting to only 2 cores. It writes a lot of temp files (on HDD) with 32 GB RAM. I guess I could use 128 or even 256 to speed this up, but I update the large file once a week, so it doesn't matter that it takes a few hours.

Quote
I have a threadripper  doing nothing it has  128gb ram would it be better than the server you are using.

I could donate it to you.
Thanks for the offer, but I'm good for now. This server takes about 12 TB of bandwidth per month.

If you want to find a good use for your server: how about using it to run your own block explorer (mempool.space clone) or Electrum server?

DecipherBTC
Newbie
*
Offline Offline

Activity: 2
Merit: 1


View Profile
April 21, 2024, 01:25:05 PM
Merited by LoyceV (1)
 #145

Is this thread still beeing updated?

Thanks.
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 16663


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
April 22, 2024, 05:45:51 AM
 #146

Is this thread still beeing updated?
Yes. Click and see Smiley

BoraxTributary
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 28, 2024, 06:00:49 PM
 #147

Have you considered posting torrents for all these links? Would make downloding faster, and would help ease the strain on your server.
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 16663


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
April 29, 2024, 07:02:31 AM
 #148

Have you considered posting torrents for all these links? Would make downloding faster, and would help ease the strain on your server.
This question pops up once in a while (including your own post about it back in 2021). Short answer: there's no need, and frequent updates are annoying with torrents. Long answer: click All, CTRL-F "torrent".

RecRanger
Newbie
*
Offline Offline

Activity: 3
Merit: 1


View Profile
May 05, 2024, 10:30:47 PM
Merited by LoyceV (1)
 #149

I made a Python library and CLI tool to check this list for addresses in bulk and in other scripts. Check it out on my GitHub: https://github.com/RecRanger/used-addr-check
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 16663


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 10, 2024, 07:03:51 AM
 #150

Is this thread still beeing updated?
It looks like the daily updates didn't happen, which means the weekly update had no fresh data. I'm not sure why, I'll check it tomorrow.

Update: it's fixed. It was waiting for another stuck update. The weekly update is running now, this takes a few hours to complete. Thanks for reporting this.

RecRanger
Newbie
*
Offline Offline

Activity: 3
Merit: 1


View Profile
May 13, 2024, 12:29:09 AM
 #151

Would you consider open-sourcing the code that generates this list? It seems like it would be helpful to the community to have available.
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 16663


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 13, 2024, 05:46:27 AM
 #152

Would you consider open-sourcing the code that generates this list?
I don't really see the point. There's not much to it, but you'll need to download a lot of data to use it.
I get the data from Blockchair, extract the files, get the addresses, and sort them. That's it.

RecRanger
Newbie
*
Offline Offline

Activity: 3
Merit: 1


View Profile
May 16, 2024, 01:41:02 AM
 #153

The download is going at 100 KB/s for me right now. This would be solvable with a better distribution system (e.g., torrents).

If you use torrents to distribute the file, you'd be able to publish an RSS feed which automatically lets people download the latest version if they want to help seed.
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 16663


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 16, 2024, 05:40:11 AM
 #154

The download is going at 100 KB/s for me right now.
That sounds like you're downloading from Blockchair, they have speed restrictions. Try my mirror.

Quote
This would be solvable with a better distribution system (e.g., torrents).
As long as my (donated) server is only using 20% of it's allowed bandwidth, I won't bother.

Pages: « 1 2 3 4 5 6 7 [8]  All
  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!