gilnobrega / farmr

A web dashboard for monitoring Chia farms. Also supports discord and email notifications.
GNU General Public License v3.0
250 stars 44 forks source link

cryptodoge template problem #121

Closed jmz-bit closed 3 years ago

jmz-bit commented 3 years ago

How to solve this problem on Ubuntu 20.04

Starting farmr for cryptodoge in Farmer mode... Specify your cryptodoge-blockchain directory below: (e.g.: /home/user/cryptodoge-blockchain)

I tried all the paths where cryptodoge is but without success.

Also the ports in template are different from ports in cryptodoge blockchain config file. I tried both ports addresses but without success.

I tried also to add this lines in farmr blockchain folder cryptodoge file.

"Config Path": "/home/myusername/.cryptodoge/mainnet/config", "Log Path": "/home/myusername/.cryptodoge/mainnet/log"

Nothing is helping to make farmr working with cryptodoge.

gilnobrega commented 3 years ago

I think I fixed it here, let me know if it works

https://github.com/joaquimguimaraes/farmr/releases/tag/v1.7.5.1

jmz-bit commented 3 years ago

v1.7.5.3 solved the problem. Thank you.