Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
55057504
Topic
5265993
Board
Project Development
Re: List of all Bitcoin addresses ever used
by
LoyceV
on
24/08/2020, 11:39:02 UTC
Quote from: LoyceV on August 20, 2020, 02:17:52 PM
If someone has enough RAM to experiment, I'd love to see the result of this (on the 31 GB file):
Quote from: LoyceV on August 20, 2020, 09:08:20 AM
awk '!a[$0]++'
This looks very promising:
Quote from: bob123 on
Today
at 11:13:58 AM
Code:
cat -n input.txt | sort -uk2 | sort -nk1 | cut -f2- > output.txt