Skip to content

Instantly share code, notes, and snippets.

View inertia186's full-sized avatar
🏠
Working from home

Anthony Martin inertia186

🏠
Working from home
View GitHub Profile
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 is the Gator delegation script for STEEM. Please have a look at the README.md file.
@inertia186
inertia186 / .description.sob.txt
Last active April 11, 2017 01:12
This script (sob.rb) allows you to automatically post and update OpenBazaar listings on the STEEM blockchain. See: https://steemit.com/radiator/@inertia/sob-rb-automatically-post-openbazaar-listings-on-steem-openbazaar
This script (sob.rb) allows you to automatically post and update OpenBazaar listings on the STEEM blockchain.
@inertia186
inertia186 / .description.chronicle.txt
Last active July 24, 2018 22:02
This script (chronicle.rb) post with extended posting options. See: https://steemit.com/radiator/@inertia/chronicle-rb-posting-script
Chronicle ('chronicle.rb') for STEEM and GOLOS. Please have a look at the README.md file.
Golos Genesis Fix ('genesis_fix.rb') for GOLOS. Please have a look at the README.md file.
Stinky Pete ('stinkypete.rb') for HIVE. Please have a look at the README.md file.
Witness Inspector ('winspect.rb') for STEEM. Please have a look at the README.md file.
sbds_tests - Please have a look at the README.md file.
This is the Dr. Doogie bot for STEEM and GOLOS. Please have a look at the README.md file.
Lucky Luke ('luckyluke.rb') for STEEM. Please have a look at the README.md file.