Bisq is a decentralized bitcoin exchange network that facilitates secure, private, and censorship-resistant exchanges of bitcoin for national currencies and other cryptocurrencies over the internet. This repository is dedicated to creating the s9pk
package, which allows for the installation of the Bisq Standalone Desktop App on StartOS.
Prior to building the bisq
package, it's essential to configure your build environment for StartOS services. You can find instructions on how to set up the appropriate build environment in the Developer Docs.
Clone the Bisq package repository locally.
git clone https://github.com/Start9Labs/bisq-startos.git
cd bisq-startos
To build the Bisq service as a universal package, run the following command:
make
Before installation, define host: https://server-name.local
in your ~/.embassy/config.yaml
config file then run the following commands to determine successful install:
:information_source: Change server-name.local to your Start9 server address
start-cli auth login
#Enter your StartOS password
make install
Tip: You can also install the bisq.s9pk
by sideloading it under the StartOS > System > Sideload a Service section.
Go to your StartOS Services page, select Bisq, configure and start the service. Done!