You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello using your repo ord-dogecoin, when i try any wallet command, i get an error right after JSON-RPC request: getnetworkinfo []
not sure why as I don't see big differences between what bitcoin returns vs dogecoin.
[2023-03-10T23:00:49Z INFO ord::index] Connecting to Dogecoin Core RPC server at 127.0.0.1:22555 using credentials from D:\dev\DogecoinData\.cookie
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockcount []
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockhash [4629503]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblock ["f77583d040febbcdb45dd74fd86313fa1fd4204f35502e4fd4cd5f055558b172",false]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockhash [4629504]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC error for getblockhash: RpcError { code: -8, message: "Block height out of range", data: None }
[2023-03-10T23:00:49Z INFO ord::index::updater] Block 4629503 at 2023-03-10 22:59:42 UTC with 4 transactions…
[2023-03-10T23:00:49Z INFO ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3 ms
[2023-03-10T23:00:49Z INFO ord::index::updater] Committing at block height 4629504, 0 outputs traversed, 0 in map, 0 cached
[2023-03-10T23:00:49Z DEBUG ord::index::updater] Outpoint channel closed
[2023-03-10T23:00:49Z INFO ord::options] Connecting to Dogecoin Core RPC server at 127.0.0.1:22555 using credentials from D:\dev\DogecoinData\.cookie
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockchaininfo []
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getnetworkinfo []
error: JSON error: invalid type: sequence, expected a map
The text was updated successfully, but these errors were encountered:
Hello using your repo ord-dogecoin, when i try any wallet command, i get an error right after JSON-RPC request: getnetworkinfo []
not sure why as I don't see big differences between what bitcoin returns vs dogecoin.
[2023-03-10T23:00:49Z INFO ord::index] Connecting to Dogecoin Core RPC server at 127.0.0.1:22555 using credentials from
D:\dev\DogecoinData\.cookie
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockcount []
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockhash [4629503]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblock ["f77583d040febbcdb45dd74fd86313fa1fd4204f35502e4fd4cd5f055558b172",false]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockhash [4629504]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC error for getblockhash: RpcError { code: -8, message: "Block height out of range", data: None }
[2023-03-10T23:00:49Z INFO ord::index::updater] Block 4629503 at 2023-03-10 22:59:42 UTC with 4 transactions…
[2023-03-10T23:00:49Z INFO ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3 ms
[2023-03-10T23:00:49Z INFO ord::index::updater] Committing at block height 4629504, 0 outputs traversed, 0 in map, 0 cached
[2023-03-10T23:00:49Z DEBUG ord::index::updater] Outpoint channel closed
[2023-03-10T23:00:49Z INFO ord::options] Connecting to Dogecoin Core RPC server at 127.0.0.1:22555 using credentials from
D:\dev\DogecoinData\.cookie
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockchaininfo []
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getnetworkinfo []
error: JSON error: invalid type: sequence, expected a map
The text was updated successfully, but these errors were encountered: