About Gocoin
Gocoin is a full Bitcoin solution, written entirely from scratch in Go language (golang).The initial version was released in 2013 and it has been actively maintained ever since.
The software's architecture is focused on high security and maximum performance.
Unlike the architecture chosen by Bitcoin Core, Gocoin's full node (called client) is an application independent from the wallet.
The entire software was created and has been maintained by Piotr Narewski.
Client
It implements full bitcoin node functionality, including the network communication and the memory pool.The user interface is controlled via HTTP and a web browser, allowing a smooth remote access.
It implements all the up-to-date consensus rules, including Taproot.
It is capable of mining, although no proper mining API is currently provided, for the lack of interest.