Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/camillescholtz/sako
- Owner: CamilleScholtz
- License: gpl-3.0
- Archived: true
- Created: 2017-12-19T22:10:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T16:08:09.000Z (over 6 years ago)
- Last Synced: 2024-09-03T06:50:49.830Z (2 months ago)
- Topics: cryptocurrency, go, monero, wallet, web, xmr
- Language: Go
- Size: 1.12 MB
- Stars: 31
- Watchers: 4
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: history.go
- License: LICENSE.md
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