Skip to content

Commit 1e5c3d5

Browse files
committed
WIP3
1 parent 49c34fe commit 1e5c3d5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The default branch of this repository is `master` and new contributions are cons
1111

1212
## The Crescendo Hardfork
1313

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).
1515

1616
## Installation
1717
<details>

docs/crescendo.md renamed to docs/crescendo-guide.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Kaspa Testnet 10 (TN10) – Crescendo Hardfork Node Setup Guide
1+
# Kaspa Crescendo Hardfork Node Setup Guide
22

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 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`.
44

55
---
66

@@ -18,7 +18,9 @@ Kaspa is about to take a significant leap with the **Crescendo Hardfork**, as de
1818
- 512 GB SSD
1919
- Higher network bandwidth for robust peer support
2020

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.
2224

2325
---
2426

@@ -46,7 +48,8 @@ While the minimum specs suffice to sync and maintain a TN10 node with the accele
4648
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.
4749
4850
- **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
5053
- `--rpclisten-borsh` for local borsh RPC access from the `kaspa-cli` binary.
5154
- `--unsaferpc` for allowing P2P peer query and management via RPC (recommended to use only if **not** exposing RPC publicly).
5255
- `--perf-metrics --loglevel=info,kaspad_lib::daemon=debug,kaspa_mining::monitor=debug` for detailed performance logs.

0 commit comments

Comments
 (0)