Skip to content

Commit 85cf3a8

Browse files
authored
Merge pull request #3006 from XRPLF/blog-xrplf-unl-update1
Update blog to remove detailed steps for now
2 parents 3ef6979 + 1f77693 commit 85cf3a8

File tree

1 file changed

+4
-60
lines changed

1 file changed

+4
-60
lines changed

blog/2025/move-to-the-new-xrpl-foundation-commences.md

Lines changed: 4 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -25,73 +25,17 @@ To ensure continued network participation and avoid potential downtime, validato
2525

2626
Throughout its history, the XRPL Foundation has played a critical role in maintaining the security and decentralized status of the XRPL by publishing a trusted UNL. Validators and node operators are able to contribute to maintaining an up-to-date, secure, and well-managed network by updating their configurations to the new UNL, ensuring a smoother and more reliable blockchain infrastructure.
2727

28-
### Required Actions for Validators
28+
### Required Actions for Validators and Node Operators
2929

30-
Ahead of the migration date, validators need to take the following actions:
30+
Ahead of the migration date, validators and node operators need to take the following actions:
3131

3232
1. Update their configuration to reflect the new cryptographic public key provided by the new Foundation.
3333
2. Restart their node to apply the updated configuration.
3434

3535
Failure to complete these actions may result in network disruptions, impacting connectivity and participation in consensus processes.
3636

37-
Detailed instructions of the actions validators and node operators are required to take are below.
37+
Detailed instructions of the actions validators and node operators are required to take will be communicated soon.
3838

3939
The transition to the new XRPL Foundation marks an important step in ensuring the continued stability and security of the XRPL network. Validators and node operators play a pivotal role in this process, and their timely action is crucial for maintaining a robust and decentralized infrastructure.
4040

41-
As the migration from the old to the new Foundation progresses, additional support and updates will be provided on XRPL.org to ensure a seamless transition for all participants.
42-
43-
44-
## Actions To Take
45-
46-
### Steps
47-
48-
If your XRP Ledger node currently trusts the UNL published by the XRP Ledger Foundation, complete the following steps to update your settings:
49-
50-
1. **Edit `validators.txt`**
51-
52-
Update the `[validator_list_keys]` section (the current endpoint remains unchanged) to replace the old key (`ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B`) with the following:
53-
54-
```
55-
[validator_list_keys]
56-
ED42AEC58B701EEBB77356FFFEC26F83C1F0407263530F068C7C73D392C7E06FD1
57-
```
58-
59-
2. **Restart `rippled`.**
60-
61-
After saving the changes, restart your `rippled` service. On supported platforms, you can run the following command:
62-
63-
```sh
64-
sudo systemctl restart rippled.service
65-
```
66-
67-
3. **Confirm the new settings**
68-
69-
Run:
70-
71-
```
72-
/opt/ripple/bin/rippled validators
73-
```
74-
75-
The output should display the updated values in the `publisher_lists` key:
76-
77-
```json
78-
{
79-
"result": {
80-
"local_static_keys": [],
81-
"publisher_lists": [
82-
{
83-
"available": true,
84-
...
85-
"list": [
86-
...
87-
],
88-
"pubkey_publisher": "ED42AEC58B701EEBB77356FFFEC26F83C1F0407263530F068C7C73D392C7E06FD1",
89-
"seq": 1,
90-
"uri": "https://vl.xrplf.org",
91-
"version": 1
92-
},
93-
...
94-
]
95-
...
96-
}
97-
```
41+
As the migration from the old to the new Foundation progresses, additional support and updates will be provided on XRPL.org to ensure a seamless transition for all participants.

0 commit comments

Comments
 (0)