Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sloth committed Jul 25, 2024
1 parent df81bfb commit dfdb460
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 2,144 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ With strong tooling and support, building on Fractal is straightforward.
### Run on linux

```
git clone https://github.com/fractal-bitcoin/fractald-release.git
wget https://github.com/fractal-bitcoin/fractald-release/releases/download/v1.0.6/fractald-1.0.6-x86_64-linux-gnu.tar.gz
tar -zxvf fractald-1.0.6-x86_64-linux-gnu.tar.gz
cd fractald-x86_64-linux-gnu
cd fractald-1.0.6-x86_64-linux-gnu
mkdir data
cp ./bitcoin.conf ./data
Expand Down
2 changes: 0 additions & 2 deletions fractald-docker/data/bitcoin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ zmqpubrawtx=tcp://0.0.0.0:8331

maxconnections=50

addnode=34.96.147.99

debug=bench
debug=netmsg
2 changes: 1 addition & 1 deletion fractald-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
bitcoind:
image: fractalbitcoin/fractal:v24.0.1-v4
image: fractalbitcoin/fractal:v24.0.1-v6
entrypoint: ["bitcoind", "-datadir=/data/", "-maxtipage=504576000"]
command: ""
healthcheck:
Expand Down
Binary file removed fractald-x86_64-linux-gnu/bin/bitcoin-cli
Binary file not shown.
Binary file removed fractald-x86_64-linux-gnu/bin/bitcoin-tx
Binary file not shown.
Binary file removed fractald-x86_64-linux-gnu/bin/bitcoin-util
Binary file not shown.
Binary file removed fractald-x86_64-linux-gnu/bin/bitcoin-wallet
Binary file not shown.
Binary file removed fractald-x86_64-linux-gnu/bin/bitcoind
Binary file not shown.
Loading

0 comments on commit dfdb460

Please sign in to comment.