<<  >> (p.6)
    Author Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread  (Read 1277357 times)
    This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
    PhantomPhreak (OP)
    Sr. Member
    ****
    Offline Offline

    Activity: 476
    Merit: 301

    Counterparty Chief Scientist and Co-Founder


    View Profile
    January 03, 2014, 10:13:24 PM
     #101

    Quote
    bitcoind -rpcport=8332 getinfo
    gave me the following output,

    Quote
    {
        "version" : 80600,
        "protocolversion" : 70001,
        "walletversion" : 60000,
        "balance" : 0.01100000,
        "blocks" : 278479,
        "timeoffset" : -10,
        "connections" : 8,
        "proxy" : "",
        "difficulty" : 1418481395.26263547,
        "testnet" : false,
        "keypoololdest" : 1388704801,
        "keypoolsize" : 101,
        "paytxfee" : 0.00000000,
        "errors" : ""
    }

    so once I updated the port to 8332 in ~/.config/counterpartyd/counterpartyd.conf I was able to connect with biotcoind.


    When I run

    Quote
    counterpartyd --log-file=- -v

    I get the following continuous stream of output on the terminal,

    Quote
    2014-01-03-T01:20:57-0800 "POST HTTP/1.1" 200 38
    2014-01-03-T01:20:58-0800 Starting new HTTP connection (1): localhost
    2014-01-03-T01:20:58-0800 "POST HTTP/1.1" 200 38
    2014-01-03-T01:20:59-0800 Starting new HTTP connection (1): localhost
    2014-01-03-T01:20:59-0800 "POST HTTP/1.1" 200 38
    2014-01-03-T01:21:00-0800 Starting new HTTP connection (1): localhost
    2014-01-03-T01:21:00-0800 "POST HTTP/1.1" 200 38
    2014-01-03-T01:21:01-0800 Starting new HTTP connection (1): localhost
    2014-01-03-T01:21:01-0800 "POST HTTP/1.1" 200 38
    .
    .
    .

    Next, In a new terminal, I tried to run the following command,

    counterpartyd --rpc-password=rpcpw1234 burn --from=1CrmTo7Rtk6keeBHbN93B3tAMCm31sG5Tc --quantity=0.01


    to try to burn 0.01 btc, its asking for a confirmation, when I hit 'y', it crashes with the following message,

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named mechanize
    1

    I see that the 0.01 btc is still in my address 1CrmTo7Rtk6keeBHbN93B3tAMCm31sG5Tc and hasnt been deducted.

    any insight into why this crash might be happening?

    Thx for your help. I really appreciate it Smiley

    Remove the project directory and re-install. The newest version should both fix the mechanize bug and be more specific about the nature of any other problems you're still having then.
Page 5
Viewing Page: 6