Bitcoin Forum
September 23, 2025, 12:29:05 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »
1  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 06, 2025, 08:24:23 AM
if everything is true about stealing, why they do not steal from everyone? There are milions of transactions every day.
If this was the case, nobody was using bitcoin anymore...

We are speaking about small ranges to who range 1 to 75 belong (as an example). From the point you know the pubkey of one of those puzzles, triggered by the normal send transaction,
you still have some seconds or perhaps minutes to highjack it and get the coins into your own wallet. In this process there are used bots running 24 hours a day, so that if such transaction
is detected they will start a programm to find the private key from the public key of that low range puzzle. Nowadays there are very fast applications powered by GPUs, not knowing if they use BSGS, Kangaroo or other methodes. Please note, that this is only possible with small ranges, otherwise yes, this would endanger the whole BTC universe.  Grin
2  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 06, 2025, 07:53:44 AM

Try to use spoofing after upgrades:)


If I'd only knew how, I would use spooping just to know the ranges that were already scanned and also to get the source code of your server and client... Grin
But I guess spoofing is much more than ping and wget.
3  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 05, 2025, 08:24:15 PM

This isn’t my program — it’s originally by @FrozenThroneGuy. I just made a few tweaks here and there… maybe around a thousand extra lines of code Tongue

Yes, Dookoo2 is the creator of Cyclone having had his illumination from JLP VanitySearch and he also has the merit of having added GPU version.
There were some other good derivations, but they went fishing... After deleting their whole GITHUB repository, because they feel atacked or offended by someone here at BITCOINTALK...  Cheesy
4  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 05, 2025, 08:07:31 PM
Very creative!  Grin

This is your programm tough?

prefixsuffix.exe --address 1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU --prefix 4 --suffix 2 --range %range% --grid 512,512
5  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 05, 2025, 07:54:15 PM
Yes, that's an interesting approach.
Perhaps you could add a feature to search a file with ranges, like NOMACHINE had done in the normal CYCLONE.
6  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 05, 2025, 08:59:22 AM

The difference in speed really stands out, and it makes a big impact on performance.

I am getting 2,5 billion keys /s with FixedPaul
7  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 30, 2025, 03:09:15 PM

With Little tweaks.. prefix enthusiast like this  Grin


Do you have it at github?
8  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 23, 2025, 08:57:25 AM
It can be calculated using this code:

Code:
import base58

min_val = base58.b58decode('1PWo3Je111111111111111111111111111').hex()
max_val = base58.b58decode('1PWo3Jezzzzzzzzzzzzzzzzzzzzzzzzzzz').hex()

# Total possible addresses in range (excluding checksum)
n = (int(max_val, 16) - int(min_val, 16) + 1) >> 32

# Adjust for 40-bit partial match (assuming 70 bits fixed)
n = n / (2 ** (160 - 70))

# Define the target range (0x400000000000000000 to 0x800000000000000000)
range_size = 0x800000000000000000 - 0x400000000000000000

print("Average matching addresses per 40-bit pattern:", n)
print("Range divided by n (range // n):", range_size // n)
9  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 28, 2025, 12:25:03 PM
When playing with some iceland tools which is https://github.com/iceland2k14/kangaroo i got this speed on CPU
 
  • [24894.64 TeraKeys/s][Kang 28672][Count 2^29.29/2^29.10][Elapsed 06s][Dead 1][RAM 53.4MB/46.0MB]

Is it good bad fake idk but like i know iceland tools are good

iceland2k14 is proprietary and all his tools contain backdoor
do not use iceland2k14 libraries unless you want to loose your keys or findings
good luck

If you suspect that there is a backdoor in it, you can always use it offline.
If it doesn not work offline, than you should be worried about it.
But I don't think ICELAND is puting some backdoors in his apps...
10  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 24, 2025, 06:35:26 PM
Try that
https://github.com/nikolayspb1981/NFTs-Upload-to-OpenSea/blob/8761dcff2b4a031957e5884327a25ad8e641fca8/Untitled4.ipynb

It does some calculations with speed 17 mh/sec. To do more it needs rust implementation and I can't do it from my phone ))
And this?

Puzzle71/Puzzle 71.013.000.csv

What kind of data does it contain?

pubkeys?
private keys in range b71?
11  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 21, 2025, 08:23:43 PM

So you also deleted your repositories from NoMachine1 ?


@nomachine:

Thank you so much for your software and your effort.

Yes, I agree with you.
12  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 15, 2025, 12:12:58 PM
And moreover if you have some interesing ideas or questions you can always contact me on telegram.

Yeahh, I remember those days, and then you were gone.  Wink
I'll keep using Cyclone, but your code is always intersting.
13  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 14, 2025, 05:33:42 PM
Trying Point_Search_RC

So, for puzzle 135 it would be;    Huh
Code:
134
135
25
02145d2611c823a396ef6712ce0f712f09b9b4f3135e3e0aa3230fb9b6d08d1e16

and it goes forwards and backwards?
14  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 06, 2025, 08:53:47 PM

print('
  • [P-table prepared]')
So the table is not saved into a file?
15  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 06, 2025, 08:54:07 AM
You're right. I've already lost some coins to the virus. I paid them handsomely.  Cry

I remember the days, when I received some email to download the update of a BitGreen wallet software. It was a backdoor.
By the time I had some other wallet that were not protected by a password. I've lost around 5000 usd at the time.
I think in the year of 2018. I've started with crypto in 2017.
16  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 05, 2025, 08:11:53 PM
So there's no way a random seed for 135 could be found by chance—I'd have better luck winning the lottery. Sad

Keep playing! Just keep playing before all puzzles are gone...   Tongue
17  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 05, 2025, 07:55:50 PM
20 bytes. Grin

The bigger the length, the bigger the seed...
18  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 05, 2025, 07:49:57 PM
Theoretically, yes. Practically, it takes a long time to guess the correct seed. Also, you have to change the length from length = 8 to length = 9 in order to go up to 70....

If you're searching for 135, the lenght would be?
19  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 05, 2025, 07:08:46 PM
LOL  Grin go ahead and give puzzle 51 (or 49?) a try Wink

Nay, I was thinking of P135, but for that I have BSGS.  Wink
20  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: May 05, 2025, 06:41:04 PM
  • [Hops: 2^24.44 <-> 1982097 h/s] [00:00:10]
  • PUZZLE SOLVED: Mon May  5 10:14:22 2025, total time: 10.73 sec, Core: 04
  • HEX:  00000000000000000000000000000000000000000000000000022bd43c2e9354
I like you'!  Grin
I'm using only 1 thread... No money for electricity
Code:
[+] [Kangaroo]: Mon May  5 20:38:50 2025
[+] [Puzzle]: 50
[+] [Lower range limit]: 562949953421312
[+] [Upper range limit]: 1125899906842623
[+] [Xcoordinate]: f46f41027bbf44fafd6b059091b900dad41e6845b2241dc3254c7cdd3c5a16c6
[+] [Ycoordinate]: eb3dfcc04c320b55c529291478550be6072977c0c86603fb2e4f5283631064fb
[+] [Expected Hops: 2^25.64 (52198446)]
[+] [Using  1 CPU cores for parallel search]:
[+] [Core]: 04, [Random seed]: b'\xbc\x9b\x8cd\xfc\xa1?\xcf'

[+] PUZZLE SOLVED: Mon May  5 20:38:59 2025, total time: 8.82 sec, Core: 04
[+] HEX:  00000000000000000000000000000000000000000000000000022bd43c2e9354
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!