Bitcoin Forum
October 17, 2024, 03:08:43 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 11, 2014, 02:03:21 AM
Nevermind. I unlocked my wallet temporarily and all is well.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 11, 2014, 01:43:26 AM
Uh oh...

Tried to cancel an order and got this error;

lib.exceptions.BitcoindError: {'message': 'Private key for address 156FAUbf3Moo54qnUN9NRdNq7KP8KrMXBP is not known', 'code': -4}

That's where my XCP's are and a Bitcoin.

Is there something that counterpartyd could have done? All I've done with it the last few days is buy a little XCP through the DEX. I've done nothing fancy.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 09, 2014, 12:35:28 AM
I've had a couple transactions go through today, and I still have 5 order id's that show up when I look at counterparty market. I guess they'll just expire but I'd hate for those people to think I'm a troll :-)
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 08, 2014, 03:55:29 PM
I posted a valid order to buy XCP and it was correctly matched. I did counterpartyd market to see orders awaiting BTC payment by me and took the matched order id from there and then executed

counterpartyd btcpay --order-match-id=9ce90757c8f8d9c0c3cffb429d01c737cac39ccfc630d783e8812b468c01e76ce99f02130953b989da98f2d862069d6f6b8b4aa98fc59c457433b96467b8b023

That all went fine, no errors. But the transaction never got confirmed and no XCP has shown up.
 
Did I do something wrong?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 07, 2014, 06:24:35 PM
counterpartyd -V
counterpartyd v0.2
Code:
./counterpartyd.py -V
Traceback (most recent call last):
  File "./counterpartyd.py", line 14, in <module>
    from prettytable import PrettyTable
ImportError: No module named 'prettytable'

rashley@expo:~$ counterpartyd --version
counterpartyd v0.3
rashley@expo:~$ counterpartyd -V
counterpartyd v0.3

So the version was definitely bumped but the reparsing is going to take about a week. It's rolling along at about 10 sec per block and it has at least 6000 blocks to go.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 07, 2014, 06:00:51 PM
Looks like I might have finally caught up with the blockchain. I tried to check on it but the process had crashed with this error.

Status: RESTART
Block: 284193
Send: 100.0 of asset XCP from 1FueYJfpS7Q92qHGGrbr5d4r5qn4Lz56To to 1KKPcuXvYkEqwjFRUWuDUFcLk3YQgXfVbQ (b5f95848...8fd4d9f3)
Traceback (most recent call last):
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/counterpartyd.py", line 682, in <module>
    blocks.follow(db)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/blocks.py", line 534, in follow
    parse_block(db, block_index)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/blocks.py", line 64, in parse_block
    cancel.parse(db, tx, message)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/cancel.py", line 61, in parse
    util.credit(db, tx['source'], order['give_asset'], order['give_remaining'])
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/util.py", line 257, in credit
    assert asset != 'BTC' # Never BTC.
AssertionError

Any ideas here?

Reparse counterpartyd and try again.

Actually, I believe the problem is that he's running an old version. 520bit, tell us what counterpartyd --version returns.

counterpartyd -V
counterpartyd v0.2


Did a git pull and I've restarted it. It's started parsing an older block so when it gets up to 284193, I'll have an answer.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 07, 2014, 05:31:56 PM
Looks like I might have finally caught up with the blockchain. I tried to check on it but the process had crashed with this error.

Status: RESTART
Block: 284193
Send: 100.0 of asset XCP from 1FueYJfpS7Q92qHGGrbr5d4r5qn4Lz56To to 1KKPcuXvYkEqwjFRUWuDUFcLk3YQgXfVbQ (b5f95848...8fd4d9f3)
Traceback (most recent call last):
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/counterpartyd.py", line 682, in <module>
    blocks.follow(db)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/blocks.py", line 534, in follow
    parse_block(db, block_index)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/blocks.py", line 64, in parse_block
    cancel.parse(db, tx, message)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/cancel.py", line 61, in parse
    util.credit(db, tx['source'], order['give_asset'], order['give_remaining'])
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/util.py", line 257, in credit
    assert asset != 'BTC' # Never BTC.
AssertionError

Any ideas here?

Reparse counterpartyd and try again.

Actually, I believe the problem is that he's running an old version. 520bit, tell us what counterpartyd --version returns.

counterpartyd -V
counterpartyd v0.2
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 07, 2014, 05:17:29 PM
Looks like I might have finally caught up with the blockchain. I tried to check on it but the process had crashed with this error.

Status: RESTART
Block: 284193
Send: 100.0 of asset XCP from 1FueYJfpS7Q92qHGGrbr5d4r5qn4Lz56To to 1KKPcuXvYkEqwjFRUWuDUFcLk3YQgXfVbQ (b5f95848...8fd4d9f3)
Traceback (most recent call last):
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/counterpartyd.py", line 682, in <module>
    blocks.follow(db)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/blocks.py", line 534, in follow
    parse_block(db, block_index)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/blocks.py", line 64, in parse_block
    cancel.parse(db, tx, message)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/cancel.py", line 61, in parse
    util.credit(db, tx['source'], order['give_asset'], order['give_remaining'])
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/util.py", line 257, in credit
    assert asset != 'BTC' # Never BTC.
AssertionError

Any ideas here?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 07, 2014, 04:29:11 PM
I'm trying to get counterpartyd up and running on Debian. I have bitcoind running and I am running counterpartyd server in the background but when I try to connect to it using counterpartyd market --give-asset=BTC, I get the following error and I've not been able to figure out how to resolve it.

Traceback (most recent call last):
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/counterpartyd.py", line 509\
, in <module>
    util.database_check(db)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/util.py", line 64, in d\
atabase_check
    raise exceptions.DatabaseError('Counterparty database is behind Bitcoind. Is the\
 counterpartyd server running?')
lib.exceptions.DatabaseError: Counterparty database is behind Bitcoind. Is the count\
erpartyd server running?

Can someone give me some help with what to look for?

Thanks.

Has your counterpartyd server caught up to the most recent block?

Maybe not. I'll check that. That's a misleading error message if that is the problem.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 07, 2014, 04:21:05 PM
I'm trying to get counterpartyd up and running on Debian. I have bitcoind running and I am running counterpartyd server in the background but when I try to connect to it using counterpartyd market --give-asset=BTC, I get the following error and I've not been able to figure out how to resolve it.

Traceback (most recent call last):
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/counterpartyd.py", line 509\
, in <module>
    util.database_check(db)
  File "/opt3/git/counterpartyd_build/dist/counterpartyd/lib/util.py", line 64, in d\
atabase_check
    raise exceptions.DatabaseError('Counterparty database is behind Bitcoind. Is the\
 counterpartyd server running?')
lib.exceptions.DatabaseError: Counterparty database is behind Bitcoind. Is the count\
erpartyd server running?

Can someone give me some help with what to look for?

Thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!