Skip to content

Instantly share code, notes, and snippets.

@doitwithnotepad
doitwithnotepad / bitcoin.conf
Last active January 21, 2024 11:50
Bitcoin Core v26.0 Config Reference
##
## bitcoin.conf configuration file.
## Generated by contrib/devtools/gen-bitcoin-conf.sh.
##
## Lines beginning with # are comments.
## All possible configuration options are provided. To use, copy this file
## to your data directory (default or specified by -datadir), uncomment
## options you would like to change, and save the file.
##
@doitwithnotepad
doitwithnotepad / bitcoin.conf
Created February 20, 2024 09:53
Bitcoin Knots v25.1.knots20231115 Config Reference
##
## bitcoin.conf configuration file.
## Generated by contrib/devtools/gen-bitcoin-conf.sh.
##
## Lines beginning with # are comments.
## All possible configuration options are provided. To use, copy this file
## to your data directory (default or specified by -datadir), uncomment
## options you would like to change, and save the file.
##
@doitwithnotepad
doitwithnotepad / banner.txt
Last active September 25, 2024 08:21
Microbolt Fulcrum banner
______ __
/ ____/_ __/ /___________ ______ ___
/ /_ / / / / / ___/ ___/ / / / __ `__ \
/ __/ / /_/ / / /__/ / / /_/ / / / / / /
/_/ \__,_/_/\___/_/ \__,_/_/ /_/ /_/
__ ____ __ ____
/ |/ (_)_____________ / /_ ____ / / /_
/ /|_/ / / ___/ ___/ __ \/ __ \/ __ \/ / __/
/ / / / / /__/ / / /_/ / /_/ / /_/ / / /_
@doitwithnotepad
doitwithnotepad / sparrow-alpine.md
Created October 7, 2024 12:25
Install Sparrow Wallet on Alpine Linux
  1. Install dependencies
doas apk add gcompat git openjdk21
  1. Clone Sparrow repository
git clone --recursive https://github.com/sparrowwallet/sparrow.git && cd sparrow