Search content
Sort by

Showing 7 of 7 results by thunderbolt1978
Post
Topic
Board Project Development
Re: Keyhunt - development requests - bug reports
by
thunderbolt1978
on 10/07/2024, 11:05:27 UTC
how mutch hash i can get with e5-2699 v4 and 256 gb ram?

who knows??? 🤷

2697v4 128gb ram, i guess double... around 3Ekeys/s

  • Bloom filter for 34359738368 elements : 117781.20 MB
  • Bloom filter for 1073741824 elements : 3680.66 MB
  • Bloom filter for 33554432 elements : 115.02 MB
  • Allocating 512.00 MB for 33554432 bP Points
  • Reading bloom filter from file keyhunt_bsgs_4_34359738368.blm .... Done!
  • Reading bloom filter from file keyhunt_bsgs_6_1073741824.blm .... Done!
  • Reading bP Table from file keyhunt_bsgs_2_33554432.tbl .... Done!
  • Reading bloom filter from file keyhunt_bsgs_7_33554432.blm .... Done!
  • Thread 0x3cdf67df043da02a45f3290d7b3eecb9c  conds: ~1 Ekeys/s (1945754752221815642 keys/s)

testing right now with

2697v4 512GB RAM
Post
Topic
Board Development & Technical Discussion
Re: Keyspace and Bitcoin Addresses
by
thunderbolt1978
on 16/11/2022, 16:00:00 UTC
is there a ways to get a list with btc addresses and public keys ?
To find all Bitcoin addresses with a balance, check this LoyceV's thread: List of all Bitcoin addresses with a balance.

but the scripts are not working. can i get a dump somewhere ?
Have you tried the script posted by dark knight? It prints all the public keys from the blockchain, and I presume it's a trivial process to keep only those with a balance. I don't know if it checks for P2PK, though.

yes i tried the script from dark knight, its all python 2.xx .. i treid to run it on several computers but i get an error , something with hash256 module not found , i installed the python libs but its not working, i think i go deeper into LoyceV solution.
Post
Topic
Board Development & Technical Discussion
Re: Keyspace and Bitcoin Addresses
by
thunderbolt1978
on 16/11/2022, 13:45:27 UTC
is there a ways to get a list with btc addresses and public keys ? i found some old posts here

https://bitcoin.stackexchange.com/questions/37291/all-bitcoin-public-keys-with-non-zero-balance

but the scripts are not working. can i get a dump somewhere ?
Post
Topic
Board Development & Technical Discussion
Re: Keyspace and Bitcoin Addresses
by
thunderbolt1978
on 15/11/2022, 17:40:06 UTC
hmm okay, let so an example

example address

16jYMfASQ4ngejMcVUoAjEBvq9HKnc6UX2 Balance 0.01003111 BTC

first transaction made

"sigscript":"483045022100db985b5edc73966c5d9ea520729811bbbc785556ed0504d5ee079bf9766dbf40022 05a4b2c40b58c2aeb63d9c9065b58cf8f5a68dc7b0f76d2bd23589ca76b218ded012102679a681d 9b5bf5c672e0413997762664a17009038674b806bf27dd6b368d9b67"

public key hash 02679a681d9b5bf5c672e0413997762664a17009038674b806bf27dd6b368d9b67

if i put the hash into this page

https://bitcointools.site/tool/pubkey-to-address

02679a681d9b5bf5c672e0413997762664a17009038674b806bf27dd6b368d9b67

i get this btc address 1NDyJtNTjmwk5xPNhjgAMu4HDHigtobu1s

so in this case the i have the public key hash for this address

the public key hash for 1NDyJtNTjmwk5xPNhjgAMu4HDHigtobu1s is 02679a681d9b5bf5c672e0413997762664a17009038674b806bf27dd6b368d9b67

the main question is, how i get the public key hash of 16jYMfASQ4ngejMcVUoAjEBvq9HKnc6UX2

do i have to search for a other transaction

Post
Topic
Board Development & Technical Discussion
Re: Keyspace and Bitcoin Addresses
by
thunderbolt1978
on 15/11/2022, 16:40:11 UTC
okay,

is there a way to get the public key from a specified bitcoin address ?

lets say i have a list from few bitcoin addresses, how can i get the public key
Post
Topic
Board Development & Technical Discussion
Re: Keyspace and Bitcoin Addresses
by
thunderbolt1978
on 15/11/2022, 13:34:26 UTC
okay,

so there is no way to see from the btc address which keyspace is used.
Post
Topic
Board Development & Technical Discussion
Re: Keyspace and Bitcoin Addresses
by
thunderbolt1978
on 15/11/2022, 10:22:26 UTC
hi,

according to this page

https://hashkeys.club/67/

does this mean each bitcoin adress with 1BY8 is inside the 67 puzzle's keyspace (from 2^66 till 2^67-1 decimal, 0x4 0000 0000 0000 0000 - 0x7 FFFF FFFF FFFF FFFF)