Patch Installation
Download bor and navigate to the directory:
git clone https://github.com/maticnetwork/bor.git
cd borCheck out the latest release:
git checkout RELEASE_TAGwhere RELEASE_TAG is the tag of the release version that you install.
For instance: git checkout v0.2.16
Apply the patch which will make your sentry announce all transactions:
git apply /path/to/sentry-patch/announce_only.patchStop Bor:
sudo service bor stopInstall Bor as normal:
make bor-allor
docker build --tag bor:latest .Start Bor:
sudo service bor startLast updated