Bitcoin Forum
May 07, 2024, 02:56:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin core watch only address "disappear" and "reappear" on restart  (Read 58 times)
zoltanb (OP)
Member
**
Offline Offline

Activity: 162
Merit: 24


View Profile
January 12, 2021, 09:02:25 PM
 #1

I have a pruned bitcoin core wallet.
I have imported a watch-only address and when I run:

bitcoin-cli listunspent 0 9999999 [\"***address***\"]

I see the UTXO.

[
  {
    "txid": "***",
    "vout": 0,
    "address": "***address***",
    "label": "mine",
    "scriptPubKey": "***",
    "amount": 0.01,
    "confirmations": 0,
    "spendable": false,
    "solvable": false,
    "safe": true
  }
]

However, after a while, the same command does not return anything, it shows an empty response, however, the UTXO still exists.
[
]

I was not sure what is wrong so I restarted the bitcoind. To my surprise, the above command (bitcoin-cli listunspent 0 9999999 [\"***address***\"]) returns the UTXO transaction again. However, after a while it just disappears again but it reappears after I restart the daemon.

What can be wrong here?
1715093820
Hero Member
*
Offline Offline

Posts: 1715093820

View Profile Personal Message (Offline)

Ignore
1715093820
Reply with quote  #2

1715093820
Report to moderator
1715093820
Hero Member
*
Offline Offline

Posts: 1715093820

View Profile Personal Message (Offline)

Ignore
1715093820
Reply with quote  #2

1715093820
Report to moderator
1715093820
Hero Member
*
Offline Offline

Posts: 1715093820

View Profile Personal Message (Offline)

Ignore
1715093820
Reply with quote  #2

1715093820
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715093820
Hero Member
*
Offline Offline

Posts: 1715093820

View Profile Personal Message (Offline)

Ignore
1715093820
Reply with quote  #2

1715093820
Report to moderator
1715093820
Hero Member
*
Offline Offline

Posts: 1715093820

View Profile Personal Message (Offline)

Ignore
1715093820
Reply with quote  #2

1715093820
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
January 12, 2021, 10:23:01 PM
 #2

How was the address originally imported to the wallet? What commands did you use?

zoltanb (OP)
Member
**
Offline Offline

Activity: 162
Merit: 24


View Profile
January 13, 2021, 06:39:41 AM
 #3

How was the address originally imported to the wallet? What commands did you use?

I used btcoin-cli importaddress address "mine" false.
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
January 13, 2021, 07:11:10 AM
 #4

    "confirmations": 0,
The UTXO you're looking at is from an unconfirmed transaction then? Huh

What is the "fee rate" that it was sent with? Perhaps your node is dropping the unconfirmed transaction out of it's mempool due to the fact that there are some 125meg+ worth of unconfirmed transactions at the moment.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
zoltanb (OP)
Member
**
Offline Offline

Activity: 162
Merit: 24


View Profile
January 13, 2021, 07:40:07 AM
 #5

    "confirmations": 0,
The UTXO you're looking at is from an unconfirmed transaction then? Huh

What is the "fee rate" that it was sent with? Perhaps your node is dropping the unconfirmed transaction out of it's mempool due to the fact that there are some 125meg+ worth of unconfirmed transactions at the moment.

Yes, it is. You might be right here, so probably as soon as the transaction is confirmed it will stay there.
Basically, I grouped about 30 inputs to 1 watch only output, used 1.5 sat per byte.
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
January 13, 2021, 08:44:21 AM
Merited by xandry (4)
 #6

Yes, it is. You might be right here, so probably as soon as the transaction is confirmed it will stay there.
Basically, I grouped about 30 inputs to 1 watch only output, used 1.5 sat per byte.
It's quite possible the transaction kept getting dropped, then re-added etc...

As another user pointed out in another thread... the "mempoolminfee" got bumped up over 2+ sats/byte on several occasions this last week: https://statoshi.info/dashboard/db/memory-pool?from=1609918343354&to=1610523143354

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Pages: [1]
  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!