Version test 0.6.1: Do we need to add keys manually for flax hddcoin and nchain? #350
-
OS: ubuntu 20.0, docker-compose 1.25 I setup it according to the site https://www.machinaris.app/. Then I found flax, hddcoin and nchain are missing farmer process. After debugging into the docker /bin/bash, I noticed there is no keys for them. So I use flax/hddcoin/chia keys add method to manually import my key, and then restart the farmer. Everything works as expected now. However, I do have the doubt: is this(manually import keys) part of the design idea, or maybe there is something wrong with my setup? BTW, chia works well by default, and it does not need the manual operation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, apologies as this is not clear for Windows or Linux users who are just getting started, the steps are only mentioned explicitly in the Unraid app In summary, the steps are:
While steps # 1-3 are pretty clear, I will add messaging in the WebUI and wiki documentation to make clear that steps # 4-5 are needed. Thanks for the suggestion. |
Beta Was this translation helpful? Give feedback.
Yes, apologies as this is not clear for Windows or Linux users who are just getting started, the steps are only mentioned explicitly in the Unraid app
In summary, the steps are:
docker-compose up -d
~/.machinaris/mnemonic.txt
file to the other containers appdata folders such as~/.machinaris-flax/
,~/.machinaris-hddcoin
, etcdocker-compose stop && docker-compose up -d
to have those containers restart and pickup the new key.While steps # 1-3 are pretty clear, I will add messaging in the WebUI and wi…