jest to najstarszy znany fragment pisma od założyciela Bitcoina, Satoshi Nakamoto. wiadomość z 22 sierpnia 2008 r.
Istnieją starsze źródła tekstowe. Przykładem jest kod źródłowy, w którym widać datę rozpoczęcia prac nad Bitcoinem. Wystarczy zajrzeć do pliku "sha.h" w wersji "BitCoin v0.01 ALPHA" (taką nazwę można znaleźć w pliku "readme.txt").
// This file is public domain
// SHA routines extracted as a standalone file from:
// Crypto++: a C++ Class Library of Cryptographic Schemes
// Version 5.5.2 (9/24/2007)
// http://www.cryptopp.com
#ifndef CRYPTOPP_SHA_H
#define CRYPTOPP_SHA_H
#include <stdlib.h>
Co więcej, 2007 jako rok, od którego wszystko się zaczęło, jest potwierdzony oficjalnie przez Satoshiego:
How long have you been working on this design Satoshi? It seems very well thought out, not the kind of thing you just sit down and code up without doing a lot of brainstorming and discussion on it first. Everyone has the obvious questions looking for holes in it but it is holding up well

Since 2007. At some point I became convinced there was a way to do this without any trust required at all and couldn't resist to keep thinking about it. Much more of the work was designing than coding.
Fortunately, so far all the issues raised have been things I previously considered and planned for.