Skip to content

TheBloodStone/-BloodstoneChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Bloodstone Core

Bloodstone is a multi-algorithm UTXO chain (neoscrypt, yespower, sha256d at every block).

Downloads

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

Quick start (Linux node)

tar -xzf bloodstone-node-*-linux-x86_64.tar.gz
cd bloodstone-node-*
./start-node.sh
./bin/spacexpanse-cli -datadir=~/.bloodstone getblockchaininfo

Data directory: ~/.bloodstone
Config file: ~/.bloodstone/bloodstone.conf
Ports: P2P 17333, RPC 18332
Seed: 64.188.22.190:17333

Building from source

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 wallet

Windows cross-compile uses an isolated worktree (bloodstone-windows-build-lib.sh).

Portal

https://bloodstonewallet.mytunnel.org/

About

This is for the developing of bloodstone crypto currency and the attached games

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors