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
#If you enjoy using this script, I'd appreciate if you could use my | |
#Bitmex Referral here https://www.bitmex.com/register/x51NKV | |
#You save on fees and I get a little incentive to expand this tool further | |
#Thank you | |
#!/usr/bin/env python | |
# coding: utf-8 | |
# In[ ]: |
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
package main | |
import ( | |
"fmt" | |
"github.com/btcsuite/btcd/chaincfg" | |
"github.com/btcsuite/btcutil" | |
) | |
func main() { |