Crate nakamoto_node

Crate nakamoto_node 

Source
Expand description

Stand-alone light-client daemon. Runs the light-client as a background process.

Modules§

logger
Logging module.

Structs§

Client
A light-client process.
Config
Client configuration.

Enums§

Domain
Communication domain of a network socket.
Error
A client error.
LoadingHandler
Configuration for loading event handling.
Network
Bitcoin peer network.

Functions§

run
Run the light-client. Takes an initial list of peers to connect to, a list of listen addresses, the client root and the Bitcoin network to connect to.