Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for delayed_node #170

Merged
merged 6 commits into from
Oct 20, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
6 changes: 6 additions & 0 deletions docs/api/api_about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ In contrast to many existing ecosystems, there is no centralized service that le

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

.. 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:
cedar-book marked this conversation as resolved.
Show resolved Hide resolved
cedar-book marked this conversation as resolved.
Show resolved Hide resolved

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



1.3. Interfacing with Graphene
------------------------------

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>`_
pmconrad marked this conversation as resolved.
Show resolved Hide resolved
* :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
5 changes: 5 additions & 0 deletions docs/development/apps/network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Since we have a delayed full node that we can fully trust, we will interface wit



.. 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:
cedar-book marked this conversation as resolved.
Show resolved Hide resolved

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




|
Expand Down
15 changes: 15 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:
cedar-book marked this conversation as resolved.
Show resolved Hide resolved

* `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,15 @@ 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.


------


.. Attention:: The ``delayed_node`` program is no longer supported after BitShares Core 4.0.0 is released. To see the Instruction:How to configure a ``witness_node`` as a ``delayed_node``, check a below link.

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



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

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


Using Witness_node as a Delayed_node
========================================
Configure a 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.
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:


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


.. Attention:: The delayed_node program is no longer supported after BitShares Core 4.0.0 is released.
cedar-book marked this conversation as resolved.
Show resolved Hide resolved

|

Expand Down
5 changes: 5 additions & 0 deletions docs/development/use_cases/uc_exchange_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ For exchanges we recommend to also read :ref:`what-is-different` and

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

.. 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:
cedar-book marked this conversation as resolved.
Show resolved Hide resolved

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


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

Expand Down