Crypto-Expert / stratum-mining

AIO Stratum mining server for various coins
Other
365 stars 348 forks source link

mining/interfaces.py #328

Closed owlhooter closed 9 years ago

owlhooter commented 10 years ago

Indents appear to be off around line 64, stratum won't start with the current config, had to redo the indents in the file to get it to run.

bmatusiak commented 10 years ago

same here

daygle commented 10 years ago

Same here:-

Failed to load application: unexpected indent (interfaces.py, line 64)

bmatusiak commented 10 years ago

for now do

git checkout b0b184c130e78abcaff5ff3c7d0f5d1d46503cec

that commit is before he started working on "Update Worker Difficulty"

ahmedbodi commented 10 years ago

ill fix it in a while

webbrandon commented 10 years ago

It's only the indentation. Fixed by replacing 64-71 with: http://paste.ubuntu.com/7182289/