the topics about translations we can discuss next week, we have not requested anybody any translation so we will observe your work.
if you want to mine xcs in yiimp, you should apply this pact in coinbase.cpp
below the LTCR configuration as shown below:
-------------------------------------------------- -------------------
else if (strcmp (coind-> symbol, "LTCR") == 0) {
if (coind-> charity_percent <= 0)
coind-> charity_percent = 10;
if (strlen (coind-> charity_address) == 0)
sprintf (coind-> charity_address, "XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT");
}
else if (strcmp (coind-> symbol, "XCS") == 0) {
char script_payee [1024];
if (coind-> charity_percent <= 0)
coind-> charity_percent = 25; // wrong coinbase 40 instead of 40 + 10 = 50
json_int_t charity_amount = (available * coind-> charity_percent) / 100;
if (strlen (coind-> charity_address) == 0)
sprintf (coind-> charity_address, "XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT");
strcat (templ-> coinb2, "06");
job_pack_tx (coind, templ-> coinb2, available, NULL);
base58_decode ("XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT", script_payee);
job_pack_tx (coind, templ-> coinb2, charity_amount, script_payee);
strcat (templ-> coinb2, "00000000"); // locktime
coind-> reward = (double) available / 100000000 * coind-> reward_mul;
}
-------------------------------------------------- -----------------------------
then in the currency settings in the yiimp panel you must add the following data in the settings tab:
charity address: XLEc1PPk4csBvMCpaTHmK63iGn4XQGYrKT
Charity Percent: 25
This way you will be in the correct chain