You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 KiB

Index

Introduction

This is a summary of the BitcoinTalk thread written by @6102bitcoin which was started by Greg Maxwell back in 2013 in order to encourage development of implementations of CoinJoin. A 2of3 multisig donation address was created by Greg, Theymos and Pieter Wuille.

Interesting to note that as of today (2019–04–06) no payment has ever been made from this address (except to consolidate funds when fees were low).

.

Historic Donation Address Balance (bitinfocharts)

A recent comment by Theymos suggest that there may be payouts from the donated funds which now total 46.4 BTC (over $200k) - watch this space!

2013 : Genesis

On 2013–08–22 Greg (Maxwell) wrote up an explanation of CoinJoins [1] and posted a bitcoin address to collect funds for a bounty to be used to encourage development of a practical implementation of CoinJoin.

.

Image from the original thread [1]

It was stated that 'The bounty fund will pay out as funds are available according to the signers best judgement for completed work proposed in this thread that furthers the goal of making improved transaction privacy a practical reality for Bitcoin users'. As such, it isn't a single payout bounty, it was intended to pay out on an ongoing basis as work was completed.

Just 5 days later (2013–08–27) 'genjix' (Amir Taaki) was the first to try and claim the bounty with a proof of concept [2] he had developed with 'Pablo'. A couple of days later (2013–08–29) he added a public 'lobby' to serve as a meeting point and flexible mixing amounts. He posted a video showing the system at work [3]. A simple explanation of what was done was posted back on the main thread [4]. Though Greg commented in thread there was no mention of a payout.

The next day (2013–08–28) 'Tom Scholl' pointed out [5] that 3 months prior he had worked on a fully decentralized solution called 'BitPrivacy' which he posted about on bitcointalk [6]. A day later (2013–08–29) 'Tom Scholl' placed his claim to part of the bounty [7].

Greg posted [8] to clarify that 'My main criteria is that work done be actually usable by someone for something … show me the code', 'the whole idea is to flow some funds from people who want to see this exist to people who are working on making it exist and everyone leaving happy', 'And yes, I need to pay out some bounties to the work done by people so far.'

The next day (2013–08–30) 'maaku; posted [9] his work [10] called 'CoinJoin' on the topic.

Two days later (2013–09–01) Olivier Coutu posted [11] a link to his presentation [12] from the Bitcoin 2013 conference on Decentralized Mixers for Bitcoin as well as the .pdf [13] of his slides.

Over a week later (2013–09–10) maaku posted [14] the link to the thread [15] he made the day earlier where he was looking to crowdfunded donations (85 BTC). Side note, two weeks later (2013–09–25) maaku posted [16] saying that he had not recieved any donations. His last post in the crowdfunding thread was 4 months later, a month after he pushed the last commit to the project's github page [17].

2013–09–11 greg posted [18] that he was enjoying Peter Todd's dust-b-gone [19] tool.

2013–10–10 greg posted a great insight - 'Above all other criteria widespread usage is what makes the difference between your "plausible denyability" and whatever you'd call actual "anonymity".' [20]

2013–10–19 user 'n8rwJeTt8TrrLKPa55' pointed out [21] a post [22] by blockchain.info announcing that their coinjoin scheme (called Sharedcoin). It used a centralised server to co-ordinate transactions but it had no access to funds. The source code was also pushed to GitHub [23].

2013–11–03 'piuk' announced that the blockchain.info coinjoin implementation (Sharedcoin) was availible by default in their wallet. It mixed both with other users funds and a pool provided by blockchain.info to reduce wait times and 'reduce transaction taint'.

2013–11–09 laanwj opened an issue [24] on the bitcoin QT (now bitcoin core) github suggesting that 'it would be useful to support coinjoin in the client and GUI'. No-one took up the challenge and the closest anyone got to suggesting something that could be implemented was chris-belcher who, 3 years later, suggested [25] a way of integrating Bitcoin-qt & joinmaket, in the same post he pointed out a way to send coinjoins from Bitcoin Core wallet using joinmarket sendpayment.py script.

2013–11–14 a user posted [26] a link [27] to a reddit thread where further funds were being raised. At the time the post was made the bounty stood at ~16 BTC. Interestingly there were some users who expressed difficulty in sending to the donation address because it was a p2SH address which bitcoinj wallets (Armoury & MT Gox) could not send to.

2013–11–15 Theymos agreed to match donations over the proceeding 30 days up to a limit of 5 BTC (which was reached) [28]. Within the next 4 days the donation address balance doubled to ~32 BTC

2013–11–15 'coinft' made the suggestion [29] that if miners operated liquid CoinJoin pools through which they passed all their new block rewards a large fraction of bitcoin would be 'tainted', effectively making blacklisting tainted coins impractical.

2013–11–22 'BurtW' pledged to donate 5 BTC as soon as the fund reached 36 BTC, and looking at the blockchain it looks like he did [30].

2013–12–11 'andytoshi' announced [31] development of a tool [32] 'to make CoinJoining easier to do'. It required manual sending of a raw tx from each user to an individual acting as coordinator who would run a command to create an unsigned merged tx. This then had to be sent back to each individual who would sign and send back. The coordinator would then manually enter these signed tx's and submit to the network.

2014

2014–02–02 'themgp' announced [33] development of a tool [34] called Coinmux in which peers communicate using JSON messages. Within 4 days it had been tested on mainnet [35] though it was soon found to be susceptible to IP snooping [36]. 10 days later (2014–12–16) themgp added a GUI [37].

2014–03–30 maaku asked when bitcoin would be distributed to CoinJoin developers [38].

2014–04–01 greg replied [39] stating that "Any payouts would need to be discussed with the other signers, but my thinking had been to pay most of it to to the most substantive complete and usable implementation, and partial amounts to smaller efforts".

2014–05–02 'caedes' posted [40] about darkwallet's CoinJoin efforts.

2014–06–06 'laurentmt' posted [41] in detail some thoughts on tx entropy and address identification.

2014–06–10 'justusranvier' posted [42] a link to coinjoinsoduku's announcement [43] that they were soon going to release a tool to de-anonymise SharedCoin tx's (blockchain.info's CoinJoin offering). Indeed, the tool was later released [44]. The details are interesting but out of scope for this article.

2014–08–08 'bencher' posted [45] that he had coded a simple implementation of CoinJoin ('CoinJumble') and linked to the announcement thread [46] in which the link to the project's github page was posted [47]. Soon after he acknowledged that an electrum plugin would less likley to result in lost funds (with users not needing to manage exposed private keys).

2014–10–01 'dillpicklechips' posted [48] some links about CoinShuffle including a video explination [49] & GitHub links [50],[51],[52].

2014–10–30 Belcher posted [53] how to improve darkwallet's CoinJoin. His proposal was to 'Pay the coinjoin makers. They will put up offers to do coinjoin along with a fee they ask'.

2015

2015–01–09 Belcher posted [54] a link [55] to his announcement of 'JoinMarket' as well as a link to the GitHub page [56].

2015–05–08 Belcher posted [57] an announcement that JoinMarket was live on mainnet. 2015–06–12 'Mexles' posted [58] a link [59] to his work on Compact Confidential Transactions which greg described as super exciting and important [60], though there was no code. A problem was identified by Andrew Poelstra which resulted in the proofs being less compact than initially hoped. I tried to follow the thread but it gets … complicated, see photo

.

TPTB_need_war lost me by this point [61]

2016

2016–05–23 belcher posted [62] a link to his paper [63] on address closures and clustering. He also commented that he had reached out to theymos, pieter and greg 6 months prior requesting some of the bounty.

2017

2017–12–12 greg posted [64] that the address had been consolidated to take advantage of low fees on the network.

note. It looks like the BCASH in the wallet was moved on 2017–05–08.

2017–12–18 wintercooled posted [65] that he and Adam Ficsor (nopara73) were looking for 100 testers for 'an implementation of a Chaumian CoinJoin mixer and client wallet using the ZeroLink framework and HiddenWallet' [66],[67]

2018

2018–10–17 nopara73 posted [68] that he was applying for a part of the bounty. He provided a very comprehensive list of all of the things that he has done to improve bitcoin privacy.

2018–12–25 RHavar posted [69] that he had created bustapay [70],[71]

2019

2019–04–03 nopara73 posted [72] again and noted that he had not recieved a reply from theymos or greg (though he had recieved one from pieter). He highlighted that Wasabi had mixed 22941 BTC. He explained all of the updates to the software.

2019–04–06 'coiner.de' posted [73] that he had got a reaction from theymos [74]. In the linked reddit thread theymos said - 'We've been discussing whether wasabi/joinmarket deserve some of the bounty. Personally, I think that wasabi does deserve some of the bounty.'

References