Skip to content

mliotta/tokhn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4000a1 · Apr 3, 2018

History

82 Commits
Apr 1, 2018
Apr 3, 2018
Mar 5, 2018
Mar 21, 2018

Repository files navigation

tokhn

Alternative blockchain written in Java

Requires Bouncy Castle and gRPC.

There are three executables:

  • Client (being replaced by tokhnC)
  • Daemon (being replaced by tokhnD)
  • Miner (being repleaced by tokhnM)

Client: The Client can generate a wallet including the keys and base58 encoded address. See Client -h for command-line usage.

Daemon: The Daemon is a full node implementation of blockchain. See Daemon -h for command-line usage.

Miner: The Miner connects to a Daemon and generates blocks potentially with transactions. See Miner -h for command-line usage.