Search content
Sort by

Showing 20 of 22 results by sneeky777
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 10/03/2025, 01:39:33 UTC
I don't think what you are looking for is information.

1- You are here to satisfy your EGO and ease your psychology of meddling in everything.

2- You are thinking of selling a few things from those who find wallets.

You can answer the topics you want to get information about.

Now, without making yourself look small, keep your "KNOW-IT-ALL, COOL, LONG" bla bla articles to yourself. The person who wants to get information from you will write you privately. Like they wrote to me. lol

You have issues. Let me clarify a few things...


8. Everyone basically either ignores you already (directly / indirectly) or only watches in silence (and maybe with some popcorn) how you are continually showing off exceptional skills.

Thanks.

 Wink
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 17/12/2024, 00:49:44 UTC
@RetiredCoder I want to admit that unfortunately I did not win mini game #130, I just followed your explanations and found the key #130 0x33e7665705359f04f28b88cf897c603c9

Yes missed out on mini 130 but learned something new heh.

Although someone clarify this for me (Base64) :   IIONt3uYHbMh+vUnqDBGHP2gGu1Q2Fw0WnsKj05eT9P8KI2kGgPniiPirCd5IeLRnRdxeiehDxxsyn/VujUaX8o= 
                                                      (Base64)  :  IIONt3uYHbMh+vUnqDBGHP2gGu1Q2Fw0WnsKj05eT9M=        is from priv key 20838db77b981db321faf527a830461cfda01aed50d85c345a7b0a8f4e5e4fd3   

First 32 bytes are "r" value ?


Friends, I think you wrote in the wrong place.

RetiredCoder is not a topic he opened or a place for his competition.

Now go to his topic and write what you want to write.

Otherwise, I will have to warn the Moderators.
For advertising another user.

Olum you dont even make sense if you have nothing to attribute why bother talking. its a mini puzzle for 130 see the keyword ? puzzle 130 ?
Post
Topic
Board Bitcoin Technical Support
Re: 20% WALLET REWARD -- Help With Recovering Inscribed BTC Runes Lost in a Swap.
by
sneeky777
on 16/12/2024, 11:42:38 UTC
So let me understand this you bought 10k worth about 200k of gizmo using phatom wallet correct ?
3JU2ojTfuXK8HcHAZDFByXeEvE4QPRQzVj you don't own this correct ? or you do ?

If you don't own it who put in 12/14/2024, 04:03:17 Mint + Transfer 3JU2ojTfuXK8HcHAZDFByXeEvE4QPRQzVj ?
The tokens didn't transfer to coinbase the wallet has $6.55K. Runes $6.25K BTC $292.32.

No crypto platform is going to transfer to a random address unless you input the address.

Unless I'm completely missing something ?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 16/12/2024, 00:57:46 UTC
Yes missed out on mini 130 but learned something new heh.

Although someone clarify this for me (Base64) :   IIONt3uYHbMh+vUnqDBGHP2gGu1Q2Fw0WnsKj05eT9P8KI2kGgPniiPirCd5IeLRnRdxeiehDxxsyn/VujUaX8o= 
                                                      (Base64)  :  IIONt3uYHbMh+vUnqDBGHP2gGu1Q2Fw0WnsKj05eT9M=        is from priv key 20838db77b981db321faf527a830461cfda01aed50d85c345a7b0a8f4e5e4fd3   

First 32 bytes are "r" value ?
Post
Topic
Board Bitcoin Discussion
Re: Mini-puzzle for puzzle #130
by
sneeky777
on 15/12/2024, 00:19:18 UTC
This would make xmas lol off to play
Post
Topic
Board Development & Technical Discussion
Re: exponentially increase a database of sequential ordered public keys(brute-force)
by
sneeky777
on 11/12/2024, 01:31:43 UTC
Hi thanks for this.

Thought i would give win wsl a bash and get many build errors.

First was SECP256k1.h renamed to SECP256K1.h fixed that
Then secp256k1/Timer.h and bloom/bloom.h missing #include <cstdint> done that

after that i now get In file included from bloom/bloom.cpp:6:
/usr/include/openssl/md5.h:52:38: note: declared here
   52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,

Now it builds but when running Bigdb -bs 1000000 it gives Bigdb: command not found

Just a heads up maybe its my setup or maybe i smoked too much but i like tinkering with things like this so ill update when running.

well that was quick got it running on wsl.

./BigDb -bs 1000000 didnt work for me renaming to ./Bigdb -bs 1000000 worked

Bigdb v0.1(alpha) by Mcdouglasx
[======================================================================] 100 %

Now i can play.

It is strange what you say, perhaps it is a problem with your WLS or missing libraries.

Possibly either way its working as you stated.

So i generated the DB with 1,000,000 pubs and only 1 million then the search for puzzle 30 and 40 the results

PrivateKey found: 1033162084
PublicKey: 030D282CF2FF536D2C42F105D0B8588821A915DC3F9A05BD98BB23AF67A2E92A5B
Time to find key: 0.57816 seconds
PrivateKey found: 995061478358
PublicKey: 03CCC97D220A22C4CA538882BD93BFC11356F5C57EC1B5DAEAE47D705C4689905A
Time to find key: 2.62869 seconds

still a lot more to play about with but nice times so far.
Post
Topic
Board Development & Technical Discussion
Re: exponentially increase a database of sequential ordered public keys(brute-force)
by
sneeky777
on 10/12/2024, 04:10:46 UTC
Hi thanks for this.

Thought i would give win wsl a bash and get many build errors.

First was SECP256k1.h renamed to SECP256K1.cpp
Then secp256k1/Timer.h and bloom/bloom.h missing #include <cstdint> ?

after that i now get In file included from bloom/bloom.cpp:6:
/usr/include/openssl/md5.h:52:38: note: declared here
   52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,

Now it builds but when running Bigdb -bs 1000000 it gives Bigdb: command not found

Just a heads up maybe its my setup or maybe i smoked too much but i like tinkering with things like this so ill update when running.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 10/12/2024, 03:09:40 UTC
My approach is just like that, I just try to do it in more sophisticated way. Such as, in the case of #67, my experimental version of Bitcrack can be ordered, based on parameters prior to start, to do all private keys from a given range, but forced to contain, looking at the private key as if it were a string of characters, for example this:
---
At least one "letter-letter" next to each other anywhere in the string, at least one number "5" anywhere, but not more than 3 occurrences of number "5" anywhere, at least 3 times "any-number" anywhere but lower than <8, at least one occurrence of "D" anywhere, and must not contain any occurrence of "letter-letter-letter" or more occurrences, no number "7" anywhere in the string, etc., etc.
---

I kinda see your logic but it would likely skip the solution, look at this randomly generated (from *.pw/random/puzzle/67):
{
  1) 567f4d3ddd5b6d0df
}

Would this possible solution be skipped by your filtering process? Or I misunderstood the ruleset.


Puzzle 110 would like a word with him about his rule set.

00000000000000000000000000000000000035c0d7234df7deb0f20cf7062444
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 04/12/2024, 23:24:17 UTC
Invest thousands of dollars? I don't even invest 1 dollar in this puzzle.  i have all i need. And I never said I would find it, but if I do, it will be what I said I will do. Of course it makes sense, considering that they don't want anyone to gain anything if they discover the private key with the Bots doing RBF. So if it's meant to be like this... I think it will be like this too. 5 BTC fee and 1 profit Smiley
but it's genuine for me to think that: Exists many guys here maybe receive is a commission on Bot transactions, or it's all a big network... maybe to rent GPUs to idiots or something similar. Good luck with your transaction if you find a private key. Pay 8 sat fee and good luck Smiley
And i never want ofend anyone, because i beleave is not your BTCS.
There is a big difference between revenge and justice...if there is justice I won't need to take revenge for anything Smiley
When bots they stop stealing what is offered in the puzzle and people get what they are entitled to because they found private keys, that is Justice. Out with the Bots

I'll end by saying this: it's good that Puzzle exists and I can only thank everyone who has taught and continues to teach us good things here and we can learn from them, and that is commendable and I can only thank them.
As for my decisions, I don't need comment.

What profit are you talking about? The profit is zero, and the fee does not matter. In fact, what justice are you talking about? Who are you protesting against? No one stole anything from nobody, less alone from you. If you're investing time in the puzzle, you already lost more than one dollar already, but it was your time, why do you feel like you deserve anything from anyone? No one cares, less alone the creator or the bots.

No one is asking anything from you, so there's nothing to claim. If you are smart, you shouldn't even attempt to solve a puzzle for each you already know there are bots that can snatch the UTXO from right under your nose in a matter of fraction of a second after the pubKey is exposed. I don't, I give zero f***s about any puzzles under 100 bits. So, no reason to complain before-hand, for something you shouldn't even care about, since you should know it's a lost and useless battle before you even load your gun to go to war. This is why I don't understand what you are trying to demonstrate. This is like a chicken and egg problem - you're creating a logical paradox from nothing.

Maybe before someone brags about issues they will most likely (basically 100%) never encounter and have to face with, they should first post here the SHA256 of the public key, to prove they actually solved the puzzle without risking their precious discovery gets stolen. That should be your first step, otherwise you are simply dreaming of the day you actually find the solution, you know, without investing hundreds of thousands of dollars (which is, with almost 100% probability, how much you'd have to waste on compute power to crack #67). I think you underestimate the problem size, versus your random chance of success, which is close to the infinitesimal value if you only invest 1 $.
The puzzles exist to give BTC to whoever finds them, right??? I thought I was stealing something. My weapon in this war is 5 BTC fee Smiley to win 1 BTC or nothing
Maybe you feel harmed with anythink by what I said to be talking like this but i dont ask for you any opinion Smiley I started by saying at the beginning of my posts that if I find a private key I will pay 5 btc fee and try to win 1 and I gave my reasons. I'm not complaining to anyone or asking anyone for anything... and I'll say it again: if I don't win 1, at least someone will lose 5 and the bots is the reason. Now think however you want Smiley
I remember my first computer in 1994..I was much happier than I am now with all these things. Smiley

no resentments ok?  I'm just passing through
best regards

ps: Mods or admin have my permission to delete my posts if they feel harmed by them.

So you have a war chest of 5btc for fees against bots that will just increase the fee to 5.1 btc then what ?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 30/11/2024, 22:56:20 UTC

Hi Alberto, could retiredcoder be the creator himself?
Yes, it's as possible as it is unlikely.

So, do you know him? Why are you defending him even though it seems suspicious? Or is it just flattery?

I know you probably won't answer, but don't you find it at least a little suspicious that he has the keys to the puzzle but still slowly publishes code on GitHub, as if he's writing it on the fly and making corrections as he goes?

Don't you think someone with three or more years in this should have had his code ready long ago?

For me, it's simple: either he's the creator or he's someone who just threw a bunch of money at him and is using the kangaroo we all know, trying to act interesting.

I thought you were smarter than that, but I'd like to hear a solid reason why you think retiredcoder shouldn't be questioned.

The possibility of the creator being him is certainly among the available options.

But it is very unlikely;
Because the creator has a serious and patient personality.
The creator's purpose is not to mock us. He is to see the weaknesses in BTC security and to see how advanced the solution will be.

66. The person and people who wrote mockingly to the address "1Jvv4yWkE9MhbuwGUoqFYzDjRVQHaLWuJd" who first found the wallet,

RetiredCoder = sneeky777 = ideen777 fits very closely with these characters. That's why I also saw the common writings of this person and the transactions between their wallets. He has an account on Binance and an account that makes high amounts of BTC transfers.

A few options,

1- This person is the creator, now he emphasizes to people that there is something new. (Low probability)

2- This person is the creator, he creates insecurity in the system and wants only professional people to solve all wallets and real solvers to remain.

3- This person is not creative, he creates transactions, theft, chaos from many accounts to scare people.

4- This person is rich and feels like he has found a playground to make fun of us.

...

Albert Einstein
"We cannot solve problems with the minds that created them."

Good work to everyone.

Lol another delusional person.

Hi Alberto, could retiredcoder be the creator himself?
Yes, it's as possible as it is unlikely.

So, do you know him? Why are you defending him even though it seems suspicious? Or is it just flattery?

I know you probably won't answer, but don't you find it at least a little suspicious that he has the keys to the puzzle but still slowly publishes code on GitHub, as if he's writing it on the fly and making corrections as he goes?

Don't you think someone with three or more years in this should have had his code ready long ago?

For me, it's simple: either he's the creator or he's someone who just threw a bunch of money at him and is using the kangaroo we all know, trying to act interesting.

I thought you were smarter than that, but I'd like to hear a solid reason why you think retiredcoder shouldn't be questioned.

The possibility of the creator being him is certainly among the available options.

But it is very unlikely;
Because the creator has a serious and patient personality.
The creator's purpose is not to mock us. He is to see the weaknesses in BTC security and to see how advanced the solution will be.

66. The person and people who wrote mockingly to the address "1Jvv4yWkE9MhbuwGUoqFYzDjRVQHaLWuJd" who first found the wallet,

RetiredCoder = sneeky777 = ideen777 fits very closely with these characters. That's why I also saw the common writings of this person and the transactions between their wallets. He has an account on Binance and an account that makes high amounts of BTC transfers.

A few options,

1- This person is the creator, now he emphasizes to people that there is something new. (Low probability)

2- This person is the creator, he creates insecurity in the system and wants only professional people to solve all wallets and real solvers to remain.

3- This person is not creative, he creates transactions, theft, chaos from many accounts to scare people.

4- This person is rich and feels like he has found a playground to make fun of us.

...

Albert Einstein
"We cannot solve problems with the minds that created them."

Good work to everyone.

what do you do to come up with such fantasies ?
Maybe you will have better luck writing fantasy books than working on this puzzle ?

Post
Topic
Board Bitcoin Discussion
Merits 1 from 1 user
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 25/11/2024, 01:34:38 UTC
⭐ Merited by vapourminer (1)
I don't think anything wrong happened here.

5.94 BTC went to

bc1ql5lrt3y97djyu5k8ewmz87nnemxheycp6wdree
bc1qdplvug87leypur2a27xh64u8cu78e0td8edwv7
bc1qpa20zkg6kr55yl7gxnwh37aj8q00rt70k6q8ru

whereas 0.66 BTC (exactly 10% of the prize 6.60 BTC) went straight to Binance (for cash out ?)

Someone helped the finder with the transaction and got 10% of the prize?


How did he help him with the transaction? I have been reading this thread for quite some time but I think I missed the part about BOTs where someone tries to steal the sats after when someone withdraws the BTC.   Is there someone who can reply to this explanation of what really is going on?  If we really find out the private key then how can we claim it safely by not getting trapped by the Bots?

I've thought about it and I think we shouldn't want to win everything. If I have to pay 5 BTC in commission to win just 1, so be it. At least if I don't win the BOT will lose more than 5 Smiley
But if the bot gets the private key in seconds, why isn't Puzzle 135, 140 etc solved? The bots belong to the owner of the puzzle..I think because it has the private keys to all puzzle Smiley

Once the public key of any puzzle up to say around 90-100 ish is out there kangaroo will solve it in minutes. It will not solve anything higher in minutes or even hours unless you're very very lucky.
People had been going at it for years for 120 and up.
The bots are run from users on this forum believe it or not.
One user on this forum in particular has the fastest bot in the world apparently i wont name them but just think about how the bots works and search this forum you will see for yourself.

Also mara is apparently the place to go to make a TX without broadcasting the public key.
There's a guide to it in this thread.
someone in this thread done a test and it worked. However that was with like $50 or so.
All the answers are in this thread.

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 23/11/2024, 03:03:08 UTC
Question for everyone.

If you find a effective method to complete 135 are you going to share your method/code ?
We have known for years that if you have money you have a head start in these puzzles if you bothered to read from page 70 odd if not before that.

No one here is going to hand you that.

snippets yes.

Me personally i wouldn't.
I would tip a few people in this forum for the intel posted if that's what helped me other than that why am i putting others in a million dollar race when i have a head start.Huh

Its a dog eat dog world full of delusional people.


Isn't this a super easy task, to test? Give me the same program, and I will run it with a GPU and then with a CPU, and let's see which solves the key first. Let's make it an 80 bit range. 1 GPU versus a single core, or do you want to use as many cores as the CPU has? Any bets on which one finds the key first?

80bit yes, because you can use low DP. For 120-130 and higher - you have to use high DP and you will get big overhead with JLP. And it's not easy to test 120-130bit range to confirm Smiley

Also, RetiredCoder, make mods to the program, to create less "kangs" when using a GPU, if it's to crazy for you...it's super easy to do. And another question, how does the speed of "kangs", impact the finding of High DP bits. Does a CPU (which the individual kangs are faster) find high DP bits, faster? Or does the GPU's slow, but many, find more, DP bits, faster?
And the last question, which "high puzzles" have you solved and what did you use to solve (CPU, GPU, DP, etc)

Yes I started with JLP code a long time ago, but after some time I got enough experience and I created my own software from scratch - much faster and efficient. So it's not a mod.


Why are your feelings getting hurt? Are you the puzzle solver? Because to me, it sure looks like you’re RetiredCoder. A guy who solves his own mini-puzzle for attention—what more can we expect from him? A guy who supposedly holds a world record but shares code with the public that’s slower than what is already available—what can we expect from him? A millionaire who begs for 100 merit points despite having millions of dollars—what can we expect from him?

If he doesn’t want to share the code, he should just be a man and say, 'I don’t want to share it,' instead of teasing us with 'I’ll share the GPU version in Part 3.' What are we supposed to do with his Part 1, 2, and 3 if he never actually shares his method?

People like JLP have earned respect because they openly shared code that was effective at the time and helped many developers. Meanwhile, RetiredCoder himself said he started with JLP’s code. But where’s the credit to JLP? Instead, we get empty promises and slower code. What can we expect from someone like that?




You think I'm retiredcoder  Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy
I can tell you 100 fact i am not the person.
I'm a broke ass working a crappy 40 hour week i got lucky with the mini puzzle that's all simple luck and saw the post early enough and using my brain.
I'm certainly not sitting on millions i wish i was life would be great but sitting on my ass getting hand out code to solve 500k plus puzzles is just not going to happen.

Maybe the whole point retiredcoder is doing with part 1 part 2 part 3 is making people learn ? Ever think that.
You come across as just wanting a handout for doing nothing.

My feelings are hurt ? probably the fact that the guy/women that's solved the most difficult puzzles to date actually came forward (not that they owe any explanation to anyone on this forum) and shared info.
Real technical info and then is meet would a bunch of babies thinking that he must give up his code or he owes them a explanation.

Now after the backlash you think anyone else who solves any puzzles will bother to share methods or details ?

Anyways thanks for the laugh in thinking im a multi millionaire if you want we can put a 1btc bet on ? i mean i dont even have 0.000000000000000000000000000000001 btc but hey it will be a win win bet with a delusion person  Wink

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 21/11/2024, 18:21:44 UTC
Question for everyone.

If you find a effective method to complete 135 are you going to share your method/code ?
We have known for years that if you have money you have a head start in these puzzles if you bothered to read from page 70 odd if not before that.

No one here is going to hand you that.

snippets yes.

Me personally i wouldn't.
I would tip a few people in this forum for the intel posted if that's what helped me other than that why am i putting others in a million dollar race when i have a head start.Huh

Its a dog eat dog world full of delusional people.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 21/11/2024, 08:21:47 UTC
A lot of cry babies in here recently eh
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 12/11/2024, 01:48:26 UTC
I don't understand why there was so much disbelief that retired coder didn't solve 120 etc etc
Show me prior to the 120 mini puzzle where the key was published.
120 125 130 all went to the same address no ?

If someone really has 2.3 mil in Bitcoin, why would they spend so much time bragging about it on a forum?
I would never sign up here again. I would NOT be online anymore. Publicly announcing large sums could attract unwanted attention, including scammers or hackers. Or something much worse than that.

Well I complety aggre with this, You're absolutely right.
RetiredCoder need to have some good OPSEC (operational security) is essential, especially when dealing with large amounts of money, like 2.3 million in Bitcoin.

The more you broadcast your holdings, the more you expose yourself to potential risks whether it’s phishing attacks, hackers, or even physical threats. Staying anonymous, using strong encryption, and keeping a low profile online are all key strategies to protect your assets. Being discreet with any financial information and avoiding flashy bragging can go a long way in ensuring personal security. People often underestimate the dangers of online visibility until it’s too late. (I talk by my own experience, some users here may remember my dispute with some other user in this forum). Lesson learned in a complicated way.

If a guy/women can solve the puzzle that RetiredCoder did then no way in hell is this guy/gal getting phised by some lame ass scripts nor dumb enough to get infected.
I just don't believe that for a second.

Also at no point have i seen RetiredCoder "brag" about it. A simple mini puzzle followed by more disbelievers and haters.
If anything its opened up more insight into kangaroo and more conversation about it which personally i like.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 16/10/2024, 00:35:40 UTC
I see some people here believe that high-number puzzles >100 can be solved by BSGS or
by some other method other than kangaroos. I could prove that kang is the only known way,
but when people want to believe to something - it's almost impossible to stop them.
Better save your time and don't argue, let them talk about solving #135 with BSGS, with splitting ranges, with magic scripts and circles, it's funny  Grin

Indulged me.
Your final edited comment in the mini 120 puzzle.
What would of impressed you of how i did it ?

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 14/10/2024, 22:58:01 UTC
All I wanna know is whether it was a manner of hopping or a manner of giant babies. Nothing more.

Of course it was a lot of crazy fast kangaroos  Cheesy
My kangaroos, not JLP's.

Yes congrats and thank you for the mini puzzle and being generous.
so you are 3Emiwz ?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
sneeky777
on 14/10/2024, 20:20:35 UTC
No OP must of been the solver
Post
Topic
Board Bitcoin Discussion
Re: Mini-puzzle for puzzle #120
by
sneeky777
on 14/10/2024, 19:55:02 UTC
Congrats to the winner!

Can the OP confirm this is true? There are 13699680 total variants to check against, without repetitions and without trying to replace some position with the existing value. That's a lot of addresses to check the balance for.

Come on, you don't need to check the balance, you just need to get address of puzzle #120, that's all.

Maybe I missed something Smiley What address are you talking about? You posted a 120-bits private key and said that three hex chars were intentionally changed. What address were we supposed to find, from the 14 million different possible alterations?


This is what shocks me. You are very very  active on btc puzzle thread and 1st to comment on this thread.
It was simple and luck just compared each key while changing 3 characters again public key not address.
Post
Topic
Board Bitcoin Discussion
Re: Mini-puzzle for puzzle #120
by
sneeky777
on 14/10/2024, 19:22:37 UTC

[/quote]

How much time it took for you to solve this puzzle?
[/quote]

it took me Attempt #220285: which was about 1 min 20 seconds after running my script.
Got lucky as run the script for a 3rd time just now and it went past 300k attempts