Don't share with anyone. The private key cannot be recovered if lost.
Did you forget your BTC address?
If you have your private key, enter it here and recover your BTC address.
Recovered BTC address
Increase fee
\ No newline at end of file
+ `),document.getElementById("new_fee").querySelector(".currency-symbol").innerHTML=currencyIcons[selectedCurrency],openPopup("increase_fee_popup")}catch(e){notify(e.message||e,"error")}finally{buttonLoader(r,!1)}}async function increaseFee(e=!1){buttonLoader(document.getElementById("increase_fee"),!0);const t=parseFloat((parseFloat(document.getElementById("new_fee").value.trim())/(globalExchangeRate[selectedCurrency]||1)).toFixed(8)),r=[];document.querySelectorAll(".increase-fee-sender").forEach((e=>{const t=e.querySelector(".sender__address").textContent.trim(),s=e.querySelector(".sender__private-key").value.trim();if(!btcOperator.verifyKey(t,s))return notify(`Invalid private key for address ${t}`,"error");s&&r.push(s)}));try{let s;s=e?await btcOperator.editFee_corewallet(changingFeeOf,t,r):await btcOperator.editFee(changingFeeOf,t,r),btcOperator.broadcastTx(s).then((e=>{console.log(e),closePopup(),showTransactionResult("success",e)})).catch((e=>{notify(e,"error")})).finally((e=>{buttonLoader(document.getElementById("increase_fee"),!1),changingFeeOf=null}))}catch(e){notify(e,"error"),buttonLoader(document.getElementById("increase_fee"),!1)}}
\ No newline at end of file