nickalt
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…
- Compiling Pollard's kangaroo ECDLP solver errorsJan 10, 2025
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…
- Top methods or APIs to get UTXOsMay 15, 2024
Ok, thank you!
- Top methods or APIs to get UTXOsMay 14, 2024
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.
- Top methods or APIs to get UTXOsMay 14, 2024
Thank you @RickDeckard I am going to explore running my own instance of mempool! Cheers!
- Top methods or APIs to get UTXOsMay 14, 2024
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…
- Top methods or APIs to get UTXOsMay 14, 2024
Thank you @RickDeckard That is perfect! it does download in the right format. Thanks.
- Top methods or APIs to get UTXOsMay 12, 2024
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…
- Top methods or APIs to get UTXOsMay 12, 2024
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…
- Top methods or APIs to get UTXOsMay 12, 2024
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…
- Top methods or APIs to get UTXOsMay 12, 2024
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…
- What's Your Take on KYC?Feb 17, 2022
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'?
- Modified Lattice Attack ScriptSep 17, 2017
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…
- Modified Lattice Attack ScriptSep 17, 2017
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…