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
| Golos Genesis Fix ('genesis_fix.rb') for GOLOS. Please have a look at the README.md file. |
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
| Chronicle ('chronicle.rb') for STEEM and GOLOS. Please have a look at the README.md file. |
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
| This script (sob.rb) allows you to automatically post and update OpenBazaar listings on the STEEM blockchain. |
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
| This is the Gator delegation script for STEEM. Please have a look at the README.md file. |
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
| def signature | |
| public_key_hex = @private_key.pub | |
| ec = Bitcoin::OpenSSL_EC | |
| digest_hex = digest.freeze | |
| loop do | |
| @expiration += 1 | |
| sig = ec.sign_compact(digest_hex, @private_key.priv, public_key_hex) | |
| next if public_key_hex != ec.recover_compact(digest_hex, sig) |
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
| This is the Dr. Phil bot for STEEM and GOLOS. Please have a look at the README.md file. |
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
| STEEM themed slap script. |
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
| // ==UserScript== | |
| // @name steemdrp | |
| // @namespace https://steemd.com/ | |
| // @version 0.1 | |
| // @match https://steemd.com/* | |
| // @grant none | |
| // @require http://code.jquery.com/jquery-latest.js | |
| // @description Adds some derp to steemd. | |
| // @include https://www.steemd.com/* | |
| // ==/UserScript== |
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
| OB="/home/anthony/gits/OpenBazaar-Server" | |
| PID_FILE="/tmp/openbazaard.pid" | |
| cd "$OB" | |
| while : | |
| do | |
| date | |
| if ! [ -f "$PID_FILE" ]; then | |
| python openbazaard.py start -da 0.0.0.0 |
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 +inertia is my blockchain ID. https://onename.com/inertia |