You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The default branch of this repository is `master` and new contributions are cons
11
11
12
12
## The Crescendo Hardfork
13
13
14
-
The Crescendo Hardfork which will transition the network to 10BPS is scheduled to occur in mainnet on `2025-05-05 1500 UTC` at DAA Score `110,165,000`. You can participate in testing the hardfork on mainnet (prior to activation) or on the already activated testnet by following [this node specification and testing guide](docs/crescendo.md).
14
+
The Crescendo Hardfork which will transition the network to 10BPS is scheduled to occur in mainnet on `2025-05-05 1500 UTC` at DAA Score `110,165,000`. You can participate in testing the hardfork on mainnet (prior to activation) or on the already activated testnet by following [this node specification and testing guide](docs/crescendo-guide.md).
Kaspa is about to take a significant leap with the **Crescendo Hardfork**, as detailed in [KIP14](https://github.com/kaspanet/kips/blob/master/kip-0014.md), transitioning from 1 to 10 blocks per second. It is scheduled to activate on mainnet on 2025-05-05 1500 UTC at DAA Score 110,165,000.
3
+
Kaspa is about to take a significant leap with the **Crescendo Hardfork**, as detailed in [KIP14](https://github.com/kaspanet/kips/blob/master/kip-0014.md), transitioning from 1 to 10 blocks per second. It is scheduled to activate on mainnet at DAA Score `110,165,000` which is roughly `2025-05-05 1500 UTC`.
4
4
5
5
---
6
6
@@ -18,7 +18,9 @@ Kaspa is about to take a significant leap with the **Crescendo Hardfork**, as de
18
18
- 512 GB SSD
19
19
- Higher network bandwidth for robust peer support
20
20
21
-
While the minimum specs suffice to sync and maintain a TN10 node with the accelerated 10 bps, increasing CPU cores, RAM, storage, and bandwidth allows your node to serve as a stronger focal point on the network. This leads to faster initial block download (IBD) for peers syncing from your node and provides more leeway for future storage growth and optimization. If you are a pool operator, it is recommended that you pick specs that are closer to the preferred specifications above.
21
+
While the minimum specs suffice to sync and maintain a TN10 node with the accelerated 10 bps, increasing CPU cores, RAM, storage, and bandwidth allows your node to serve as a stronger focal point on the network. This leads to faster initial block download (IBD) for peers syncing from your node and provides more leeway for future storage growth and optimization.
22
+
23
+
If you are a pool operator, it is _strongly recommended_ that you pick specs that are closer to the preferred specifications above.
22
24
23
25
---
24
26
@@ -46,7 +48,8 @@ While the minimum specs suffice to sync and maintain a TN10 node with the accele
46
48
Leave this process running. Closing it will stop your node. If you have other flags that you use for your current node, you may continue to use those.
47
49
48
50
- **Advanced Command-Line Options**:
49
-
- `--rpclisten=0.0.0.0` to listen for RPC connections on all network interfaces (public RPC).
51
+
- `--disable-upnp` if you don't want your node to be automatically publicly connectable (if your router supports UPnP). Recommended for pools and exchanges.
52
+
- `--rpclisten=0.0.0.0` to listen for RPC connections on all network interfaces (public RPC). Use `--rpclisten=127.0.0.1` if you are running your pool/exchange software on the same machine
50
53
- `--rpclisten-borsh` for local borsh RPC access from the `kaspa-cli` binary.
51
54
- `--unsaferpc` for allowing P2P peer query and management via RPC (recommended to use only if **not** exposing RPC publicly).
52
55
- `--perf-metrics --loglevel=info,kaspad_lib::daemon=debug,kaspa_mining::monitor=debug` for detailed performance logs.
0 commit comments