python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there any consensus protocol that does not guarantee linearizability?
While studying consensus protocols, I notice for the typical ones, such Paxos, MultiPaxos, Fast Paxos, EPaxos etc, they all guarantee linearizability.
But it seems there is no literature explicitly sa...
steamgjk
Votes: 0
Answers: 1
How to calculate a minimum exchange time among multiple nodes?
This is about developing a distributed consensus.
Let's assume we have N nodes ( N1, N2, ..., Nn ),each of the nodes has a different value( A1, A2, ..., An ).These nodes can communicate with each othe...
raindust
Votes: 0
Answers: 1
How blockchain consensus verify the transaction?
So many blockchain documentation tell that the blockchain uses the consensus to verify transactions. But what I understand the consensus only generate the hash to create the new block. I don't know wh...
Mark Smith
Votes: 0
Answers: 1
Which miner give the reward of pow algorithm at bitcoin?
I read in a paper about mining a block. It said when a miner generates a new block, it distributes it in the whole network, and other miners continue from that block, and the longest block will win. W...
JProgrammer
Votes: 0
Answers: 1