dave_vector
- Issues with ripemd160 on Ubuntu 22Jul 22, 2026
yes it does have legacy..but still not working. This is very annoying, since I got Ubuntu18 and it does works well there... mahuro@WorkStation:~/Desktop$ openssl list -providers Providers: default name: OpenSSL Default…
- Issues with ripemd160 on Ubuntu 22Jul 19, 2026
I got this: OPENSSLDIR: "/usr/lib/ssl"
- Issues with ripemd160 on Ubuntu 22Jul 19, 2026
According to that guide I read I edited this one: /usr/lib/ssl/openssl.cnf but I notice there are others: /etc/ssl/openssl.cnf /snap/core20/1587/etc/ssl/openssl.cnf /snap/core20/1587/usr/lib/ssl/openssl.cnf…
- Issues with ripemd160 on Ubuntu 22Jul 18, 2026
hey achow101... OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) I edited manually the openssl.cnf as in the tutorial: Make sure that the config file contains following lines: openssl_conf = openssl_init…
- Issues with ripemd160 on Ubuntu 22Jul 17, 2026
Has anyone else faced issues with ripemd160 on Ubuntu 22? I've tried all the fixes I could find online but nothing seems to work. Fun fact, it runs fine on Ubuntu 18...
I’d like to know your method too, but the SHODAN part sounds tricky.
- How to Gather Batches of Base58 Addresses?May 18, 2021
Thanks, LoyceV! This is great, now I can do it myself.
- How to Gather Batches of Base58 Addresses?May 18, 2021
Thanks for that, LoyceV. Super helpful! Is there a command to filter Base58 addresses from the TSV file into a text file?
- How to Gather Batches of Base58 Addresses?May 17, 2021
Thanks for the tips, everyone!
- How to Gather Batches of Base58 Addresses?May 17, 2021
Hey everyone, what's the best way to scrape large batches of Base58 addresses? Looking for methods to check their TXs and balances. Any ideas?
- Updated Lattice Attack Script IssuesOct 30, 2020
Not sure where to put those definitions you mentioned. I think I’m close, but there's another error. Should I convert private_value to an integer? I saw that comment in lattice_attack.py about converting, but it doesn’t…
- Updated Lattice Attack Script IssuesOct 28, 2020
I tried adding that, but it's throwing an error. Is this the right spot in lattice_attack.py for those calculations? I'm getting a weird SyntaxError: cannot assign to expression. Any tips?
- Updated Lattice Attack Script IssuesOct 28, 2020
Hey, that's cool, but I’m having trouble. When I run lattice.py after generating the json file, I get an error about public key data being invalid. Is there a specific format for the XY coordinates? Where should I check…
- Need Help Translating Obsolete API CodeAug 31, 2019
Thanks a lot, that makes sense! Now I can try to recreate that request using a different block explorer since chain.so wants $150 a month for access to their API key... What a hassle!
- Need Help Translating Obsolete API CodeAug 31, 2019
Hey everyone... I'm stuck trying to figure out some old code that uses an outdated API. Here’s the snippet: listfile="\n".join(f'wget -qO- https://chain.so/api/v2/get_tx_spent/BTC/{line.rstrip()[:]} > index.data' for…