I’ve been topping up a Testnet Bitcoin deal with that I totally management and have the non-public key for the pockets. After performing 204 transactions and accumulating a big variety of UTXOs (Unspent Transaction Outputs)from the testnet faucet, I now wish to transfer all of the BTC from this deal with to a different deal with.
Nevertheless, the problem is that the Tatum API that I’m utilizing for transaction creation is scanning the final 100 transactions to seek out UTXOs to incorporate within the new transaction. I’ve the txHashes and values for the UTXOs, however I used a Testnet faucet to high up the deal with, which means I don’t have the non-public keys for the UTXOs related to these transactions.
I perceive that with a purpose to ship these funds to a different deal with, I must signal the transaction with the non-public keys akin to the UTXOs. Since I don’t have the non-public keys for these UTXOs, is there any method I can transfer the BTC with out entry to the non-public keys of every particular person UTXO?
I’m involved that because the variety of inputs grows, the transaction value will preserve growing if I wish to transfer this sooner or later.
Is it as a result of I’m attempting to do it suddenly or am I lacking one thing? what’s the appropriate method of shifting btc in a scenario like this with so many inputs.