Author

Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread - page 504. (Read 1276912 times)

full member
Activity: 216
Merit: 100
what's the deal with the massive troll buy?  http://blockscan.com/order.aspx?q=3594

is there something being worked on to counteract this kind of stuff?  Or at least make the tx fee proportional to btc sell offer for it to be valid?

That has already been implemented: now fee_provided is a percentage of one's "BTC sell" purchase.
legendary
Activity: 1666
Merit: 1010
he who has the gold makes the rules
what's the deal with the massive troll buy?  http://blockscan.com/order.aspx?q=3594

is there something being worked on to counteract this kind of stuff?  Or at least make the tx fee proportional to btc sell offer for it to be valid?
sr. member
Activity: 364
Merit: 250
Owner of Poloniex
Busoni

Poloniex is great but :

An XCP transfer costs 0.0002172 BTC at the moment (I don't know in the future if this will change) Even at a rate of 0.01BTC/XCP (to balance the risk of holding XCP) transfers should cost around 0.02 XCP to be fair.

I don't know about the reason why it's so high but this issue should be addressed (don't let another exchange steal your market share, you have the first mover advantage...)



A single XCP transfer costs about that much, but in order to deposit, XCP and BTC need to be transferred internally. Sometimes BTC needs to be transferred more than once because Counterparty randomly requires varying amounts of BTC. The withdrawal fees have to cover deposit costs, and people often make more deposits than withdrawals.

I just lowered the fee to 0.35, but that seems like a lot, too. I think 0.1 will cover everything, so I'm going to lower it to that.
newbie
Activity: 17
Merit: 0
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.

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
Code:
--unsigned
, its not asking the confirmation and outputs the transaction, but its not sending XCP actually.

But when I try with
Code:
--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...
newbie
Activity: 28
Merit: 0
Why is it falling so agressively, any ideas?

Seems coinmarketcap has problems in getting price feed
hero member
Activity: 595
Merit: 500
Why is it falling so agressively, any ideas?
full member
Activity: 238
Merit: 100

Successfully set up counterpartyd.conf and bitcoin.conf in the %USER%\Appdata\Roaming\... Folders?

Seems to me that your counterpartyd cannot connect to bitcoind via RPC...

Thanks.

bitcoin.conf
Code:
[b]rpuser[/b]=rpc
rpcpassword=rpcpw1234
server=1
daemon=1
txindex=1

counterpartyd.conf
Code:
[Default]
bitcoind-rpc-connect=localhost
bitcoind-rpc-port=8332
bitcoind-rpc-user=rpc
bitcoind-rpc-password=rpcpw1234
rpc-host=localhost
rpc-user=rpcuser
rpc-password=xcppw1234




Hmm, that looks right. Try restarting bitcoind if you are still getting this issue and seeing if counterpartyd will connect again....also check for any weird characters at the ends of lines in the configs (I would think it would strip these normally, but just in case...)

Thank you very much.

Finally, I got it. I'm so sorry. There is a typo in bitcoin.conf. "rpuser" should be "rpcuser" in the first line.


legendary
Activity: 1372
Merit: 1000
Counterparty just appeared on coinmarketcap.com and it looks like the 1BTC I burned a little while back is now worth almost 24BTC?  Wow.  Any particular news or achievements responsible for the appreciation?

Is XCP on any exchanges?
sr. member
Activity: 390
Merit: 254
Counterparty Developer
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.
sr. member
Activity: 602
Merit: 252
A glance of the possible Counterpartyd GUI:

Original Source: https://www.dropbox.com/sh/877x9b1b5vhyiey/SBgi69wdUX#lh:null-Screen%20Shot%202014-02-16%20at%206.56.55%20AM.png
GUI Development Bounty: https://forums.counterparty.co/index.php/topic,8.msg478/boardseen.html#new

Orders



Order Match ID



Asset



Dividend



Asset Transfer



Overview



Send XCP



Get Asset



Give Asset








sr. member
Activity: 390
Merit: 254
Counterparty Developer

Successfully set up counterpartyd.conf and bitcoin.conf in the %USER%\Appdata\Roaming\... Folders?

Seems to me that your counterpartyd cannot connect to bitcoind via RPC...

Thanks.

bitcoin.conf
Code:
rpuser=rpc
rpcpassword=rpcpw1234
server=1
daemon=1
txindex=1

counterpartyd.conf
Code:
[Default]
bitcoind-rpc-connect=localhost
bitcoind-rpc-port=8332
bitcoind-rpc-user=rpc
bitcoind-rpc-password=rpcpw1234
rpc-host=localhost
rpc-user=rpcuser
rpc-password=xcppw1234




Hmm, that looks right. Try restarting bitcoind if you are still getting this issue and seeing if counterpartyd will connect again....also check for any weird characters at the ends of lines in the configs (I would think it would strip these normally, but just in case...)
sr. member
Activity: 390
Merit: 254
Counterparty Developer
Hi all,

I just installed the counterparty deamon for windows x64, using the installer. However, when I try to run it using


 "C:\Program Files\counterpartyd\counterpartyd.exe" --log-file=-


an error: "Too few arguments" occurs.

Any insights?


Try  "C:\Program Files\counterpartyd\counterpartyd.exe" wallet or other command like send, order, etc.

You should just be able to type "counterpartyd" at the command line...i.e. "counterpartyd server" or "counterpartyd wallet". No need for a path (as long as you chose the "Add to PATH" option when installing).
sr. member
Activity: 390
Merit: 254
Counterparty Developer
I have a problem sending XCP from one address to another. I'm using the latest counterpartyd (v5.0) and database is up to date.

Here's the error I get:
Code:
Traceback (most recent call last):
  File "./counterpartyd.py", line 503, in
    print(unsigned_tx_hex) if args.unsigned else json_print(bitcoin.transmit(unsigned_tx_hex))
  File "/Users/Max/counterpartyd/lib/bitcoin.py", line 404, in transmit
    return rpc('sendrawtransaction', [signed_tx_hex])
  File "/Users/Max/counterpartyd/lib/bitcoin.py", line 103, in rpc
    raise exceptions.BitcoindError('{}'.format(response_json['error']))
lib.exceptions.BitcoindError: {'code': -22, 'message': 'TX rejected'}

I consolidated XCP holdings of around 30 addresses in one address and now I'm trying to send the complete balance of this address to another one.

Any help on this would be greatly appreciated.

You probably just need to wait for transaction confirmations. Tell me if this issue doesn't resolve itself.

Also see https://counterparty.co/faqs/i-got-an-error-tx-rejected-code-22-what-is-that/
sr. member
Activity: 336
Merit: 260
Funny how all the trading of the supposedly decentralized XCP currency migrated to centralized poloniex exchange. Old habits die hard kind of thing Smiley
newbie
Activity: 17
Merit: 0
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?
sr. member
Activity: 602
Merit: 252
Hi all,

I just installed the counterparty deamon for windows x64, using the installer. However, when I try to run it using


 "C:\Program Files\counterpartyd\counterpartyd.exe" --log-file=-


an error: "Too few arguments" occurs.

Any insights?


Try  "C:\Program Files\counterpartyd\counterpartyd.exe" wallet or other command like send, order, etc.
legendary
Activity: 861
Merit: 1010
sr. member
Activity: 476
Merit: 300
Counterparty Chief Scientist and Co-Founder
I have a problem sending XCP from one address to another. I'm using the latest counterpartyd (v5.0) and database is up to date.

Here's the error I get:
Code:
Traceback (most recent call last):
  File "./counterpartyd.py", line 503, in
    print(unsigned_tx_hex) if args.unsigned else json_print(bitcoin.transmit(unsigned_tx_hex))
  File "/Users/Max/counterpartyd/lib/bitcoin.py", line 404, in transmit
    return rpc('sendrawtransaction', [signed_tx_hex])
  File "/Users/Max/counterpartyd/lib/bitcoin.py", line 103, in rpc
    raise exceptions.BitcoindError('{}'.format(response_json['error']))
lib.exceptions.BitcoindError: {'code': -22, 'message': 'TX rejected'}

I consolidated XCP holdings of around 30 addresses in one address and now I'm trying to send the complete balance of this address to another one.

Any help on this would be greatly appreciated.

You probably just need to wait for transaction confirmations. Tell me if this issue doesn't resolve itself.
sr. member
Activity: 476
Merit: 300
Counterparty Chief Scientist and Co-Founder
'counterpartyd market' command doesn't work in 5.1 develop branch?

I get an 'invalid choice: 'market' error message.

How do I view all current market orders now?

For now you should use Blockscan.com, or similar.

To view pending orders awaiting BTC payment from one of your addresses, use the pending command.
Jump to: