Skip to content

szenekonzept/simplecoin_multi

 
 

Repository files navigation

SimpleCoin Multi

Build Status

A multipool version of simplecoin.

Semi-Functional at the moment!

This project is quite green, and does not include some of the code required to perform automatic exchanging. End-to-end functionality is possible if you manually exchange the funds (or write your own code). Be prepared to dig into the code a bit, as a lot of this is pretty green and often poorly documented

To get payouts going you'll probably want to look at http://github.com/simplecrypto/simplecoin_rpc_client

Running the dev enviroment

mkvirtualenv scm
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -e .
env SIMPLECOIN_CONFIG=example.toml supervisord -c supervisor.conf
```

Running the tests
-----------------------------

```` bash
workon scm
pip install -r requirements-test.txt
nosetests
# If you want coverage
nosetests --with-coverage --cover-package=simplecoin --cover-html 
```

About

A multipool capable implementation for powerpool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published