Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Huckster
on 11/05/2017, 18:38:23 UTC
I made a p2pool for ltc with support for SegWit.
If you want, you can try installing from the repository https://github.com/ilsawa/p2pool-ltc
Thats is good, but the person who will force me to use Linux, or compile under FreeBSD or Windows programs for this OS, has not yet been born.

What can i do? Core is latest, p2pool is official 16.0
I haven't used Windows for about ten years,  but I tried to compile p2pool-ltc for it. You can check if it works: https://github.com/ilsawa/p2pool-ltc/releases/download/16.0/p2pool_win32_4c59633.zip

Code:
Traceback (most recent call last):
  File "run_p2pool.py", line 3, in
  File "zipextimporter.pyc", line 82, in load_module
  File "p2pool\main.pyc", line 17, in
  File "zipextimporter.pyc", line 82, in load_module
  File "twisted\internet\defer.pyc", line 31, in
  File "zipextimporter.pyc", line 82, in load_module
  File "twisted\logger\__init__.pyc", line 97, in
  File "zipextimporter.pyc", line 82, in load_module
  File "twisted\logger\_logger.pyc", line 262, in
  File "twisted\logger\_logger.pyc", line 58, in __init__
  File "zipextimporter.pyc", line 82, in load_module
  File "twisted\logger\_global.pyc", line 16, in
  File "zipextimporter.pyc", line 82, in load_module
  File "twisted\logger\_buffer.pyc", line 11, in
ImportError: No module named zope.interface

Twisted and zope are installed.