Skip to content
View bensig's full-sized avatar
πŸš€
libre.org
πŸš€
libre.org
Block or Report

Block or report bensig

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. bitcoin-lightning-notes bitcoin-lightning-notes Public

    Awesome list of resources for understanding, using, and running bitcoin lightning.

    2

  2. Check bitcoind sync level Check bitcoind sync level
    1
    # simple script to check the bitcoin sync level of your bitcoind node
    2
    echo `bitcoin-cli getblockcount 2>&1`/`curl -s https://blockchain.info/q/getblockcount 2>/dev/null`*100|bc -l
  3. run-bitcoin-core-cheaply run-bitcoin-core-cheaply Public

    Run Bitcoin Core, Mempool, Electron for under $20/month

    1

  4. lightningnetwork/lnd lightningnetwork/lnd Public

    Lightning Network Daemon ⚑️

    Go 7.5k 2k