Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 732 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 732 Bytes

sentry-patch-download

This patch is for a validator's existing sentries

To download the sentry patch:

git clone https://github.com/FastLane-Labs/sentry-patch.git

sentry-patch-install

If Bor is already installed, navigate to your Bor directory and check out the latest release:

cd bor

git checkout RELEASE_TAG

where RELEASE_TAG is the tag of the release version that you install.

For instance:

git checkout v1.0.6

Apply the patch which will make your sentry announce all transactions:

git apply /path/to/sentry-patch/announce_only.patch

Stop Bor:

sudo service bor stop

Install Bor as normal:

make bor or docker build --tag bor:latest .

Start Bor:

sudo service bor start