slush0 / stratum

Stratum server implementation using Python Twisted
Other
89 stars 131 forks source link

add debian packaging #14

Closed coreyralph closed 4 years ago

slush0 commented 10 years ago

I'd like to merge this, but it is missing many dependencies. can you please fix it? Thanks!

coreyralph commented 10 years ago

Which dependencies are missing? I only tested on squeeze, are you testing on a newer version? Perhaps some packages have been renamed.

slush0 commented 10 years ago

install_requires=['twisted', 'ecdsa', 'autobahn',]

coreyralph commented 10 years ago

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.