Pages:
Author

Topic: Bitcoin Core 23.0 Released (Read 6612 times)

staff
Activity: 3360
Merit: 6505
Just writing some code
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
November 25, 2022, 07:27:07 AM
#41
@achow101

Might want to announce that version 24.0 was just released: https://github.com/bitcoin/bitcoin/releases/tag/v24.0
sr. member
Activity: 384
Merit: 251
Your Campaign Manager!
November 25, 2022, 04:50:20 AM
#40

@achow101
its time to create a new thread for the Bitcoin Core 24.0 release Wink
https://bitcoincore.org/bin/bitcoin-core-24.0/



yes true... I was suggesting to open new thread for 23 release and every future releases but this time you are first even before release post go live on website  Shocked  Grin






Waiting for the release post to go up on the website first.
staff
Activity: 3360
Merit: 6505
Just writing some code
November 24, 2022, 06:38:07 PM
#39
@achow101
its time to create a new thread for the Bitcoin Core 24.0 release Wink
https://bitcoincore.org/bin/bitcoin-core-24.0/
Waiting for the release post to go up on the website first.
legendary
Activity: 3122
Merit: 7618
🔐Icarus CEO💳
November 24, 2022, 03:39:23 PM
#38
@achow101
its time to create a new thread for the Bitcoin Core 24.0 release Wink
https://bitcoincore.org/bin/bitcoin-core-24.0/
legendary
Activity: 2240
Merit: 2848
#SWGT CERTIK Audited
October 27, 2022, 03:48:32 AM
#37
~
If you move your data directory into a remote NAS location, your data(setting) location should be on "/Volumes/Bitcoin Core Data".

Make sure the Bitcoin-QT application does not run in the background and try to delete .lock file on the directory. After that, try to run the application again.
I had the same experience when the bitcoin blockchain data moved to a NAS. I have changed the storage directory path to the new location and have tried to delete the .lock file (https://bitcoin.stackexchange.com/questions/38303/bitcoin-core-cannot-obtain-lock), but the error message when opening Bitcoin Core on macOS still appears.


https://bitcointalksearch.org/topic/m.55907834

I try to run Bitcoin Core (Windows version) using the same data on the NAS, and it works.


https://bitcointalksearch.org/topic/m.55916292

Other references:
https://github.com/jimhashhq/bitcoin/blob/3c0377db483c50c5a9aecfc4684d6329951a1c7c/doc/file-partition.md
legendary
Activity: 1932
Merit: 1273
October 26, 2022, 12:35:49 PM
#36
~

If you move your data directory into a remote NAS location, your data(setting) location should be on "/Volumes/Bitcoin Core Data".

Make sure the Bitcoin-QT application does not run in the background and try to delete .lock file on the directory. After that, try to run the application again.
jr. member
Activity: 40
Merit: 10
October 26, 2022, 12:13:09 PM
#35
I got error while launch bitcoin core 23.0 on macos after I set data loction on my remote NAS,
Error: Cannot obtain a lock on data directory /Volumes/Bitcoin Core Data. Bitcoin Core is probably already running.

It's still error after I reinstall. And I can not find setting file at ~/Library/Application Support/Bitcoin/
full member
Activity: 615
Merit: 154
CEO of Metaisland.gg and W.O.K Corp
October 19, 2022, 08:01:10 AM
#34
Wow, last time I compiled the source code I was at version 18, the Bitcoin core team are working a lot!
newbie
Activity: 17
Merit: 0
October 08, 2022, 03:49:57 AM
#33
Is there anything we should do about our Bitcoin balance?
legendary
Activity: 3402
Merit: 10424
October 08, 2022, 01:12:24 AM
#32
I have started seeding the torrent URI of bitcoin core 23.0 (the one from bitcoincore.org), in a raspberry pi at home.
Does seeding the release help bitcoin in any way?
Not directly. By seeding the torrent file you are going to help those who want to download the bitcoin core binaries using torrent network which has nothing to do with bitcoin network.
newbie
Activity: 1
Merit: 0
October 07, 2022, 10:02:07 PM
#31
I have started seeding the torrent URI of bitcoin core 23.0 (the one from bitcoincore.org), in a raspberry pi at home.
Does seeding the release help bitcoin in any way?
Yesterday when I downloaded the torrent I found around 20 seeders (or maybe that was my client config). I suppose most of them are offline.
Thanks, and great post!
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
September 03, 2022, 12:42:46 AM
#30
As to refreshes, might be change the stuck string subject from "Bitcoin Core 22.0 Released" to "Bitcoin Core wallet update Releases" and so on and you can continue to post the updates there just Roll Eyes

Continuously the new update strings like this 23.0 string untraceable except if one go in to the last post under the stuck string and nobody will go there by seeing the subject as 22.0 (old) discharges.



I think it is better to make a new thread for each release so that the old ones can still be viewed for archival purposes. Similar to how researchers cite the 0.3 version even though it is very old.
newbie
Activity: 3
Merit: 0
September 02, 2022, 03:25:15 AM
#29
Hey achow101...!!!

                        I respect your great work for the bitcoin local area.

As to refreshes, might be change the stuck string subject from "Bitcoin Core 22.0 Released" to "Bitcoin Core wallet update Releases" and so on and you can continue to post the updates there just Roll Eyes

Continuously the new update strings like this 23.0 string untraceable except if one go in to the last post under the stuck string and nobody will go there by seeing the subject as 22.0 (old) discharges.
legendary
Activity: 3206
Merit: 1069
July 08, 2022, 04:00:23 AM
#28
how to remove the msg "skipping -wallet path that does not exist"? i created and removed the folder of the new wallet, i want to remove this message at the strat of bitcoin core

Open up your bitcoin data directory. Find and open the settings.json file. And then remove the line that has the name of the deleted wallet folder.

this sort of worked but now i get "ignoring duplicate -wallet"

json file looks like this

{
    "wallet": [
        "",
        ""
    ]
}


ok i fixed it

i removed this line (  ,""   )
legendary
Activity: 1932
Merit: 1273
July 08, 2022, 03:33:42 AM
#27
how to remove the msg "skipping -wallet path that does not exist"? i created and removed the folder of the new wallet, i want to remove this message at the strat of bitcoin core

Open up your bitcoin data directory. Find and open the settings.json file. And then remove the line that has the name of the deleted wallet folder.
legendary
Activity: 3206
Merit: 1069
July 07, 2022, 04:16:25 PM
#26
i run a shortcut without any wallet parameter just prune parameter

I seem to recall running into this issue with BitcoinQT on Windows some time ago.  I don't remember exactly how I fixed it, and I'm at work right now so I don't have a node to play with to show some examples, but here's what I would try first:

Open a terminal window (CMD or PowerShell,) and cd into the directory where you have Bitcoin installed, example:

Code:
> cd "C:\Program Files\Bitcoin"

Then try the loadwallet command to load a wallet that does exist, and set the optional load_on_startup flag to true.  Example:

Code:
> bitcoin-cli loadwallet "C:\Users\\AppData\Roaming\Bitcoin\wallets\" true

the problem is the other wallet was not created with bitcoin core, i just put it there from old client, so it work without its appropriate folder, it's something like "Bitcoin\wallets\wallet.dat"
copper member
Activity: 2142
Merit: 4219
Join the world-leading crypto sportsbook NOW!
July 07, 2022, 09:29:53 AM
#25
i run a shortcut without any wallet parameter just prune parameter

I seem to recall running into this issue with BitcoinQT on Windows some time ago.  I don't remember exactly how I fixed it, and I'm at work right now so I don't have a node to play with to show some examples, but here's what I would try first:

Open a terminal window (CMD or PowerShell,) and cd into the directory where you have Bitcoin installed, example:

Code:
> cd "C:\Program Files\Bitcoin"

Then try the loadwallet command to load a wallet that does exist, and set the optional load_on_startup flag to true.  Example:

Code:
> bitcoin-cli loadwallet "C:\Users\\AppData\Roaming\Bitcoin\wallets\" true
legendary
Activity: 3206
Merit: 1069
July 07, 2022, 08:52:56 AM
#24
how to remove the msg "skipping -wallet path that does not exist"? i created and removed the folder of the new wallet, i want to remove this message at the strat of bitcoin core

How do you run Bitcoin Core? If you use shortcut, command or script which include -wallet= as Bitcoin Core parameter, you can just remove it.

Code:
$ ./bitcoin-qt
$ ./bitcoin-qt -wallet=/home/user/wallet.dat
Warning: Skipping -wallet path that doesn't exist. Failed to load database path '/home/user/wallet.dat'. Path does not exist.

i run a shortcut without any wallet parameter just prune parameter
legendary
Activity: 2842
Merit: 7333
Crypto Swap Exchange
July 07, 2022, 08:14:14 AM
#23
how to remove the msg "skipping -wallet path that does not exist"? i created and removed the folder of the new wallet, i want to remove this message at the strat of bitcoin core

How do you run Bitcoin Core? If you use shortcut, command or script which include -wallet= as Bitcoin Core parameter, you can just remove it.

Code:
$ ./bitcoin-qt
$ ./bitcoin-qt -wallet=/home/user/wallet.dat
Warning: Skipping -wallet path that doesn't exist. Failed to load database path '/home/user/wallet.dat'. Path does not exist.
Pages:
Jump to: