madMAx43v3r / chia-gigahorse

223 stars 31 forks source link

wallet is not syncing #89

Open nicezic opened 1 year ago

nicezic commented 1 year ago

wallet is not syncing.... so I deleted all files in wallet's db.

This log is after I start only wallet when I had a full node.

the wallet is never updated. I use db2. the log level is INFO.

the version, giga8 and giga9 are not working neither.

=== giga9 ===
2023-04-25T10:40:17.309 wallet wallet                     : INFO     Starting service wallet ...
2023-04-25T10:40:17.309 wallet wallet                     : INFO     chia-blockchain version: 1.7.1
2023-04-25T10:40:17.310 wallet wallet_server              : INFO     Service capabilities: [(1, '1'), (2, '1'), (3, '1')]
2023-04-25T10:40:17.324 wallet chia.wallet.wallet_node    : INFO     Selected multiprocessing start method: default
2023-04-25T10:40:17.346 wallet chia.server.address_manager_store: INFO     Creating new address_manager
2023-04-25T10:40:18.082 wallet chia.wallet.wallet_node    : INFO     Wallet is logged in using key with fingerprint: 1149317241
2023-04-25T10:40:18.082 wallet chia.wallet.wallet_node    : INFO     Updated last used fingerprint: 1149317241
2023-04-25T10:40:18.083 wallet wallet                     : INFO     Started wallet service on network_id: mainnet at port 8449
2023-04-25T10:40:18.084 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:18.085 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:18.091 daemon chia.daemon.server         : INFO     Register service {'service': 'chia_wallet'}
2023-04-25T10:40:18.091 daemon chia.daemon.server         : INFO     registered for service chia_wallet
2023-04-25T10:40:18.091 daemon chia.daemon.server         : INFO     {'success': True}
2023-04-25T10:40:21.088 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:21.090 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:23.693 wallet chia.wallet.wallet_node    : INFO     Received 32 peers from DNS seeder, using rdtype = A.
2023-04-25T10:40:24.092 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:24.094 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:27.097 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:27.098 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:28.851 wallet chia.wallet.wallet_node    : INFO     Received 32 peers from DNS seeder, using rdtype = AAAA.
2023-04-25T10:40:28.852 wallet chia.wallet.wallet_node    : WARNING  querying DNS introducer failed: '\\# 16 2001056af090d500e24b76689dababd4' does not appear to be an IPv4 or IPv6 address
2023-04-25T10:40:30.100 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:30.102 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:30.507 wallet chia.wallet.wallet_node    : INFO     Connected peer PeerInfo(_ip=IPv4Address('95.88.230.243'), _port=8444) is trusted: False
2023-04-25T10:40:30.509 wallet wallet_server              : INFO     Connected with full_node PeerInfo(_ip=IPv4Address('95.88.230.243'), _port=8444)
2023-04-25T10:40:30.968 wallet chia.wallet.wallet_node    : INFO     Connected peer PeerInfo(_ip=IPv4Address('95.134.200.178'), _port=8444) is trusted: False
2023-04-25T10:40:30.969 wallet wallet_server              : INFO     Connected with full_node PeerInfo(_ip=IPv4Address('95.134.200.178'), _port=8444)
2023-04-25T10:40:31.055 wallet chia.wallet.wallet_node    : INFO     Connected peer PeerInfo(_ip=IPv4Address('78.106.203.120'), _port=8444) is trusted: False
2023-04-25T10:40:31.056 wallet wallet_server              : INFO     Connected with full_node PeerInfo(_ip=IPv4Address('78.106.203.120'), _port=8444)
2023-04-25T10:40:31.153 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T10:40:31.531 wallet chia.wallet.wallet_node    : INFO     Connected peer PeerInfo(_ip=IPv4Address('80.106.150.60'), _port=8444) is trusted: False
2023-04-25T10:40:31.532 wallet wallet_server              : INFO     Connected with full_node PeerInfo(_ip=IPv4Address('80.106.150.60'), _port=8444)
2023-04-25T10:40:31.567 wallet chia.wallet.wallet_node    : INFO     Connected peer PeerInfo(_ip=IPv4Address('184.145.37.33'), _port=8444) is trusted: False
2023-04-25T10:40:31.568 wallet wallet_server              : INFO     Connected with full_node PeerInfo(_ip=IPv4Address('184.145.37.33'), _port=8444)
2023-04-25T10:40:31.649 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T10:40:31.704 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T10:40:32.100 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T10:40:32.176 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T10:40:33.103 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:33.105 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:36.107 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:36.108 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:39.109 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:39.111 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:42.111 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:42.113 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:45.113 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:45.115 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:48.118 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:48.119 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:51.071 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T10:40:51.073 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3570014
2023-04-25T10:40:51.669 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:51.671 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:54.673 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:54.674 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:40:57.675 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:40:57.676 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:41:00.613 wallet chia.wallet.wallet_node    : INFO     It took 9.596161365509033 time to validate the weight proof
2023-04-25T10:41:00.742 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:41:00.749 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
2023-04-25T10:41:00.781 wallet chia.wallet.wallet_blockchain: INFO     Peak set to: 3570014 timestamp: 1682386770
2023-04-25T10:41:00.807 wallet chia.wallet.wallet_state_manager: INFO     set_sync_mode syncing - range: 0-3570014
2023-04-25T10:41:00.808 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 95.88.230.243
2023-04-25T10:41:00.808 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T10:41:01.432 wallet wallet_server              : INFO     Connection closed: 95.88.230.243, node id: fea634e3dd0415abceaf04198ab2f5db67f2efc7915e3feb74e6a73f01f0064b
2023-04-25T10:41:01.433 wallet chia.wallet.wallet_state_manager: ERROR    set_sync_mode failed - range: 0-3570014, seconds: 0.6260871887207031
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_state_manager.py", line 551, in set_sync_mode
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1185, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 754, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 78, in subscribe_to_phs
ValueError: None response from peer 95.88.230.243 for register_interest_in_puzzle_hash
2023-04-25T10:41:03.752 wallet wallet                     : INFO     Reconnecting to peer PeerInfo(_ip=IPv4Address('127.0.0.1'), _port=8444)
2023-04-25T10:41:03.753 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]
=== giga8 ===
2023-04-25T09:28:03.488 daemon chia.daemon.server         : INFO     ConnectionClosed. Closing websocket with chia_wallet
2023-04-25T09:28:05.490 wallet wallet                     : INFO     Closed RPC server
2023-04-25T09:28:05.491 wallet wallet                     : INFO     Waiting for service _await_closed callback
2023-04-25T09:28:05.491 wallet chia.wallet.wallet_node    : INFO     self._await_closed
2023-04-25T09:28:05.497 wallet chia.wallet.wallet_node    : INFO     Close signal received from keychain, we probably timed out.
2023-04-25T09:28:05.498 wallet chia.wallet.wallet_node    : INFO     Reconnecting to keychain at wss://localhost:55400.
2023-04-25T09:28:05.498 daemon chia.daemon.server         : INFO     ConnectionClosed. Closing websocket with Unknown
2023-04-25T09:28:08.003 wallet wallet                     : INFO     Service wallet at port 8449 fully closed
2023-04-25T09:28:08.493 daemon chia.daemon.server         : INFO     process chia_wallet returned 0
2023-04-25T09:28:08.496 daemon chia.daemon.server         : INFO     ConnectionClosed. Closing websocket with Unknown
2023-04-25T09:28:49.500 daemon chia.daemon.server         : INFO     ConnectionClosed. Closing websocket with Unknown
2023-04-25T09:28:50.020 wallet wallet                     : INFO     chia-blockchain version: 1.6.2
2023-04-25T09:28:50.020 wallet wallet_server              : INFO     Service capabilities: [(1, '1'), (2, '1'), (3, '1')]
2023-04-25T09:28:50.022 wallet chia.wallet.wallet_node    : INFO     Selected multiprocessing start method: default
2023-04-25T09:28:50.039 wallet chia.server.address_manager_store: INFO     Creating new address_manager
2023-04-25T09:28:50.147 wallet chia.wallet.wallet_node    : INFO     Wallet is logged in using key with fingerprint: 1149317241
2023-04-25T09:28:50.147 wallet chia.wallet.wallet_node    : INFO     Updated last used fingerprint: 1149317241
2023-04-25T09:28:50.148 wallet chia.wallet.wallet_state_manager: INFO     Start: Creating puzzle hashes from 0 to 424 for wallet_id: 1
2023-04-25T09:28:50.692 wallet chia.wallet.wallet_state_manager: INFO     Done: Creating puzzle hashes from 0 to 424 for wallet_id: 1 Time: 0.5439198017120361 seconds
2023-04-25T09:28:51.663 wallet wallet                     : INFO     Started wallet service on network_id: mainnet
2023-04-25T09:28:51.667 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2023-04-25T09:28:51.673 daemon chia.daemon.server         : INFO     Register service {'service': 'chia_wallet'}
2023-04-25T09:28:51.673 daemon chia.daemon.server         : INFO     registered for service chia_wallet
2023-04-25T09:28:51.673 daemon chia.daemon.server         : INFO     {'success': True}
2023-04-25T09:28:52.348 wallet chia.wallet.wallet_node    : INFO     Received 32 peers from DNS seeder, using rdtype = A.
2023-04-25T09:28:52.394 wallet chia.wallet.wallet_node    : INFO     Received 32 peers from DNS seeder, using rdtype = AAAA.
2023-04-25T09:28:53.720 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '89.143.162.79', 'port': 8444} is trusted: False
2023-04-25T09:28:53.722 wallet wallet_server              : INFO     Connected with full_node {'host': '89.143.162.79', 'port': 8444}
2023-04-25T09:28:53.869 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '50.35.104.79', 'port': 8444} is trusted: False
2023-04-25T09:28:53.870 wallet wallet_server              : INFO     Connected with full_node {'host': '50.35.104.79', 'port': 8444}
2023-04-25T09:28:54.251 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:28:54.291 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '110.255.139.232', 'port': 8444} is trusted: False
2023-04-25T09:28:54.292 wallet wallet_server              : INFO     Connected with full_node {'host': '110.255.139.232', 'port': 8444}
2023-04-25T09:28:54.420 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:28:54.479 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:28:54.779 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '95.237.26.33', 'port': 8444} is trusted: False
2023-04-25T09:28:54.780 wallet wallet_server              : INFO     Connected with full_node {'host': '95.237.26.33', 'port': 8444}
2023-04-25T09:28:55.545 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:29:13.904 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:29:13.904 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569774
2023-04-25T09:29:23.868 wallet chia.wallet.wallet_node    : INFO     It took 10.068907976150513 time to validate the weight proof
2023-04-25T09:29:23.992 wallet chia.wallet.wallet_blockchain: INFO     Peak set to: 3569774 timestamp: 1682382479
2023-04-25T09:29:24.021 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:29:24.021 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 89.143.162.79
2023-04-25T09:29:24.021 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:29:24.665 wallet wallet_server              : INFO     Connection closed: 89.143.162.79, node id: 66f44c66b1b9ec8bd11d0edd5a989c03dae9cbe436aadeed10397150beb9ba31
2023-04-25T09:29:24.666 wallet chia.wallet.wallet_node    : ERROR    Error syncing to {'host': '89.143.162.79', 'port': 8444}
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 89.143.162.79 for register_interest_in_puzzle_hash
2023-04-25T09:29:24.988 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2023-04-25T09:29:30.774 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:29:30.776 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569774
2023-04-25T09:29:32.332 wallet chia.wallet.wallet_node    : INFO     It took 1.6114311218261719 time to validate the weight proof
2023-04-25T09:29:32.344 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:29:32.344 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 50.35.104.79
2023-04-25T09:29:32.344 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:29:32.706 wallet wallet_server              : INFO     Connection closed: 50.35.104.79, node id: 5f2964561605ce66ef4d8f7e19e80484d8e0fd4f75a752b8793593ec5c54c15f
2023-04-25T09:29:32.707 wallet chia.wallet.wallet_node    : ERROR    Error syncing to None
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 50.35.104.79 for register_interest_in_puzzle_hash
2023-04-25T09:29:37.842 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:29:37.843 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569774
2023-04-25T09:29:40.369 wallet wallet_server              : INFO     Cannot connect to host 210.108.220.143:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Connect call failed ('210.108.220.143', 8444)]
2023-04-25T09:29:42.083 wallet wallet_server              : INFO     Cannot connect to host 185.232.136.9:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Connect call failed ('185.232.136.9', 8444)]
2023-04-25T09:29:43.152 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '47.24.45.38', 'port': 8444} is trusted: False
2023-04-25T09:29:43.152 wallet wallet_server              : INFO     Connected with full_node {'host': '47.24.45.38', 'port': 8444}
2023-04-25T09:29:43.604 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:29:47.122 wallet chia.wallet.wallet_node    : INFO     It took 9.334280252456665 time to validate the weight proof
2023-04-25T09:29:47.135 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:29:47.152 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 110.255.139.232
2023-04-25T09:29:47.152 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:29:47.282 wallet wallet_server              : INFO     Connection closed: 110.255.139.232, node id: 044f6dbca9a2e85b8f82fafcc345f5e4e2b7979c6bbde921554313e388f1e6a0
2023-04-25T09:29:47.283 wallet chia.wallet.wallet_node    : ERROR    Error syncing to {'host': '110.255.139.232', 'port': 8444}
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 110.255.139.232 for register_interest_in_puzzle_hash
2023-04-25T09:29:58.989 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2023-04-25T09:30:07.036 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:30:07.037 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569774
2023-04-25T09:30:16.372 wallet chia.wallet.wallet_node    : INFO     It took 9.389716863632202 time to validate the weight proof
2023-04-25T09:30:16.385 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:30:16.402 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 95.237.26.33
2023-04-25T09:30:16.402 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:30:17.055 wallet wallet_server              : INFO     Connection closed: 95.237.26.33, node id: 597681d21649b52a5f7d6aa3687c8ab4d46fb3c7a1f1cfa822ce656383a913a7
2023-04-25T09:30:17.055 wallet chia.wallet.wallet_node    : ERROR    Error syncing to {'host': '95.237.26.33', 'port': 8444}
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 95.237.26.33 for register_interest_in_puzzle_hash
2023-04-25T09:30:17.056 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:30:17.056 wallet wallet_server              : WARNING  Banning 110.255.139.232 for 120 seconds
2023-04-25T09:30:17.056 wallet chia.wallet.wallet_node    : WARNING  Peer {'host': '95.237.26.33', 'port': 8444} did not respond in time.
2023-04-25T09:30:17.056 wallet wallet_server              : WARNING  Banning 95.237.26.33 for 120 seconds
2023-04-25T09:30:17.057 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:30:17.057 wallet wallet_server              : WARNING  Banning 110.255.139.232 for 120 seconds
2023-04-25T09:30:21.137 wallet wallet_server              : INFO     Cannot connect to host 65.109.107.236:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Connect call failed ('65.109.107.236', 8444)]
2023-04-25T09:30:22.620 wallet wallet_server              : INFO     Cannot connect to host 2603:8000:4502:6a34:f5ca:8789:a864:7614:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Network is unreachable]
2023-04-25T09:30:22.723 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '46.63.104.149', 'port': 8444} is trusted: False
2023-04-25T09:30:22.723 wallet wallet_server              : INFO     Connected with full_node {'host': '46.63.104.149', 'port': 8444}
2023-04-25T09:30:22.743 wallet wallet_server              : INFO     Connection closed: 46.63.104.149, node id: 924bf501cc29cb72e51e658fbb7e7d6f9fb91e6e1552579c498459ae5c653733
2023-04-25T09:30:24.274 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '115.231.154.20', 'port': 8444} is trusted: False
2023-04-25T09:30:24.275 wallet wallet_server              : INFO     Connected with full_node {'host': '115.231.154.20', 'port': 8444}
2023-04-25T09:30:24.406 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:30:27.629 wallet wallet_server              : INFO     Cannot connect to host 240e:379:2aa:a000::3:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Network is unreachable]
2023-04-25T09:30:32.016 wallet wallet_server              : INFO     Cannot connect to host 45.173.211.236:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Connect call failed ('45.173.211.236', 8444)]
2023-04-25T09:30:32.989 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2023-04-25T09:30:35.809 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '90.181.8.164', 'port': 8444} is trusted: False
2023-04-25T09:30:35.810 wallet wallet_server              : INFO     Connected with full_node {'host': '90.181.8.164', 'port': 8444}
2023-04-25T09:30:36.490 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:30:38.074 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:30:38.076 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569776
2023-04-25T09:30:47.120 wallet chia.wallet.wallet_node    : INFO     It took 9.102204322814941 time to validate the weight proof
2023-04-25T09:30:47.267 wallet chia.wallet.wallet_blockchain: INFO     Peak set to: 3569776 timestamp: 1682382546
2023-04-25T09:30:47.295 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:30:47.316 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 47.24.45.38
2023-04-25T09:30:47.316 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:30:47.729 wallet wallet_server              : INFO     Connection closed: 47.24.45.38, node id: af216bdf08f8a5bb7e6d81cdd34e538366570183d3a9505f7a47bfe1b0edc68e
2023-04-25T09:30:47.729 wallet chia.wallet.wallet_node    : ERROR    Error syncing to None
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 47.24.45.38 for register_interest_in_puzzle_hash
2023-04-25T09:30:47.729 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:30:47.730 wallet wallet_server              : WARNING  Banning 95.237.26.33 for 120 seconds
2023-04-25T09:30:50.714 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:30:50.716 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569776
2023-04-25T09:30:52.605 wallet chia.wallet.wallet_node    : INFO     It took 1.9452879428863525 time to validate the weight proof
2023-04-25T09:30:52.626 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:30:52.643 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 115.231.154.20
2023-04-25T09:30:52.643 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:30:52.742 wallet wallet_server              : INFO     Connection closed: 115.231.154.20, node id: 19fef945ce547e01dc357838c860ede823b52dbc1f322f84281eb4651b9fa289
2023-04-25T09:30:52.742 wallet chia.wallet.wallet_node    : ERROR    Error syncing to {'host': '115.231.154.20', 'port': 8444}
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 115.231.154.20 for register_interest_in_puzzle_hash
2023-04-25T09:30:52.742 wallet chia.wallet.wallet_node    : WARNING  Peer {'host': '115.231.154.20', 'port': 8444} did not respond in time.
2023-04-25T09:30:52.743 wallet wallet_server              : WARNING  Banning 115.231.154.20 for 120 seconds
2023-04-25T09:30:52.743 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:30:52.743 wallet wallet_server              : WARNING  Banning 47.24.45.38 for 120 seconds
2023-04-25T09:30:56.706 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '73.134.87.184', 'port': 8444} is trusted: False
2023-04-25T09:30:56.706 wallet wallet_server              : INFO     Connected with full_node {'host': '73.134.87.184', 'port': 8444}
2023-04-25T09:30:56.755 wallet wallet_server              : INFO     Cannot connect to host 180.156.5.171:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Connect call failed ('180.156.5.171', 8444)]
2023-04-25T09:30:57.187 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:31:00.662 wallet wallet_server              : INFO     Cannot connect to host 2409:8a50:8c2:fa30:88f3:2e95:7171:e109:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Network is unreachable]
2023-04-25T09:31:02.956 wallet chia.wallet.wallet_node    : INFO     Connected peer {'host': '93.125.8.26', 'port': 8444} is trusted: False
2023-04-25T09:31:02.957 wallet wallet_server              : INFO     Connected with full_node {'host': '93.125.8.26', 'port': 8444}
2023-04-25T09:31:03.452 wallet chia.wallet.wallet_node    : INFO     Wallet received 1000 peers.
2023-04-25T09:31:06.989 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2023-04-25T09:31:11.722 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:31:11.724 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569777
2023-04-25T09:31:13.392 wallet chia.wallet.wallet_node    : INFO     It took 1.7244246006011963 time to validate the weight proof
2023-04-25T09:31:13.527 wallet chia.wallet.wallet_blockchain: INFO     Peak set to: 3569777 timestamp: 1682382600
2023-04-25T09:31:13.553 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:31:13.573 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 90.181.8.164
2023-04-25T09:31:13.574 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:31:14.230 wallet wallet_server              : INFO     Connection closed: 90.181.8.164, node id: 39abe5ed68530a8e0327cf2c64c9c271335446fc5f741ed37c9e812a94c88004
2023-04-25T09:31:14.231 wallet chia.wallet.wallet_node    : ERROR    Error syncing to {'host': '90.181.8.164', 'port': 8444}
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 90.181.8.164 for register_interest_in_puzzle_hash
2023-04-25T09:31:14.231 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:31:14.232 wallet wallet_server              : WARNING  Banning 47.24.45.38 for 120 seconds
2023-04-25T09:31:14.232 wallet chia.wallet.wallet_node    : WARNING  Peer {'host': '90.181.8.164', 'port': 8444} did not respond in time.
2023-04-25T09:31:14.232 wallet wallet_server              : WARNING  Banning 90.181.8.164 for 120 seconds
2023-04-25T09:31:14.232 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:31:14.232 wallet wallet_server              : WARNING  Banning 115.231.154.20 for 120 seconds
2023-04-25T09:31:22.598 wallet chia.full_node.weight_proof: INFO     validating 9296 sub epochs
2023-04-25T09:31:22.601 wallet chia.full_node.weight_proof: INFO     validate weight proof peak height 3569779
2023-04-25T09:31:24.429 wallet chia.wallet.wallet_node    : INFO     It took 1.8863391876220703 time to validate the weight proof
2023-04-25T09:31:24.570 wallet chia.wallet.wallet_blockchain: INFO     Peak set to: 3569779 timestamp: 1682382600
2023-04-25T09:31:24.597 wallet chia.wallet.wallet_node    : INFO     Primary peer syncing
2023-04-25T09:31:24.616 wallet chia.wallet.wallet_node    : INFO     Starting sync trusted: False to peer 73.134.87.184
2023-04-25T09:31:24.617 wallet chia.wallet.wallet_node    : INFO     perform_atomic_rollback to 0
2023-04-25T09:31:25.205 wallet wallet_server              : INFO     Connection closed: 73.134.87.184, node id: dba72b304bfeddfd8d9c0ea978d5c97833859920d89e169a7d04d0c390a94544
2023-04-25T09:31:25.206 wallet chia.wallet.wallet_node    : ERROR    Error syncing to None
Traceback (most recent call last):
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1110, in new_peak_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 1143, in long_sync_from_untrusted
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/wallet_node.py", line 654, in long_sync
  File "/home/chia/chia-gigahorse-farmer/chia/wallet/util/wallet_sync_utils.py", line 75, in subscribe_to_phs
ValueError: None response from peer 73.134.87.184 for register_interest_in_puzzle_hash
2023-04-25T09:31:25.206 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:31:25.206 wallet wallet_server              : WARNING  Banning 47.24.45.38 for 120 seconds
2023-04-25T09:31:25.207 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:31:25.207 wallet wallet_server              : WARNING  Banning 115.231.154.20 for 120 seconds
2023-04-25T09:31:25.207 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:31:25.207 wallet wallet_server              : WARNING  Banning 90.181.8.164 for 120 seconds
2023-04-25T09:31:25.208 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:31:25.208 wallet wallet_server              : WARNING  Banning 73.134.87.184 for 120 seconds
2023-04-25T09:31:25.208 wallet chia.wallet.wallet_node    : WARNING  Peer None did not respond in time.
2023-04-25T09:31:25.208 wallet wallet_server              : WARNING  Banning 90.181.8.164 for 120 seconds
2023-04-25T09:31:29.534 wallet wallet_server              : INFO     Cannot connect to host 106.86.177.155:8444 ssl:<ssl.SSLContext object at 0x7fc110a446c0> [Connect call failed ('106.86.177.155', 8444)]

$ ls -al total 31300 drwxrwxr-x 2 chia chia 4096 4월 25 09:28 ./ drwxrwxr-x 3 chia chia 4096 4월 17 07:28 ../ -rw-r--r-- 1 chia chia 15855616 4월 25 09:30 blockchain_wallet_v2_r1_mainnet_1149317241.sqlite -rw-r--r-- 1 chia chia 32768 4월 25 09:30 blockchain_wallet_v2_r1_mainnet_1149317241.sqlite-shm -rw-r--r-- 1 chia chia 16146312 4월 25 09:30 blockchain_wallet_v2_r1_mainnet_1149317241.sqlite-wal -rw-rw-r-- 1 chia chia 10 4월 25 09:28 last_used_fingerprint

wallet:
  accept_notifications: false
  automatically_add_unknown_cats: false
  connect_to_unknown_peers: true
  database_path: wallet/db/blockchain_wallet_v2_CHALLENGE_KEY.sqlite
  db_readers: 2
  db_sync: auto
  dns_servers:
  - dns-introducer.chia.net
  enable_memory_profiler: false
  enable_profiler: false
  full_node_peer:
    host: localhost
    port: 8444
  inbound_rate_limit_percent: 100
  initial_num_public_keys: 425
  introducer_peer:
    host: introducer.chia.net
    port: 8444
  log_sqlite_cmds: false
  logging: *id001
  multiprocessing_start_method: default
  network_overrides: *id002
  nft_metadata_cache_hash_length: 3
  nft_metadata_cache_path: nft_cache
  outbound_rate_limit_percent: 60
  peer_connect_interval: 60
  port: 8449
  recent_peer_threshold: 6000
  required_notification_amount: 10000000
  rpc_port: 9256
  selected_network: mainnet
  short_sync_blocks_behind_threshold: 20
  spam_filter_after_n_txs: 200
  ssl:
    private_crt: config/ssl/wallet/private_wallet.crt
    private_key: config/ssl/wallet/private_wallet.key
    public_crt: config/ssl/wallet/public_wallet.crt
    public_key: config/ssl/wallet/public_wallet.key
  target_peer_count: 3
  testing: false
  trusted_peers:
    0ThisisanexampleNodeID7ff9d60f1c3fa270c213c0ad0cb89c01274634a7c3cb9: Does_not_matter
  tx_resend_timeout_secs: 1800
  wallet_peers_file_path: wallet/db/wallet_peers.dat
  wallet_peers_path: wallet/db/wallet_peers.sqlite
  weight_proof_timeout: 360
  xch_spam_amount: 1000000
madMAx43v3r commented 1 year ago

I think you need to just give it more time, those errors about peers not responding are normal.

nicezic commented 1 year ago

I think you need to just give it more time, those errors about peers not responding are normal.

I'm sorry, but It have not been synced for a week. I just made this log for you to read easy. I got still no wallet updated.

~/.chia/mainnet/wallet/db$ ll
total 32124
drwxrwxr-x 2 chia chia     4096  4월 25 21:15 ./
drwxrwxr-x 3 chia chia     4096  4월 17 07:28 ../
-rw-r--r-- 1 chia chia 15491072  4월 25 21:18 blockchain_wallet_v2_r1_mainnet_1149317241.sqlite
-rw-r--r-- 1 chia chia    32768  4월 25 21:18 blockchain_wallet_v2_r1_mainnet_1149317241.sqlite-shm
-rw-r--r-- 1 chia chia 14873232  4월 25 21:18 blockchain_wallet_v2_r1_mainnet_1149317241.sqlite-wal
-rw-rw-r-- 1 chia chia       10  4월 25 21:15 last_used_fingerprint
-rw-r--r-- 1 chia chia  2474427  4월 25 21:05 wallet_peers.dat
$ c wallet show
Wallet height: 0
Sync status: Not synced

Connections:
Type      IP                                      Ports       NodeID      Last Connect      MiB Up|Dwn
FULL_NODE 127.0.0.1                                8444/8444  06e5c2bc... Apr 25 21:18:25      0.0|0.0
                                                  -Height: No Info    -Hash: No Info    -Trusted: True
$ c show -s
Network: mainnet    Port: 8444   RPC Port: 8555
Node ID: 06e5c2bce50b5be52c5e15fa75f95e560695ec5e0814345f0c8bb3a78893e380
Genesis Challenge: ccd5bb71183532bff220ba46c268991a3ff07eb358e8255a65c30a2dce0e5fbb
Current Blockchain Status: Full Node Synced

Peak: Hash: ecd9b91a9ee3b983a79a58ec4ec6a2905cf476f2335e5a6c37acc10005eec1d9
      Time: Tue Apr 25 2023 21:23:30 KST                  Height:    3572027

Estimated network space: 22.759 EiB
Current difficulty: 2144
Current VDF sub_slot_iters: 147849216

  Height: |   Hash:
  3572027 | ecd9b91a9ee3b983a79a58ec4ec6a2905cf476f2335e5a6c37acc10005eec1d9
  3572026 | 6a8ec987fc1ded6781549ab37a47b009f2a2e6907fdb2c8cd01797390344c040
  3572025 | 7def91e8c4d628a221c2b64122500be06bb55e0a45bd41b9d4674a5594120ff5
  3572024 | df540c5097d028edc2810dae644a97d23f66d93b8ce8ae0616e9fda3d1fb0ab1
  3572023 | faa3061c48af1b5bc18e409321517af6fb8be83f25dba0769bd2c6fff1b6224b
  3572022 | bb51f2d07254f4f3d00fb553a312b7e15efcc9747724c2917fc6861d3cd1265f
  3572021 | 6efbf84bc82a9521f3e7e80628035dd6780e49a41b80688415217a9fba6e6d17
  3572020 | 80ef5920cf210f9910b84b4b987f3d4c9e6484f72ffa200bf9cda59aeea30220
  3572019 | c4e5447af75f8ad304f1c706a063a102d9be98037532c59c6d6c7caff16cd7b3
  3572018 | 15e5037aec293ddcf1a9d38a79415aa0854a19ffc8ebced06ff5da39a423e636
c version
1.7.1.giga9
madMAx43v3r commented 1 year ago

Hmm very strange... In any case you can actually use the wallet from official Chia together with Gigahorse, maybe that works.

madMAx43v3r commented 1 year ago

It seems you dont have a node running on localhost ?

2023-04-25T10:40:18.085 wallet wallet_server : INFO Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]

nicezic commented 1 year ago

It seems you dont have a node running on localhost ?

2023-04-25T10:40:18.085 wallet wallet_server : INFO Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x7f24194d5540> [Connect call failed ('127.0.0.1', 8444)]

I turned off others to make a wallet only log simple.

nicezic commented 1 year ago

debug.log @madMAx43v3r I make a brand new PC to test this.

I installed chia 1.7.1 and Gigahourse.9 on the new PC.

I'm running chia. the full_node is still syncing... However... wallet is synced. cool~

$ chia show -s
Network: mainnet    Port: 8444   RPC Port: 8555
Node ID: ec4065dce993ff9296f70a8f8d9ed3a0565bfe7b58f27ae378371145572bb180
Genesis Challenge: ccd5bb71183532bff220ba46c268991a3ff07eb358e8255a65c30a2dce0e5fbb
Current Blockchain Status: Syncing 1498011/3575412 (2077401 behind).
Peak: Hash: bf7ed38072e323c9c3da9fd19356fee74e20aa54d41d0cd64cb1e286cf2b1358
      Time: Mon Jan 31 2022 14:59:31 KST                  Height:    1498011

Estimated network space: 30.855 EiB
Current difficulty: 2624
Current VDF sub_slot_iters: 134217728

  Height: |   Hash:
  1498011 | bf7ed38072e323c9c3da9fd19356fee74e20aa54d41d0cd64cb1e286cf2b1358
  1498010 | a8d071893430db83c737a3d7c44d7beb5f1f012baf164ea7b8074e3b0c318964
  1498009 | 62a09ee8a842725302a89007bc1328c9715c1a73f2f98cbcd2d06db24c981ea8
  1498008 | db1ae51a4e22ae875a5bc9e82a0499d1dcdf75f870ed92e717c6a2e43662bcf8
  1498007 | 2cc80cc3132ed5a95300b9c418141e623176547351f86efe9ef3945648c09b75
  1498006 | bc028955d9ca157428bca4c2f74b9421c5dda58c66acfa3a21a2d6b5f28c6e07
  1498005 | e2ce31d5c29f692d34a9eba50df3fc16fb520f4b2d753f457f20d94bda15544f
  1498004 | f2bd5154d39cc1902c05cc7529a07576c7e6b6d9894b92732dc714fa14284eed
  1498003 | c28d5caf989c751e8b2851755e38c0692d3a63c4a6779e5e3f455398f1146583
  1498002 | 82f62919e2d622027e3e0dc48841e3d1caabcef226a34393d833a9a07bd8e854

$ chia wallet show
Wallet height: 3573859
Sync status: Syncing...

Connections:
Type      IP                                      Ports       NodeID      Last Connect      MiB Up|Dwn
FULL_NODE 127.0.0.1                                8444/8444  ec4065dc... Apr 26 15:20:52      0.0|0.0    
                                                  -Height: No Info    -Hash: No Info    -Trusted: True
FULL_NODE 89.86.53.203                             8444/8444  05bbd548... Apr 26 15:21:22      0.1|15.3   
                                                  -Height: No Info    -Hash: No Info
FULL_NODE 87.255.83.30                             8444/8444  cda70672... Apr 26 15:21:25      0.0|0.0    
                                                  -Height: No Info    -Hash: No Info
$ chia wallet show
Wallet height: 3575417
Sync status: Synced
Balances, fingerprint: 1149317241

Chia Wallet:
   -Total Balance:         21.770453519661 xch (21770453519661 mojo)
   -Pending Total Balance: 21.770453519661 xch (21770453519661 mojo)
   -Spendable:             21.770453519661 xch (21770453519661 mojo)
   -Type:                  STANDARD_WALLET
   -Wallet ID:             1

Pool wallet:
   -Total Balance:         0.0 xch (0 mojo)
   -Pending Total Balance: 0.0 xch (0 mojo)
   -Spendable:             0.0 xch (0 mojo)
   -Type:                  POOLING_WALLET
   -Wallet ID:             2

Pool wallet:
   -Total Balance:         0.0 xch (0 mojo)
   -Pending Total Balance: 0.0 xch (0 mojo)
   -Spendable:             0.0 xch (0 mojo)
   -Type:                  POOLING_WALLET
   -Wallet ID:             3

Pool wallet:
   -Total Balance:         0.0 xch (0 mojo)
   -Pending Total Balance: 0.0 xch (0 mojo)
   -Spendable:             0.0 xch (0 mojo)
   -Type:                  POOLING_WALLET
   -Wallet ID:             4

Chia Holiday 2021 Token:
   -Total Balance:         2.0  (2000 mojo)
   -Pending Total Balance: 2.0  (2000 mojo)
   -Spendable:             2.0  (2000 mojo)
   -Type:                  CAT
   -Asset ID:              509deafe3cd8bbfbb9ccce1d930e3d7b57b40c964fa33379b18d628175eb7a8f
   -Wallet ID:             5

Connections:
Type      IP                                      Ports       NodeID      Last Connect      MiB Up|Dwn
FULL_NODE 127.0.0.1                                8444/8444  ec4065dc... Apr 26 15:23:59      0.0|0.0    
                                                  -Height: No Info    -Hash: No Info    -Trusted: True
FULL_NODE 89.86.53.203                             8444/8444  05bbd548... Apr 26 15:22:38      0.2|23.2   
                                                  -Height: No Info    -Hash: No Info
FULL_NODE 87.255.83.30                             8444/8444  cda70672... Apr 26 15:23:17      0.0|0.0    
                                                  -Height: No Info    -Hash: No Info

after this... I turned off 'chia stop all -d' and.. ( c is alias for gigahorse ) I turned on 'c start farmer'

$ c wallet show
Wallet height: 3575398
Sync status: Not synced

Connections:
Type      IP                                      Ports       NodeID      Last Connect      MiB Up|Dwn
FULL_NODE 127.0.0.1                                8444/8444  ec4065dc... Apr 26 15:18:20      0.0|0.0    
                                                  -Height: No Info    -Hash: No Info    -Trusted: True
FULL_NODE 98.156.208.240                           8444/8444  c4fa03e6... Apr 26 15:18:20      0.0|0.0    
                                                  -Height: No Info    -Hash: No Info
FULL_NODE 89.102.107.181                           8444/8444  0f78ccc2... Apr 26 15:18:33      0.0|0.0    

FYI, I started gigahorse first... but the wallet didn't work. It was a whole new start after installed gigahorse. I attached the log file, which is INFO.

nicezic commented 1 year ago

@madMAx43v3r fixed 11 version. thx