bitcoin core: 0.21.0
core lightning: 0.11.1
joinmarket: 0.9.6
This file contains 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
xxd -c 256 -p access.macaroon |
I hereby claim:
- I am bitcoinwukong on github.
- I am bitcoinwukong (https://keybase.io/bitcoinwukong) on keybase.
- I have a public key ASCkujkmtgY71WTmEGp6hvnqK5ICxknoRgeUCLIrwAAd-Qo
To claim this, I am signing this object:
This file contains 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
from datetime import datetime | |
from math import log10 | |
import json | |
import requests | |
# Enter the glass node API_KEY here | |
glass_node_api_key = '' | |
birth_date = datetime(year=2009, month=1, day=3) | |
today = datetime.now() |