Update README link
This commit is contained in:
parent
81df85aed7
commit
3d5f9ee717
1 changed files with 10 additions and 5 deletions
|
|
@ -18,7 +18,9 @@ and then proceed with:
|
||||||
make
|
make
|
||||||
./programs/witness_node/witness_node
|
./programs/witness_node/witness_node
|
||||||
|
|
||||||
This will launch the witness node. If you would like to launch the command-line wallet, you must first specify a port for communication with the witness node. To do this, add text to `witness_node_data_dir/config.ini` as follows, then restart the node:
|
This will launch the witness node. If you would like to launch the command-line wallet, you must first specify a port
|
||||||
|
for communication with the witness node. To do this, add text to `witness_node_data_dir/config.ini` as follows, then
|
||||||
|
restart the node:
|
||||||
|
|
||||||
rpc-endpoint = 127.0.0.1:8090
|
rpc-endpoint = 127.0.0.1:8090
|
||||||
|
|
||||||
|
|
@ -37,7 +39,8 @@ To import your initial balance:
|
||||||
|
|
||||||
If you send private keys over this connection, `rpc-endpoint` should be bound to localhost for security.
|
If you send private keys over this connection, `rpc-endpoint` should be bound to localhost for security.
|
||||||
|
|
||||||
A list of CLI wallet commands is available [here](https://bitshares.github.io/doxygen/classgraphene_1_1wallet_1_1wallet__api.html).
|
A list of CLI wallet commands is available
|
||||||
|
[here](https://github.com/cryptonomex/graphene/blob/master/libraries/wallet/include/graphene/wallet/wallet.hpp).
|
||||||
|
|
||||||
Code coverage testing
|
Code coverage testing
|
||||||
---------------------
|
---------------------
|
||||||
|
|
@ -79,7 +82,9 @@ Witness node
|
||||||
|
|
||||||
The role of the witness node is to broadcast transactions, download blocks, and optionally sign them.
|
The role of the witness node is to broadcast transactions, download blocks, and optionally sign them.
|
||||||
|
|
||||||
|
```
|
||||||
./witness_node --rpc-endpoint "127.0.0.1:8090" --enable-stale-production -w \""1.6.0"\" \""1.6.1"\" \""1.6.2"\" \""1.6.3"\" \""1.6.4"\"
|
./witness_node --rpc-endpoint "127.0.0.1:8090" --enable-stale-production -w \""1.6.0"\" \""1.6.1"\" \""1.6.2"\" \""1.6.3"\" \""1.6.4"\"
|
||||||
|
```
|
||||||
|
|
||||||
Running specific tests
|
Running specific tests
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue