getrawtransaction yournewtxid
i would do this offline or online, and are these two commands on separate lines of text or one line? What website do you recommend for brodcasting hex rawtxs? Lastly, by generating the tx offline would i get a new tx ID, and rawtx?
I was hoping with offline mode, your wallet would not receive broadcast your old stuck transaction from other nodes
though the problem could be that your wallet still has the old tx in mempool despite -zap command

this "getrawtransaction" only needs to be done if you manage to re-create new tx and get a new txid but cannot broadcast it
and this can be done via debug > console and type the command there to get the hex rawtx
then push the rawtx manually to the network
https://en.bitcoin.it/wiki/Transaction_broadcastingI think I'd rather attempt to send both my payments under a single transaction because i no longer need the 0.0048 going to the 1PEZ wallet in tx 20da23. Though from what i understand about transactions... I cannot redistribute these fund since i already "sent" them so that wallet 1PEZ receives them, and i cannot add it to my topics tx to move it to my ledger if I am able to "recover" the funds. Would i be correct?
in the case you want to try re-send them in a single transaction, it is called double spend attempt
since your transaction hasn't been confirmed, you haven't successfully sent to 1PEZ yet
so the utxo (fund) still belongs to 1H5h48KUB... and you can use it in a new tx
with high enough tx fee
I guess the ( in regards to the topic tx, because I am aware that i used a
dreadfully low tx fee for the 0.0048 ) 0.00209585 BTC/kB recommended fee was not significant enough even though it costed around 75k satoshies. What fee would you recommend for this transaction?
recommended network fee lately to be around 500s/B
but if you want to save a bit, you might want to try as low as ~350s/B (possible long wait or stuck again)
and I assume your new transaction would look something like this:
4 inputs and 1 output
1H5h48KUB 0.00100000 1LFAxyR6w 0.0xxx
1H5h48KUB 0.00690000
1H5h48KUB 0.00700000
1Ha2fXwmp 0.01000000
which would be around 636 bytes * 400s/B =~ 0.00254400
BTC tx fee , adjust the fee rate as you feel necessary
if you still have problems creating new tx, I can help you create the unsigned rawtx (if you trust me)
then you can use your wallet to verify the tx and sign it before broadcasting it yourself