Skip to content

Instantly share code, notes, and snippets.

@mmikeww
mmikeww / coinswap-design.md
Created November 1, 2024 14:25 — forked from chris-belcher/coinswap-design.md
Design for a CoinSwap Implementation for Massively Improving Bitcoin Privacy and Fungibility

Design for a CoinSwap Implementation for Massively Improving Bitcoin Privacy and Fungibility

25/5/2020

Abstract

Imagine a future where a user Alice has bitcoins and wants to send them with maximal privacy, so she creates a special kind of transaction. For anyone looking at the blockchain her transaction appears completely normal with her coins seemingly going from address A to address B. But in reality her coins end up in address Z which is entirely unconnected to either A or B.

Now imagine another user, Carol, who isn't too bothered by privacy and sends her bitcoin using a regular wallet which exists today. But because Carol's transaction looks exactly the same as Alice's, anybody analyzing the blockchain must now deal with the possibility that Carol's transaction actually sent her coins to a totally unconnected address. So Carol's privacy is improved even though she didn't change her behaviour, and perhaps had never even heard of this software.

@mmikeww
mmikeww / join-races.js
Created June 10, 2017 18:24 — forked from morinted/join-races.js
TypeRacer auto-join private track bot
// ==UserScript==
// @name Join and leave TypeRacer races
// @namespace morinted
// @description Join and leave a TypeRacer private racetrack
// @include http://play.typeracer.com/
// @version 1
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js
// ==/UserScript==