This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sia-hostd | 2025-06-14T14:46:00-05:00 INFO loaded config file {"path": "/data/hostd.yml"} | |
sia-hostd | 2025-06-14T14:46:00-05:00 INFO hostd {"version": "v2.3.2-beta.1", "network": "mainnet", "commit": "dd3589a", "buildDate": "2025-06-14T10:46:34-05:00"} | |
sia-hostd | 2025-06-14T14:46:00-05:00 DEBUG sqlite3 using deprecated hostd.db {"path": "/data/hostd.db"} | |
sia-hostd | 2025-06-14T14:46:00-05:00 DEBUG sqlite3 database initialized {"sqliteVersion": "3.49.1", "schemaVersion": 40, "path": "/data/hostd.db"} | |
sia-hostd | 2025-06-14T14:46:00-05:00 DEBUG checking for v2 commitment migration | |
sia-hostd | 2025-06-14T14:46:00-05:00 DEBUG tip block commitment matches parent state -- no migration needed {"tip": "00000000000000000f5de7819fec4410f79a33a9e9d0ed960a2df5b76e611408", "commitment": "5ccd76f57cfc55ce751ec16c3b83a4c5db50c1b4ac02fdef7d23d32d7c5ff196", "expected": "5ccd76f57cfc55ce751ec16c3b83a4c5db50c1b4ac02fdef7d23d32d7c5ff196"} | |
sia-hostd | 2025-06-14T14:46:00-05:00 DEBUG starting syncer {"syncer address": "127 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Slackware package install scripts | |
mkdir /src && cd /src | |
#Prepare libheif | |
wget https://slackbuilds.org/slackbuilds/15.0/libraries/libheif.tar.gz | |
tar xzvf libheif.tar.gz | |
cd libheif | |
wget https://github.com/strukturag/libheif/releases/download/v1.17.6/libheif-1.17.6.tar.gz | |
chmod +x libheif.SlackBuild |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --mount type=bind,src="$(pwd)",target=/src alpine:latest | |
apk add --update alpine-sdk libheif-dev libde265-dev | |
git clone https://github.com/ImageMagick/ImageMagick.git ImageMagick | |
cd ImageMagick/ | |
#Optional change to a specific version | |
git checkout tags/7.1.1-22 | |
./configure --with-heic=yes --with-jpeg=yes | |
make -j4 |