Author

Topic: Converting Sha256 to WIF wallet import format (Read 196 times)

jr. member
Activity: 98
Merit: 1
November 13, 2019, 02:11:00 PM
#17

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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
brand new
Activity: 0
Merit: 8

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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).
jr. member
Activity: 98
Merit: 1

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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
brand new
Activity: 0
Merit: 8

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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.
jr. member
Activity: 98
Merit: 1

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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 ..
brand new
Activity: 0
Merit: 8

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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.
jr. member
Activity: 98
Merit: 1

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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.
brand new
Activity: 0
Merit: 8

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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.
jr. member
Activity: 98
Merit: 1
November 13, 2019, 01:38:16 PM
#9

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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 ?
brand new
Activity: 0
Merit: 8
November 13, 2019, 01:32:09 PM
#8

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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 ...
jr. member
Activity: 98
Merit: 1
November 13, 2019, 01:29:33 PM
#7

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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
brand new
Activity: 0
Merit: 8
November 13, 2019, 01:21:26 PM
#6

Quote

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

Quote
so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.

Quote

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
jr. member
Activity: 98
Merit: 1
November 13, 2019, 01:18:50 PM
#5
Hello guys can you help me with good tutorial ? Thank you alot

"how to convert Sha 256 to wallet WIF import format?"










Satoshi

Hey, !Satosh

https://en.bitcoin.it/wiki/Wallet_import_format

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.
brand new
Activity: 0
Merit: 8
November 13, 2019, 01:10:46 PM
#4
Hello guys can you help me with good tutorial ? Thank you alot

"how to convert Sha 256 to wallet WIF import format?"










Satoshi

Hey, !Satosh

https://en.bitcoin.it/wiki/Wallet_import_format

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)

so you need the code that performs sha 256. You can include it in your code, or call it from another file.

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.
jr. member
Activity: 98
Merit: 1
November 13, 2019, 01:08:25 PM
#3
Hello guys can you help me with good tutorial ? Thank you alot

"how to convert Sha 256 to wallet WIF import format?"










Satoshi

Hey, !Satosh

https://en.bitcoin.it/wiki/Wallet_import_format

Hello how to "3 - Perform SHA-256 hash on the extended key" ? ( sorry i dont codded for like 9 years)
brand new
Activity: 0
Merit: 8
November 13, 2019, 12:32:55 PM
#2
Hello guys can you help me with good tutorial ? Thank you alot

"how to convert Sha 256 to wallet WIF import format?"










Satoshi

Hey, !Satosh

https://en.bitcoin.it/wiki/Wallet_import_format
jr. member
Activity: 98
Merit: 1
November 13, 2019, 12:29:38 PM
#1
Hello guys can you help me with good tutorial ? Thank you alot

"how to convert Sha 256 to wallet WIF import format?"










Satoshi
Jump to: