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
<!-- DeepWiki badge generated by https://deepwiki.ryoppippi.com/ -->
2
3
<h1>Kaspa On Rust</h1>
3
4
4
5
Welcome to the Rust-based implementation of the Kaspa full-node and its ancillary libraries. The contained node release serves as a drop-in replacement to the established <ahref="https://github.com/kaspanet/kaspad">Golang node</a> and to date is the recommended node software for the Kaspa network, introducing developers to the possibilities of Rust in the Kaspa network's context.
@@ -11,9 +12,7 @@ The default branch of this repository is `master` and new contributions are cons
11
12
12
13
## The Crescendo Hardfork
13
14
14
-
The Crescendo Hardfork, which will transition the network to 10 BPS, is scheduled to activate on mainnet at DAA Score **110,165,000**, projected to occur on **May 5, 2025, at approximately 15:00 UTC**. Note that 24 hours before activation, nodes will connect only to upgraded peers which are using the new P2P protocol version 7.
15
-
16
-
You are encouraged to verify your client software against this mainnet version ahead of or after the hardfork. For a more controlled environment, consider using **Testnet 10**, where the Crescendo changes are already active. Refer to the [Crescendo guide](docs/crescendo-guide.md) for detailed instructions.
15
+
The [Crescendo Hardfork](docs/crescendo-guide.md) took place on May 5, 2025, at approximately 15:00 UTC. The fork has transitioned the network from a blockrate of 1 BPS to that of 10 BPS, and incorporated several major KIPs.
17
16
18
17
19
18
@@ -287,16 +286,16 @@ wRPC
287
286
288
287
JSON protocol:
289
288
```bash
290
-
--rpclisten-json = <interface:port>
289
+
--rpclisten-json=<interface:port>
291
290
# or use the defaults for current network
292
-
--rpclisten-json = default
291
+
--rpclisten-json=default
293
292
```
294
293
295
294
Borsh protocol:
296
295
```bash
297
-
--rpclisten-borsh = <interface:port>
296
+
--rpclisten-borsh=<interface:port>
298
297
# or use the defaults for current network
299
-
--rpclisten-borsh = default
298
+
--rpclisten-borsh=default
300
299
```
301
300
302
301
**Sidenote:**
@@ -422,4 +421,4 @@ Logging in `kaspad` and `simpa` can be [filtered](https://docs.rs/env_logger/0.1
0 commit comments