1
Our project is to create a blockchain so that a customer can traceback any registered good (such as food or drugs). The idea is to replace money with product IDs. (ERC721 from Ethereum does not do the job because people do not want to own IDs). Each member of the production chain adds a transaction to indicate to whom the product is given.
The advantages of this system are its immutability and robustness.
We have developed a working blockchain that is very close to Bitcoin but we are wondering how to adapt it. Indeed, the most important thing is to know what happens to mining. We can't offer IDs when a block is checked, so how do we get people to take care of the chain? Perhaps we should introduce a digital currency to reward them, but it is not elegant.
To summarise: how to create blocks in a such architecture?
The attacker: a company that wants to hide part of a product's history because a problem with it has been discovered.
The user: a customer who wants to know where his or her purchase is coming from. from.
I think we need some more information to help you out. Can you put some more words on what you want to achieve? Do you want to make your own blockchain, or do you want to use an existing blockchain and log things on existing, publicly available blockchains such as Bitcoin, Bitcoin Cash, or Ethereum? – Thorkil Værge – 2019-01-08T20:06:15.230
I hope the question is more precise. – Blincer – 2019-01-08T20:18:04.603
1With a system like this, customers must trust that the businesses have input truthful data: there is no stopping the business from lying in the first place. With that in mind, why can't the customer just trust the business to maintain a hashlinked database of the product history? The database could be made public so that customers can view it to ensure no changes are made to the history. That would be a MUCH cheaper and easier system to implement. Trying to introduce an otherwise useless currency is simply not a good economic incentive, and without that your blockchain is insecure. – chytrik – 2019-01-08T23:18:31.157