Hmmmm I cant get this running.
I cloned counterpartyd_build, then installed the python file, then reindexed bitcoin qt. Seems to start with server command and is catching up blocks.
However sending doesnt work:
counterpartyd send --source=address1 --destination=address2 --quantity=100 --asset=XCP
It says:
Transaction (unsigned):
"HUGE NUMBER!"
Confirm? (y/N) y
Transaction aborted.
So why is transaction aborted? I have sufficient XCP on address1 and sufficient BTC to pay the fee. Also I have set up bitcoin.conf and counterpartyd.conf correctly...
Some Ideas whats wrong here?
Any hints on that plz? Developers?
No matter what I enter, always says
Transaction aborted.
Still trying to figure out how to send XCP...
Any Idea what could cause the transaction to abort?
Is the server all caught up, or is it still processing blocks?
If so, try running the command with the "--unsigned" switch after "counterpartyd" but before "send". Does it successfully produce output?
Also, do you have a non-US keyboard configuration in use?
Actually, you can just specify "--headless" as well, instead of "--unsigned" to skip that prompt in the first place.
Server stands at block 286203 which is right I think. Its not processing any more, only giving out the "oputput" from the blockchain.
When I try with
--unsigned
, its not asking the confirmation and outputs the transaction, but its not sending XCP actually.
But when I try with
--headless
its working!!!!!!
Why is this so? I dont understand, but it seems to work this way. I have a germany keyboard layout, where y and z is swapped. But it also didnt work with pressing 'z' (supposing it would be the us 'y')...
Thank you xnova for helping me...