Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 07:41:45 PM |
|
I want to be able to calculate a bitcoin address from a hex-private key of my choosing on windows 95. I have tried bitaddress.org but it just doesn't work, it takes over a minute to load and all i get is a public key and a small qr-code. I've also tried https://blockchain.info/sv/q/addrpubkey but i can't even load that page. Help me!
|
|
|
|
flatfly
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
January 20, 2014, 08:10:36 PM |
|
I can make a small script for you if you can't find anything.
I hope your Windows 95 machine is offline by the way - is it?
|
|
|
|
Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 08:14:50 PM |
|
please do It will be offline and will continue to be offline when i can generate the addresses.
|
|
|
|
flatfly
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
January 20, 2014, 08:33:41 PM |
|
please do It will be offline and will continue to be offline when i can generate the addresses. Sorry, I spoke a little too fast. I need to mention that I will only have time to do this by next weekend, not earlier - unless you really need this urgently and are willing to make a donation. Also, to be sure that your system is able to run Python 2.7 scripts involving EC math, a good and quick test would be to see if my NoBrainr tool is working for you. If it gives any errors, please post them here. NoBrainr thread: https://bitcointalk.org/index.php?topic=308972.0
|
|
|
|
Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 08:40:09 PM |
|
I will run NoBrainr and see what happends.
I will make a donation when the program works.
|
|
|
|
flatfly
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
January 20, 2014, 08:52:06 PM |
|
I will run NoBrainr and see what happends.
I will make a donation when the program works.
OK, sounds good - I will wait for your feedback on running NoBrainr before starting. If you get no errors, I should be able to make the script you need quite fast, as it will easily build on the Python libraries included in the NoBrainr package.
|
|
|
|
|
Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 09:03:55 PM |
|
When i run NoBrainr/1.052/c_/Python27/python.exe it tells me it needs a later version of Windows : /
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
January 20, 2014, 09:06:23 PM |
|
OP, may I ask why Windows 95? Isn't that like two decades old?
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 09:12:30 PM |
|
I had the computer lying around, i though i would generate addresses offline with it and then keep it offline in case there is a virus that can upload the addresses that the computer generated offline once it gets online again.
|
|
|
|
Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
January 20, 2014, 09:15:28 PM |
|
use LiveCD (linux) on Win95 machine ... that's the right thing to do.
|
|
|
|
flatfly
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
January 20, 2014, 09:16:40 PM |
|
When i run NoBrainr/1.052/c_/Python27/python.exe it tells me it needs a later version of Windows : /
OK, thanks for your feedback. To resolve this, I would suggest that you install Python 2.5.4, which is the latest version of Python that supports win 95 and is available at http://www.python.org/ftp/python/2.5.4/python-2.5.4.msiIf this installation completes without errors, copy the entire 'App' folder from the NoBrainr installation under the Python2.5.4 location and try to run NoBrainr script from the command line - something along the lines of: ..\python.exe NoBrainr.py
|
|
|
|
flatfly
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
January 20, 2014, 09:17:21 PM |
|
use LiveCD (linux) on Win95 machine ... that's the right thing to do. Also a good idea, of course
|
|
|
|
Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 09:19:50 PM |
|
use LiveCD (linux) on Win95 machine ... that's the right thing to do. Great idea! hah hm.. .. damn, it has no floppy drive [/quote] OK, thanks for your feedback. To resolve this, I would suggest that you install Python 2.5.4, which is the latest version of Python that supports win 95 and is available at http://www.python.org/ftp/python/2.5.4/python-2.5.4.msiIf this installation completes without errors, copy the entire 'App' folder from the NoBrainr installation under the Python2.5.4 location and try to run NoBrainr script from the command line - something along the lines of: ..\python.exe NoBrainr.py [/quote] I'm working on it
|
|
|
|
Abdussamad
Legendary
Offline
Activity: 3682
Merit: 1580
|
|
January 20, 2014, 09:23:28 PM |
|
I had the computer lying around, i though i would generate addresses offline with it and then keep it offline in case there is a virus that can upload the addresses that the computer generated offline once it gets online again.
Well the problem is that with a Windows version that old you don't even know whether you are getting cryptographically secure private keys. MS software that old did have a weak random number generator if I remember correctly. You know you can install Linux on old computers. A debian wheezy + xfce installation uses barely any resources. Not sure how feasible that might be for you though. Depends on your skill level.
|
|
|
|
Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 09:26:47 PM |
|
I had the computer lying around, i though i would generate addresses offline with it and then keep it offline in case there is a virus that can upload the addresses that the computer generated offline once it gets online again.
Well the problem is that with a Windows version that old you don't even know whether you are getting cryptographically secure private keys. MS software that old did have a weak random number generator if I remember correctly. You know you can install Linux on old computers. A debian wheezy + xfce installation uses barely any resources. Not sure how feasible that might be for you though. Depends on your skill level. I want to generate the private keys myself
|
|
|
|
Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
January 20, 2014, 09:27:36 PM |
|
|
|
|
|
RoxxR
|
|
January 20, 2014, 09:27:57 PM |
|
I had the computer lying around, i though i would generate addresses offline with it and then keep it offline in case there is a virus that can upload the addresses that the computer generated offline once it gets online again.
Well the problem is that with a Windows version that old you don't even know whether you are getting cryptographically secure private keys. MS software that old did have a weak random number generator if I remember correctly. You know you can install Linux on old computers. A debian wheezy + xfce installation uses barely any resources. Not sure how feasible that might be for you though. Depends on your skill level. It seems OP doesn't want the Win95 machine to generate the privkeys - just to convert a hex input into a bitcoin address - if I understand the top post correctly.
|
|
|
|
Johanakerblom (OP)
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 20, 2014, 09:34:00 PM |
|
When i run NoBrainr/1.052/c_/Python27/python.exe it tells me it needs a later version of Windows : /
OK, thanks for your feedback. To resolve this, I would suggest that you install Python 2.5.4, which is the latest version of Python that supports win 95 and is available at http://www.python.org/ftp/python/2.5.4/python-2.5.4.msiIf this installation completes without errors, copy the entire 'App' folder from the NoBrainr installation under the Python2.5.4 location and try to run NoBrainr script from the command line - something along the lines of: ..\python.exe NoBrainr.py When i double-click python-2[1].5.4.msi it asks for a program to open it with, hm.. Interesting i will try that is flatflys method doesn't work I had the computer lying around, i though i would generate addresses offline with it and then keep it offline in case there is a virus that can upload the addresses that the computer generated offline once it gets online again.
Well the problem is that with a Windows version that old you don't even know whether you are getting cryptographically secure private keys. MS software that old did have a weak random number generator if I remember correctly. You know you can install Linux on old computers. A debian wheezy + xfce installation uses barely any resources. Not sure how feasible that might be for you though. Depends on your skill level. It seems OP doesn't want the Win95 machine to generate the privkeys - just to convert a hex input into a bitcoin address - if I understand the top post correctly. That is correct.
|
|
|
|
flatfly
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
January 20, 2014, 09:41:08 PM |
|
You need to install MSI support for Win95: EDIT: Link offline.. I will make and upload a zip of the proper Python runtime...
|
|
|
|
|