Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Code For The Cosignerpool Plugin

The Electrum cosignerpool plugin facilitates the use of multi-signatures wallets. It sends and receives partially signed transactions from/to your cosigner wallet.

This is the server that stores the encrypted transactions.

How to run

Docker

A Docker file is included in the repository. To run it using docker-compose:

version: '2'
services:
  cosignerpool:
    image: bauerj/cosignerpool:0.1
    ports:
      - "80:80"
    volumes:
      - /var/volumes/cosignerpool:/data

Manually

To run it without Docker, use e.g.

apt install libleveldb-dev
pip install -r requirements.txt
DB_PATH=/db python3 ./cosignerpool.py

About

Server Code For The Cosignerpool Plugin

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages