From 321d9b80e8bb05cbc3e58b3aa9a89c71e98641ef Mon Sep 17 00:00:00 2001 From: HappyExclave <84628823+HappyExclave@users.noreply.github.com> Date: Fri, 25 Jul 2025 13:12:54 +0300 Subject: [PATCH 1/2] Update README.md Since I encountered difficulties during testing when choosing between Raw and B64 private key types, it is worth clarifying this in the description. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55168f5..3f7c3e3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ cp wallet.json.example wallet.json "rpc": "https://octra.network" } ``` +You need use B64 type private key. 3. run From 5fc7507b4163073944396a83585fe6f924a39b9c Mon Sep 17 00:00:00 2001 From: HappyExclave <84628823+HappyExclave@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:38:41 +0300 Subject: [PATCH 2/2] Update README.md Setting the correct numbering. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f7c3e3..086bb22 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ cp wallet.json.example wallet.json ``` You need use B64 type private key. -3. run +4. run ```bash ./run.sh # on linux/mac