Author

Topic: excel file to make public bitcoin address (Read 764 times)

newbie
Activity: 5
Merit: 6
December 01, 2022, 03:19:24 AM
#4
I made one; you can find it free on this page near the bottom (256bit binary <==> decimal <==> hexadecimal conversion spreadsheet):

https://modulo.network
legendary
Activity: 1512
Merit: 1032
January 28, 2016, 10:42:45 PM
#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://bitcointalksearch.org/topic/spreadsheet-showing-sha-256-calculations-in-step-by-step-detail-809430
legendary
Activity: 3416
Merit: 4658
January 28, 2016, 10:08:29 PM
#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
sr. member
Activity: 751
Merit: 251
January 28, 2016, 04: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?
Jump to: