Bitcoin Forum
October 31, 2024, 11:25:05 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: October 26, 2024, 08:30:33 PM
according to the table I should use :

256 GB -n 0x400000000000 -k 8192

and rest of my Ram capacity will be in free
2  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: October 26, 2024, 08:00:11 PM
I have NO IDEA, test it by yourself


I calculated the k value like this :

I have 320GB ram so each 1GB is 64 for k value and k is 20480 for 320GB ram. was it wrong? and i just should use table value ?
3  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: October 26, 2024, 07:49:17 PM
Keyhunt still working for couple of days and 1676094623431730292326400 keys scanned which is more than 138% of range scanned.

how its possible? is there any bug?

Some things, remove -l compress  it is complete ignored by the bsgs method

Second. READ the documentation: https://github.com/albertobsd/keyhunt?tab=readme-ov-file#valid-n-and-maximun-k-values-for-specific

It clearly said:

Quote
If you exceed the max value of K the program can have a unknow behavior, the program can have a suboptimal performance, or in the wrong cases you can missing some hits and have an incorrect SPEED.

So increment your N value and adjust K according to that table









my server cpu is : (2x) Xeon E5-2680 v2 (40 threads)
ram : 320 GB

whats the correct command for bsgs mode and address mode?
4  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: October 26, 2024, 05:21:59 PM
i tried to scan this range by bsgs mode

414ebfe886361d9e9cb2f5d46bfe1c3f1523fe80830600000000000000000000:414ebfe886361d9e9cb2f5d46bfe1c3f1523fe80830700000000000000000000

and the distance is only 600000000000000000000 to 700000000000000000000 keys.

Keyhunt still working for couple of days and 1676094623431730292326400 keys scanned which is more than 138% of range scanned.

how its possible? is there any bug?

Image:
5  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: September 13, 2024, 07:59:28 AM
The private key 0x2832ed74f2b5e35ee is at 25.62167438642828% of the range
6  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: September 08, 2024, 05:21:26 PM
is there any option to save progress in each specific second?
7  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 23, 2024, 02:02:43 PM
is there anyway to use Keyhunt for wallets that starts with 3 and bc ?

Please for keyhunt doubts use the topic of keyhunt that I open in this forum: https://bitcointalk.org/index.php?topic=5322040.0

The answer is No, there is no way to use it against address with 3 or bc1



ok sure, thank you
8  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 23, 2024, 11:44:25 AM
is there anyway to use Keyhunt for wallets that starts with 3 and bc ?
9  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 05, 2024, 08:44:11 PM
Guys i confused about this address :

https://www.blockchain.com/explorer/addresses/btc/34MSicAL7qVGkevFPLwyc9KohGzoUSnu3Q

here there are some outgoing transactions but
here say this address has not any public key

https://blockchain.info/q/pubkeyaddr/34MSicAL7qVGkevFPLwyc9KohGzoUSnu3Q


may someone explain this to me please?

Hello there.

The address 34MSicAL7qVGkevFPLwyc9KohGzoUSnu3Q is a 2-of-3 multisig address.

Its public keys are 036c75675da3fdc06a9e6940b4af97a856eb8801ed9b8c77941ac397f0abda5acc, 02502e76bc019532f74e0dad286477ccecacc1fc74695949ff368742fe9a5b4051 and 033960592197eeb6a199804eefc7e5db45c6570cea6e503d8616ccf939c691cd25

The redeem script is 5221036c75675da3fdc06a9e6940b4af97a856eb8801ed9b8c77941ac397f0abda5acc2102502e7 6bc019532f74e0dad286477ccecacc1fc74695949ff368742fe9a5b405121033960592197eeb6a1 99804eefc7e5db45c6570cea6e503d8616ccf939c691cd2553ae

I hope this helps  Smiley

Guys i confused about this address :

https://www.blockchain.com/explorer/addresses/btc/34MSicAL7qVGkevFPLwyc9KohGzoUSnu3Q

here there are some outgoing transactions but
here say this address has not any public key

https://blockchain.info/q/pubkeyaddr/34MSicAL7qVGkevFPLwyc9KohGzoUSnu3Q


may someone explain this to me please?
These types of addresses(P2SH) do not use public keys. It is a locking and unlocking script. It specifies the conditions under which funds can be spent. It can be a custom script or a standard one, such as multisig.


Thank you guys for explanation.
10  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 04, 2024, 06:05:23 PM
Guys i confused about this address :

https://www.blockchain.com/explorer/addresses/btc/34MSicAL7qVGkevFPLwyc9KohGzoUSnu3Q

here there are some outgoing transactions but
here say this address has not any public key

https://blockchain.info/q/pubkeyaddr/34MSicAL7qVGkevFPLwyc9KohGzoUSnu3Q


may someone explain this to me please?
11  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: August 02, 2024, 04:44:32 PM
is it matter for keyhunt that public key is from which type of address ? address start with 1 or 3 or bc
12  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: July 31, 2024, 10:00:25 PM
About the minig class theory you can omit it, it is well documented:

https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch12_mining.adoc

Block size is 1MB, Merkle trees, Block header etc... all is there.

Therefore, Alberto, it’s possible that the miner didn’t choose your transaction, even if it had a higher fee.

Yes I know that that depends of how often miners update their mining block template, also depends of miner Node policies to acept or not Full RBF as I said before that is outside of our control.

is it matter for keyhunt that public key is from which type of address ? address start with 1 or 3 or bc
13  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: June 09, 2024, 02:57:47 PM
anybody knows, whats the best parameters settings for 50GB Ram and 12 core cpu in keyhunt bsgs mode?
14  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: June 06, 2024, 11:32:49 AM
guys, we had a sample on range 66 for test speed and time to find private key here, anybody knows which post was that?
15  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: April 28, 2024, 06:21:40 PM
where i can find the big list of funded btc public keys?
16  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: April 21, 2024, 09:12:17 AM
it should be cool if the puzzle 66 will be in the halving block
The money for puzzle number 65 is at this address : 3GVSoQar7WnVMFjchpkNkh9UwkJbbdeCwM
Interesting even that it was moved in 2019 it still untouched

2019-06-08 00:39:02   BTC address:  3GVSoQar7WnVMFjchpkNkh9UwkJbbdeCwM

I think the person who solved #65 is very rich or has no interest in Bitcoin ...

 Grin Grin


Or maybe he lost his private key hahaha
17  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: April 16, 2024, 06:45:36 PM

Hello friends, it's time to make it public.
I hope these findings will help you find the keys.
The program used is Adobe Illustrator, where the keys are placed together around a spiral axis and separated by a distance.
The coloring is adjusted according to the work of zahid888.
What is strange is that with the font number 10 and the distance between the numbers of 600, we have an order and the colors are automatically placed in their own categories.
The stars selected in black color are the position of key number 66, and the next stars are placed in order up to key 70.
I have many more things and more detailed arrangements, and if I can and my condition allows, I will make them public.
Don't forget me if I helped you reach the key.

1E4Shdpyfqz2vBqsnYw1Z8XT5cu7N5dEaK

and what should i do after find the numbers?
18  Local / Other languages/locations / Re: فارسی (Persian) on: April 14, 2024, 03:38:19 PM
بچه ها کیا دارن روی پازل ها کار میکنن ؟
19  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: March 31, 2024, 12:56:04 AM
how much is your speed with your pc Alberto?

My speed is no important, I get 1 Exakeys/s as far i can remember.


If i asked its because i want to buy new pc and need your advice for choose hardwares.
20  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: March 30, 2024, 09:43:16 PM
how much is your speed with your pc Alberto?
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!