Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nueron wallet not showing any transactions or balance #3067

Closed
MarioLisbona opened this issue Mar 11, 2024 · 7 comments
Closed

Nueron wallet not showing any transactions or balance #3067

MarioLisbona opened this issue Mar 11, 2024 · 7 comments
Assignees

Comments

@MarioLisbona
Copy link

MarioLisbona commented Mar 11, 2024

Topic Type

Incorrect Balance

Detail of the issue

Havnt used the wallet in a few year. Updated to:

  • Neuron Version: 0.112.0
  • CKB Client Version: v0.112.1
  • CKB Light Client Version: v0.3.2

Initially it was showing the same balance as the old wallet version (balance was less than CKB received, and showed transactions with CKB received but not showing in the balance). This new wallet would never fully sycn to the network, would always stall around 97-99% range.

I cleared the cache, deleted the walled and used the seed phrase to create the wallet again. tried this numerous times and the balance and transaction history was the same.

Finally tried this again and the wallet synced to both mainnet and light mainnet. Now the wallet shows an empty balance and no transaction history at all
neuron_debug_1710148762037.zip

bundled-ckb.log

No response

bundled-ckb-light-mainnet.log

No response

main.log

No response

status.log

No response

@yanguoyu
Copy link
Collaborator

Hi, @MarioLisbona
from the log, I get that your last selected network is Light client, do you set the start block number when using Light client? If the start block number is bigger than 6,725,505, the light client may miss some transactions. Because your wallet's first transaction block number is 6,725,505. If so, switch to the light client if the current network is not, change the start block to 6,725,500, and then Clear all synchronized data.

For the full node, I get the log, the 12430236 block was packaged at 2024-03-11T09:03:44. It means that your wallet has reached the blockchain's latest block at 2024-03-11T09:03:59. But I can not get the full ckb node run log. Could you upload the full ckb node log? It can be found at ~/Library/Application Support/Neuron/chains/mainnet/data/logs/run.log. I guess If your full node has synced to 100%, it will be better to use the full node.

[2024-03-11T09:03:59.083Z] [info]  Database:	saved synced block #12430236

@MarioLisbona
Copy link
Author

Hi @yanguoyu, Thanks for the reply.

I've now connected Neuron and synced it to the mainnet. I couldn't find any information on how to set the start block when using the light client or the full node. Could you please provide a link or instructions on how I can do this?

Im also attaching the updated neuron logs below:

neuron_debug_1710228483338.zip

I found the full ckb node log as requested...but its 9.4gb in size so i cant upload it to this message. Does this seem correct that the log would be this large?

run log-disk-usage

Thanks

@yanguoyu
Copy link
Collaborator

Hi @yanguoyu, Thanks for the reply.

I've now connected Neuron and synced it to the mainnet. I couldn't find any information on how to set the start block when using the light client or the full node. Could you please provide a link or instructions on how I can do this?

Im also attaching the updated neuron logs below:

neuron_debug_1710228483338.zip

I found the full ckb node log as requested...but its 9.4gb in size so i cant upload it to this message. Does this seem correct that the log would be this large?

run log-disk-usage Thanks

Hi, maybe you have never cleared the run log, it will keep increasing. And from the new Debug Information, I get that the mainnet is syncing to 12,438,230. It looks like runs normally.
You have synced the full ckb node to 100%, it's unnecessary to use the light client. The light client is used for the users that have never synced the full ckb node, and only the light client can set the start block number.
Do you have any other issues about this?

@MarioLisbona
Copy link
Author

Ah ok thanks for that info.

Ok so the issue now is that my wallet is not showing the full balance. Its only showing a balance of 268.60951115 CKB. I have transferred over 82,000 CKB to this wallet. I can see in the transaction history that +82,269.60953637 CKB has been received but but the balance isn't reflecting this.

ckb-wallet

If i open that transaction i get the following screen

ckb-transaction-history

The transaction hash is 0x49b855bd18c1e04a2ec322783cc2ec8aabffeb090baf966f8e70e0ae5b33c3e5

Do you have any idea why the balance wouldn't be correct?

Thanks again

Mario

@yanguoyu
Copy link
Collaborator

Ah ok thanks for that info.

Ok so the issue now is that my wallet is not showing the full balance. Its only showing a balance of 268.60951115 CKB. I have transferred over 82,000 CKB to this wallet. I can see in the transaction history that +82,269.60953637 CKB has been received but but the balance isn't reflecting this.

ckb-wallet If i open that transaction i get the following screen ckb-transaction-history The transaction hash is `0x49b855bd18c1e04a2ec322783cc2ec8aabffeb090baf966f8e70e0ae5b33c3e5`

Do you have any idea why the balance wouldn't be correct?

Thanks again

Mario

I got that, the overview page only shows the ckb that you can use now. I get that the latest two transactions are Nervos DAO, the deposit ckb is locked in DAO, so they will not show on the overview page. They can be found on the Nervos DAO page.
Click the Nervos DAO, then you will see the deposit balance.

Copy link
Contributor

Mark this issue stale because no activity for 60 days

@github-actions github-actions bot added the stale label May 12, 2024
Copy link
Contributor

Close this issue because it's inactive since marked stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants