-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
bug: Unable to create a reception address #3263
Comments
Did you start the The new wallet requires running it in parallel |
And possible to show a warning asking users to run the server in this case? I'm afraid most users won't read the changelogs. |
I read the changelogs but missed this information. Indeed, adding a warning would be great. |
Added a warning in #3272 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
versions :
windows 11 prox64
btc cli 25.0
ord 0.16.0-rc1
rpc.conf
bitcoind -conf="H:\btc\rpc.conf"
bitcoin-cli -conf="H:\btc\rpc.conf" createwallet dev
bitcoin-cli -conf="H:\btc\rpc.conf" generatetoaddress 101 $(bitcoin-cli -conf="H:\test\rpc.conf" -rpcwallet=dev getnewaddress)
ord -r --cookie-file "H:\test\data\regtest.cookie" wallet --name=ord_dev create
ord -r --cookie-file "H:\test\data\regtest.cookie" wallet --name=ord_dev receive
The text was updated successfully, but these errors were encountered: