Skip to content
Snippets Groups Projects
Commit 0713a0e0 authored by Alexander Morris's avatar Alexander Morris
Browse files

Update README.md

parent 880b1869
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ on how to use lcov to check code test coverage.
Downloading the block_log will dramatically speed up your deployment:
```
> mkdir whaleshares
> cd whaleshares
> mkdir /opt/whaleshares
> cd /opt/whaleshares
> sudo apt-get install p7zip-full
> wget https://s3.nl-ams.scw.cloud/wls-blocklog/whaleshares-fullnode.7z
> 7z x whaleshares-fullnode.7z
......@@ -61,8 +61,8 @@ Downloading the block_log will dramatically speed up your deployment:
Downloading the block_log will dramatically speed up your deployment:
```
> mkdir whaleshares
> cd whaleshares
> mkdir /opt/whaleshares
> cd /opt/whaleshares
> sudo apt-get install p7zip-full
> wget https://s3.nl-ams.scw.cloud/wls-blocklog/whaleshares-fullnode.7z
> 7z x whaleshares-fullnode.7z
......@@ -97,3 +97,11 @@ plugin = chain p2p json_rpc webserver witness account_by_key account_by_key_api
seed-node = 161.97.107.130:2001 #seed01
seed-node = 193.37.152.116:2001 #seed02
```
# cli_wallet for witnesses
```
> cd /opt/whaleshares
> wget https://s3.nl-ams.scw.cloud/wls-blocklog/whaleshares-cliwallet.7z
> 7z x whaleshares-cliwallet.7z
> ./cli_wallet -s https://pubrpc.whaleshares.io
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment