Issue/Issuemore on assets from multiple nodes

+1 vote
Thanks for the response.

I would like to give you a little more context here to get input from you , if my scenario is a right for multichain.

I am building a blockchain (with two nodes) which hold credits issued to a user (with address and assets), and when user consumes some of these credits these units will be burnt.

Now my application which makes a call to perform (credit or debit of units) operations on blockchain may call node 1 or node 2 based on load balancing, I need operations on address & assets be performed by my application on any of the nodes (do not want to restrict these operations to nodes which have the address created).

 

Thanks,

Mudassir Syed
related to an answer for: Issue more on Asset
asked Sep 25, 2017 by Syed

1 Answer

0 votes
In general this doesn't sound like a good fit for a blockchain, since you have no need to separate control over different aspects of the ledger between the different nodes. Why not just use a regular distributed database?
answered Sep 26, 2017 by MultiChain
...