dave_vector

Newbie
15
Posts
29
Reputation
Jul 30, 2019
Joined
Recent posts
  • 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…

  • I got this: OPENSSLDIR: "/usr/lib/ssl"

  • 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…

  • 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…

  • 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.

  • Thanks, LoyceV! This is great, now I can do it myself.

  • Thanks for that, LoyceV. Super helpful! Is there a command to filter Base58 addresses from the TSV file into a text file?

  • Thanks for the tips, everyone!

  • 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?

  • 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…

  • 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?

  • 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…

  • 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!

  • 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…