The articles in this forum’s FAQ already address that issue.
There are 2 formats.
I have read the article in this forum. Blockchain.info give me Compressed WIF format, start with K.
Have you converted it as per the related FAQ and completed this transfer of XCP?
At this point it’s just a blockchain.info=>Bitcoin Core key import problem.
The Counterparty transaction above is correct.
Yes, I believe it is blockchain.info=>Bitcoin Core key import problem also.
Will feedback to you later.
Hi Blockchain.info has fixed the private key issue. Now I have fully control of this private key in bitcoin core.
I check the upspent and get below result.
[
{
“txid”: “69f4df0ccb9bf6f463140c9404b03ecaaf7750f6b60a0fd90416d1f595a667c1”,
“vout”: 0,
“address”: “1AbgbDkm3TD3prVWKxu8DcxvAN6zttpQMA”,
“account”: “”,
“scriptPubKey”: “76a914694852a4688bdfcd7173ffde09feb2e2d3a77bec88ac”,
“amount”: 0.00968800,
“confirmations”: 125,
“spendable”: true,
“solvable”: true
}
]
And try to signrawtransaction, still get same error.
signrawtransaction 010000000150ce87d4185ff038742abe9589196a7e57f11775767783cdf00a3631f5ac525b000000001976a914694852a4688bdfcd7173ffde09feb2e2d3a77bec88acffffffff0336150000000000001976a91461fe6db7f9473079e34070454f8e3e7c26b8ed2e88ac00000000000000001e6a1cc4df1c2f25a347a5096a55807be4b746cf2bf93f81821e1cba8770d905890e00000000001976a914694852a4688bdfcd7173ffde09feb2e2d3a77bec88ac00000000
11:53:07
?
{
“hex”: “010000000150ce87d4185ff038742abe9589196a7e57f11775767783cdf00a3631f5ac525b000000001976a914694852a4688bdfcd7173ffde09feb2e2d3a77bec88acffffffff0336150000000000001976a91461fe6db7f9473079e34070454f8e3e7c26b8ed2e88ac00000000000000001e6a1cc4df1c2f25a347a5096a55807be4b746cf2bf93f81821e1cba8770d905890e00000000001976a914694852a4688bdfcd7173ffde09feb2e2d3a77bec88ac00000000”,
“complete”: false,
“errors”: [
{
“txid”: “5b52acf531360af0cd8377767517f1577e6a198995be2a7438f05f18d487ce50”,
“vout”: 0,
“scriptSig”: “76a914694852a4688bdfcd7173ffde09feb2e2d3a77bec88ac”,
“sequence”: 4294967295,
“error”: “Input not found or already spent”
}
]
Could you please help check one more time?
Thanks a lot.
Before I asked if you can check the output of “listunspent” from the Bitcoin debug console (or CLI).
It’s still the same issue/question: we don’t know if you in fact control unspent funds from the address. You say you do, but there’s no evidence or indication of that.
Hi something,
Yes I use the “listunspent” from the Bitcoin debug console.
It said has 0.00968800 btc on the address 1AbgbDkm3TD3prVWKxu8DcxvAN6zttpQMA.
I moved the banlance from 1AbgbDkm3TD3prVWKxu8DcxvAN6zttpQMA to the same address a day ago, txid is '69f4df0ccb9bf6f463140c9404b03ecaaf7750f6b60a0fd90416d1f595a667c12017 ’ so I believe I take the control of this address 1AbgbDkm3TD3prVWKxu8DcxvAN6zttpQMA.
Also I just sign message with 1AbgbDkm3TD3prVWKxu8DcxvAN6zttpQMA, you can veryfy also.
Message
heropzy from counterpartytalk own this address 1AbgbDkm3TD3prVWKxu8DcxvAN6zttpQMA
Signature G63u9BWSirad9CrsKFM1x3a4O7ci4IByULn25IUht6oUZ4fhtZZURIosMTuE7lX8tRuUXki9jqqrg8y/apIuIzQ=
11:52:58
?
listunspent
11:52:58
?
[
{
“txid”: “69f4df0ccb9bf6f463140c9404b03ecaaf7750f6b60a0fd90416d1f595a667c1”,
“vout”: 0,
“address”: “1AbgbDkm3TD3prVWKxu8DcxvAN6zttpQMA”,
“account”: “”,
“scriptPubKey”: “76a914694852a4688bdfcd7173ffde09feb2e2d3a77bec88ac”,
“amount”: 0.00968800,
“confirmations”: 125,
“spendable”: true,
“solvable”: true
}
]
Hi something,
I justed tried one more time with counterwallet.io, and it worked!!
I have sweep all the xcp to my account.
I found that the private key start with 5 worked, and started with K failed.
Thanks a lot for the support you offered.
Cheers, man.
Okay, great.