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
Queries about private Blockchain and Mining
Data on Multichain
how does mining happen in Multichain when private blockchain network is used
Is the data on Multichain viewable to any node on the private blockchain?
Is it possible to build an exchange using 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
Private ledgers on a MultiChain Blockchain Network
+1
vote
We are exploring one use case to connect a million customers with a bank. Since customers' transactions should be private to them, we want to understand whether we can have concept of private ledger on the customer nodes.
The transaction must be added only to the ledgers of the transacting nodes.
So for instance we have two customers Alice and Bob. Alice transacts(Debit) using the bank's system for $5 and Bob transacts (Debit) using bank's system for $10.
So the ledgers should look like.
Alice: Debit $5 (Transaction on Block) Bob: Debit $10 (Transaction on Block)
Bank: Debit $5 Debit $10 (Shows both transactions on the Bank's Node)
multichain
blockchain
private-blockchain
asked
Apr 21, 2017
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
If you want this kind of privacy, where some transactions are completely hidden from some users, then a blockchain is not the right architecture for you. You might want to take a look at the Corda project by R3.
answered
Apr 21, 2017
by
MultiChain
Please
log in
or
register
to add a comment.
...