Skip to content

Instantly share code, notes, and snippets.

View tenequm's full-sized avatar

Misha Kolesnik tenequm

View GitHub Profile
@tenequm
tenequm / fractal-with-ord.compose.yaml
Created September 19, 2024 06:10
A Docker Compose config to quickly spin up `bitcoind` with `ord` node for Fractal Bitcoin network
services:
bitcoind:
image: fractalbitcoin/fractal:v0.2.1
restart: always
entrypoint: ["bitcoind", "-datadir=/data/"]
configs: [{ source: bitcoinconf, target: /data/bitcoin.conf }]
ports:
- "8330:8330"
- "8331:8331"
- "8332:8332"
@tenequm
tenequm / fractal-bitcoind-ord-mempool-cat20.compose.yaml
Last active September 19, 2024 06:37
A Docker Compose config for Fractal Bitcoin with `bitcoind`, `ord`, `mempool`, `fulcrum`, `cat20-tracker` nodes
services:
bitcoind:
image: fractalbitcoin/fractal:v0.2.1
restart: always
entrypoint: ["bitcoind", "-datadir=/data/"]
configs: [{ source: bitcoinconf, target: /data/bitcoin.conf }]
ports:
- "8330:8330"
- "8331:8331"
- "8332:8332"