Skip to content

criptoworld8484/Start9OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start9OS

Monorepo of personal StartOS (Start9) service packages. Each subdirectory is a self-contained package that builds its own .s9pk for sideloading on a Start9 node.

Packages

Package Service Arch Description
bitcoind-testnet4/ Bitcoin Core (Testnet4) — id bitcoind x86_64 Bitcoin Core full node running on testnet4. Drop-in bitcoind so dependents (Fulcrum, electrs) recognize it.
sparrow-frigate/ Frigate — id frigate x86_64, aarch64 Electrum server for Silent Payments (BIP352).
broadcast-pool/ Broadcast Pool — id broadcast-pool x86_64 Schedule and delay Bitcoin broadcasts from Sparrow/Liana.

Building a package

These are StartOS 0.4 packages (TypeScript SDK). From a package directory:

cd <package>
make x86_64        # builds <id>_x86_64.s9pk
# or, where supported:
make aarch64

Build host needs: docker + docker-buildx, squashfs-tools-ng (provides tar2sqfs), Node, make, jq, and start-cli (0.4.x).

Install the resulting .s9pk on a node via the StartOS UI (Sideload) or start-cli package install --sideload <file>.s9pk.

License

MIT — see LICENSE. Individual packages retain their own LICENSE.

About

Monorepo of personal StartOS (Start9) service packages: bitcoind-testnet4, sparrow-frigate, broadcast-pool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors