If I were the finder, I would've moved the three UTXOs worth 0.066, 0.594 and 5.94
BTC in a private transaction via slipstream.mara.com ..
could someone show how to make a raw transaction for 67? it can be created without privatekey, are there any services for creating raw transactions, or using bitcoincore? to spend all outputs on one address with the required commission. so that I can then sign it and send it via MARA
ps: I haven't found the private key yet, but if I do I'll thank you for this tip))
If you find the private key to 67 and you want to send it through mara I think this is the way. Someone please correct me if i am wrong.
bitcoin-cli createrawtransaction '[{"txid":"12f34b58b04dfb0233ce889f674781c0e0c7ba95482cca469125af41a78d13b3","vout":2},{"txid":"5d45587cfd1d5b0fb826805541da7d94c61fe432259e68ee26f4a04544384164","vout":15},{"txid":"08389f34c98c606322740c0be6a7125d9860bb8d5cb182c02f98461e5fa6cd15","vout":66}]' '{"bc1q0pju92kh0qyaygvnm074mpdhdg28qa357w7usd":6.69}'
The bitcoin address at the end should be replaced with your address otherwise you will send me 6.69BTC.
The output gives you this.
0200000003b3138da741af259146ca2c4895bac7e0c08147679f88ce3302fb4db0584bf31202000
00000fdffffff6441384445a0f426ee689e2532e41fc6947dda41558026b80f5b1dfd7c58455d0f
00000000fdffffff15cda65f1e46982fc082b15c8dbb60985d12a7e60b0c742263608cc9349f380
84200000000fdffffff014021e027000000001600147865c2aad77809d22193dbfd5d85b76a1470
763400000000
After you get the private key you need to sign it.
bitcoin-cli signrawtransactionwithkey "0200000003b3138da741af259146ca2c4895bac7e0c08147679f88ce3302fb4db0584bf31202000
00000fdffffff6441384445a0f426ee689e2532e41fc6947dda41558026b80f5b1dfd7c58455d0f
00000000fdffffff15cda65f1e46982fc082b15c8dbb60985d12a7e60b0c742263608cc9349f380
84200000000fdffffff014021e027000000001600147865c2aad77809d22193dbfd5d85b76a1470
763400000000" '["PRIVATE KEY WIF"]'
The result is what you put into mara slipstream.