This repository creates the s9pk package that is installed to run the Ashigaru Terminal wallet on a stripped down version of Webtop on StartOS.
The Docker image used is avaliable here. Everything is built in the open.
This has only been tested on x86 machines, and probably does not work on ARM based systems like your old raspberry pi.
Ashigaru Terminal is a privacy-enhanced Bitcoin wallet forked from Sparrow v1.8.4, featuring enhanced privacy capabilities with Nightjar integration and additional privacy-focused functionality. Learn more about service packaging in the Developer Docs.
Install the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging documentation.
Clone the package repository locally.
git clone [email protected]:relative-strength/ashigaru-terminal-startos.git
cd ashigaru-terminal-startos
To build the Ashigaru Terminal service as a universal package, run the following command:
make
Alternatively the package can be built for individual architectures by specifying the architecture as follows:
make x86
or
make arm
Before installation, define host: https://server-name.local in your ~/.embassy/config.yaml config file then run the following commands to determine successful install:
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 ashigaru-webtop.s9pk by sideloading it under the StartOS > System > Sideload a Service section.
Go to your StartOS Services page, select Ashigaru Terminal, configure and start the service.
Done!