Git Product home page Git Product logo

Comments (12)

shanhashcah avatar shanhashcah commented on August 16, 2024 1

@Unisay Sir .. Any suggestion...

from cardano-wallet.

Unisay avatar Unisay commented on August 16, 2024

Please make sure that cardano-node socket file exists and is readable. One way of doing it is to use the cardano-cli executable that ships with the node, for example:

cardano-cli query tip --mainnet --socket-path /your/path/to/the/node.socket

from cardano-wallet.

shanhashcah avatar shanhashcah commented on August 16, 2024

@Unisay Sir:

Thanks for your reply. I have execute the query and getting blow response

**cardano-cli query tip --mainnet --socket-path /home/ubuntu/cardano/db/node.socket

{
"block": 9571129,
"epoch": 449,
"era": "Babbage",
"hash": "c83ea12cc3200a37a7acdb64e8ae28f5244e085e150c85b7ab128a43985028f8",
"slot": 108911100,
"slotInEpoch": 306300,
"slotsToEpochEnd": 125700,
"syncProgress": "100.00"
}**

from cardano-wallet.

shanhashcah avatar shanhashcah commented on August 16, 2024

Any help...

from cardano-wallet.

Unisay avatar Unisay commented on August 16, 2024

Ok, so the node socket seems to be fine.

I've noticed you're using node 8.1.2 while the release page mentions 8.1.1. I'll ask you to use node 8.1.1 as its the one we've tested the wallet with.

If the problem remains, we'll need to have more information: wallet.log &| node.log, if possible.

from cardano-wallet.

shanhashcah avatar shanhashcah commented on August 16, 2024

Ok @Unisay Sir... Let me try & I'll update you.

Thanks..

from cardano-wallet.

shanhashcah avatar shanhashcah commented on August 16, 2024

Hi @Unisay Sir:

My cardano node 8.1.1 get 100 % synced and I have run cardano-wallet v2023-07-18 . From cardano-wallet server log I am seeing that sometime it is syncing and sometime syncing progress getting decreased as I am getting below message

[cardano-wallet.wallet-engine:Info:118] [2023-11-23 06:39:43.66 UTC] d12fb9d6: Syncing (94.43% percent) Applied 100 blocks, 0 rollbacks in the last 36.002320268s. Current tip is [point 5b67e7f9 at slot 98322557]

Then I am getting below message

[cardano-wallet.wallet-engine:Warning:1654] [2023-11-23 06:39:53.30 UTC] 488a3ac6: Syncing (94.42% percent) Applied 0 blocks, 0 rollbacks in the last 30.739998812s. Current tip is [point 70f9a1b0 at slot 98310820]. (progress decreased)

Again I am getting below message
[cardano-wallet.wallet-engine:Info:1670] [2023-11-23 06:42:25.02 UTC] 9e294885: Syncing (94.43% percent) Applied 100 blocks, 0 rollbacks in the last 30.12136007s. Current tip is [point 1ea88c1e at slot 98316709]

But in cardano-node log every thing is ok, getting below message

[ip-10-0-:cardano.node.ChainDB:Notice:39] [2023-11-23 06:43:25.90 UTC] Chain extended, new tip: a96f3a46c19d25eca9aa0e9690e16e7ab3a2865c7915e685146d21a06d11f290 at slot 109155514

Sir is there any issue??? Please guide me.

Many Thanks

from cardano-wallet.

shanhashcah avatar shanhashcah commented on August 16, 2024

Any Help.....

from cardano-wallet.

Unisay avatar Unisay commented on August 16, 2024

Judging from the logs you provided above you have several "logical" wallets (based on a particular mnemonic) managed by a single "cardano-wallet" application. (Each logical wallet does its own synchronization.)

Unfortunately its hard to say what's happening without seeing the full picture by which I mean the wallet.log file.

It would also help to understand how many wallets you have by querying this endpoint:
https://cardano-foundation.github.io/cardano-wallet/api/edge/#operation/listWallets

Would it be possible for you to send us (developers) required information to [email protected] for troubleshooting?
(It is supposed to be safe in terms of your private data as we never log mnemonics or passwords).

from cardano-wallet.

shanhashcah avatar shanhashcah commented on August 16, 2024

Thanks for your reply.

Sir, Which particular information I need to provide by email? Is there something am I doing wrong or there is issue in cardano-wallet itself?

from cardano-wallet.

Unisay avatar Unisay commented on August 16, 2024

Which particular information I need to provide by email?

It would be helpful for troubleshooting if you can attach your wallet.log file which could be obtained by re-directing standard output to a file, for example:

cardano-wallet serve --node-socket /path/to/your/node.socket --mainnet  --database /path/to/wallet/db  --log-level DEBUG | tee wallet.log

Is there something am I doing wrong or there is issue in cardano-wallet itself?

This is exactly what we're trying to figure out.

from cardano-wallet.

shanhashcah avatar shanhashcah commented on August 16, 2024

Hi @Unisay Sir:

Cardano wallet is synced after few days. But sometimes wallet slot be behind to cardano node. Then it tries resync and progress decreased and synced.

from cardano-wallet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.