anyone got any ideas? I sent the remaining balance back to one of my other wallets and it's basically made that wallet unspendable as well...nothing ever gets confirmations.
You need to try resending
the original unconfirmed transaction.
You can do that by getting the TX:
https://blockchain.info/tx/2eb7444227c6cf70a7373f9f9c11c810ed0b0da8648eab71fd33560f8e5fa53f?format=hexhttps://blockchain.info/decode-tx{
"lock_time":0,
"size":226,
"inputs":[
{
"prev_out":{
"index":0,
"hash":"1c71ef5e2e4ca989d680a5b889c8afd42b349125afa1e7b821063296dcd927f3"
},
"script":"483045022100e739f3f8868a9e6ae18ca9d7afaab7660e213b6d0f6f8afdc17e9458e296479c02205ad090e328f33c34b135e84b5235a8fa29880f73641f7cc94a15fc6f8b817eea0121030ab2b32813bc52b25b00c81d96d21fc6a283bc1192966e471d50d9ef5893d986"
}
],
"version":1,
"vin_sz":1,
"hash":"2eb7444227c6cf70a7373f9f9c11c810ed0b0da8648eab71fd33560f8e5fa53f",
"vout_sz":2,
"out":[
{
"script_string":"OP_DUP OP_HASH160 546e4852074defe61506eb3408ccdf91b4830c8d OP_EQUALVERIFY OP_CHECKSIG",
"address":"18hRsgE63BTLZNgnNkqFW6T1ox4v4AebPv",
"value":356000,
"script":"76a914546e4852074defe61506eb3408ccdf91b4830c8d88ac"
},
{
"script_string":"OP_DUP OP_HASH160 aff282b2bda6520486502e9978a7a4b32b1b8011 OP_EQUALVERIFY OP_CHECKSIG",
"address":"1H3KmVtP8cZTP9zAK4fE1hwoH91zYruf95",
"value":1144000,
"script":"76a914aff282b2bda6520486502e9978a7a4b32b1b801188ac"
}
]
}
Modify it to add a fee (by reducing an out value), sign it and re-broadcast it. You will need to install bitcoin-qt or other wallet and get familiar with command line.