-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
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
Labels
No labels