as a individual miner's side, how UASF, UAHF agree or disagree is occurred?

0

UASF is timestamp-based method. after that time, new rules will start. but i have a few question about this. how this rules is accepted by USER?

  1. does miner program contains 'yes' or 'no' about this decision?

  2. '1' is true, and user not express any decision. by this case, is user's fork can be violate fork?

  3. Who is the representative in the working blockchain that inform 'this feature will be added!'? How is the notification received by all nodes?

user10865941

Posted 2019-02-19T11:47:26.903

Reputation: 11

Can you clarify your second question? It does not make any sense.Andrew Chow 2019-02-19T15:33:06.380

it mean.. new rule's apply require upgrade or update of Bitcoin-Core, but user do not any update. in this case, user's fork will remain old version and have possibility that be violate fork .

user10865941 2019-02-21T07:20:53.857

Answers

0

does miner program contains 'yes' or 'no' about this decision?

No. Forks are not votes, especially user activated forks. A user activated fork occurs with no requirements on miners. There is no signaling of readiness from miners nor do miners have any say on when it activates. All miners can do is decide whether they want to mine the fork and enforce its rules after the fork occurs.

Who is the representative in the working blockchain that inform 'this feature will be added!'? How is the notification received by all nodes?

There is no representative (that would imply there is some central authority in charge of the blockchain and there is not) nor is there any sort of notification system.

A user activated fork happens when a group of users decide they want some consensus change to occur. They write software that implements this change along with the activation time. Those users will then try to get other users to join them. When their fork activates, they will start enforcing their new rules.

Andrew Chow

Posted 2019-02-19T11:47:26.903

Reputation: 40 910

thanks for your answer and please comment my other question. :) i have no permission of using mention functionuser10865941 2019-02-21T07:26:53.223