Skip to content

Instantly share code, notes, and snippets.

@Sekoya-Labs
Sekoya-Labs / substrate_block_watcher_docker.sh
Created March 30, 2023 15:39
Substrate Block Watcher for Docker
#!/bin/bash
# Modified script from paulormart (Turboflakes)
# https://gist.github.com/paulormart
# Bash script to be executed in the remote server to monitor block drift
#
# > Make a file executable
# chmod +x ./substrate_block_watcher_docker.sh
#
@Sekoya-Labs
Sekoya-Labs / substrate_block_watcher.sh
Last active March 29, 2023 12:57
Substrate Block Watcher (from source)
#!/bin/bash
#
# Updated script from paulormart (Turboflakes)
# https://gist.github.com/paulormart
#
# Bash script to be executed in the remote server to monitor block drift
#
# > Make a file executable
# chmod +x ./substrate_block_watcher.sh
#