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 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
| 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
| 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
| 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
| Stinky Pete ('stinkypete.rb') for HIVE. 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
| Witness Inspector ('winspect.rb') 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
| sbds_tests - 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 is the Dr. Doogie 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
| Lucky Luke ('luckyluke.rb') for STEEM. Please have a look at the README.md file. |