Bitcoin Forum
May 21, 2024, 11:38:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: excel file to make public bitcoin address  (Read 764 times)
altcointalk14 (OP)
Sr. Member
****
Offline Offline

Activity: 751
Merit: 251


View Profile
January 28, 2016, 08:02:28 PM
 #1

Hello,

Has anyone found an excel spreadsheet that you can enter your string of 256  ones & zeros and it would spit out the HEX format and the public address?
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
January 29, 2016, 02:08:29 AM
 #2

Not aware of an Excel spreadsheet to do that, but I did write a simple C program that generates addresses from a WIF private key. It would be pretty simple to modify the program to work with 256 ones & zeros instead of a WIF key
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1032



View Profile WWW
January 29, 2016, 02:42:45 AM
 #3

It would be tedious to write as you couldn't use numbers. Excel uses floats.

BIN2DEC() only supports 10 bits. HEX2DEC() only supports 40 bits.

even n = 115792089237316195423570985008687907852837564279074904382605163141518161494337 pasted into a cell:
1.15792089237316E+77

This guy made a spreadsheet that does SHA256 of some text, which is already impressive. It has about 80 sheets of formulas. https://bitcointalk.org/index.php?topic=809430.0
Pages: [1]
  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!