From 7ba0da27d13c63759fa9e8baa0adc6d5d7836c68 Mon Sep 17 00:00:00 2001 From: Revertron Date: Thu, 13 May 2021 14:43:30 +0200 Subject: [PATCH] Added current origin to readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0073ffe..e723ed7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ This project represents a minimal blockchain without cryptocurrency, capable of ![Screenshot](img/domains.png) +## Note +The `origin` of current testnet is `0000001D2A77D63477172678502E51DE7F346061FF7EB188A2445ECA3FC0780E`. + ## How it works? Every node connects to its siblings and synchronizes the domain database. This DB consists of cryptographically bound blocks, that contain encrypted domain names, contacts, and some info, if you wish.