Bloodstone is a multi-algorithm UTXO chain (neoscrypt, yespower, sha256d at every block).
Pre-built binaries: Releases
| Package | Platform | Use |
|---|---|---|
bloodstone-node-*-linux-x86_64.tar.gz |
Linux | Full node + CLI |
bloodstone-node-*-win64.zip |
Windows | Full node + CLI |
bloodstone-wallet-qt-*-linux-x86_64.tar.gz |
Linux | Qt desktop wallet |
bloodstone-node-gui-*-win64.exe |
Windows | Node manager GUI |
tar -xzf bloodstone-node-*-linux-x86_64.tar.gz
cd bloodstone-node-*
./start-node.sh
./bin/spacexpanse-cli -datadir=~/.bloodstone getblockchaininfoData directory: ~/.bloodstone
Config file: ~/.bloodstone/bloodstone.conf
Ports: P2P 17333, RPC 18332
Seed: 64.188.22.190:17333
Source lives on the VPS at /root/bloodstone-core. Read BINARY_BUILD_RULES.md before building — never run make distclean on the live tree.
cd bloodstone-core/src
make -j$(nproc) spacexpansed spacexpanse-cli spacexpanse-hash
make -j$(nproc) qt/spacexpanse-qt # optional desktop walletWindows cross-compile uses an isolated worktree (bloodstone-windows-build-lib.sh).