Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Runestone patch testnet documentation #52

Merged
merged 3 commits into from
Mar 7, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions source/testnet/private-testnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ this command:

::

$ witness_node --create-genesis-json my-genesis.json
$ witness_node --create-genesis-json=my-genesis.json

The ``my-genesis.json`` file will be created in the ``[Testnet-Home]``
folder. Once this task is done, the witness node will terminate on its
Expand Down Expand Up @@ -76,8 +76,8 @@ Run this command:

::

witness_node --data-dir data # to use the default genesis, or
witness_node --data-dir data --genesis-json my-genesis.json # your own genesis block
witness_node --data-dir=data # to use the default genesis, or
witness_node --data-dir=data --genesis-json=my-genesis.json # your own genesis block

and when a message like this shows up:

Expand Down Expand Up @@ -106,7 +106,7 @@ editor, and set the following settings, uncommenting them if necessary:

::

rpc-endpoint = 127.0.0.1:11011
rpc-endpoint = 127.0.0.1:8090
genesis-json = my-genesis.json
enable-stale-production = true

Expand Down Expand Up @@ -153,7 +153,7 @@ command:

::

witness_node --data-dir data
witness_node --data-dir=data

and your block production should start at this stage. You should see
this big message:
Expand Down Expand Up @@ -197,7 +197,7 @@ run this command:

::

cli_wallet --wallet-file=my-wallet.json --chain-id 8b7bd36a146a03d0e5d0a971e286098f41230b209d96f92465cd62bd64294824 --server-rpc-endpoint=ws://127.0.0.1:11011
cli_wallet --wallet-file=my-wallet.json --chain-id=8b7bd36a146a03d0e5d0a971e286098f41230b209d96f92465cd62bd64294824 --server-rpc-endpoint=ws://127.0.0.1:11011
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the port here as well.


.. note:: Make sure to replace the above blockchain id
``8b7bd36a...4294824`` with your own blockchain id. The
Expand Down Expand Up @@ -294,7 +294,7 @@ command:

::

cli_wallet --wallet-file=my-wallet.json --chain-id 8b7bd36a146a03d0e5d0a971e286098f41230b209d96f92465cd62bd64294824 --server-rpc-endpoint=ws://127.0.0.1:11011
cli_wallet --wallet-file=my-wallet.json --chain-id=8b7bd36a146a03d0e5d0a971e286098f41230b209d96f92465cd62bd64294824 --server-rpc-endpoint=ws://127.0.0.1:11011
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the port here as well.


Verify that ``nathan`` has now a LTM status:

Expand Down
2 changes: 1 addition & 1 deletion source/testnet/public-testnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ compile them as described in the `build instructions

::

$ programs/witness_node/witness_node --genesis-json genesis.json
$ programs/witness_node/witness_node --genesis-json=genesis.json

.. warning:: On this network, **everything** is allowed. As a
consequence the *outside* price of any token on this
Expand Down