Skip to content

Commit

Permalink
docs: Misc README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Sep 20, 2023
1 parent 5f9e51c commit 09b19f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Refer to [config descriptions](config.go) for more detail.

In mining pool mode the ideal wallet setup is to have two wallet accounts, the
pool account and the fee account, for the mining pool. This account structure
separates revenue earned from pool operations from mining rewards gotten on
separates revenue earned from pool operations from mining rewards received on
behalf of participating clients. The pool account's purpose is to receive mining
rewards of the pool. The addresses generated from it should be the mining
addresses (`--miningaddr`) set for the mining node. It is important to set
Expand All @@ -214,10 +214,10 @@ the pool fee addresses (`--poolfeeaddrs`) of the mining pool.

## Wallet Client Authentication

dcrwallet v1.6 requires client authentication certificates to be provided on
startup via the client CA file config option (`--clientcafile`). Since dcrpool
is expected to maintain a grpc connection to the wallet it needs to generate the
needed certificate before the wallet is started. A config option
dcrwallet v1.6 and greater requires client authentication certificates to be
provided on startup via the client CA file config option (`--clientcafile`).
Since dcrpool is expected to maintain a grpc connection to the wallet it needs
to generate the needed certificate before the wallet is started. A config option
(`--gencertsonly`) which allows the generation of all key pairs without starting
the pool has been added for this purpose. Pool operators running a publicly
available mining pool will be required to first run their pools with
Expand All @@ -228,8 +228,8 @@ provides a detailed example for reference.
## Pool Fees

In mining pool mode pool fees collected by the pool operator are for maintaining
a connection to the decred network for the delivery of work to mining clients,
the submission of solved work by mining clients to the network and processing of
a connection to the decred network, the delivery of work to mining clients, the
submission of solved work by mining clients to the network, and processing of
block rewards based on work contributed by participting accounts.

## Transaction fees
Expand Down

0 comments on commit 09b19f2

Please sign in to comment.