Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance
by
silaslyma
on 02/06/2024, 00:57:39 UTC
Compare two files, one with addresses and second your one with addresses you are searching for:

Code:
#!/usr/bin/env bash
comm -12 <(pv -cN 1st "$1") <(pv -cN 2nd "$2")
>&2 echo -ne "\x7"
[/quote]

Sorry, i do not know what i am doing wrong

https://i.ibb.co/R3v2fJk/1.jpg

https://i.ibb.co/M9NXhgL/2.jpg