Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
xnova
on 16/02/2014, 15:14:58 UTC
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:

Code:
counterpartyd send --source=address1 --destination=address2 --quantity=100 --asset=XCP

It says:
Code:
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

Code:
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.