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 query data-hex, output key in data stream?
Limit for number of stream items per key
Being notified of the key of a stream transaction
What is the purpose behind the 'Key' parameter in {"for":stream,"key":"...","data":"..."} ?
Using public key to get reading access
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
Stream key max length
[closed]
+1
vote
Hello.
I'm trying publish an item in stream and get this error: "code:-8,message:Item key is too long". So, what is max length of stream key and how can i incrase that number? Multichain version 1.0.1 on windows.
Thanks for answer.
closed with the note:
I've got an answer, thanks to Dmitriy
stream
key
max-key-length
asked
Jan 29, 2018
by
DaemOn
closed
Feb 5, 2018
by
DaemOn
Please
log in
or
register
to add a comment.
1 Answer
+2
votes
Best answer
256 chars
https://github.com/MultiChain/multichain/blob/c1fb17479b7db83be3a1ec21b3b2e96f34dc89a3/src/entities/asset.h#L32
answered
Jan 29, 2018
by
Dmitry
thanks, but can i incrase that value?
No, unless you make a fork of Multichain.
Please
log in
or
register
to add a comment.
...