Post
Topic
Board Service Announcements
Re: [ANN] Joinmarket - Coinjoin that people will actually use
by
jjacob
on 30/12/2016, 00:47:46 UTC
Has anything changed in the past week or so? Joinmarket was working normally previously, but I get the following error now when I use the wallet-tool

Code:
Traceback (most recent call last):
  File "wallet-tool.py", line 121, in
    sync_wallet(wallet, fast=options.fastsync)
  File "*/Joinmarket/joinmarket-0.2.2/joinmarket/blockchaininterface.py", line 79, in sync_wallet
    jm_single().bc_interface.sync_wallet(wallet)
  File "*/Joinmarket/joinmarket-0.2.2/joinmarket/blockchaininterface.py", line 88, in sync_wallet
    self.sync_addresses(wallet)
  File "*/Joinmarket/joinmarket-0.2.2/joinmarket/blockchaininterface.py", line 168, in sync_addresses
    data = btc.make_request_blockr(blockr_url + ','.join(addrs))['data']
  File "*/Joinmarket/joinmarket-0.2.2/bitcoin/bci.py", line 41, in make_request_blockr
    data = json.loads(make_request(*args))
  File "*/Joinmarket/joinmarket-0.2.2/bitcoin/bci.py", line 36, in make_request
    raise Exception(p)
Exception:

I run Joinmarket on Ubuntu 16.04


blockr.io's certificate expired a couple of days back (on the 21st). Unfortunately they don't appear to have renewed it yet. You can verify by trying to visit https://btc.blockr.io.

Blockr.io's certificate seems to be back now.
So we can run the wallet-tool in the usual way now.