Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
How to store the json data of a stream which has multiple keys in a variable?
how to pass custom field in json rpc call to stream
Is there any possibilty upload file with encripted and download file with decription key in multichain
How to upload PDFs and make them accessable for a third party?
upload file to multichain
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
How to upload a file(text, json, doc) in a blockchain stream?
+1
vote
Hi, I am new with blockchain/multichain, I need to know how to upload a file in the stream which can be receive by the other nodes. Any link, tutorials will be helpful. This is for university thesis purpose. TIA
asked
Oct 13, 2017
by
raihu
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+3
votes
You will need to convert it to hex using code or any of the online services or apps available - do a search for Hex converter...this is what you add as metadata when sending native currency or assets - any user that sees the hex can then copy it and use a hex converter to convert it back to the original format
answered
Oct 14, 2017
by
mark
Thank you very much. I have one more question or need a suggestion.
Lets say my file size is quite big therefore if I sent any data that is more than 64mb (last i checked any file must be less than 64mb) I need to sent parts of the file one at a time. while receiving the file what would be a better way to receive the data from the stream ?
You would just pull out each part of the file, presumably using gettxoutdata, and rebuild it on the receiving side.
Thanks a bunch :)
Please
log in
or
register
to add a comment.
...