alwaysminingbtc / plutushybrid

59 stars 37 forks source link

How to run Hybrid. #6

Closed masxsy closed 4 years ago

masxsy commented 4 years ago

Hello everyone, I ask you for help for the correct installation of Plutus Hybrid. I can't start Hybrid. Is there a guide for correct functioning in the community, exactly as it was for Plutus? Thank you.

masxsy commented 4 years ago

Today new error: Traceback (most recent call last): file "plutushybrid.py", line 94 in ‹module› count = len(os.listdir(DATABASE)) FileNotFoundError: [Errno 2] No such file or directory: 'database/JAN_13_2020/'

masxsy commented 4 years ago

Problem solved: Download the latest version of the DATABASE "FEB_03_2020" Change the code in the line 14: DATABASE = r'database/JAN_13_2020/' to DATABASE = r'database/FEB_03_2020/' Save and run plutushybrid.py