nickalt

Member
32
Posts
129
Reputation
Feb 2, 2017
Joined
Recent posts
  • I am interested in following your method, but the SHODAN part isnt very clear About your comment: The first thing we need to do is find other people's Insight servers that are fully exposed to the internet and respond…

  • Hey everyone, I'm running into some issues trying to compile the GPU version... any help would be really appreciated. Here’s my setup: ubuntu2~24.04 gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) I can't find the SDK…

  • Ok, thank you!

  • Hello RickDeckard, So I went ahead and installed Docker and mempool, is up and running with a few glitches, but for now my question is, for this to work, do I also need to be running a full BTC node as well? Thank you.

  • Thank you @RickDeckard I am going to explore running my own instance of mempool! Cheers!

  • Good day gentlemen... I did the mempool call, but I got a message back on my shell telling the the request for UTXOs for that address exceeded limit of outputs > 500 curl -sSL…

  • Thank you @RickDeckard That is perfect! it does download in the right format. Thanks.

  • I can't get an output formatted like that. When I do the call: curl -sSL "https://mempool.space/api/address/1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY/utxo" > data.json The ooutput comes formated like this, which is a pain to…

  • Soooo if you don't mind I have a further question about formatting: I did: wget -qO- https://mempool.space/api/address/1Lpu1LJAhYTWLveYW5mwi9T2kF3NKWQcJP/utxo > data.json using the mempool API, however the file is not…

  • Thank you for your replies gentlemen. That is very helpful. I had tried some other API frameworks before, like: wget -qO- https://api.blockcypher.com/v1/btc/main/addrs/{line.rstrip()[:]} > index.data' But this is…

  • Hey everyone Any ideas on the most effective way to retrieve UTXOs from particular addresses? Can it be done through API calls or maybe some other method? Thanks a lot!

  • Thank you @nc50lc !!

  • Thank you for your reply !! Sorry I missed your other reply, thank you for your replies !! Thank you @flapduck and @ABCbits for your replies, I got it to run !! on a similar track, I have been told that Pollar RHO is…

  • Anyone know how to list GPUs in Linux? I'm trying to run this command but it keeps throwing an error: ./kangaroo -gpu gpuId0,gpuId1,gpuId2,gpuId3,gpuId4,gpuId5,gpuId6,gpuId7 -ws savedKangs.txt -wi 30 in.txt Kangaroo…

  • I do not understand how it can be good for security that you transfer your personal data and copies of your documents directly into the hands of scammers? According to statistics from 902 ICO projects, a third turned…

  • Thank you for this list, it's awesome! It brings a question to mind.... I've been wandering whether is it worth investing in a small GPU based mining rig, say 6 or 7 GPUs for the purpose of "cracking scientific…

  • You're underestimating how many people have skin in the game here

  • Ok, but what's the argument here, besides 'it's not Ethereum'?

  • Not sure where in the code should it go the definitions you mentioned. I get another error, but I think I am closer now. I think I simply need to change of private_value to integer, But I am not sure how. There is a…

  • I have added those definitions but I get an error. Is that the right part of the code on the lattice_attack.py for them to go in? THANKS. mahuro@machine1:~/lattice-attack$ python3 lattice_attack.py -f data7.json File…