Skip to content

Instantly share code, notes, and snippets.

View BitcoinWukong's full-sized avatar

BitcoinWukong

View GitHub Profile
@BitcoinWukong
BitcoinWukong / ahr999_index.py
Last active March 7, 2023 01:52
ahr999 index calculation
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()

Keybase proof

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:

@BitcoinWukong
BitcoinWukong / binary_to_hex.sh
Last active July 2, 2022 02:16
Convert binary file to hex
xxd -c 256 -p access.macaroon
@BitcoinWukong
BitcoinWukong / Fund c-lightning channel with JoinMarket.md
Last active November 1, 2022 18:39
Creating a Core Lightning channel funded by JoinMarket

Software Version

bitcoin core: 0.21.0
core lightning: 0.11.1
joinmarket: 0.9.6

Step 1: