mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
chore: dropped minerd references
This commit is contained in:
@@ -19,12 +19,11 @@ The testnet and mainnet configurations serve as placeholders in preparation for
|
||||
|
||||
## Prerequisites
|
||||
Before you begin, ensure you have the following installed and configured:
|
||||
- **Rust 1.86 or later**: Required for building components written in Rust (like `darkfid`, `minerd`, `explorerd`).
|
||||
- **Rust 1.86 or later**: Required for building components written in Rust (like `darkfid`, `explorerd`).
|
||||
- **Darkfi Project Dependencies**: System dependencies required to compile DarkFi code (see [Darkfi Build Dependencies](../../../README.md#build)).
|
||||
- **Darkfid**: Runs DarkFi blockchain nodes on respective networks.
|
||||
- **Minerd**: Mines blocks and is required if Darkfid is configured with a miner JSON-RPC endpoint and the associated miner isn’t running.
|
||||
|
||||
> **Note** When using the `make` commands in the [Quick Start Guide](#quick-start-guide), Darkfid and Minerd are automatically built when needed.
|
||||
> **Note** When using the `make` commands in the [Quick Start Guide](#quick-start-guide), Darkfid is automatically built when needed.
|
||||
|
||||
## Quick-Start Guide
|
||||
|
||||
@@ -176,12 +175,9 @@ make install
|
||||
|
||||
##### Using darkfid's networks
|
||||
|
||||
Start the `minerd` and `darkfid` daemons using their configurations.
|
||||
Start the `darkfid` daemon using their configurations.
|
||||
|
||||
```bash
|
||||
# Start the mining daemon
|
||||
minerd
|
||||
|
||||
# Start darkfid (example uses localnet)
|
||||
darkfid --network localnet
|
||||
```
|
||||
@@ -221,4 +217,4 @@ To connect to a custom blockchain network, provide a configuration file with you
|
||||
explorerd -c explorerd-config.toml --network localnet
|
||||
```
|
||||
|
||||
> Update the `endpoint` in your `explorerd-config.toml` to point to your custom `darkfid` instance. The `--network` parameter can be set to `localnet`, `testnet`, or `mainnet` to match your target network configuration.
|
||||
> Update the `endpoint` in your `explorerd-config.toml` to point to your custom `darkfid` instance. The `--network` parameter can be set to `localnet`, `testnet`, or `mainnet` to match your target network configuration.
|
||||
|
||||
Reference in New Issue
Block a user