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
What is the rationale behind assigning random ports?
How to use Multichain to design a simple model for Land registry digitizing?
Design Choice regarding Custom Assets
What happens behind the scene in streams and blockchain mining ?
Intent behind "sendrawtransaction"
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
Rationale behind multichain address design
+1
vote
Can I ask what is the rationale for splitting the individual bytes of the address-public-key-hash version and inserting individually within the RIPEMD160 hash?
asked
Mar 4, 2017
by
kakkoiiman
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Yes, it prevents all the addresses on a chain having the same long base58 prefix, which wold make it harder to compare and match them by eye.
answered
Mar 4, 2017
by
MultiChain
Thanks. What is the purpose for using an extra XOR operation in creating the checksum?
Please
log in
or
register
to add a comment.
...