This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1) Start your blocksat-cli monitorings...eg, blocksat-cli standalone monitor --report --log-scrolling --log-file | |
Step 2) cd into your .blocksat/logs directory | |
Step 3) Put the following into a text file in you logs directory with the name "pl" | |
myTitle="blank" | |
if (ARG2==8){ | |
myTitle="Power" | |
} else{ | |
if (ARG2==11){ | |
myTitle="SNR" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FileName: WhatHaveIGot | |
#!/bin/bash | |
cat $1 | grep -P "[0-9]{1,6}\) - G" -o | grep -P "[0-9]{1,6} -o | uniq | sort -g | |
FileName: MissingInSequence | |
#!/bin/bash | |
awk '{for(i=p+1; i<$1; i++) print i} {p=$i}' $1 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +bcg is my blockchain ID. https://onename.com/bcg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying myself: My Bitcoin username is +bcg. https://onename.io/bcg |