question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: VIACoin synchronization / old version.

See original GitHub issue

What is your BTCPay version?

BTCPay Server v1.7.1.0+e11a775be

How did you deploy BTCPay Server?

https://install.btcpayserver.org/

What happened?

No synchronization VIACoin,

2022-12-03 06:30:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 81181 seconds ago) 2022-12-03 06:30:35 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:30:36 connect() to 74.118.157.117:5223 failed after select(): Connection refused (111) 2022-12-03 06:30:37 connect() to 87.98.135.190:5223 failed after select(): Connection refused (111) 2022-12-03 06:30:48 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:30:49 connect() to 91.121.82.47:5223 failed after select(): Connection refused (111) 2022-12-03 06:31:29 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:31:29 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:31:41 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:31:47 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:31:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 81271 seconds ago) 2022-12-03 06:31:59 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:05 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:06 connect() to 62.210.5.232:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:12 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:13 connect() to 91.121.82.47:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:13 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:20 connect() to 91.121.82.47:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:20 connect() to 62.210.5.232:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:43 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:49 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:50 connect() to 91.121.82.47:5223 failed after select(): Connection refused (111) 2022-12-03 06:32:56 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:14 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:20 connect() to 185.128.41.158:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:20 connect() to 87.98.135.190:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 81361 seconds ago) 2022-12-03 06:33:26 connect() to 91.121.82.47:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:27 connect() to 62.210.5.232:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:28 connect() to 74.118.157.117:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:28 connect() to 74.118.157.117:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:35 connect() to 185.128.41.158:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:35 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111) 2022-12-03 06:33:36 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:34:04 connect() to 185.128.41.158:5223 failed after select(): Connection refused (111) 2022-12-03 06:34:10 connect() to 87.98.135.190:5223 failed after select(): Connection refused (111) 2022-12-03 06:34:22 connect() to 87.98.135.190:5223 failed after select(): Connection refused (111) 2022-12-03 06:34:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 81451 seconds ago) 2022-12-03 06:35:02 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:35:02 connect() to 185.128.41.158:5223 failed after select(): Connection refused (111) 2022-12-03 06:35:09 connect() to 184.164.147.82:5223 failed after select(): Connection refused (111) 2022-12-03 06:35:20 connect() to 74.118.157.122:5223 failed after select(): Connection refused (111)

How did you encounter this bug?

in UI 0% synchronization Docker logs

Relevant log output

No response

What browser do you use?

Chrome, FF

Additional information

Found out that the version of VIAcoin is old,

d44d3564235a   romanornr/docker-viacoin:0.15.2                         "/entrypoint.sh viac…"   23 hours ago   Up 23 hours   5222-5223/tcp, 25222-25223/tcp, 39388/tcp, 43782/tcp                       btcpayserver_viacoind

https://hub.docker.com/layers/romanornr/docker-viacoin/0.15.2/images/sha256-7eeddefad25c061c1b0b042f473fd6953747a2b934a5fbe9422e2f9eea6af84a?context=explore

after some research found the actual version, need to update the docker image https://github.com/viacoin/viacoin/tree/v0.16.3

Are you sure this is a bug report?

  • I confirm this is a bug report

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
romanornrcommented, Jan 9, 2023

It should work now @hell0-w The DNS seeder had some problems

1reaction
romanornrcommented, Dec 29, 2022

Didn’t check my email. I’ll look into it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Releases · viacoin/viacoin
HD-wallets by default. Due to a backward-incompatible change in the wallet database, wallets created with version 0.16.3 will be rejected by ...
Read more >
Viacoin Development Update — 03/2019
Minor bug fixes. View the full change log and download the latest Vialectrum version HERE. Hodl Hodl Listing. Viacoin has been added as...
Read more >
[ANN] Viacoin (VIA) - Safe | Segwit | Lightning Network
I'm having a lot of problems trying to sync my wallet again. I have installed viacoin wallet as other times, puth there my...
Read more >
Not Receiving Humongous Coin Pack I Purchased (Again)
I purchase from PSN and get the receipts and everything but, no coins ever show up in game. EA has told me all...
Read more >
Changelog
Bug Fixes: Server: Various Veriff fixes. Version 20220725: New Features: Terminal: Added ability to turn on bitcoin donations for Ukraine on machine.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found