Skip to content

Commit

Permalink
Merge pull request #170 ok
Browse files Browse the repository at this point in the history
for delayed_node--> Updated (cleaned)
  • Loading branch information
cedar-book committed Oct 20, 2019
2 parents 2f55c62 + 2948077 commit 18c2a46
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The purpose of this site is to provide in-depth documentation about the BitShare
- `BitShares Documentation - Users Guide <http://how.bitshares.works/en/latest/>`_
- :ref:`BitShares Community <bitshares-communities>`
- `Awesome BitShares Blockchain <https://github.com/bitshares/awesome-bitshares>`_
- `BitShares News <https://news.bitshares.org/>`_

----------------

Expand Down
1 change: 1 addition & 0 deletions docs/bts_guide/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Node
==============================

* :ref:`How can a Let's Encrypt certificate be used with an API node to provide a secure web socket (wss) connection <api-node-wss-con>`
* `How to configure a witness_node as a delayed_node <https://github.com/bitshares/bitshares-core/wiki/Delayed-Node>`_
* :ref:`How to connect to your own Full Node (GUI) <howto-connect-own-full-node-gui>`
* :ref:`How to change the Signing Key of your Witness <change-witness-key>`
* :ref:`What is System Requirements <system-requirements-node>`
Expand Down
2 changes: 0 additions & 2 deletions docs/development/apps/network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Since we have a delayed full node that we can fully trust, we will interface wit





|
|
Expand Down
8 changes: 8 additions & 0 deletions docs/development/apps/network_secure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Secure Network and Wallet Configuration

-------

.. Attention:: The ``delayed_node`` program is no longer supported after BitShares Core 4.0.0 is released. For the instruction, *How to configure a witness_node as a delayed_node*, check the following link:

* `How to configure a witness_node as a delayed_node <https://github.com/bitshares/bitshares-core/wiki/Delayed-Node>`_



For high security, we provide a so called **delayed** full node which accepts the parameter `trusted-node` for an RPC endpoint of a trusted validating node. The trusted-node is a regular full node directly connected to the P2P network that works as a proxy. The delayed node will delay blocks until they are **irreversible**. Depending on the block interval and the number of witnesses, this may lead to a few minutes of delay.

Set up
Expand Down Expand Up @@ -56,6 +62,8 @@ The trusted full node is your entry point to the BitShares P2P network. It will
.. Note:: A _witness_ node is identical to a full node if no authorized block-signing private key is provided.


------

Delayed Full Node
------------------------

Expand Down
13 changes: 5 additions & 8 deletions docs/development/apps/node_config_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,12 @@ As a default, most parameters have been commented. You have to uncomment to set
|

Using Witness_node as a Delayed_node
========================================

The ``witness_node`` program can be used as a ``delayed node``. To see the steps, go to the below link page.


* `Define witness_node as a delayed_node <https://github.com/bitshares/bitshares-core/wiki/Delayed-Node>`_
Configure a Witness Node as a Delayed Node
===========================================

The ``witness_node`` program can be used as a ``delayed_node``. For the instruction, *How to configure a witness_node as a delayed_node*, check the following link:

* `How to configure a witness_node as a delayed_node <https://github.com/bitshares/bitshares-core/wiki/Delayed-Node>`_

|
Expand All @@ -381,4 +378,4 @@ To see available BitShares Plugins, go to the below link page.
- ``account_history``, ``debug_witness``, ``delayed_node``, ``elasticsearch``, ``es_objects``, ``grouped_orders``, ``market_history``, ``snapshot``, ``witness``


|
|
2 changes: 1 addition & 1 deletion docs/development/use_cases/uc_exchange_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For exchanges we recommend to also read :ref:`what-is-different` and
:local:

---------------

Step-By-Step Instructions for Exchanges
============================================

Expand Down

0 comments on commit 18c2a46

Please sign in to comment.