Navigation

    Vite Forum
    • Register
    • Login
    • Search
    • Unsolved
    • Solved
    • Recent
    • Tags
    • Popular
    • Groups
    • Github
    1. Home
    2. jerry
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    jerry

    @jerry

    3
    Reputation
    8
    Posts
    36
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jerry Follow

    Best posts made by jerry

    • RE: Full node synchronizing problems [v1.1.1]

      Our code is open source. we can be sure there is no virus. Could you provide your windows version, and your antivirus application ? We will make further test.

      posted in Support
      J
      jerry
    • RE: Full node synchronizing problems [v1.1.1]

      Sorry about the scene.

      You can start v1.1.1, the app will take some time to find near peers to connect (usually about 1 minute), then will syncing to peers it connected.

      You can add a field StaticNodes to reduce the time of discovery peers.

      Open the windows cmd, and input following code:

      curl -X POST \
        http://127.0.0.1:48132/ \
        -H 'cache-control: no-cache' \
        -H 'content-type: application/json' \
        -H 'postman-token: 1e9960d8-65da-257f-b07a-c4e2a65c04bf' \
        -d '{
              "jsonrpc": "2.0",
              "id": 5,
              "method": "net_syncInfo",
              "params": null
      }'
      

      then enter, it will show the syncing progress. syncing will take multi hours according to your network speed and the number of blocks to sync.

      Any questions are welcome.

      posted in Support
      J
      jerry

    Latest posts made by jerry

    • RE: withdraw waves.not coins came

      @Алексей-Белых The waves coins have been transferred to you. I'll check the android app. Thank you for feedback.

      posted in General Discussion
      J
      jerry
    • RE: withdraw waves.not coins came

      @Алексей-Белых said in withdraw waves.not coins came:

      a7dfc09efa52be8298c1dee36677121f045f1591fb2e24baefd7a1842b4d3196

      Because your withdraw address parsed error. The result contains invalid chars

      {"address":"#3PB9qJBt6CJKfjnkcWFQCCkpRQJ1G2zb6sV\u0000","label":"","type":0}
      

      How do you input the withdraw address? web-wallet, ios vite app, or android vite app ?

      posted in General Discussion
      J
      jerry
    • RE: GRIN tokens not confirmed after 48hrs... Also cannot access hash info...

      Did you record the slate ID when deposit ?
      The slate ID looks like 45382de7-1990-5656-abcd-1231674e4176

      posted in General Discussion
      J
      jerry
    • RE: GRIN not getting confirmed

      Don't worry, we are checking it.

      posted in Questions
      J
      jerry
    • RE: Slow syncing

      please refer to https://github.com/vitelabs/go-vite/issues/212

      posted in Support
      J
      jerry
    • RE: Solutions to the problem “Node stuck in 8637351”

      @Leon-Ivan Please be patient, It need time to find available peers, and it will find them.

      posted in Announcements
      J
      jerry
    • RE: Full node synchronizing problems [v1.1.1]

      Our code is open source. we can be sure there is no virus. Could you provide your windows version, and your antivirus application ? We will make further test.

      posted in Support
      J
      jerry
    • RE: Full node synchronizing problems [v1.1.1]

      Sorry about the scene.

      You can start v1.1.1, the app will take some time to find near peers to connect (usually about 1 minute), then will syncing to peers it connected.

      You can add a field StaticNodes to reduce the time of discovery peers.

      Open the windows cmd, and input following code:

      curl -X POST \
        http://127.0.0.1:48132/ \
        -H 'cache-control: no-cache' \
        -H 'content-type: application/json' \
        -H 'postman-token: 1e9960d8-65da-257f-b07a-c4e2a65c04bf' \
        -d '{
              "jsonrpc": "2.0",
              "id": 5,
              "method": "net_syncInfo",
              "params": null
      }'
      

      then enter, it will show the syncing progress. syncing will take multi hours according to your network speed and the number of blocks to sync.

      Any questions are welcome.

      posted in Support
      J
      jerry