Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

CamilleScholtz/sako

Repository files navigation

sako

A self-hosted Monero wallet web-interface. (work in progress)

SCROTS

SYNOPSIS

sako [arguments]

INSTALLATION

  • Install Monero, and run monero-wallet-rpc --rpc-bind-port 18082 --disable-rpc-login. If you don't want to download the entire Monero blockchain you can use an external node usingmonero-wallet-rpc --daemon-host node.viaxmr.com --rpc-bind-port 18082 --disable-rpc-login.

  • Clone this repository and edit runtime/config.toml to fit your needs.

  • Build sako using go -d -u -v && go build.

  • Run sako using ./sako.

AUTHORS

Camille Scholtz