Compare commits

..

5 Commits

Author SHA1 Message Date
ogenkidu
054bb23910 awakening1
Signed-off-by: ogenkidu <ogenkidu@ghostchain.io>
2025-01-20 12:23:58 -06:00
ogenkidu
b54c2aee58 awakening1
Signed-off-by: ogenkidu <ogenkidu@ghostchain.io>
2025-01-20 10:57:24 -06:00
Uncle Stinky
5738d30fbb ssh and ARM-based instructions added
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2025-01-13 16:47:32 +03:00
Doctor K
a9e949d95f Update README (add command for installing wasm on an ARM-based CPU, add SSH service startup command)
Signed-off-by: Doctor K <doctor_whoami@ghostchain.io>
2025-01-11 22:19:09 +03:00
Uncle Stretch
3fad815039 Merge branch 'PR_48'
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
Merging readme updates, many thanks to Doctor.K
2024-12-23 16:32:51 +03:00
2 changed files with 21 additions and 0 deletions

View File

@@ -56,6 +56,12 @@ an SSH server.
sudo apt install openssh-server sudo apt install openssh-server
``` ```
Start SSH Service using _systemctl_.
```bash
sudo systemctl start ssh
```
Enable SSH Service to Start on Boot: To ensure that the SSH service automatically Enable SSH Service to Start on Boot: To ensure that the SSH service automatically
starts after a reboot, you need to enable it using _systemctl_. starts after a reboot, you need to enable it using _systemctl_.
@@ -158,6 +164,11 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
``` ```
If you are trying to install WebAssembly (wasm) on an ARM-based processor like the ones in Raspberry Pi try this instead:
```bash
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-unknown-linux-gnu
```
**_IF error try_** **_IF error try_**
```bash ```bash
rustup target add wasm32-unknown-unknown --toolchain default rustup target add wasm32-unknown-unknown --toolchain default

View File

@@ -108,3 +108,13 @@ Public key (hex) for audi : 0x1496150847d512e0491899eba72ee36f76b882ae29fccf182
Public key (hex) for babe : 0x8006e3f6e3d92c4c5f2e2f001452e4993e6d5c2b1136f2ae6060c6e9c9523b4a Public key (hex) for babe : 0x8006e3f6e3d92c4c5f2e2f001452e4993e6d5c2b1136f2ae6060c6e9c9523b4a
Public key (hex) for slow : 0xaaa41b6ade4c30b5792aa6e5604c444e424900ddf649b23eed4bd0d7f5d3a34f Public key (hex) for slow : 0xaaa41b6ade4c30b5792aa6e5604c444e424900ddf649b23eed4bd0d7f5d3a34f
Public key (hex) for gran : 0x86ee138c9e7e67c1c2e157c0ba888761a122d8b9aa6a8653e886ac329e34255d Public key (hex) for gran : 0x86ee138c9e7e67c1c2e157c0ba888761a122d8b9aa6a8653e886ac329e34255d
### Ogenkido ###
Local identity : 12D3KooW9zt8De3STX4TC8mALfDn8oJw1Qw6dBhRwu2aTabroBBr
Public key (hex) wallet : 0xa0a87a75dba18037aa2e7b8036ce951e8d8356104758e15c9f44e2fd7d1bbc41
==================================================================================================================
Public key (hex) for stash : 0x422e16b0c58f03af378d1638fe56127f337abf1d1a4a740c3371714616abd43d
Public key (hex) for audi : 0x52fe2b63b03a0d439923967278442418a2d1f0d250bcab26f85f12ea212cbd3e
Public key (hex) for babe : 0x78f612068566eb6cc5cb5d9f1fda92c5dc3e3888eb61eb1af27af6855365ba3c
Public key (hex) for slow : 0x027dd852bf20bef53545afd1e08bf8760abb6b1af1df6c17e73f4cf88210ee46
Public key (hex) for gran : 0xdba3613933d60ca248ee024deac42bc9c8c2d9fe8734b6052cd9a148978cbedb