Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)
you will also need base58. this one is rather simple, try it, and you can learn how to code something. I assure you it is trivial.
Ok i will check alone, i can see you are a little strange and dont realy want to help people, no problem.
You need to have sha 256 hash executed on your data at that point. So you need the code that runs sha 256. If you are writing a program you can lift it I would presume from several places or include a file that allows you to access the function by calling it from your code
How to do this ""or include a file that allows you to access the function by calling it from your code "" ? I got the SHA256 i only need to convert it to WIF import wallet format
in c++ (see plus plus or cpp tada)
#include "sha_256.cpp" for example ...
Can you show me Tutorial Youtube movie to do this ?
A lot of coding could be custom, so you just do it.
Look, these are simple, trivial manipulations.
Could I write this conversion today? Probably.
You are realy smart guy i respect it , but i need tutorial.
What languages have you learned?
An easy one these days a lot of people seem taken by is called python.
Tons of people use to use visual basic in large numbers, probably still the same these days I would imagine despite them going to net style.
I was using C++, sql, visual basic and mit x11 ..
C++ and vb, so you are using what satoshi did.
Or so you say.
Okay, you can write this conversion if you know those. Pseudocode it in vb first. Then transcribe your solution into c++.
You can use existing files for sha 256 or base58 or just put the code from those into your program as a function you call. Or just write it to go sequentially from beginning to end, which would not be as good I suppose.
I understand nothing about them anymore afther 10 years
Then you probably didn't understand it then.
If you try, you should still be able to do such, if you did it before (which I seriously doubt at this point).
Ok i will do it