github.com/piotrnar/gocoin@v0.0.0-20240512203912-faa0448c5e96/website/gocoin_index.html (about) 1 <html> 2 <head> 3 <link rel="stylesheet" href="style.css" type="text/css"> 4 </head> 5 <body> 6 <h1>Gocoin</h1> 7 <b>Gocoin</b> is a full <b>Bitcoin</b> solution written in <a href="http://golang.org/">Go language</a> (golang).<br> 8 <br> 9 The software's architecture is focused on maximum security and good performance.<br> 10 <br> 11 The <b>client</b> (p2p node) is an application independent from the <b>wallet</b>.<br> 12 <br> 13 The <b>wallet</b> is deterministic and password seeded. As long as you remember the password, you do not need any backups of your wallet.<br> 14 <br> 15 In addition there is also a set of more and less useful tools. They are all inside the <b>tools/</b> folder. Each source file in that folder is a separate tool.<br> 16 </body> 17 </html>