Remove legacy child-pool merge mining layer
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s

This commit is contained in:
Codex Bot
2026-03-21 19:06:14 +01:00
parent 141e91909a
commit e20b6433ba
17 changed files with 108 additions and 1069 deletions

View File

@@ -21,10 +21,10 @@
<h4 class="push-up-15"><span data-tkey="password">Password</span></h4>
<div class="card padding-l-10 padding-r-10">
<div class="stats">
<div><i class="fa fa-key"></i> <span data-tkey="usernameDesc2">Use your <strong id="paymentChildCoins">Iridium OR Nibble wallet address</strong> in the password field for merged mining.</span></div>
<div id="paymentId"><i class="fa fa-exchange"></i> <span data-tkey="paymentId">Exchange Payment ID</span>: <span><u data-tkey="childaddress">child address</u><span id="paymentIdSeparator">+</span><u data-tkey="addrPaymentId">paymentID</u></span></div>
<div><i class="fa fa-server"></i> <span data-tkey="fixedDiff2">Worker Name</span>: <span><u data-tkey="childaddress">child-address</u><span id="fixedDiffSeparator2">@</span><u data-tkey="addrDiff2">workerName</u></span></div>
<div><i class="fa fa-exchange fa-server"></i> <span data-tkey="fixedDiff2PaymentId">Payment ID and Worker Name</span>: <span><u data-tkey="childaddress">child-address</u>+<u data-tkey="">paymentID</u><span id="fixedDiffSeparator2">@</span><u data-tkey="addrDiff2">workerName</u></span></div>
<div><i class="fa fa-key"></i> <span data-tkey="usernameDesc2">Use the password field only for optional worker naming or miner-specific settings if your miner supports them.</span></div>
<div id="paymentId"><i class="fa fa-exchange"></i> <span data-tkey="paymentId">Exchange Payment ID</span>: <span><u data-tkey="childaddress">wallet address</u><span id="paymentIdSeparator">+</span><u data-tkey="addrPaymentId">paymentID</u></span></div>
<div><i class="fa fa-server"></i> <span data-tkey="fixedDiff2">Worker Name</span>: <span><u data-tkey="childaddress">wallet-address</u><span id="fixedDiffSeparator2">@</span><u data-tkey="addrDiff2">workerName</u></span></div>
<div><i class="fa fa-exchange fa-server"></i> <span data-tkey="fixedDiff2PaymentId">Payment ID and Worker Name</span>: <span><u data-tkey="childaddress">wallet-address</u>+<u data-tkey="">paymentID</u><span id="fixedDiffSeparator2">@</span><u data-tkey="addrDiff2">workerName</u></span></div>
</div>
</div>
</div>
@@ -287,8 +287,7 @@ currentPage = {
updateTextClasses('exampleHost', getPoolHost());
updateText('paymentIdSeparator', lastStats.config.paymentIdSeparator);
updateText('fixedDiffSeparator', lastStats.config.fixedDiffSeparator);
let childCoins = Object.keys(mergedStats).join(' or ')
updateText('paymentChildCoins', `${childCoins} wallet address`);
updateText('paymentChildCoins', `${lastStats.config.symbol} wallet address`);
if (!lastStats.config.fixedDiffEnabled) $('#fixedDiff').hide();
var algorithm = 'RandomX';