Update pool signature to /lbeypool.net/

This commit is contained in:
Roy Lee 2022-10-12 18:19:13 -07:00
parent 26a976e0ae
commit f331436417
2 changed files with 1 additions and 1 deletions

View file

@ -97,7 +97,7 @@ void coinbase_create(YAAMP_COIND *coind, YAAMP_JOB_TEMPLATE *templ, json_value *
char script1[4*1024]; char script1[4*1024];
sprintf(script1, "%s%s%s08", eheight, templ->flags, etime); 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) if(!coind->pos && !coind->isaux && templ->auxs_size)
coinbase_aux(templ, script2); coinbase_aux(templ, script2);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB