mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 03:09:56 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
510e96a7d2 | ||
|
|
c056b96545 |
11
README.md
11
README.md
@@ -56,12 +56,6 @@ 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_.
|
||||||
|
|
||||||
@@ -164,11 +158,6 @@ 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
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
### TEMPLATE ###
|
### TEMPLATE ###
|
||||||
Local identity : ./PATH_TO_GHOST/ghost key inspect-node-key --bin --file PATH_TO_NODE_KEY
|
Local identity : ./PATH_TO_GHOST/ghost key inspect-node-key --bin --file PATH_TO_NODE_KEY
|
||||||
Public key (hex) wallet : ./PATH_TO_GHOST/ghost key inspect $(cat PATH_TO_WALLET_KEY)
|
Public key (hex) wallet : ./PATH_TO_GHOST/ghost key inspect $(cat PATH_TO_WALLET_KEY)
|
||||||
@@ -109,12 +108,12 @@ Public key (hex) for babe : 0x8006e3f6e3d92c4c5f2e2f001452e4993e6d5c2b1136f2ae6
|
|||||||
Public key (hex) for slow : 0xaaa41b6ade4c30b5792aa6e5604c444e424900ddf649b23eed4bd0d7f5d3a34f
|
Public key (hex) for slow : 0xaaa41b6ade4c30b5792aa6e5604c444e424900ddf649b23eed4bd0d7f5d3a34f
|
||||||
Public key (hex) for gran : 0x86ee138c9e7e67c1c2e157c0ba888761a122d8b9aa6a8653e886ac329e34255d
|
Public key (hex) for gran : 0x86ee138c9e7e67c1c2e157c0ba888761a122d8b9aa6a8653e886ac329e34255d
|
||||||
|
|
||||||
### Osiris-3 ###
|
### Kitsune_3 ###
|
||||||
Local identity : 12D3KooWSDL7dwYgExExi7vuxzMJFyLrsyx4oLJCejv9Q2gste93
|
Local identity : 12D3KooWJMiF7LUmDZ17NJRi9yHusHG4hrLGxoPv6sS7K2Vpn9P2
|
||||||
Public key (hex) wallet : 0x64f685baa838323c0ef8c45259a3036b3e2bc54edf6553ce323e25b5e37a3721
|
Public key (hex) wallet : 0x385a826ba8113391c26d03c8bf3d911ce8f20a523ba19da996926e401226e921
|
||||||
==================================================================================================================
|
===============================================================================================
|
||||||
Public key (hex) stash : 0x40eef1c6c8d8242ccbd3f03144bd4ea1a7374cbd8219e2849d3a3ee78f1da045
|
Public key (hex) for stash: 0xba821401516b2429cd25e506c1af11b23808d039d1319d6b2eb7a9222d922179
|
||||||
Public key (hex) audi : 0x8c3e730f6e6ecfb96581091e71556175384f077bee31b0199f13321df018427d
|
Public key (hex) for audi : 0x8a71ce9314f6ce6187212224da37d803ff953c0bea6e9b52259909957fe46e66
|
||||||
Public key (hex) babe : 0x3a145fb664353e473f1937058c881b14ed150285f3cec1aff348c5209d56d96d
|
Public key (hex) for babe : 0xc84a00e50fb4b50fe945889dbd4a2c24210fcc36edd976fc49c0fd322f3f6d07
|
||||||
Public key (hex) slow : 0xceb294227950d177b63e6c1d10a66131f5da3792428b03f5b83be84a33db215f
|
Public key (hex) for slow : 0x6af821ab5387304a9d91eee066b1b240d91d048b338a34550fad743dee9a6d29
|
||||||
Public key (hex) gran : 0x0c0891a518270014530061bd217606269686abdf3c1d237a3c6a3db308fc2d0d
|
Public key (hex) for gran : 0xb3793f1e62cbe7c3df68a0e53ff436253bedde15d3e927c418201033992c2707
|
||||||
|
|||||||
Reference in New Issue
Block a user