Search content
Sort by

Showing 20 of 37 results by 7xminer
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 16/07/2025, 19:07:48 UTC
hahahahah! someone plugged an AI to reply the msgs!  Roll Eyes
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 20/06/2025, 18:34:02 UTC
give up and wait for quantum technology

When that time comes, bitcoin core devs will update the code and add quantum resistance cryptography!

Bitcoin is dead, long live Bitcoin!  Grin

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 14/06/2025, 22:17:08 UTC
Good evening,

I just added an AVX512 version of KeyQuest V1.3 available at https://github.com/Benjade/KeyQuest promising higher speed. Available only on Linux or via WSL.

Best regards

Hi, nice! but what is the main difference to Keyhunt from AlbertoBSD?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 13/06/2025, 15:21:33 UTC

... But hey, congrats for not going the horoscope font size path...

Damn it! I was planning to do this  Undecided

 Cheesy
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 10/06/2025, 15:46:36 UTC
I have a question and why two different private keys can lead to the same address in certain circumstances?
Example:000000000000000000000000000000000000000000000050574a424748444e47
fffffffffffffffffffffffffffffffebaaedce6af48a08c171ca0d4187a8f88
1ECDtqs8nAUyxNuTY4kTV6rHr6NoVUkMna


If I am not mistaken, the second private key is not valid. It must be lower than

FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 30/04/2025, 14:38:18 UTC
After reading a lot here, at least for me, I can see that the idea behind prefix analysis isn't going to work (sad, I was trying to come with something too). Because the X point is passed through SHA256 and RIPEMD160 and the hash result is very random. So no pattern can be found or a high probability that the key is on that range. If this kind of analysis were effective, why haven't people who solved "higher" puzzles continued to solve subsequent ones? Because it was solved with brute force and a lot of CPU/GPU power using pure brute force / BSGS / Kangaroo.

With puzzle 66, I was very close with a prefix I found. But I also found a lot of others prefixes. How do I know which one to follow? This is the main problem.

But, this is where the fun continues. I will continue to run my scripts. Maybe I'll win the lotto and find the solution. hehehehe!  Tongue
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 20/04/2025, 19:06:49 UTC
Someone could explain me the "logic" behind WIF generation? I know that is random. But to check for the solution you would need to do:

WIF -> PVK -> ECC -> PUB -> SHA -> RIPE. No?

Why add another step if you can go from PVK forward?  Huh

Post
Topic
Board Development & Technical Discussion
Re: Fast ECC operations on the secp256k1 curve using rust?
by
7xminer
on 07/03/2025, 17:14:31 UTC
libsecp256k1 has the fastest code to compute a public key from a private key.

Avoid computing from private keys at all costs. Precompute any public keys you know are constant (or any deltas that you know are constant), and do pubA + pubB in affine instead. If you have a batch of (pubA, pubB) pairs, use a single field inverse. If you also know that you want to compute pubA - pubB (for example, if all keys of pubB are distanced in identical deltas from both sides), move to the middle of the batch and re-use the same resulted inverse at each step to do both pubA + pubB and pubA - pubB.

Dump JLP, it is slower than libsecp256k1. Use the fe_* and ge_* primitives to generate public keys and implement affine point addition (the lib does A + J because it specializes on k * G, not on P + Q). Affine + affine is faster than A + J if you batch it and if you actually need affine points, not Jacobian.

Hi kTimesG,

Are you referring to this repo https://github.com/bitcoin-core/secp256k1 ?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
7xminer
on 25/02/2025, 13:45:04 UTC
Let's recap the main methods:

1. Magic-based

- Adobe Illustrator number horoscopes, misc. font sizes, arrows everywhere
- magic number patterns in hexagons, squares, rectangles;
- adding "hex" numbers left and right, maybe mix in decimals as well, so that we can fit somehow solutions


2. Random methods

- sliders to choose hex digits, maybe we get lucky by clicking the mouse!
- Python scripts that sit idle in background (we all like quiet environment, right?)
- pick random ranges, or random keys - ignore completely that testing 2/3/4/5/6/...N times the same keys or ranges becomes inevitable really, really quick, why care?!

3. Probabilities

- backward statistics: if something is probable, and it happens, than it can still be analyzed as if it was just probable, right? Sure.
- uniform distribution: if something is totally random, then it matters what values it ended up with (and also when), and hence we can predict where & when it's not likely to be repeated
- the keys must not look "not random": very low chances that the solution is key 0x1, or key 32768, 16777216, and so on. Because too many zero or one bits in a row. Even better, do the same with base-10 digits, or upgrade to using hex char strings. Also, invent some alphabet where hex digits are case-sensitive, and let everyone else figure out WTF you smoked.

4. Mystical

- hashes are broken; NSA has the backdoor to SHA256
- there is a hidden relation between secp256k1 formula and RIPEMD160 bits: this makes all sorts of statistical theories to not apply
- neural networks can be trained to predict the keys, because they are really so intelligent that they can predict the future.

5. A shitload of computing power, scanning the ranges just once by splitting the work. Keep some proof of work for each range, like keys for a fixed number of leading zeros. Laugh thinking that some people may interpret this as proof of backward statistics (maybe combined with mystical key-to-hash relationship) as the main reason of why the correct key was eventually found after around 50% checked keys.


I liked the magic-method. LOL  Cheesy Cheesy Cheesy
Post
Topic
Board Development & Technical Discussion
Re: Cyclone - fastest CPU Satoshi's puzzle solver (only CPU)
by
7xminer
on 24/02/2025, 19:00:11 UTC
Nice to see CPU improvement!  Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SYNX] SYNDICATE Coin | Masternodes, PoS, Business platform
by
7xminer
on 24/04/2018, 14:53:57 UTC
Hi, I had to close my wallet and now I keep getting "connect() to ip:9999 failed after select(): Connection refused" messages. I have already deleted peers.dat but this error continues to show and my blockchain does not sync. Is this normal because of the swap that is going to happen ?

Thanks.
Post
Topic
Board Altcoin Discussion
Re: How to Safely Claim Bitcoin Gold
by
7xminer
on 27/10/2017, 14:43:14 UTC
I thought keeping bitcoin in bittrex will fetch me bitcoin gold as it gave bitcoin cash in the previous fork. but they have not yet credited bitcoin gold .i think those who had private keys with them they have claimed bitcoin gold successfully.

Yes, Bittrex will deposit BTG. But they will do it when they have a working wallet. So wait for Nov 1st or later, because not the network is up yet. Here is the statement from Bittrex and they will not open a BTG market.

https://support.bittrex.com/hc/en-us/articles/115002320451-Statement-on-Bitcoin-Gold-BTG-

HitBTC and Yobit is already trading BTG, because they opened a market and credited people with BTG.
Post
Topic
Board Altcoin Discussion
Re: Bitcoin Gold (BTG)
by
7xminer
on 22/10/2017, 16:33:53 UTC
Quote
"  If you have a Bitcoin (BTC) balance on Bittrex during the BTG snapshot block 491,407 occurring approximately on October 24, 3am PT (10am UTC), you will be additionally credited the equivalent amount of Bitcoin Gold (BTG) on a 1:1 basis. i.e. 1 BTC on Bittrex held during the on-exchange snapshot will get you 1 BTG.  BTC held on orders will also be credited.  Only the BTC held on your account is eligible for BTG.  Full details below."

Source: https://support.bittrex.com/hc/en-us/articles/115002320451

Thanks for sharing. I didn't know that about Bittrex. I was going to start to move my BTCs to another exchange. Nice!
Post
Topic
Board Speculation (Altcoins)
Re: SIA under 60 satoshis
by
7xminer
on 22/10/2017, 01:02:10 UTC
This huge drop between months are not good for Sia, because when this coin starts to rise a lot of people will dump. So is going to be a battle to keep this coin up again. I think it will take time to recover.
Post
Topic
Board Speculation
Re: Sold my Bitcoin today
by
7xminer
on 22/10/2017, 00:02:10 UTC
I sold my bitcoin today. I think the price jumped too much too fast. My opinion is that it will drop below 5,000 soon and in that case I will buy back again because i expect bitcoin to increase significantly in the long term.
What do you think??
Edit: If you are wondering at what price, i sold at $5720. I bought Litecoin with ithat money.

Why ? people are buying to get Bitcoin Gold. You made a big mistake in my point of view.
Post
Topic
Board Beginners & Help
Re: Bitcoin Fork
by
7xminer
on 21/10/2017, 22:13:19 UTC
Next week a fork in bitcoin network will happen. What is your position about investing some money:buy, sell, hold or invest in other alcoins?


The initial move is to dump, because everyone got free tokens. But the future is interesting about this one. Bitcoin gold will change the algo for miners, ASIC resistant, so GPU miners will have a chance to earn some Bitcoin Gold. This is completely different from Bitcoin Cash that just made the fork.
Post
Topic
Board Altcoin Discussion
Re: Still believe in ICO ?
by
7xminer
on 21/10/2017, 21:08:36 UTC
The number of successful ICO's are decreasing dramatically.  Just wanna know about successful ICO's in the fourth quarter of 2017 and if anybody still believes in  ICO's.

Nowadays the only ICOs you can trust is from known people. Because everyone is launching and ICO this days and most of them are not legit. So look closely for scams.
Post
Topic
Board Altcoin Discussion
Re: Too many ICO incoming, i'm lost in those !!
by
7xminer
on 21/10/2017, 18:46:19 UTC
I'm just start into Crypto about 1 month, as people, i'm looking for a good ICO to invest with a dream that it will sucess and bring me some profit. But there is a lot of ICO incoming, some sound very good like HXT, Storm, Cryptaur or Electroneum. I'm really lost in those, i tried to do some research like people such as: their white paper, roadmap, v.v.. but i can't not found what is the best for me to start. Can you guys give me some advice or some trick to do a research.

Thank you.


The best you can do is not to go into an ICO. Just read about some tokens that alive for a few years (the common ones) and wait for a big drop on the price. Buy low and wait for the pump to sell on the future for profit. This is my advice.
Post
Topic
Board Economics
Re: Electronic Money vs. Physical Money
by
7xminer
on 21/10/2017, 18:09:09 UTC
There's a lot of distinct differences that could be drawn between the two.

1. Fiat can be created from thin air; cryptocurrencies has a set amount of coins to be mined/acquired.
2. Inflationary (fiat) vs Deflationary (cryptocurrency)
3. Region-restricted purchases (fiat); shopping with no borders (cryptocurrency)
4. Requires an intermediary to store money (fiat); you're your own bank (crypto)

These are some of the things that differ crypto from fiat. There's a lot more aside from those things but that's just what I thought off the top of my head.

Nice said. But on important fact for me is the point number 1. A lot of bad things happens when you print money and this creates inflation and everyone is doomed. With crypto you have to mine to create more and with the invention of blockchain you can watch what "they" are doing. If a Government creates a crypto-coin you will be able to detect easily if they are creating more and if they needed more (the initial setup is a fixed number of coins) they have to update the blockchain (create a hardfork). So more control and transparency for all.
Post
Topic
Board Bitcoin Discussion
Re: why some country banned bitcoin?
by
7xminer
on 21/10/2017, 00:49:52 UTC
why some country banned bitcoin?
is there any problem? i know that bitcoin is international crypto currency. but why some country banned this cryto?

Could you please tell at least one? I haven't read anything yet like a real ban. What countries are banning are ICOs, because ICOs do not have a clear point on the investment and the Government cannot protect people agains scams.