So you have a 2-of-3 multisig wallet and you have 2-of-3 private keys (so main key and backup key)? If yes, then it's already implemented. If not, we could think about another alternative way to redeem - broadcast a handcrafted transaction and use this TX signature for verification. But the latter one would have to be decided by the entire community I guess.
Technically, someone who can sign a transaction from a multisig wallet has access to this wallet, so from my point of you this remeed scheme might be valid. Not sure about how this scheme could be used to steal commonly owned XEL, since a signed TX is different from a signed message in terms of transparency.
Yes, I have both keys. If it's already implemented, then that's a huge relief.
I've been rooting for you guys for about a year and was never quite sure if I was actually going to be able to redeem my share. It's really cool to see this project keep going.
Now, I just need to figure out how many XEL I have. I know the tranx #s. Anybody know how this could be done?
Thanks again.
https://dl.dropboxusercontent.com/u/21000833/Elastic/Icolist/Ico-list.txtI've been through this.
There is no way to identify my transactions. My BTC address is multi signature. It starts with a 3.
I think these somehow get converted to the longer addresses that are listed on that link such as:
2-1HPRacvTUSPXzFB1xuYkAftZ9R9kiLz3y9-1PxGBYYjjc5aKVe38s9JEwqHPinGVntyn2-1Mh1bm4MJA9LFreL5fLynKR4GEaEns4xGU
But I'm not even sure of that.
Basically, if you have a multi sig address, there is no way to identify the XEL line items on the link you shared.
Any help?
I will fix this annoying thing today.
For now, just do this:
1. Find your multisig wallet in blockchain.info (Example:
https://blockchain.info/address/3QJmV3qfvL9SuYo34YihAf3sRCW3qSinyC)
2. Click on an outgoing transaction (Example:
https://blockchain.info/tx/2962c5be49f39b8f86dba0e7e6f67276103a8606f4b5af8b22fe161c76e4922d)
3. Click "Show Scripts & Coinbase" to see more details.
You will find a long line like this. You want that part (last block of blocks separated by a space) which is BOLD here:
OP_FALSE 30450221008cc26382b0a617b20ef4e2f451e2b23fdf0a47ee10ef4cbcb84ab9bbdda3b1b402203
f953c024cae8e5302d61d869ed28c8ab129e1192b5abe8d7e5a586bddeabd8401 3044022001bb3587913e90e786a69e8aa02cb4a1aa75af8e1d2b5f0a2cf641ef936f129c022012f
4c0549ccaa5ea585452e0cdb4250a94a7bddbc4312e1e2b6da8f33828337501
52410491bba2510912a5bd37da1fb5b1673010e43d2c6d812c514e91bfa9f2eb129e1c183329db5 5bd868e209aac2fbc02cb33d98fe74bf23f0c235d6126b1d8334f864104865c40293a680cb9c020 e7b1e106d8c1916d3cef99aa431a56d253e69256dac09ef122b1a986818a7cb624532f062c1d1f8 722084861c5c3291ccffef4ec687441048d2455d2403e08708fc1f556002f1b6cd83f992d085097 f9974ab08a28838f07896fbab08f39495e15fa6fad6edbfb1e754e35fa1c7844c41f322a1863d46 21353ae 4. Paste it here
https://chainquery.com/bitcoin-api/decodescriptand click "Execute Command"
5. Find your 3 addresses in the output. Example:
{
"result": {
"asm": "2 0491bba2510912a5bd37da1fb5b1673010e43d2c6d812c514e91bfa9f2eb129e1c183329db55bd868e209aac2fbc02cb33d98fe74bf23f0c235d6126b1d8334f86 04865c40293a680cb9c020e7b1e106d8c1916d3cef99aa431a56d253e69256dac09ef122b1a986818a7cb624532f062c1d1f8722084861c5c3291ccffef4ec6874 048d2455d2403e08708fc1f556002f1b6cd83f992d085097f9974ab08a28838f07896fbab08f39495e15fa6fad6edbfb1e754e35fa1c7844c41f322a1863d46213 3 OP_CHECKMULTISIG",
"reqSigs": 2,
"type": "multisig",
"addresses": [
"139FpKh63Vn4Y73ijtyqq8A6XESH8brxqs",
"1PNvbXZFysxvx3252w9JHMa7zbG95snqnm",
"1jqo3ptYSnUhCJq75MMyRuwC2zNyQqRy3"
],
"p2sh": "3QJmV3qfvL9SuYo34YihAf3sRCW3qSinyC"
},
"error": null,
"id": null
}
6. Look up one of them in the redeem list.