ryanholmdahl / MonaMiner

EXCLUSIVELY for mining Monacoin. Do not use to mine other currencies.
0 stars 0 forks source link

Move API keys from apis.py to config.json #7

Closed ParkerBeck closed 6 years ago

ParkerBeck commented 6 years ago

It looks like the only key is L30 of apis.py right now.

ryanholmdahl commented 6 years ago

This is being addressed in PR #9.

ryanholmdahl commented 6 years ago

Partially resolved in 844e3d7f4065833594c02b77061f76d67bd4badb, but not ideal. We should move API keys and other user-specific info to a separate .json file.