Closed coreyralph closed 4 years ago
Which dependencies are missing? I only tested on squeeze, are you testing on a newer version? Perhaps some packages have been renamed.
install_requires=['twisted', 'ecdsa', 'autobahn',]
twisted - installed by dependency on python-twisted package
ecdsa - I recompiled the package from jessie: http://packages.debian.org/jessie/python-ecdsa
autobahn - no idea. I installed without this and found no issue running the stratum proxy. Is this only required for some use cases? Also available in jessie.
Perhaps this won’t be as trivial as I thought, as it relies on those two libraries which are not in debian yet. I could make the binaries of these and you host them if you like.
I'd like to merge this, but it is missing many dependencies. can you please fix it? Thanks!