You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labels aren't persisting on addresses created with getnewminingaddress. You can set them in the qt UI, but they vanish after some time, likely on a restart.
Expected: Adding a label to any address saves it so I can see what transactions came in to that address without memorizing the address.
Actual: Some addresses don't seem to keep their labels. These are addresses starting with V, which are mining addresses. getaddressinfo reports they have purpose receive_miner.
Reproduction
Create addresses with getnewbasecoinaddress, getnewminingaddress. (and getnewaddress if you like, for stealth)
getaddressinfo <basecoinaddress>, getaddressinfo <miningaddress>. Note the labels field contains an element with name, and remember it.
In the GUI, change the label on the basecoin address.
getaddressinfo <basecoinaddress>. Note the name associated in the labels entry will have changed.
In the GUI, change the label on the mining address.
getaddressinfo <miningaddress>. Note the name in the labels entry has updated!
You can repeat this for stealth addresses as well. Note stealth addresses have a label field and a labels field; both update consistently when the label is changed.
Close the wallet and restart. The label on the mining address is unset.
getaddressinfo <miningaddress>. Note the name in the labels entry is empty again.
Machine info
Veil Core version v1.2.0.1-b108d57 (64-bit)
Win 10 x64
The text was updated successfully, but these errors were encountered:
Labels aren't persisting on addresses created with
getnewminingaddress
. You can set them in the qt UI, but they vanish after some time, likely on a restart.Expected: Adding a label to any address saves it so I can see what transactions came in to that address without memorizing the address.
Actual: Some addresses don't seem to keep their labels. These are addresses starting with V, which are mining addresses.
getaddressinfo
reports they have purposereceive_miner
.Reproduction
getnewbasecoinaddress
,getnewminingaddress
. (andgetnewaddress
if you like, for stealth)getaddressinfo <basecoinaddress>
,getaddressinfo <miningaddress>
. Note thelabels
field contains an element withname
, and remember it.getaddressinfo <basecoinaddress>
. Note the name associated in thelabels
entry will have changed.getaddressinfo <miningaddress>
. Note the name in thelabels
entry has updated!label
field and alabels
field; both update consistently when the label is changed.getaddressinfo <miningaddress>
. Note the name in thelabels
entry is empty again.Machine info
Veil Core version v1.2.0.1-b108d57 (64-bit)
Win 10 x64
The text was updated successfully, but these errors were encountered: