Skip to main content

Questions tagged [blockchain]

-2 votes
1 answer
224 views

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/...
Daan's user avatar
  • 105
0 votes
4 answers
384 views

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 ...
Runeaway3's user avatar
  • 173
1 vote
1 answer
131 views

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 ...
Vahid Alimohamadi's user avatar
0 votes
2 answers
371 views

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 ...
xdimy's user avatar
  • 3
1 vote
0 answers
53 views

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. ...
Lance Pollard's user avatar
3 votes
1 answer
369 views

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 ...
kapv89's user avatar
  • 649