Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: xiufei on November 20, 2017, 01:40:27 AM



Title: Please help about blockchain
Post by: xiufei on November 20, 2017, 01:40:27 AM
Hi
Even I know bitcoin for a long time but now I learning how to use blockchain on some platform like save data but many articles on the internet are just say about what is blockchain, how to create a blockchain base bitcoin source.
I just wondering
How to use blockchain to save data like an image?
How do we can use a private key to unlock an account on blockchain network?
Or can you share me some link talk about how to code a blockchain network or something like that?
thank you and have a nice day




Title: Re: Please help about blockchain
Post by: cellard on November 20, 2017, 06:24:10 PM
Hi
Even I know bitcoin for a long time but now I learning how to use blockchain on some platform like save data but many articles on the internet are just say about what is blockchain, how to create a blockchain base bitcoin source.
I just wondering
How to use blockchain to save data like an image?
How do we can use a private key to unlock an account on blockchain network?
Or can you share me some link talk about how to code a blockchain network or something like that?
thank you and have a nice day




Blockchains are not good to store images, at least not the bitcoin blockchain. The bitcoin blockchain is good at storing transactions.. that's all. Anything else is just a waste of resources.

To use a private key, you create a wallet, generate addresses, and send transactions and you are using your private key.

Jimmy Song has a good course on programing blockchain here: http://programmingblockchain.com/

Of course, you may want to improve on your english before you attempt to pass these courses. You can find information on coding in the blockchain field for free the internet anyway.


Title: Re: Please help about blockchain
Post by: hopeAo on December 05, 2017, 06:04:54 PM
Hi
Even I know bitcoin for a long time but now I learning how to use blockchain on some platform like save data but many articles on the internet are just say about what is blockchain, how to create a blockchain base bitcoin source.
I just wondering
How to use blockchain to save data like an image?
How do we can use a private key to unlock an account on blockchain network?
Or can you share me some link talk about how to code a blockchain network or something like that?
thank you and have a nice day




you can check out these links they deal about blockchain


•   https://developer.ibm.com/code/patterns/build-a-blockchain-network/
•   https://blockgeeks.com/guides/what-is-blockchain-technology/
•   https://bitsonblocks.net/2015/09/09/a-gentle-introduction-to-blockchain-technology/
•   https://console.bluemix.net/docs/services/blockchain/v10_dashboard.html
•   https://medium.com/@micheledaliessi/how-does-the-blockchain-work-98c8cd01d2ae


Title: Re: Please help about blockchain
Post by: peter0093 on December 06, 2017, 09:16:29 AM
how to save the block chain as a picture in record


Title: Re: Please help about blockchain
Post by: evanuz on December 06, 2017, 09:20:54 AM
Some nice resources here :D:D:D:D:D


Title: Re: Please help about blockchain
Post by: trynewline on December 17, 2017, 08:09:39 PM
Blockchains are NEVER reliable if you wish to use images in it. It's better to use a private key for images instead.