Skip to content

cryptoadvance/specterext-jmf

 
 

Repository files navigation

Frontend for Joinmarket

This is an alpha version of a Frontend for Joinmarket as an extension as Specter Desktop.

Screenshots

Balance

How to install

Install Bitcoin core

  • Install and run a Bitcoin core node (bitcoincore.org)
  • Configure Bitcoin RPC server

Install JoinMarket or Joininbox

  • Joinmarket
  • JoininBox
  • Configure SSL certificate
    • mkdir ~/.joinmarket/ssl
    • openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out ~/.joinmarket/ssl/cert.pem -keyout ~/.joinmarket/ssl/key.pem
  • Run wallet daemon: python scripts/jmwalletd.py

Installation as Specter-Extension

virtualenv --python=python3 .env
. ./.env/bin/activate
pip3 install -r requirements.txt
python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug
# http://localhost:25441
# choose the joinmarket service (you might need to activate )

About

JoinMarket Frontend as Specter Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.3%
  • HTML 24.5%
  • Jinja 10.8%
  • Other 1.4%