So I signed up for a coinpunk.com hosted wallet, and sent some coins to it to test with. However, when I try to send the coins to another address, the process fails. Instead, the browser makes countless calls to
https://wallet.coinpunk.com/api/wallet via JSON.
The response is ALWAYS the same packet of JSON:
{
"result": "outOfSync",
"wallet": "{\"iv\":\"NMK0+62o5cYYhC8h8Yjobg==\",\"v\":1,\"iter\":1000,\"ks\":128,\"ts\":64,\"mode\":\"ccm\",\"adata\":\"\",\"cipher\":\"aes\",\"salt\":\"TI3wvDYBqo8=\",\"ct\":\"...stuff..."}"
}
I now have
BTC1.5698 sitting there that I cannot access, and since I'm not a node.js programmer, I don't know how to extract my private keys from the exported wallet that I have on my computer.
Can anyone help me figure this out, or at least write a tiny node.js bootstrap that will decrypt my wallet backup so I can retrieve my private keys?
Many thanks!
EDIT: Still going! We're up to 2,167 API JSON calls now!
https://i.imgur.com/i3uor36.png