Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camillescholtz/sako

A self-hosted Monero web-interface.
https://github.com/camillescholtz/sako

cryptocurrency go monero wallet web xmr

Last synced: 14 days ago
JSON representation

A self-hosted Monero web-interface.

Awesome Lists containing this project

README

        




sako














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

## SCROTS

![](https://punpun.moe/9N93.png)

## SYNOPSIS

sako [arguments]

## INSTALLATION

* Install [Monero](https://getmonero.org/), 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 using`monero-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