Post
Topic
Board Pools
Re: [ANN] Stratum mining protocol - ASIC ready
by
generalfault
on 22/12/2012, 16:05:58 UTC
Lol, it's all there as far as I can tell. The config _IS_ complete Wink

Including DB_USERCACHE_TIME and also made sure I get my quotes right
(I had the single quotes ' missing around the sha256 for the password, but that did not solve the above error message).

Merry xmas and thanks for your contribution! Small donation coming your way soon.


ok, well it may not be picking up the config at all, or it's using some other config.py

so let's say you checkout into mining-pool ... you should have

mining-pool/conf/config_sample.py
mining-pool/conf/config.py
mining-pool/launcher.tac

make sure you don't have any other config.py files.... then:
cd mining-pool
twistd -ny launcher.tac -l -

If in doubt, delete conf/config.py, recopy conf/config_sample.py to conf/config.py set the bare minimum of settings (bitcoin port, wallet address etc...) and try again. Smiley