chia-blockchain: [Bug] I have this, but it's not mine
What happened?
after a nft transaction, in my wallet different id appeared in my wallet:
did:chia:1urc5cyc3n9x4ra69lqyawtasywclxj3wqlm4ytj4am90a0qmk6kqnkajrs (only wallet nft)
DID’s Owner: Chia_Ndroids:
https://mintgarden.io/profile/chia_ndroids-e0f14c1311994d51f745f809d72fb023b1f34a2e07f7522e55eecafebc1bb6ac
wallet stuck immediately on GUI, CLI, MAC, WINDOWS 10/11; first relevant error:

details here (in comments): https://github.com/Chia-Network/chia-blockchain/issues/14279 and here: https://github.com/Chia-Network/chia-blockchain/issues/14395
Version
1.6.2-1.7.0-1.8.0-b2
What platform are you using?
Windows
What ui mode are you using?
GUI
Relevant log output
the issue is in gui&cli mac and windows 10/11
if you want the complete logs they are available, also in various formats
to improve stability i synced a full_node also (farmer mode, after some days)
some parts of various logs:
2023-02-16T01:57:05.960 wallet chia.wallet.wallet_state_manager: ERROR Error adding state...
Traceback (most recent call last):
File "chia\wallet\wallet_state_manager.py", line 1047, in new_coin_state
File "chia\wallet\wallet_state_manager.py", line 660, in determine_coin_type
File "chia\wallet\wallet_state_manager.py", line 837, in handle_did
File "chia\wallet\did_wallet\did_wallet.py", line 235, in create_new_did_wallet_from_coin_spend
File "chia\wallet\did_wallet\did_wallet.py", line 503, in load_parent
AssertionError
2023-02-16T01:57:08.584 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 2424, in nft_get_wallet_did
File "chia\wallet\wallet_state_manager.py", line 275, in get_wallet
KeyError: 10
2023-02-16T01:57:27.467 wallet chia.wallet.wallet_state_manager: ERROR Error adding state...
Traceback (most recent call last):
File "chia\wallet\wallet_state_manager.py", line 1047, in new_coin_state
File "chia\wallet\wallet_state_manager.py", line 660, in determine_coin_type
File "chia\wallet\wallet_state_manager.py", line 837, in handle_did
File "chia\wallet\did_wallet\did_wallet.py", line 235, in create_new_did_wallet_from_coin_spend
File "chia\wallet\did_wallet\did_wallet.py", line 503, in load_parent
AssertionError
2023-02-16T01:57:27.731 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 2424, in nft_get_wallet_did
File "chia\wallet\wallet_state_manager.py", line 275, in get_wallet
KeyError: 10
2023-02-16T01:57:31.842 wallet chia.wallet.wallet_state_manager: ERROR Error adding state...
Traceback (most recent call last):
File "chia\wallet\wallet_state_manager.py", line 1047, in new_coin_state
File "chia\wallet\wallet_state_manager.py", line 660, in determine_coin_type
File "chia\wallet\wallet_state_manager.py", line 837, in handle_did
File "chia\wallet\did_wallet\did_wallet.py", line 235, in create_new_did_wallet_from_coin_spend
File "chia\wallet\did_wallet\did_wallet.py", line 503, in load_parent
AssertionError
infinite loop of this (70/hour):
2023-02-28T22:16:08.679 wallet chia.wallet.wallet_state_manager: INFO Removing old NFT, NFT_ID:cd1c82a18804fbc1d14edfbe067225e0665417939b0ff10e, DID_ID:None
2023-02-28T22:16:08.682 wallet chia.wallet.nft_wallet.nft_wallet: INFO Tried removing NFT coin that doesn't exist: b'\xc2V\x11\x06
millions of double spend:
2023-02-28T22:16:12.385 wallet chia.wallet.wallet_node : WARNING SpendBundle has been rejected by the FullNode. {'error': 'DOUBLE_SPEND', 'status': 3, 'txid': '0x226413bd7ed3f8bc54fbb9dfb2c873ec5a5441796b9c31f49c3dbbc506059bcb'}
2023-02-28T22:16:12.460 wallet chia.wallet.wallet_node : WARNING SpendBundle has been rejected by the FullNode. {'error': 'DOUBLE_SPEND', 'status': 3, 'txid': '0x3174af34f65cf3da6d5a1e4443e125a1c9893bd1851147c0e55b73062eaaba3d'}
2023-02-28T22:16:12.522 wallet chia.wallet.wallet_node : WARNING SpendBundle has been rejected by the FullNode. {'error': 'DOUBLE_SPEND', 'status': 3, 'txid': '0x86a1e94e89c2896428a875b00aa483c4a27d84bfd97851f15b6f8ef04e8e912b'}
2023-02-28T22:16:12.586 wallet chia.wallet.wallet_node : WARNING SpendBundle has been rejected by the FullNode. {'error': 'DOUBLE_SPEND', 'status': 3, 'txid': '0xb0aa12bafdd6c6a788a3e986e6da7c2245eacf983cbbd9d59e1f6162fe4fba30'}
2023-02-28T22:16:06.579 wallet chia.wallet.wallet_node : INFO Successfully subscribed and updated 77640 puzzle hashes
2023-02-28T22:16:06.942 wallet chia.wallet.wallet_node : INFO new coin state received (1-729/ 729)
2023-02-28T22:16:08.502 wallet chia.wallet.wallet_state_manager: INFO Received state for the coin that doesn't belong to us CoinState { coin: Coin { parent_coin_info: 1c4065dcb7297fe0aa2c8d3f8304817a118e4f04bbffc3218c957902d5bfae1e, puzzle_hash: 71e6026a1a983a908832a941a4077617fa3761cbae3240d08e3c117f86144e73, amount: 3000 }, spent_height: Some(3096971), created_height: Some(3093688) }
2023-02-28T22:16:08.679 wallet chia.wallet.wallet_state_manager: INFO Removing old NFT, NFT_ID:ccaf50b9588b0865ed1c82a18804fbc1d14edfbe067225e0665417939b0ff10e, DID_ID:None
2023-02-28T22:16:08.682 wallet chia.wallet.nft_wallet.nft_wallet: INFO Tried removing NFT coin that doesn't exist: b'\xc2V\x11\x06\x19\xdb>=\xb9\x89\xc1=`\x07\x7f\xc7\x98\\\x04xc\t\xf3\xcbT\xe1\xb0\xe1zLhr'
2023-02-28T22:16:08.744 wallet chia.wallet.wallet_state_manager: INFO Received state for the coin that doesn't belong to us CoinState { coin: Coin { parent_coin_info: 81dcea6d7069e7c10a5232335724efc37164b58fde896c21253f4abcd43306a4, puzzle_hash: 81f7fc11d3545ec613a4a89075d855d2fddaa0d4a321b9d363606f4a6cab55d3, amount: 841 }, spent_height: Some(3103089), created_height: Some(3103006) }
chia.wallet.util.wallet_sync_utils.PeerRequestException: Was not able to get states for [b"<\xf0q\x9e\xc4\r\x17\xaeD\xd2'\xb0\xf1\xac\n\xf5\xeb3+\xab\x16\xe8X\xdd\xf4\xb6U~,\x0cl\xaf"]
2023-02-21T03:33:56.295 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.296 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.301 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.302 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.307 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.309 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.315 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.317 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.320 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.321 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.324 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.327 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.330 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.332 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.335 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.337 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.354 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.355 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.361 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.364 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.366 wallet chia.wallet.wallet_node : WARNING Validate false 1
2023-02-21T03:33:56.367 wallet wallet_server : WARNING Banning 81.193.205.178 for 9999 seconds
2023-02-21T03:33:56.430 wallet chia.wallet.wallet_state_manager: ERROR Error adding state... Was not able to obtain children None
Traceback (most recent call last):
File "chia\wallet\wallet_state_manager.py", line 1152, in new_coin_state
File "chia\wallet\wallet_node.py", line 1618, in fetch_children
chia.wallet.util.wallet_sync_utils.PeerRequestException: Was not able to obtain children None
2023-02-21T03:33:56.532 wallet chia.wallet.wallet_state_manager: ERROR Error adding state... Was not able to obtain children None
Traceback (most recent call last):
File "chia\wallet\wallet_state_manager.py", line 1152, in new_coin_state
File "chia\wallet\wallet_node.py", line 1618, in fetch_children
chia.wallet.util.wallet_sync_utils.PeerRequestException: Was not able to obtain children None
2023-02-21T03:33:56.539 wallet chia.wallet.wallet_state_manager: ERROR Error adding state... Was not able to get states for [b"\xc4\xf6\x7f\x94\xf5\xe9{\xb0'f\xa9a\xf3\x7f\x98i\xf8\xcd\xb70\x15W\x17FK\x06\xa6oa]\xe5r"]
Traceback (most recent call last):
File "chia\wallet\wallet_state_manager.py", line 1047, in new_coin_state
File "chia\wallet\wallet_state_manager.py", line 626, in determine_coin_type
File "chia\wallet\wallet_node.py", line 1596, in get_coin_state
chia.wallet.util.wallet_sync_utils.PeerRequestException: Was not able to get states for [b"\xc4\xf6\x7f\x94\xf5\xe9{\xb0'f\xa9a\xf3\x7f\x98i\xf8\xcd\xb70\x15W\x17FK\x06\xa6oa]\xe5r"]
2023-02-21T03:33:56.546 wallet chia.wallet.wallet_state_manager: ERROR Error adding state... Was not able to get states for [b'\x90\xf8&\xce2(\t\xc6\xaf_\xf3\xc9hQ\xe5\xb6\xc2\x02W\x0b\x11\xa6\xb9\x9e\xb1\xc5\xf5\xad\xd47w\xb4']
Traceback (most recent call last):
2023-02-28T22:16:08.767 wallet chia.wallet.wallet_state_manager: ERROR Error adding state... list index out of range
Traceback (most recent call last):
File "chia\wallet\wallet_state_manager.py", line 1047, in new_coin_state
File "chia\wallet\wallet_state_manager.py", line 662, in determine_coin_type
File "chia\wallet\notification_manager.py", line 61, in potentially_add_new_notification
and more
screenshots are available in comments #14279 #14395
Main Question is:
is possible to send only did nft wallet to his owner?
if not:
is possible to delete did nft type wallet?
I think this problem may also be related to security,
I always hope that in the end I will be able to recover the missing nfts, but if I need to change my wallet, tell me as soon as possible, thanks! I had to suspend all transactions....
Best regards
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 32 (6 by maintainers)
@stultuszoombie do you have a log file that contains “Creating DID wallet from coin spend” ? I’d be interested in that log file, from the time when you first encountered issues, to look into the error you opened this issue with.