ord
ord copied to clipboard
[ERROR] output in wallet but not in ord server:xxxxxxxxxx
When operating the command, it prompts output in wallet but not in ord server: transaction hash. I suspect it is caused by a version bug.
Configuration file
no_index_inscription: true index_runes: true index_cache_size: 26000000000 chain: testnet
Solution Modify configuration file
index_runes: true index_cache_size: 26000000000 first_inscription_height: 2580000 chain: testnet
Delete the index database and re-index
Dupe of #3560
3rd case I've seen today and each has the no_index_inscriotion set to true instead of false
There is still an error config :
index_runes: true
index_cache_size: 6800000000
bitcoin_data_dir: H:\bitcoin_data
bitcoin_rpc_username: bitcoin
bitcoin_rpc_password: bitcoin2024KL
data_dir: H:\ord-data
version: 0.18.2 and bitcoin core version 27.0 on windows. I tried to delete index.redb and re-index already .
Same for me with ord 0.18.2
on linux:
chain: testnet
no_index_inscriptions: true
index_runes: true
index_cache_size: 8858365080
There is still an error config :
index_runes: true index_cache_size: 6800000000 bitcoin_data_dir: H:\bitcoin_data bitcoin_rpc_username: bitcoin bitcoin_rpc_password: bitcoin2024KL data_dir: H:\ord-data
version: 0.18.2 and bitcoin core version 27.0 on windows. I tried to delete index.redb and re-index already .
run ord --data-dir <DATA_DIR> settings
and paste the results here please.
Same for me with
ord 0.18.2
on linux:chain: testnet no_index_inscriptions: true index_runes: true index_cache_size: 8858365080
run ord --data-dir <DATA_DIR> settings
and paste the results here please.
我
ord 0.18.2
在 Linux 上也一样:chain: testnet no_index_inscriptions: true index_runes: true index_cache_size: 8858365080
请运行
ord --data-dir <DATA_DIR> settings
并将结果粘贴到此处。
我在signet输出结果是这个: D:\ord\target\release> .\ord.exe --data-dir C:\Users\Administrator\AppData\Roaming\ord\signet settings { "bitcoin_data_dir": "C:\Users\Administrator\AppData\Roaming\Bitcoin", "bitcoin_rpc_password": null, "bitcoin_rpc_url": "127.0.0.1:8332", "bitcoin_rpc_username": null, "chain": "mainnet", "commit_interval": 5000, "config": null, "config_dir": null, "cookie_file": "C:\Users\Administrator\AppData\Roaming\Bitcoin\.cookie", "data_dir": "C:\Users\Administrator\AppData\Roaming\ord\signet", "first_inscription_height": 767430, "height_limit": null, "hidden": [], "index": "C:\Users\Administrator\AppData\Roaming\ord\signet\index.redb", "index_cache_size": 4284043264, "index_runes": false, "index_sats": false, "index_spent_sats": false, "index_transactions": false, "integration_test": false, "no_index_inscriptions": false, "server_password": null, "server_url": null, "server_username": null }
我
ord 0.18.2
在 Linux 上也一样:chain: testnet no_index_inscriptions: true index_runes: true index_cache_size: 8858365080
请运行
ord --data-dir <DATA_DIR> settings
并将结果粘贴到此处。我在signet输出结果是这个: D:\ord\target\release> .\ord.exe --data-dir C:\Users\Administrator\AppData\Roaming\ord\signet settings { "bitcoin_data_dir": "C:\Users\Administrator\AppData\Roaming\Bitcoin", "bitcoin_rpc_password": null, "bitcoin_rpc_url": "127.0.0.1:8332", "bitcoin_rpc_username": null, "chain": "mainnet", "commit_interval": 5000, "config": null, "config_dir": null, "cookie_file": "C:\Users\Administrator\AppData\Roaming\Bitcoin.cookie", "data_dir": "C:\Users\Administrator\AppData\Roaming\ord\signet", "first_inscription_height": 767430, "height_limit": null, "hidden": [], "index": "C:\Users\Administrator\AppData\Roaming\ord\signet\index.redb", "index_cache_size": 4284043264, "index_runes": false, "index_sats": false, "index_spent_sats": false, "index_transactions": false, "integration_test": false, "no_index_inscriptions": false, "server_password": null, "server_url": null, "server_username": null }
this is from signet, you need to get the ord settings for mainnet, so use that as your --data-dir instead.