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
Is there a way to apply some custom filter while fetching data from the stream?
Is there a way to query data-hex, output key in data stream?
Is there a way to query a chain database?
Is there a auto increment way for unique asset names?
Storing hashes or files in 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
Is there a way of storing files greater than 64MB in a stream?
+4
votes
For Example if I have a 90MB file to be stored on a stream.
stream
metadata
transactions
asked
Jun 29, 2017
by
9611838416m
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
In this case you would split the file into pieces at the application layer, store it in several stream items, then put it back together when reading.
answered
Jun 29, 2017
by
MultiChain
Thankyou for replying. But is there a way to modify core files to increase the limit?
Well, the maximum values for blockchain parameters are all in the file src/chainparams/paramlist.h and you're welcome to play with them. We're interested to know what you find but we can't take responsibility since increasing these values is untested from our perspective.
Please
log in
or
register
to add a comment.
...