Questions tagged [blockchain]
The blockchain tag has no summary.
11 questions
-2 votes
1 answer
224 views
Would you use blockchain or not in this case?
Disclaimer: I'm not sure if this question belongs here, please suggest another place if you have one. I'm trying to figure out what would be my best strategy: I need to develop an internal coin/tokens/...
0 votes
4 answers
384 views
Do blockchains provide any improvement over conventional systems/frameworks when decentralization is not required?
I generally understand the blockchain framework. I have spent much time learning about how it, potentially alone, is able to provide for a decentralized system. For TRUE/ABSOLUTE decentralization, it ...
1 vote
1 answer
131 views
Miss-understand in blockchain
I made a quick study on blockchain yesterday. There is a question in my mind, When the block is distributed and everyone has a copy, Isn't possible to have a change bit and a counter in the node and ...
0 votes
2 answers
371 views
Using UML State Machine for blockchain smart contract implementation
This is a conceptual question about applying UML State Machine model for smart contracts in blockchain. I want to develop a smart contract framework in a bitcoin-like blockchain which is based on the ...
1 vote
0 answers
53 views
Data Storage Solutions for a BlockChain
The blockchain stores basically an immutable permanent record of every transaction. This means the data is constantly increasing. Wondering if one has a model for easily roughly estimating data usage. ...
3 votes
1 answer
369 views
Blockchains - How are conflicts resolved between 2 or more servers hosting the same blockchain?
Context Suppose I program a blockchain which doesn't require proof-of-work and deploy it on 3 servers A, B and C. Now suppose server A and B receive requests to insert a new block with some data in ...