NebraLtd / helium-rak

Nebra OpenFleet for RAK v1.5, v2 and MNTD Miners
https://nebra.io/rak
MIT License
14 stars 14 forks source link

Enable mux and disable chain sync in sys.config #15

Closed ifeign closed 2 years ago

ifeign commented 2 years ago

Upon checking sys.config, it appears two options are not set correctly for the miner:

{gateway_and_mux_enable, false}, {gateways_run_chain, true}, %% if false, gateways will no longer follow the chain

Should be

{gateway_and_mux_enable, true}, {gateways_run_chain, false}, %% if false, gateways will no longer follow the chain

pritamghanghas commented 2 years ago

What release are you running. This was changed last week.

ifeign commented 2 years ago

The latest build, 335bee3. This is in the miner container, /config/sys.config. I noticed that the first release that contained the 2022.07.14 firmware had mux enabled but still was syncing. Every build of yours since has shown the above, mux disabled, sync enabled.

On Wed, Jul 27, 2022 at 12:08 AM Pritam Ghanghas @.***> wrote:

What release are you running. This was changed last week.

— Reply to this email directly, view it on GitHub https://github.com/NebraLtd/helium-rak/issues/15#issuecomment-1196271429, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWLHYFDZXA374YCT3ZVPQTVWC73TANCNFSM54XOAMHQ . You are receiving this because you authored the thread.Message ID: @.***>

pritamghanghas commented 2 years ago

that is base config I think. we override that config with /opt/miner/releases/2022.07.14.0/sys.config

that should have the right settings.

Regards, Pritam

On Wed, 27 Jul 2022 at 17:58, ifeign @.***> wrote:

The latest build, 335bee3. This is in the miner container, /config/sys.config. I noticed that the first release that contained the 2022.07.14 firmware had mux enabled but still was syncing. Every build of yours since has shown the above, mux disabled, sync enabled.

On Wed, Jul 27, 2022 at 12:08 AM Pritam Ghanghas @.***> wrote:

What release are you running. This was changed last week.

— Reply to this email directly, view it on GitHub < https://github.com/NebraLtd/helium-rak/issues/15#issuecomment-1196271429>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AHWLHYFDZXA374YCT3ZVPQTVWC73TANCNFSM54XOAMHQ

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/NebraLtd/helium-rak/issues/15#issuecomment-1196664429, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU3SVZCAI4NTJYLF2MBMSLVWETPXANCNFSM54XOAMHQ . You are receiving this because you commented.Message ID: @.***>

ifeign commented 2 years ago

that is base config I think. we override that config with /opt/miner/releases/2022.07.14.0/sys.config that should have the right settings. Regards, Pritam

My mistake, you're correct. That config file is set up properly