-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with bitcoind version check + wallet balance issue (new) #3
Comments
We just fixed in https://github.com/fractal-bitcoin/ord/releases/tag/v0.20.0-f1 |
nice! I found a new issue though Things are displaying normally when my wallet is empty , but when I fund my wallet with some fb, and run I get the following error
|
You need to make sure that you have started the ord server and indexed to the latest height. curl -H 'accept: application/json' http://127.0.0.1:80/output/6dfc15fed08db47917a60ae50ccf0369aef58ee8c26be8c2c02ff025bd03ad4d:0
|
sorry sir, how to make sure that i indexed a last block ? |
after i receive a deposit transaction a had this error with txid while trying get address (wallet receive) or other commands ./ord --config config wallet --name ord inscribe --fee-rate 30 --file /Users/jimmyalfredo/Desktop/a.png --destination bc1p4jcp2xfcqkk0mazm6t5yqscgjrq43vhdgel5u9uvm90avc3j6rzsfc444y
error: output in wallet but not in ord server: 0effcf583ca7fdc233a8d4ff5f8023c1d68c1d6d471789ea0e253250dcd49892:0 |
by some reasons transactions may not indexed |
running curl returns the correct result. I checked my bitcoin server using getindexinfo it's synced { Also my ord server is synced to latest as well But i'm still experiencing the same issue when I try to do anything with wallet. (I added the --index-transactions flag before running the server but it doesn't change anything) |
same problem |
You can check out this issue. ordinals#3689 |
@pefish @crackeryo i can give a solve but only in dm |
thanks |
👀 how do I reach out to you in DM? twitter/discord? |
discord ba1acka. @crackeryo |
ive add |
When I run
ord --chain=fractal-mainnet wallet create
or other wallet related commandI get
error: Bitcoin Core 24.0.0 or newer required, current version is 0.2.1
But I believe 0.2.1 is the latest version for fractal mainnet.
The text was updated successfully, but these errors were encountered: