Open AFwcxx opened 1 year ago
Also unable to access "wallet/server" or "wallet/preview" on testnet And ordinals (dot) com testnet site is not up-to-date / fully synced
$ ord -t preview --http
works though..
what difference would i see between preview
and server
?
preview Run an explorer server populated with inscriptions
server Run the explorer server
My preview works too, but is showing regtest results rather than testnet results, which the btc and ord servers are set to
yeah.. same.. my bitcoind is indexing testnet data. but preview is showing regtest.
My command to run preview is:
$ ord -t preview --http --address localhost
but here's what I see:
Same here. ord is also ignoring parameters:
sudo ord -t --config ~/blockchain/bitcoin-core/data/bitcoin.conf --bitcoin-data-dir ~/blockchain/bitcoin-core/data preview --http --address localhost
2023-03-28T14:17:32Z Bitcoin Core version v24.0.1 (release build)
2023-03-28T14:17:32Z Default data directory /Users/somoza/Library/Application Support/Bitcoin
2023-03-28T14:17:32Z Using data directory /tmp/.tmpek0Dd2/bitcoin/regtest
2023-03-28T14:17:32Z Config file: /tmp/.tmpek0Dd2/bitcoin/bitcoin.conf (not found, skipping)
Running server fails with:
sudo ord -t server --http --address localhost
error: failed to connect to RPC URL
because: I/O error: No such file or directory (os error 2)
I fixed this. First "problem" is that ord uses cookies to connect, so I had to comment the username and password from bitcoin.conf to diable login and use cookies.
Then I found the cookie on the data/testnet3/.cookie and ran the ord like this:
ord -t --cookie-file ~/blockchain/bitcoin-core/data/testnet3/.cookie server
Does anyone have a testnet explorer running?
There is: testnet.ordimint.com.
I ran
$ ord -t server --http
I can see that the process is running
But it's not creating anything on the network side and I can't access it
$ sudo lsof -i -P -n | grep LISTEN