diff --git a/ebin/gajumine.app b/ebin/gajumine.app index 150e54b..1507171 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -3,6 +3,6 @@ {registered,[]}, {included_applications,[]}, {applications,[stdlib,kernel]}, - {vsn,"0.2.6"}, + {vsn,"0.2.7"}, {modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]}, {mod,{gajumine,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index 6b7c976..4b70ca5 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -3,7 +3,7 @@ %%% @end -module(gajumine). --vsn("0.2.6"). +-vsn("0.2.7"). -behavior(application). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index a2e36e5..0f12ee8 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_con). --vsn("0.2.6"). +-vsn("0.2.7"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). @@ -229,7 +229,8 @@ do_start_stop(#s{acc = PubKey, keys = Keys, network = Network, max_cores = MaxCo % Check avx2. % Both should be provided by the F# start program case Network of - <<"mainnet">> -> {"mean", "avx2.exe"}; +% <<"mainnet">> -> {"mean", "avx2.exe"}; + <<"mainnet">> -> {"mean", "generic.exe"}; <<"testnet">> -> {"mean", "generic.exe"} end end, diff --git a/src/gmc_conf.erl b/src/gmc_conf.erl index 3417b57..a8ef398 100644 --- a/src/gmc_conf.erl +++ b/src/gmc_conf.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_conf). --vsn("0.2.6"). +-vsn("0.2.7"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_gui.erl b/src/gmc_gui.erl index 99760db..884d8d2 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_gui). --vsn("0.2.6"). +-vsn("0.2.7"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_sup.erl b/src/gmc_sup.erl index eebfd02..6373c18 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_sup). --vsn("0.2.6"). +-vsn("0.2.7"). -behaviour(supervisor). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/zomp.meta b/zomp.meta index 7e1deac..3e703fe 100644 --- a/zomp.meta +++ b/zomp.meta @@ -1,10 +1,10 @@ {name,"GajuMine"}. {type,gui}. {modules,[]}. +{author,"Craig Everett"}. {prefix,"gmc"}. {desc,"Mining client for the Gajumaru Root"}. -{author,"Craig Everett"}. -{package_id,{"qpq","gajumine",{0,2,6}}}. +{package_id,{"qpq","gajumine",{0,2,7}}}. {deps,[{"uwiger","gmhive_worker",{0,4,0}}, {"qpq","cuckoo_cpu",{0,3,1}}, {"uwiger","gmhive_client",{0,4,4}},