Skip to content

wallet failed to synchronize after 20 attempts #4121

@terfender

Description

@terfender

Hello,
I am getting this error, any ideas how to resolve it?

> ord wallet balance
error: wallet failed to synchronize with `ord server` after 20 attempts

My setup

ord server --http-port 4455 # already sync-ed and indexed

ord.yaml

cookie_file: /home/deploy/.bitcoin/.cookie
chain: testnet
bitcoin_rpc_url: 127.0.0.1:18332
bitcoin_data_dir: /home/deploy/.bitcoin
bitcoin_rpc_username: yourusername
bitcoin_rpc_password: yourpassword
index_runes: true
index_sats: true
http_port: 4455
server_url: http://localhost:4455
> ord settings
{
  "bitcoin_data_dir": "/home/deploy/.bitcoin",
  "bitcoin_rpc_limit": 12,
  "bitcoin_rpc_password": "yourpassword",
  "bitcoin_rpc_url": "127.0.0.1:18332",
  "bitcoin_rpc_username": "yourusername",
  "chain": "testnet",
  "commit_interval": 5000,
  "config": null,
  "config_dir": null,
  "cookie_file": "/home/deploy/.bitcoin/.cookie",
  "data_dir": "/home/deploy/.local/share/ord/testnet3",
  "height_limit": null,
  "hidden": [],
  "http_port": 4455,
  "index": "/home/deploy/.local/share/ord/testnet3/index.redb",
  "index_addresses": false,
  "index_cache_size": 16620879872,
  "index_runes": true,
  "index_sats": true,
  "index_transactions": false,
  "integration_test": false,
  "no_index_inscriptions": false,
  "server_password": null,
  "server_url": "http://localhost:4455",
  "server_username": null
}
less ~/.bitcoin/bitcoin.conf
txindex=1
signet=0
testnet=1
#testnet4=1
server=1
gen=1
#rpcallowip=127.0.0.1
rpcuser=yourusername
rpcpassword=yourpassword

[test]
rpcport=18332

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions