diff --git a/stratum/coinbase.cpp b/stratum/coinbase.cpp index 86b31eb..3e25d40 100644 --- a/stratum/coinbase.cpp +++ b/stratum/coinbase.cpp @@ -97,7 +97,7 @@ void coinbase_create(YAAMP_COIND *coind, YAAMP_JOB_TEMPLATE *templ, json_value * char script1[4*1024]; sprintf(script1, "%s%s%s08", eheight, templ->flags, etime); - char script2[32] = "7969696d7000"; // "yiimp\0" in hex ascii + char script2[32] = "2f6c627279706f6f6c2e6e65742f"; // "/lbrypool.net/" in hex ascii if(!coind->pos && !coind->isaux && templ->auxs_size) coinbase_aux(templ, script2); diff --git a/web/images/coin-flax.png b/web/images/coin-flax.png index d28eaf3..21b6948 100644 Binary files a/web/images/coin-flax.png and b/web/images/coin-flax.png differ