Catastrophic Failure

Where can I find the log files as the node suffered a failure.
fednode ps:
core@nodeserver:~/federatednode$ fednode ps
Name Command State Ports

federatednode_armory-utxsvr- start.sh Exit 255 6590/tcp, 6591/tcp
testnet_1
federatednode_armory-utxsvr_1 start.sh Exit 255 6590/tcp, 6591/tcp
federatednode_bitcoin- start.sh Exit 255
testnet_1
federatednode_bitcoin_1 start.sh Exit 255
federatednode_counterblock- start.sh Exit 0
testnet_1
federatednode_counterblock_1 start.sh Exit 0
federatednode_counterparty- start.sh Exit 0
testnet_1
federatednode_counterparty_1 start.sh Exit 0
federatednode_counterwallet_1 start.sh Exit 255 0.0.0.0:443->443/tcp,
0.0.0.0:80->80/tcp
federatednode_indexd- npm start Exit 255
testnet_1
federatednode_indexd_1 npm start Exit 255
federatednode_mongodb_1 docker-entrypoint.sh mongod Exit 255
federatednode_redis_1 docker-entrypoint.sh redis Exit 255

core@nodeserver:~/federatednode$ fednode start
This script requires root access (via sudo) to run. Please enter your sudo password below.
[sudo] password for core:
Starting bitcoin-testnet … error
Starting mongodb … error
Starting redis … error
Starting bitcoin … error
Starting counterparty … error
Starting counterparty-testnet … error
Starting indexd-testnet … error
Starting armory-utxsvr … error
Starting counterblock … error
Starting armory-utxsvr-testnet … error
Starting counterblock-testnet … error
Starting counterwallet … error
Starting indexd … error

ERROR: for bitcoin-testnet Cannot start service bitcoin-testnet: OCI runtime create failed: container with id exists: ba4ecabed42c49675a78b9d45f073317590447579e69cd52c4ae25c4e3b8e2b4: unknown

ERROR: for mongodb Cannot start service mongodb: OCI runtime create failed: container with id exists: a2b6f7e43d5a798641862e22a4f0a5c435e5a9cce50d78f99bb61ac22aa591c7: unknown

ERROR: for redis Cannot start service redis: OCI runtime create failed: container with id exists: 077f40c179f62a655c89015380e16f4fd92f39ecd745552b00909a8ff6c576d8: unknown

ERROR: for bitcoin Cannot start service bitcoin: OCI runtime create failed: container with id exists: 3714445f6a52e508be36acc5680c9cd55cba3217bc9ef93ea90c1925f043de47: unknown

ERROR: for indexd Cannot start service indexd: OCI runtime create failed: container with id exists: 21ee8361f4fa1d3ba1809e21d7efc0a0043ffc741452df330f4427d8bbfa1145: unknown

ERROR: for indexd-testnet Cannot start service indexd-testnet: OCI runtime create failed: container with id exists: c5406101c363dd408f53b5f0be60f40dd643e4e8d782e0d0b680e7572782262e: unknown
ERROR: No containers to start

I left the node running with bitcoind and indexd on mainnet, as testnet was giving the following error when starting the indexd-testnet:
ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos

How to recover from this?

TY

Okay, no one?

I will just do a reinstall then…:grinning:

TY

Hi, anybody any idea why this keeps hapening when starting indexd:
bitcoin_1 | 2019-04-22T07:15:01Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:15:01Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:15:29Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:16:30Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:17:30Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:18:19Z New outbound peer connected: version: 70015, blocks=572732, peer=14
bitcoin_1 | 2019-04-22T07:18:31Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:19:30Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:20:30Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:21:31Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:22:32Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:23:31Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)
bitcoin_1 | 2019-04-22T07:24:31Z ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: iostream error at CBlockDiskPos(nFile=0, nPos=124450586)

TY

This seems to be a disk IO error.

Are you running fednode on hardware or in a VM? Is your hard drive an SSD? This issue seems to pop up on EBS-backed AWS instances.

Also, have you let bitcoin and bitcoin-testnet sync fully before starting up indexd and indexd-testnet?

Thanks for the reply.

Yes the Fednode is running on metal not VM, while both blockchains are fully synced. I figured it would be the HDD as it is ofc much slower and gets overwhelmed., I will move the Os etc…to a SSD and only use the HDD for the data_Volumes. I will try if I can get the fednode to run fully only on testnet first. I have Bitcoin-testnet, indexd-testnet, armory-utxsvr-testnet and counterparty-testnet all synced running, Counterblock-testnet gives the following error when starting it up after all are synced: Counterblock is unable to find a file called : GeoIP.dat:
core@nodeserver:~/federatednode$ fednode tail counterblock-testnet
Attaching to federatednode_counterblock-testnet_1
counterblock-testnet_1 | ERROR:server: Unhandled Exception
counterblock-testnet_1 | Traceback (most recent call last):
counterblock-testnet_1 | File “/usr/local/bin/counterblock”, line 9, in
counterblock-testnet_1 | load_entry_point(‘counterblock’, ‘console_scripts’, ‘counterblock’)()
counterblock-testnet_1 | File “/counterblock/counterblock/init.py”, line 7, in server_main
counterblock-testnet_1 | server.main()
counterblock-testnet_1 | File “/counterblock/counterblock/server.py”, line 146, in main
counterblock-testnet_1 | StartUpProcessor.run_active_functions()
counterblock-testnet_1 | File “/counterblock/counterblock/lib/processor/init.py”, line 171, in run_active_functions
counterblock-testnet_1 | func[‘function’](*args, **kwargs)
counterblock-testnet_1 | File “/counterblock/counterblock/lib/modules/counterwallet.py”, line 613, in init
counterblock-testnet_1 | module_config[‘GEOIP’] = pygeoip.GeoIP(geoip_data_path)
counterblock-testnet_1 | File “/usr/local/lib/python3.5/dist-packages/pygeoip/init.py”, line 118, in init
counterblock-testnet_1 | self._fp = codecs.open(filename, ‘rb’, ENCODING)
counterblock-testnet_1 | File “/usr/lib/python3.5/codecs.py”, line 895, in open
counterblock-testnet_1 | file = builtins.open(filename, mode, buffering)
counterblock-testnet_1 | FileNotFoundError: [Errno 2] No such file or directory: ‘/root/.local/share/counterblock/GeoIP.dat’
counterblock-testnet_1 | INFO:log: Logging txes to ‘/root/.cache/counterblock/log/server.testnet.tx.log’
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/assets
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/counterwallet
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/dex
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/transaction_stats
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/betting
counterblock-testnet_1 | INFO:server: counterblock command specified: server
counterblock-testnet_1 | INFO:server: counterblock Version 1.4.0 starting …
counterblock-testnet_1 | INFO:database: Connecting to mongoDB backend …
counterblock-testnet_1 | INFO:cache: Connecting to redis @ redis
counterblock-testnet_1 | INFO:counterwallet: Loading config at: /root/.config/counterblock/counterwallet.testnet.conf
counterblock-testnet_1 | INFO:counterwallet: Armory-utxsvr hostname: armory-utxsvr-testnet
counterblock-testnet_1 | INFO:counterwallet: Checking/updating GeoIP.dat …
counterblock-testnet_1 | INFO:counterwallet: Downloading GeoIP.dat
counterblock-testnet_1 | gzip: GeoIP.dat.gz: No such file or directory
counterblock-testnet_1 | b’’
counterblock-testnet_1 | ERROR:server: Unhandled Exception
counterblock-testnet_1 | Traceback (most recent call last):
counterblock-testnet_1 | File “/usr/local/bin/counterblock”, line 9, in
counterblock-testnet_1 | load_entry_point(‘counterblock’, ‘console_scripts’, ‘counterblock’)()
counterblock-testnet_1 | File “/counterblock/counterblock/init.py”, line 7, in server_main
counterblock-testnet_1 | server.main()
counterblock-testnet_1 | File “/counterblock/counterblock/server.py”, line 146, in main
counterblock-testnet_1 | StartUpProcessor.run_active_functions()
counterblock-testnet_1 | File “/counterblock/counterblock/lib/processor/init.py”, line 171, in run_active_functions
counterblock-testnet_1 | func[‘function’](*args, **kwargs)
counterblock-testnet_1 | File “/counterblock/counterblock/lib/modules/counterwallet.py”, line 613, in init
counterblock-testnet_1 | module_config[‘GEOIP’] = pygeoip.GeoIP(geoip_data_path)
counterblock-testnet_1 | File “/usr/local/lib/python3.5/dist-packages/pygeoip/init.py”, line 118, in init
counterblock-testnet_1 | self._fp = codecs.open(filename, ‘rb’, ENCODING)
counterblock-testnet_1 | File “/usr/lib/python3.5/codecs.py”, line 895, in open
counterblock-testnet_1 | file = builtins.open(filename, mode, buffering)
counterblock-testnet_1 | FileNotFoundError: [Errno 2] No such file or directory: ‘/root/.local/share/counterblock/GeoIP.dat’
counterblock-testnet_1 | INFO:log: Logging txes to ‘/root/.cache/counterblock/log/server.testnet.tx.log’
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/assets
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/counterwallet
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/dex
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/transaction_stats
counterblock-testnet_1 | INFO:module: Loading Plugin Module lib/modules/betting
counterblock-testnet_1 | INFO:server: counterblock command specified: server
counterblock-testnet_1 | INFO:server: counterblock Version 1.4.0 starting …
counterblock-testnet_1 | INFO:database: Connecting to mongoDB backend …
counterblock-testnet_1 | INFO:cache: Connecting to redis @ redis
counterblock-testnet_1 | INFO:counterwallet: Loading config at: /root/.config/counterblock/counterwallet.testnet.conf
counterblock-testnet_1 | INFO:counterwallet: Armory-utxsvr hostname: armory-utxsvr-testnet
counterblock-testnet_1 | INFO:counterwallet: Checking/updating GeoIP.dat …
counterblock-testnet_1 | INFO:counterwallet: Downloading GeoIP.dat
counterblock-testnet_1 | gzip: GeoIP.dat.gz: No such file or directory
counterblock-testnet_1 | b’’
counterblock-testnet_1 | ERROR:server: Unhandled Exception
counterblock-testnet_1 | Traceback (most recent call last):
counterblock-testnet_1 | File “/usr/local/bin/counterblock”, line 9, in
counterblock-testnet_1 | load_entry_point(‘counterblock’, ‘console_scripts’, ‘counterblock’)()
counterblock-testnet_1 | File “/counterblock/counterblock/init.py”, line 7, in server_main
counterblock-testnet_1 | server.main()
counterblock-testnet_1 | File “/counterblock/counterblock/server.py”, line 146, in main
counterblock-testnet_1 | StartUpProcessor.run_active_functions()
counterblock-testnet_1 | File “/counterblock/counterblock/lib/processor/init.py”, line 171, in run_active_functions
counterblock-testnet_1 | func[‘function’](*args, **kwargs)
counterblock-testnet_1 | File “/counterblock/counterblock/lib/modules/counterwallet.py”, line 613, in init
counterblock-testnet_1 | module_config[‘GEOIP’] = pygeoip.GeoIP(geoip_data_path)
counterblock-testnet_1 | File “/usr/local/lib/python3.5/dist-packages/pygeoip/init.py”, line 118, in init
counterblock-testnet_1 | self._fp = codecs.open(filename, ‘rb’, ENCODING)
counterblock-testnet_1 | File “/usr/lib/python3.5/codecs.py”, line 895, in open
counterblock-testnet_1 | file = builtins.open(filename, mode, buffering)
counterblock-testnet_1 | FileNotFoundError: [Errno 2] No such file or directory: ‘/root/.local/share/counterblock/GeoIP.dat’
federatednode_counterblock-testnet_1 exited with code 0

So counterblock cannot find GeoIP.dat after Counterwallet cannot download GeoIP.dat?:

counterblock-testnet_1 | INFO:counterwallet: Checking/updating GeoIP.dat …
counterblock-testnet_1 | INFO:counterwallet: Downloading GeoIP.dat
counterblock-testnet_1 | gzip: GeoIP.dat.gz: No such file or directory
counterblock-testnet_1 | b’’

Why cant Counterwallet download GeoIP.dat?

Thanks in advance.

GeoIP was discontinued and we should be using GeoLite2 shortly after this PR is merged.

You can get the existing GeoIP.dat file from http://j-dog.net/misc/GeoIP.dat

to get things working again place the file in /root/.local/share/counterblock/ in your counterblock docker container.

Great TY its running full stack on testnet, only this message came up after starting counterblock-testnet:
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:blockfeed: Cannot contact counterparty-server (via get_running_info): ‘NoneType’ object is not subscriptable
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…
counterblock-testnet_1 | WARNING:util: Bad status code returned: ‘503’. result body: ‘{“message”: “Server error”, “data”: “Counterparty database is behind backend.”, “code”: -32000}’. – Waiting 3 seconds before trying again…

As far as I can see it looks that it is fully insync seeing the time stamps. I will wait to see if it catches up.

On mainnet I am still getting the following error after starting counterparty:
counterparty_1 | [2019-04-27 02:43:17][INFO] Running v1.1.4 of counterparty-server.
counterparty_1 | [2019-04-27 02:43:17][INFO] Running v9.56.1 of counterparty-lib.
counterparty_1 | [2019-04-27 02:43:17][INFO] Acquiring lock.
counterparty_1 | [2019-04-27 02:43:17][INFO] Connecting to database (SQLite 3.24.0-r1).
counterparty_1 | [2019-04-27 02:43:18][INFO] Connecting to backend.
counterparty_1 | [2019-04-27 02:44:18][ERROR] Unhandled Exception
counterparty_1 | Traceback (most recent call last):
counterparty_1 | File “/usr/local/bin/counterparty-server”, line 9, in
counterparty_1 | load_entry_point(‘counterparty-cli’, ‘console_scripts’, ‘counterparty-server’)()
counterparty_1 | File “/counterparty-cli/counterpartycli/init.py”, line 16, in server_main
counterparty_1 | server.main()
counterparty_1 | File “/counterparty-cli/counterpartycli/server.py”, line 164, in main
counterparty_1 | server.start_all(db)
counterparty_1 | File “/counterparty-lib/counterpartylib/server.py”, line 453, in start_all
counterparty_1 | connect_to_backend()
counterparty_1 | File “/counterparty-lib/counterpartylib/server.py”, line 447, in connect_to_backend
counterparty_1 | backend.getblockcount()
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/backend/init.py”, line 42, in getblockcount
counterparty_1 | return BACKEND().getblockcount()
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/backend/indexd.py”, line 148, in getblockcount
counterparty_1 | return rpc(‘getblockcount’, [])
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/backend/indexd.py”, line 87, in rpc
counterparty_1 | return rpc_call(payload)
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/backend/indexd.py”, line 51, in rpc_call
counterparty_1 | raise BackendRPCError(‘Cannot communicate with backend at {}. (server is set to run on {}, is backend?)’.format(util.clean_url_for_log(url), network))
counterparty_1 | counterpartylib.lib.backend.indexd.BackendRPCError: Cannot communicate with backend at http://XXXXXXXX@0.0.0.0:8332. (server is set to run on mainnet, is backend?)
federatednode_counterparty_1 exited with code 0

All the config files are kept in the default, no changes have been made. except added my own other nodes on my private network.

Thanks again for the help, J-dog

This looks like an indexd communication issue. Indexd needs to be up and fully synced before starting up Counterparty.

You can check the status of indexd via http://IP_ADDRESS:8332/status

The response will look something like this

{
  "chainBlock": 573417,
  "indexBlock": 573417,
  "network": "mainnet",
  "blocksBehind": 0,
  "ready": true
}

Once your indexd shows “ready”:true, then try restarting counterparty and see if you still have communication issues between counterparty and indexd.

I get a 404 on that, thats the docker-ufw issue I still need to resolve as I cannot keep using the dockerized bitcoin nodes, but this came up…so I will let it sync:

FYI: I solved the ERROR: ReadBlockFromDisk: Deserialize or I/O error by replacing the faulty damaged blocks instead of doing a full 10-day -reindex…

http://IP_ADDRESS:8432/status works, gives:
{“chainBlock”:573482,“indexBlock”:264126,“network”:“mainnet”,“blocksBehind”:309356,“ready”:false}

TY

1 Like

Finally inexd has caught up… next error:
counterparty_1 | [2019-05-03 22:10:34][ERROR] Unhandled Exception
counterparty_1 | Traceback (most recent call last):
counterparty_1 | File “/usr/local/bin/counterparty-server”, line 9, in
counterparty_1 | load_entry_point(‘counterparty-cli’, ‘console_scripts’, ‘counterparty-server’)()
counterparty_1 | File “/counterparty-cli/counterpartycli/init.py”, line 16, in server_main
counterparty_1 | server.main()
counterparty_1 | File “/counterparty-cli/counterpartycli/server.py”, line 164, in main
counterparty_1 | server.start_all(db)
counterparty_1 | File “/counterparty-lib/counterpartylib/server.py”, line 466, in start_all
counterparty_1 | blocks.follow(db)
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/blocks.py”, line 1240, in follow
counterparty_1 | tx_index = list_tx(db, block_hash, block_index, block_time, tx_hash, tx_index, tx_hex)
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/blocks.py”, line 934, in list_tx
counterparty_1 | source, destination, btc_amount, fee, data = get_tx_info(tx_hex)
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/blocks.py”, line 453, in get_tx_info
counterparty_1 | return _get_tx_info(tx_hex, block_parser, block_index)
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/blocks.py”, line 467, in _get_tx_info
counterparty_1 | return get_tx_info1(tx_hex, block_index, block_parser=block_parser)
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/blocks.py”, line 566, in get_tx_info1
counterparty_1 | vin_tx = backend.getrawtransaction(ib2h(vin.prevout.hash))
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/backend/init.py”, line 52, in getrawtransaction
counterparty_1 | return BACKEND().getrawtransaction(tx_hash, verbose=verbose, skip_missing=skip_missing)
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/backend/indexd.py”, line 157, in getrawtransaction
counterparty_1 | return getrawtransaction_batch([tx_hash], verbose=verbose, skip_missing=skip_missing)[tx_hash]
counterparty_1 | File “/counterparty-lib/counterpartylib/lib/backend/indexd.py”, line 234, in getrawtransaction_batch
counterparty_1 | raise BackendRPCError(’{} (txhash:: {})’.format(response[‘error’], tx_hash_call_id.get(response.get(‘id’, ‘??’), ‘??’)))
counterparty_1 | counterpartylib.lib.backend.indexd.BackendRPCError: {‘message’: ‘No such mempool or blockchain transaction. Use gettransaction for wallet transactions.’, ‘code’: -5} (txhash:: 3ecfd580d5ef4f42bde272c86468d46f71458bc7dff383fd5baa04ffb86a3250)

federatednode_counterparty_1 exited with code 0

thanks in advance…

A quick search for this TX shows a previous issue open at https://github.com/CounterpartyXCP/counterparty-lib/issues/1022

You might want to try using the counterparty bootstrap image rather than re-parsing all the transactions from 5+ years ago to build the CP database tx by tx.

You should be able to download the bootstrap images via

rm ~/fednode/data/counterparty/counterparty.db
rm ~/fednode/data/counterparty/counterparty.testnet.db
fednode restart counterparty counterparty-testnet

That should remove he CP database, and restart counterparty, which will then download the latest bootstrap images which have all transactions parsed through 2018 and part of 2019.

Thanks J-dog

Downloading bootstrap db´s as I write.
I still have not been able to let indexd and my core node talk, I need to have it set up this way as the 1Tb drive has filled itself up with the full counterparty stack and the 2 full blockchains, indexes, etc. I had to delete the counterparty bitcoin node.

I have send a private message to chiguireitor but no response yet.