Bitcoin Core Downloading Issue:
I seem to be having a downloading issue, whenever I click download, it takes me to a white screen saying “404 not found” - nginx. Could someone help me? - Truls.
Bitcoin Core Downloading Issue:
I seem to be having a downloading issue, whenever I click download, it takes me to a white screen saying “404 not found” - nginx. Could someone help me? - Truls.
Oh, I have found the issue. {This software is presently not available for download in the UK, and download links will not work if you are located within the UK}
Hello it seems in 2022 that -getnewaddress is no longer supported in powershell, can anyone tell me what the fix for this is? @ivan @filip
you need to create new wallet first
bitcoin-cli --regtest createwallet "wallet_name"
Thank you. Glad I found your post by searching. Since I am completely new to coding, didn’t know how to “load” the wallet.
Thanks for the advice. It finally worked! I got an error message, that it failed to create new database, and that database already exists. But I then repeated the command getnewaddress, and this time it worked, and I got a new address. I do not know why the error message was shown, when I entered bitcoin-cli --regtest createwallet “wallet_name”. Anyway, the address finally was made!
By the way, it looks like you put 2 hyphens before regtest, but there should only be 1 hyphen, -regtest
Worked for only with the following commands:
./bitcoin-cli createwallet “wallet_name”
./bitcoin-cli -rpcwallet=“wallet_name” getnewaddress
Happy to start this course, let’s see what it is !
Very helpful thanks man
Please help.
I am trying to generate a new address in regtest and have tried many variations of input without success.
Any advice?
You already have a wallet with that name
Finally. I didn’t get the concept of, creating a wallet with a name and then generating and address, at first but got there now:) Thanks for your help
Previous versions of bitcoin client, didn’t had this feature. . . later this got added! to define a specific wallet name. . which does help for advance programming.!
Hi there,
I tried to instal Bitcoin Core, but I get
Error: Unable to open settings file C:\Users\Dejen\settings.json.tmp for writing.
But when I go to Daemon and open bitcoind it works.
Can somebody tell me why it’s giving me an error and how I can instal Bitcoin Core?
Thanks
I’ve never seen this error during installation. Are you sure you downloaded a legit client?
I downloaded “Bitcoin Core 22.0”
You can try opening them as administrator, hope it helps.
Hi!
I’ve download .dmg from Bitcoin core:
Then I installed bitcoin with home-brew:
Could somebody explain me why they are different?
Which one is true?