citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

btc-taproot (187B)


      1 #!/bin/sh
      2 
      3 qalc -t "$(bcli getblockchaininfo |
      4 jq -r .softforks.taproot.bip9.min_activation_height) - $(bcli getblockcount)) * 10 minutes" |
      5 tee /dev/stderr |
      6 xargs -I{} qalc -t now + {}