Bitcoin Forum
May 20, 2024, 10:26:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: Need help with key generation  (Read 4544 times)
iron man
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 17, 2014, 08:47:53 AM
 #41

My question is why do you have a massive list of private keys? I don't see any use for this other then to mine potential brain wallets hoping that someone will send funds to one of your addresses.

yeah, why?

this is a misuse of electrum...imported keys cannot be restored from seed.  defeats the point of a deterministic wallet.

yeah, why have a massive list of it?
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1136

All paid signature campaigns should be banned.


View Profile WWW
September 17, 2014, 12:34:31 PM
 #42

My question is why do you have a massive list of private keys? I don't see any use for this other then to mine potential brain wallets hoping that someone will send funds to one of your addresses.

yeah, why?

this is a misuse of electrum...imported keys cannot be restored from seed.  defeats the point of a deterministic wallet.

yeah, why have a massive list of it?
He explained exactly what he is trying to do in the thread, which you obviously did not read.

OP:  How is it going?  Did you ever get all of the 232 addresess generated?  Did you find any BTC? 

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
pandalion98 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile WWW
September 18, 2014, 12:42:08 PM
 #43

My question is why do you have a massive list of private keys? I don't see any use for this other then to mine potential brain wallets hoping that someone will send funds to one of your addresses.

yeah, why?

this is a misuse of electrum...imported keys cannot be restored from seed.  defeats the point of a deterministic wallet.

yeah, why have a massive list of it?
He explained exactly what he is trying to do in the thread, which you obviously did not read.

OP:  How is it going?  Did you ever get all of the 232 addresess generated?  Did you find any BTC? 

Here's the report...

Seems like everyone is using good RNG's. I already submitted the paper to my recipient.

Final stats:
* 22,219,774 total addresses generated (from privkey 0). List contains the info in this format (no quotes):
------ "address , privkey-in-hex"
* BTC 0.0006000 found in dust outputs (did not bother getting them. most were 1 to 10 satoshi outputs)
* Found BTC 0.0101092 in address 16QaFeudRUt8NYy2yzjm3BMvG4xBbAsBFM (privkey 0)
------ Cannot spend due to a quirk in the bitcoin system/wallet software/base58 decoding scheme

My research is finished for now.


p.s. Do you know someone/do you have a list of all addresses used?
Or a list of just addresses with balances would be nice Smiley (up to block 321341)
amaclin
Legendary
*
Offline Offline

Activity: 1260
Merit: 1019


View Profile
September 19, 2014, 10:42:14 AM
 #44

Quote

Final stats:
* 22,219,774 total addresses generated (from privkey 0). List contains the info in this format (no quotes):
------ "address , privkey-in-hex"
* BTC 0.0006000 found in dust outputs (did not bother getting them. most were 1 to 10 satoshi outputs)
* Found BTC 0.0101092 in address 16QaFeudRUt8NYy2yzjm3BMvG4xBbAsBFM (privkey 0)
------ Cannot spend due to a quirk in the bitcoin system/wallet software/base58 decoding scheme

I do not believe.

Quote
p.s. Do you know someone/do you have a list of all addresses used?
Or a list of just addresses with balances would be nice Smiley (up to block 321341)
It is not a problem to create list of used in blockchain addresses. I did it several times in past. Right now I do not have up-to-date copy.
There were around ~40 mln standard addresses used right now. (~1 gb in plaintext)
There are also thousands of msig-addresses (which starts with '3')

pandalion98 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile WWW
September 19, 2014, 11:05:38 AM
 #45

Quote

Final stats:
* 22,219,774 total addresses generated (from privkey 0). List contains the info in this format (no quotes):
------ "address , privkey-in-hex"
* BTC 0.0006000 found in dust outputs (did not bother getting them. most were 1 to 10 satoshi outputs)
* Found BTC 0.0101092 in address 16QaFeudRUt8NYy2yzjm3BMvG4xBbAsBFM (privkey 0)
------ Cannot spend due to a quirk in the bitcoin system/wallet software/base58 decoding scheme
I do not believe.



What exactly?
amaclin
Legendary
*
Offline Offline

Activity: 1260
Merit: 1019


View Profile
September 19, 2014, 11:49:57 AM
 #46

Quote
What exactly?

Sorry, my fault.
directory.io says that the addresses for [000..000] are 1MsHWS1BnwMc3tLE8G35UXsS58fKipzB7a / 1Q1pE5vPGEEMqRcVRMbtBK842Y6Pzo6nK9
I do not know how to calculate public key for invalid privateKey

16QaFeudRUt8NYy2yzjm3BMvG4xBbAsBFM also known as "address for zero-key"

Let me sweep unspent dust outputs?  Roll Eyes
Reducing the number of uxto - is good!
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1136

All paid signature campaigns should be banned.


View Profile WWW
September 19, 2014, 12:41:52 PM
Last edit: September 20, 2014, 03:16:50 AM by BurtW
 #47

If I remember correctly zero is not a valid pivate key.  One is the first valid private key and results is G (G = 1*G). Two is G+G, three is G+G+G, four is G+G+G+G, etc.  It should be very easy and very fast to create all the public keys for the private keys 1 through 232:  start with G then keep adding G and store away the sums and hash each sum for the addresses.

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
pandalion98 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile WWW
September 20, 2014, 01:40:18 AM
 #48

If I remember correctly zero is not a valid pivate key. 

Exactly. People sent BTC to this address, but no one can spend it. yet  Wink
HELP.org
Hero Member
*****
Offline Offline

Activity: 510
Merit: 500



View Profile WWW
September 20, 2014, 01:49:07 AM
 #49

Not sure if this will help you.  I believe it is on Github:

https://bitcointalk.org/index.php?topic=107172.0

Certified Bitcoin Professional
Bicoin.me - Bitcoin.me!
pandalion98 (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile WWW
September 20, 2014, 03:45:39 AM
 #50

Not sure if this will help you.  I believe it is on Github:

https://bitcointalk.org/index.php?topic=107172.0

Nah. I'm already finished with my project.
Pages: « 1 2 [3]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!