config #2

Merged
zxq9 merged 8 commits from config into master 2025-05-27 23:15:20 +09:00
Showing only changes of commit 7f2b3c6a45 - Show all commits

View File

@ -226,10 +226,10 @@ do_start_stop(#s{acc = PubKey, keys = Keys, network = Network, max_cores = MaxCo
Instance = #{<<"executable">> => Miner},
Workers = lists:duplicate(Count, Instance),
Profile =
[{pubkey, PubKey},
{workers, Workers},
{pool_admin_url, Eureka},
{additional_keys, Keys}],
[{pubkey, PubKey},
{workers, Workers},
{pool_admin_url, Eureka},
{extra_pubkeys, Keys}],
ok = gmc_gui:message({notice, "Starting..."}),
ok = gmc_gui:message({notice, ["Miner: ", Miner]}),
{ok, Apps} = gmhc_app:start(Profile),