Bitcoin Forum
May 04, 2024, 03:00:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: Bitcoin Core 23.0 Released  (Read 6615 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (24 posts by 1+ user deleted.)
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
June 15, 2022, 04:00:23 PM
 #21

can anyone explain simplified with any way to delete conflicted transaction?
You can use the removeprunedfunds RPC.

1714834833
Hero Member
*
Offline Offline

Posts: 1714834833

View Profile Personal Message (Offline)

Ignore
1714834833
Reply with quote  #2

1714834833
Report to moderator
1714834833
Hero Member
*
Offline Offline

Posts: 1714834833

View Profile Personal Message (Offline)

Ignore
1714834833
Reply with quote  #2

1714834833
Report to moderator
1714834833
Hero Member
*
Offline Offline

Posts: 1714834833

View Profile Personal Message (Offline)

Ignore
1714834833
Reply with quote  #2

1714834833
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714834833
Hero Member
*
Offline Offline

Posts: 1714834833

View Profile Personal Message (Offline)

Ignore
1714834833
Reply with quote  #2

1714834833
Report to moderator
1714834833
Hero Member
*
Offline Offline

Posts: 1714834833

View Profile Personal Message (Offline)

Ignore
1714834833
Reply with quote  #2

1714834833
Report to moderator
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 07, 2022, 10:06:33 AM
Last edit: July 21, 2022, 04:57:11 PM by Amph
 #22

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 start of bitcoin core
ABCbits
Legendary
*
Offline Offline

Activity: 2870
Merit: 7464


Crypto Swap Exchange


View Profile
July 07, 2022, 12:14:14 PM
Merited by DireWolfM14 (1)
 #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=<path> 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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 07, 2022, 12:52:56 PM
 #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=<path> 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
DireWolfM14
Copper Member
Legendary
*
Offline Offline

Activity: 2170
Merit: 4238


Join the world-leading crypto sportsbook NOW!


View Profile WWW
July 07, 2022, 01:29:53 PM
 #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\<username>\AppData\Roaming\Bitcoin\wallets\<walletname>" true

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 07, 2022, 08: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\<username>\AppData\Roaming\Bitcoin\wallets\<walletname>" 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"
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
July 08, 2022, 07:33:42 AM
Merited by ABCbits (1)
 #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.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 08, 2022, 08: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 (  ,""   )
peteranderson
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile WWW
September 02, 2022, 07: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.
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 03, 2022, 04: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.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
sandbeach1234
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 08, 2022, 02:02:07 AM
 #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!
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10546



View Profile
October 08, 2022, 05:12:24 AM
Merited by vapourminer (1)
 #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.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
bitmit.exchange
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile WWW
October 08, 2022, 07:49:57 AM
 #33

Is there anything we should do about our Bitcoin balance?
TheWolf666
Full Member
***
Offline Offline

Activity: 615
Merit: 154


CEO of Metaisland.gg and W.O.K Corp


View Profile WWW
October 19, 2022, 12:01:10 PM
 #34

Wow, last time I compiled the source code I was at version 18, the Bitcoin core team are working a lot!

couchsurfing
Jr. Member
*
Offline Offline

Activity: 40
Merit: 10


View Profile
October 26, 2022, 04:13:09 PM
Merited by vapourminer (1)
 #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/
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
October 26, 2022, 04: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.
Husna QA
Legendary
*
Offline Offline

Activity: 2268
Merit: 2863


#SWGT CERTIK Audited


View Profile WWW
October 27, 2022, 07:48:32 AM
Merited by vapourminer (1), ABCbits (1), vv181 (1)
 #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://bitcointalk.org/index.php?topic=5196950.msg55907834#msg55907834

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


https://bitcointalk.org/index.php?topic=5196950.msg55916292#msg55916292

Other references:
https://github.com/jimhashhq/bitcoin/blob/3c0377db483c50c5a9aecfc4684d6329951a1c7c/doc/file-partition.md

cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7741


Crypto Swap Exchange


View Profile WWW
November 24, 2022, 07: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/

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
November 24, 2022, 10: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.

Chandu141
Sr. Member
****
Offline Offline

Activity: 385
Merit: 251


Your Campaign Manager!


View Profile
November 25, 2022, 08: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.

Pages: « 1 [2] 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!