Skip to content

Commit 440de3e

Browse files
Update regenerate_session_keys.md
1 parent 2de2ef3 commit 440de3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

blockchain/for-validators-nominators-and-stakers/regenerate_session_keys.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ user@host:~/liberland/$ wscat -c ws://127.0.0.1:9944 -x '{"id":1, "jsonrpc":"2.0
88
{"jsonrpc":"2.0","result":"0x58db6952384f2d1f9600255a2fce9b116201e872e9951a0a0c0edd7c31124934c690eb603407f4b98a1c9fc0628d4b926fec03d577f233fda3af01d33e2a391b9ad7558c0ae9ba082b3b70236ec584471c92c3a5d78e9bc08f49de7c75961e132697e5419818bfcd31e1bc2cc7d0560a81db72a76af59374c1932bc7a96d773a","id":1}
99
```
1010

11-
Copy the contents of `result` from your terminal, thats the new session keys.
11+
Copy the contents of `result` from your terminal, thats the new session keys.
12+
13+
Alternatively if you dont have wscat try
14+
15+
```
16+
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://127.0.0.1:9944
17+
```

0 commit comments

Comments
 (0)