<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://opentransactions.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Category%3ATransaction_Construction_Algorithm_%28voting_pools%29</id>
	<title>Category:Transaction Construction Algorithm (voting pools) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://opentransactions.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Category%3ATransaction_Construction_Algorithm_%28voting_pools%29"/>
	<link rel="alternate" type="text/html" href="http://opentransactions.org/wiki/index.php?title=Category:Transaction_Construction_Algorithm_(voting_pools)&amp;action=history"/>
	<updated>2026-05-13T17:56:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.2</generator>
	<entry>
		<id>http://opentransactions.org/wiki/index.php?title=Category:Transaction_Construction_Algorithm_(voting_pools)&amp;diff=3101&amp;oldid=prev</id>
		<title>Justusranvier: Created page with &quot;==Introduction==  In order to avoid an expensive and error-prone consensus process, it is mandatory for wallets to be able to construct withdrawal transactions in a determinis...&quot;</title>
		<link rel="alternate" type="text/html" href="http://opentransactions.org/wiki/index.php?title=Category:Transaction_Construction_Algorithm_(voting_pools)&amp;diff=3101&amp;oldid=prev"/>
		<updated>2014-10-22T14:52:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Introduction==  In order to avoid an expensive and error-prone consensus process, it is mandatory for wallets to be able to construct withdrawal transactions in a determinis...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
In order to avoid an expensive and error-prone consensus process, it is mandatory for wallets to be able to construct withdrawal transactions in a deterministic manner, assuming they are given the withdrawal requests in a deterministic order. Once this is accomplished, then it only becomes necessary for wallets to share signatures among themselves because they know they all signed the exact same bitcoin transaction.&lt;br /&gt;
&lt;br /&gt;
==Procedure==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right&amp;quot;&amp;gt;&amp;lt;include iframe src=&amp;quot;https://www.lucidchart.com/documents/embeddedchart/eb960c32-71d4-4cfc-8f49-63a82b343608/0&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;1004&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;yes&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Initial Conditions====&lt;br /&gt;
&lt;br /&gt;
The [[startwithdrawal]] API call has been received by the wallet, and all the arguments have been checked for errors.&lt;br /&gt;
&lt;br /&gt;
====Sequence====&lt;br /&gt;
&lt;br /&gt;
The basic flow of the procedure is:&lt;br /&gt;
&lt;br /&gt;
# [[Preparation|Gather accounting information]]  from the API call arguments&lt;br /&gt;
# [[Output List Initialization|Validate and sort]] the output list&lt;br /&gt;
# [[Initialize New Transaction|Start]] a new transactions&lt;br /&gt;
# [[Add Next Output|Add outputs]] to the transaction until either all outputs are added or all inputs are used.&lt;br /&gt;
# [[Finalize Transaction|Verify]] all generated transactions are ready for signing.&lt;br /&gt;
# [[Update Signatures|Create a list]] of all signatures which the wallet is capable of generating.&lt;br /&gt;
# [[Update Status|Create a status list]] containing the deposition of every output the caller specified.&lt;br /&gt;
# Return the status list and signature list to the caller.&lt;br /&gt;
&lt;br /&gt;
Each step in this chart is more fully described on the pages listed below.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Voting Pool Technical Specifications]]&lt;/div&gt;</summary>
		<author><name>Justusranvier</name></author>
		
	</entry>
</feed>