Consensus Process (voting pools)

From Open Transactions
Revision as of 12:43, 22 September 2014 by Justusranvier (talk | contribs) (Introduction: add inputstop parameter. Sorting at this level is unnecessary because the wallet will do it.)
Jump to navigation Jump to search

Introduction

In order to process bitcoin withdrawals from the pool, the audit servers must agree on a set of parameters used to deterministically construct Bitcoin transactions. The servers arrive at a new consensus every five minutes, in a process which requires several rounds to achieve.

Each new consensus will result in a unanimous agreement on the following parameters:

  1. The address identifier for the first input to be used for constructing withdrawal transaction(s).
  2. The address identifier for the first change address to be used by the resulting withdrawal transaction(s).
  3. The highest series number which at least m pool members have thawed.
  4. A list of valid withdrawals to be processed, which may be an empty list.

Procedure