nickcoin
Any method that: measures speed only when it succeeds ignores probability of success skips failure cases is not an optimization.... Its cherry-picking dressed up as engineering. Bottom line: skipping work doesnt beat…
- Exploring Randstorm for Puzzle SolvingJan 3, 2025
You can try all possible BTC addresses with this, but I had no luck. Everything has already been hacked that had flaws.
- Exploring Randstorm for Puzzle SolvingJan 2, 2025
I don't know about 2011 but here is one from 2013 - 2015 https://web.archive.org/web/20140210085752/https://coinpunk.com/
- Exploring Randstorm for Puzzle SolvingJan 2, 2025
It's very similar to what you did on github. I don't know what I haven't tried in the last 5 years. Thousands of scripts and experiments. Even different random generators from here https://github.com/schmouk/PyRandLib…
- Exploring Randstorm for Puzzle SolvingJan 1, 2025
I have already tried all possible timestamps for 32 BTC Puzzle with this method from start_datetime = datetime(2010, 1, 1, 0, 0, 0) end_datetime = datetime(2015, 1, 15, 19, 7, 14) unfortunately, this puzzle was not…
- What's the big deal with trading?Nov 27, 2024
I feel sometimes that it is quite dangerous to put a huge amount of money in a things that you are not good at, take time to study the movement of market and make some depth research for you to have a clear idea on how…
It has only one flaw. You can burn the processor if you don't know what you are doing and you have inadequate cooling.
You're welcome
- Europe is putting the squeeze on crypto ATMsJul 31, 2022
i think Europe is also a big supporter of bitcoin, i know so many people who are really using bitcoin and are also good supporter of bitcoin,
It is simple script If you know what is last key - e.g. '910ed3ab5775b97da1a33e38b72eba94f90addff7051f276c9d6c538c369632b' Python script as an example result But no one knows the exact formula from the last private key…
- Getting Back Lost BitcoinsOct 4, 2020
Recently, I saw a project that offers a recovering process...via discord ... So they have a few hundreds of validators and if you write in discord and proof that you have 'good intentions', they'll roll TX back...
Nah. I'm already stuck in other scripts.
It aint worth makin, but you could totally build a Memory-Mapped DP Table System that mixes a Bloom filter (in RAM) with a memory-mapped DP table (on disk). Gotta reserve, like, 2-3x the expected DP table size to keep…
The code is good, but its missing the part where the script loads the saved DP.bin with the --load-dp option. Mark1.cpp Makefile Added new command-line option --load-dp <filename> to specify a DP.bin file to load…
Is there any wallet that can easily sweep 1-of-1 multisigs? Electrum doesn't, nor does it support taproot. If we need to use bitcoin core rpc calls, it would be nice if we could have a list of the required commands to…
Can you link to or show how these addresses are constructed/derived?
It's probably a copy/paste error on my part - the <array> header is missing. Here it is again: https://github.com/NoMachine1/Cyclone I have about ~380M keys/s.
You can use existing files from Cyclone github - the script will work. This is still in the testing phase....
AMD Ryzen Threadripper PRO 7985WX (but I don't just do puzzles on it. I do more stuff.) Makefile
I have ~190 Mkey/s with this searching directly Hash160 targets in pure random mode. https://github.com/NoMachine1/Cyclone