echo "Bitcoin SV is $(GET https://api.whatsonchain.com/v1/b…

Twetch ·

echo "Bitcoin SV is $(GET https://api.whatsonchain.com/v1/bsv/main/exchangerate | sed -e 's/.*:["]//' | head -c 6 && echo " USD")"

Replies

Twetch ·

python3 <<< "from bitcoin import * ; print(pub
toaddr(privtopub(sha256('correct horse battery staple'))))"