Code Monkey home page Code Monkey logo

viacoin's Introduction

Viacoin Core integration/staging tree Build Status

C++ Python

What is Viacoin?

Viacoin is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Viacoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Viacoin Core is the name of open source software which enables the use of this currency.

Viacoin is an open-source experimental cryptocurrency that enables instant payments to anyone, anywhere in the world. Viacoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network

Viacoin supports embedded consensus with an extended OP_RETURN of 120 bytes and provides 25x faster transactions than Bitcoin.

Furthermore, the inflation rate of Viacoin is low, given its low block reward, which is offset by miners’ incentives to mine Viacoin through Merged mining (AuxPoW). Notably, F2Pool, one of the largest mining pools, is currently mining Viacoin at a high hash rate and the mining reward halving occurs every 6 months with a total supply of 23,176,392.41459 coins.

Additionally, its mining difficulty is adjusted with a Kimotos Gravity Well algorithm, and its mining reward halving occurs every 6 months. There is a total supply of 23,176,392.41459 coins, and F2Pool, one of the largest mining pools, is currently mining Viacoin at a high hash rate. The Lightning Network will also be supported. Versionbits to allow up to 29 simultaneous Soft Fork changes to be implemented.

https://viacoin.org

https://coinmarketcap.com/currencies/viacoin/


Technical documentation

The wiki is created due to the widespread lack of technical knowledge among investors and programmers prompted the building of this wiki. This wiki's purpose is to demonstrate its genuine craftsmanship and serve as our own documentation.

https://github.com/viacoin/viacoin/wiki


For more information, as well as an immediately useable, binary version of the Viacoin Core software, see https://viacoin.org

Linux windows MacOS


License

Viacoin Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Viacoin Core.

The contribution workflow is described in CONTRIBUTING.md.

The developer mailing list should be used to discuss complicated or controversial changes before working on a patch set.

Developer IRC can be found on Freenode at #viacoin-core-dev.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Translations

Changes to translations as well as new translations can be submitted to Viacoin Core's Transifex page.

Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works.

Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.

Translators should also subscribe to the mailing list.

viacoin's People

Contributors

achow101 avatar btcdrak avatar codeshark avatar cozz avatar fanquake avatar gavinandresen avatar gmaxwell avatar instagibbs avatar jnewbery avatar jonasschnelli avatar jtimon avatar kallewoof avatar laanwj avatar luke-jr avatar meshcollider avatar morcos avatar muggenhor avatar non-github-bitcoin avatar paveljanik avatar petertodd avatar practicalswift avatar promag avatar pstratem avatar rebroad avatar romanornr avatar ryanofsky avatar sdaftuar avatar sipa avatar thebluematt avatar theuni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

viacoin's Issues

AuxPOW start height is too high on regtest

AuxPOW starts at height 452608 on regtest:

const int START_MAINNET = 498725;
const int START_TESTNET = 452608;
const int START_REGTEST = 452608;

In consequence it takes a lot of time to activate AuxPOW on regtest. It's particulary problematic when using the regtest network on automated tests which have little to no computing power and limited time to run tests.

Could you envisage to lower this height to e.g. to height 10 (which is AuxPOW start height of dogecoin)?

node unable to sync in a stable manner

I recently upgraded the viacore to v0.15.1 and since then I am facing stability issues with my node. below is the log that i get.

ExecStart=/usr/bin/viacoind -daemon -conf=/data/viacoin/.viacoin/viacoin.conf -pid=/data/viacoin/.viacoin/viacoind.pid -datadir=/data/viacoin/.viacoin
2018-06-23 17:37:15 UpdateTip: new best=222eead93395bd4c667caf6e41f1e42b06a64fc20071c3daefe2b35dc7477c12 height=914864 version=0x00560103 log2_work=62.322806 tx=1089921 date='2015-04-05 09:29:07' progress=0.000003 cache=125.4MiB(960737txo)
2018-06-23 17:37:15 UpdateTip: new best=64127689b95687e2d8e4fe513ded579ccb53e08d49830df0f279484f4fbb1227 height=914865 version=0x00560103 log2_work=62.322811 tx=1089922 date='2015-04-05 09:29:24' progress=0.000003 cache=125.4MiB(960738txo)
2018-06-23 17:37:15 UpdateTip: new best=7ff15ea2ff4df1743c0e2e498044fba39384c74242c33c493267c1a65b805b09 height=914866 version=0x00560103 log2_work=62.322816 tx=1089923 date='2015-04-05 09:29:28' progress=0.000003 cache=125.4MiB(960739txo)
2018-06-23 17:37:15 UpdateTip: new best=acc9a39afd40ca8520ca19a6c6c4288539503485f8b87539d7852ad1498f9763 height=914867 version=0x00560103 log2_work=62.322822 tx=1089924 date='2015-04-05 09:29:38' progress=0.000003 cache=125.4MiB(960740txo)
2018-06-23 17:37:15 UpdateTip: new best=0d37c6c63c25f25cb1dbbb621b5c659d7cab0c9a1a564e0812096569117be2dc height=914868 version=0x00560103 log2_work=62.322827 tx=1089926 date='2015-04-05 09:29:44' progress=0.000003 cache=125.4MiB(960742txo)
2018-06-23 17:37:15 UpdateTip: new best=8b77dda6fb220cb793f5e165d307e6d1ef58acfb915f801d96904896524dad51 height=914869 version=0x00560103 log2_work=62.322833 tx=1089927 date='2015-04-05 09:30:20' progress=0.000003 cache=125.4MiB(960743txo)
2018-06-23 17:37:15 UpdateTip: new best=1c6f442ae273da190dbac886f5794530cdad217c92fcb555ec9481dc61e59641 height=914870 version=0x00560103 log2_work=62.322838 tx=1089928 date='2015-04-05 09:31:43' progress=0.000003 cache=125.4MiB(960744txo)
2018-06-23 17:37:15 UpdateTip: new best=1a4ff545cacc619f46f3b4eacf42dbd243ab8cd4cde25ca8153e16075ffe22d4 height=914871 version=0x00560103 log2_work=62.322844 tx=1089929 date='2015-04-05 09:32:08' progress=0.000003 cache=125.4MiB(960745txo)
2018-06-23 17:37:15 UpdateTip: new best=01ea4724912aba2cf4c65c4ef675906bab29d17ed764004b0866c52e0970f53d height=914872 version=0x00560103 log2_work=62.322849 tx=1089930 date='2015-04-05 09:32:31' progress=0.000003 cache=125.4MiB(960746txo)
2018-06-23 17:37:15 UpdateTip: new best=d2c893c0bcee9f73e75a0c258ae0afc53120d62e6e4568614976aadf21a32f67 height=914873 version=0x00560103 log2_work=62.322855 tx=1089931 date='2015-04-05 09:33:06' progress=0.000003 cache=125.4MiB(960747txo)
2018-06-23 17:37:15 UpdateTip: new best=c8f2465c5b5727b699b7959ac748ba31e0d7a63d6450f3d1de018597b5672a1c height=914874 version=0x00560103 log2_work=62.32286 tx=1089932 date='2015-04-05 09:33:20' progress=0.000003 cache=125.4MiB(960748txo)
2018-06-23 17:37:15 UpdateTip: new best=9b6ccdca7c60513dfa7565bf5ec5bdc8981e59c6b819568f7cb8210ed6270c57 height=914875 version=0x00560103 log2_work=62.322865 tx=1089934 date='2015-04-05 09:33:28' progress=0.000003 cache=125.4MiB(960750txo)
2018-06-23 17:37:15 UpdateTip: new best=37dd2147f08c67db4b4477106c87adabd8efb83f3b27b1d5c12f0b28fec54f9e height=914876 version=0x00560103 log2_work=62.322871 tx=1089935 date='2015-04-05 09:33:33' progress=0.000003 cache=125.4MiB(960751txo)
2018-06-23 17:37:15 UpdateTip: new best=37ffc6701d8a3ed7267aca12c78dc5c0b61b12d9be957b8d085aa1bc3215f79a height=914877 version=0x00560103 log2_work=62.322876 tx=1089936 date='2015-04-05 09:33:53' progress=0.000003 cache=125.4MiB(960752txo)
2018-06-23 17:37:15 UpdateTip: new best=8306b3396a6bb46e2fe220b369fc255636352d96195fe052aa97a69759f23883 height=914878 version=0x00560103 log2_work=62.322882 tx=1089937 date='2015-04-05 09:34:20' progress=0.000003 cache=125.4MiB(960753txo)
2018-06-23 17:37:15 UpdateTip: new best=bc7ddb6c6a06ee1366100f0e9e5a32878d73c576c6da16f96a690e2b815e0c09 height=914879 version=0x00560103 log2_work=62.322887 tx=1089938 date='2015-04-05 09:34:22' progress=0.000003 cache=125.4MiB(960754txo)
2018-06-23 17:37:15 UpdateTip: new best=843a63f2c925cbeca603d83a7e1d6c5cc6ca3cc0e2a0f875a418e0d0cdba008c height=914880 version=0x00560103 log2_work=62.322893 tx=1089939 date='2015-04-05 09:34:20' progress=0.000003 cache=125.4MiB(960755txo)
2018-06-23 17:37:15 UpdateTip: new best=85fba7dda9cae1b8cc33069feaf02cf808103f9912e63da2336c12d0d6373c79 height=914881 version=0x00560103 log2_work=62.322898 tx=1089940 date='2015-04-05 09:34:55' progress=0.000003 cache=125.4MiB(960756txo)
2018-06-23 17:37:15 UpdateTip: new best=4816969a061478081a5f8b5839dc8a28b95018cc29abc1b3c4e2623fc33d7e79 height=914882 version=0x00560103 log2_work=62.322904 tx=1089941 date='2015-04-05 09:35:17' progress=0.000003 cache=125.4MiB(960757txo)
2018-06-23 17:37:15 UpdateTip: new best=06444073dbf33f32a7b96de11d3c4431fff4d331ddffa71b61d1f3fa19fe3bfc height=914883 version=0x00560103 log2_work=62.322909 tx=1089942 date='2015-04-05 09:35:56' progress=0.000003 cache=125.4MiB(960758txo)
2018-06-23 17:37:15 UpdateTip: new best=1c1e9fe49475eeba153098d080cb0a5400f47cc6ae156b1a887cd645820915e1 height=914884 version=0x00560103 log2_work=62.322915 tx=1089943 date='2015-04-05 09:36:04' progress=0.000003 cache=125.4MiB(960759txo)
2018-06-23 17:37:15 UpdateTip: new best=09fcfe10bb5c8af2e08cb38190e98d91a279f00286fd86f1b03e5a37be9ace67 height=914885 version=0x00560103 log2_work=62.32292 tx=1089944 date='2015-04-05 09:36:12' progress=0.000003 cache=125.4MiB(960760txo)
2018-06-23 17:37:15 UpdateTip: new best=f12ac59ce2e3c3b03a94b887b4075e1dcbed6725976166180c57f0e8e6654fe8 height=914886 version=0x00560103 log2_work=62.322926 tx=1089945 date='2015-04-05 09:36:13' progress=0.000003 cache=125.4MiB(960761txo)
2018-06-23 17:37:18 Reindexing block file blk00001.dat...
2018-06-23 17:37:21 Reindexing block file blk00002.dat...
2018-06-23 17:37:23 Reindexing block file blk00003.dat...
2018-06-23 17:37:25 Reindexing block file blk00004.dat...
2018-06-23 17:39:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 147 seconds ago)
2018-06-23 17:39:48 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136652, us=52.215.7.17:45284, peer=11
2018-06-23 17:41:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 237 seconds ago)
2018-06-23 17:41:12 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136655, us=52.215.7.17:41168, peer=12
2018-06-23 17:42:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 327 seconds ago)
2018-06-23 17:42:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136659, us=52.215.7.17:44120, peer=13
2018-06-23 17:43:06 Loaded 130382 blocks from external file in 340926ms
2018-06-23 17:43:06 Reindexing block file blk00005.dat...
2018-06-23 17:44:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 417 seconds ago)
2018-06-23 17:44:17 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136663, us=52.215.7.17:42244, peer=14
2018-06-23 17:45:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 507 seconds ago)
2018-06-23 17:45:42 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136666, us=52.215.7.17:44468, peer=15
2018-06-23 17:47:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 597 seconds ago)
2018-06-23 17:47:17 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136674, us=52.215.7.17:33270, peer=16
2018-06-23 17:48:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 687 seconds ago)
2018-06-23 17:48:42 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136676, us=52.215.7.17:50544, peer=17
2018-06-23 17:49:43 Loaded 151370 blocks from external file in 397288ms
2018-06-23 17:49:43 Reindexing block file blk00006.dat...
2018-06-23 17:50:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 777 seconds ago)
2018-06-23 17:50:41 connect() to 69.30.221.82:5223 failed after select(): Connection refused (111)
2018-06-23 17:50:43 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136686, us=52.215.7.17:42054, peer=19
2018-06-23 17:51:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 867 seconds ago)
2018-06-23 17:51:59 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136691, us=52.215.7.17:38346, peer=20
2018-06-23 17:53:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 957 seconds ago)
2018-06-23 17:53:23 connect() to 37.187.71.108:5223 failed after select(): Connection refused (111)
2018-06-23 17:53:24 connect() to 37.187.73.108:5223 failed after select(): Connection refused (111)
2018-06-23 17:53:30 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136697, us=52.215.7.17:37476, peer=21
2018-06-23 17:54:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 1047 seconds ago)
2018-06-23 17:54:48 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136699, us=52.215.7.17:51172, peer=22
2018-06-23 17:56:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 1137 seconds ago)
2018-06-23 17:56:12 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136703, us=52.215.7.17:49454, peer=23
2018-06-23 17:56:14 connect() to 76.169.57.92:5223 failed after select(): No route to host (113)
2018-06-23 17:56:15 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136703, us=52.215.7.17:44194, peer=24
2018-06-23 17:56:15 Loaded 149437 blocks from external file in 391722ms
2018-06-23 17:56:15 Reindexing block file blk00007.dat...
2018-06-23 17:57:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 1227 seconds ago)
2018-06-23 17:57:56 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136705, us=52.215.7.17:42328, peer=25
2018-06-23 17:59:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 1317 seconds ago)
2018-06-23 17:59:34 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136709, us=52.215.7.17:44564, peer=26
2018-06-23 18:00:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 1407 seconds ago)
2018-06-23 18:01:16 connect() to 176.9.142.116:5223 failed after select(): Connection refused (111)
2018-06-23 18:01:16 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136714, us=52.215.7.17:33378, peer=27
2018-06-23 18:01:25 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136714, us=52.215.7.17:35270, peer=28
2018-06-23 18:02:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 1497 seconds ago)
2018-06-23 18:02:35 connect() to 148.88.244.142:5223 failed after select(): Connection refused (111)
2018-06-23 18:02:35 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136715, us=52.215.7.17:44848, peer=29
2018-06-23 18:03:16 Loaded 153238 blocks from external file in 421170ms
2018-06-23 18:03:16 Reindexing block file blk00008.dat...
2018-06-23 18:03:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 1587 seconds ago)
2018-06-23 18:03:42 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136720, us=52.215.7.17:37558, peer=30
2018-06-23 18:05:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 1677 seconds ago)
2018-06-23 18:05:17 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136723, us=52.215.7.17:51258, peer=31
2018-06-23 18:06:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 1767 seconds ago)
2018-06-23 18:06:53 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136726, us=52.215.7.17:56158, peer=32
2018-06-23 18:08:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 1857 seconds ago)
2018-06-23 18:08:12 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136728, us=52.215.7.17:44968, peer=33
2018-06-23 18:09:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 1947 seconds ago)
2018-06-23 18:09:56 connect() to 206.163.239.141:5223 failed after select(): No route to host (113)
2018-06-23 18:10:02 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136735, us=52.215.7.17:50708, peer=34
2018-06-23 18:10:59 Loaded 152707 blocks from external file in 462710ms
2018-06-23 18:10:59 Reindexing block file blk00009.dat...
2018-06-23 18:11:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 2037 seconds ago)
2018-06-23 18:11:12 connect() to 173.244.48.170:5223 failed after select(): Connection refused (111)
2018-06-23 18:11:42 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136740, us=52.215.7.17:49580, peer=35
2018-06-23 18:12:23 connect() to 91.121.133.101:5223 failed after select(): Connection refused (111)
2018-06-23 18:12:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 2127 seconds ago)
2018-06-23 18:12:42 connect() to 45.32.236.125:5223 failed after select(): No route to host (113)
2018-06-23 18:12:48 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136743, us=52.215.7.17:42230, peer=36
2018-06-23 18:14:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 2217 seconds ago)
2018-06-23 18:14:23 connect() to 196.52.38.15:5223 failed after select(): Connection refused (111)
2018-06-23 18:14:24 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136745, us=52.215.7.17:41400, peer=37
2018-06-23 18:15:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 2307 seconds ago)
2018-06-23 18:15:43 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136748, us=52.215.7.17:35372, peer=38
2018-06-23 18:17:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 2397 seconds ago)
2018-06-23 18:17:12 connect() to 61.6.11.155:5223 failed after select(): Connection refused (111)
2018-06-23 18:17:13 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136751, us=52.215.7.17:37652, peer=39
2018-06-23 18:18:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 2487 seconds ago)
2018-06-23 18:18:42 connect() to 118.70.133.199:5223 failed after select(): Connection refused (111)
2018-06-23 18:18:56 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136756, us=52.215.7.17:44952, peer=40
2018-06-23 18:19:17 Loaded 150071 blocks from external file in 497623ms
2018-06-23 18:19:17 Reindexing block file blk00010.dat...
2018-06-23 18:20:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 2577 seconds ago)
2018-06-23 18:20:15 connect() to 206.163.239.141:5223 failed after select(): No route to host (113)
2018-06-23 18:20:35 connect() to 184.70.254.238:5223 failed after select(): Connection refused (111)
2018-06-23 18:20:35 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136760, us=52.215.7.17:50786, peer=41
2018-06-23 18:21:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 2667 seconds ago)
2018-06-23 18:21:42 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136762, us=52.215.7.17:44382, peer=42
2018-06-23 18:23:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 2757 seconds ago)
2018-06-23 18:23:12 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136764, us=52.215.7.17:51376, peer=43
2018-06-23 18:24:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 2847 seconds ago)
2018-06-23 18:24:58 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136770, us=52.215.7.17:45076, peer=44
2018-06-23 18:26:12 Potential stale tip detected, will try using extra outbound peer (last tip update: 2937 seconds ago)
2018-06-23 18:26:18 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136773, us=52.215.7.17:42306, peer=45
2018-06-23 18:27:42 Potential stale tip detected, will try using extra outbound peer (last tip update: 3027 seconds ago)
2018-06-23 18:27:43 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136774, us=52.215.7.17:45592, peer=46
2018-06-23 18:29:13 Potential stale tip detected, will try using extra outbound peer (last tip update: 3117 seconds ago)
2018-06-23 18:29:34 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136781, us=52.215.7.17:33562, peer=47
2018-06-23 18:30:44 Potential stale tip detected, will try using extra outbound peer (last tip update: 3209 seconds ago)
2018-06-23 18:30:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136783, us=52.215.7.17:50836, peer=48
2018-06-23 18:31:33 connect() to 82.102.27.50:5223 failed after select(): Connection refused (111)
2018-06-23 18:32:14 Potential stale tip detected, will try using extra outbound peer (last tip update: 3299 seconds ago)
2018-06-23 18:32:15 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136785, us=52.215.7.17:45030, peer=49
2018-06-23 18:33:44 Potential stale tip detected, will try using extra outbound peer (last tip update: 3389 seconds ago)
2018-06-23 18:33:44 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136787, us=52.215.7.17:44792, peer=50
2018-06-23 18:35:00 Loaded 152053 blocks from external file in 943022ms
2018-06-23 18:35:00 Reindexing block file blk00011.dat...
2018-06-23 18:35:14 Potential stale tip detected, will try using extra outbound peer (last tip update: 3479 seconds ago)
2018-06-23 18:35:14 connect() to 192.222.136.81:5223 failed after select(): Connection refused (111)
2018-06-23 18:35:32 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136792, us=52.215.7.17:42582, peer=51
2018-06-23 18:36:44 Potential stale tip detected, will try using extra outbound peer (last tip update: 3569 seconds ago)
2018-06-23 18:36:44 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136794, us=52.215.7.17:41520, peer=52
2018-06-23 18:38:14 Potential stale tip detected, will try using extra outbound peer (last tip update: 3659 seconds ago)
2018-06-23 18:38:14 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136799, us=52.215.7.17:49738, peer=53
2018-06-23 18:38:57 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136800, us=52.215.7.17:42376, peer=54
2018-06-23 18:39:44 Potential stale tip detected, will try using extra outbound peer (last tip update: 3749 seconds ago)
2018-06-23 18:39:50 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136801, us=52.215.7.17:56360, peer=55
2018-06-23 18:41:14 Potential stale tip detected, will try using extra outbound peer (last tip update: 3839 seconds ago)
2018-06-23 18:41:14 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136804, us=52.215.7.17:51472, peer=56
2018-06-23 18:42:44 Potential stale tip detected, will try using extra outbound peer (last tip update: 3929 seconds ago)
2018-06-23 18:42:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136806, us=52.215.7.17:45082, peer=57
2018-06-23 18:44:14 Potential stale tip detected, will try using extra outbound peer (last tip update: 4019 seconds ago)
2018-06-23 18:44:14 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136810, us=52.215.7.17:35522, peer=58
2018-06-23 18:45:00 connect() to 185.220.101.21:5223 failed after select(): Connection refused (111)
2018-06-23 18:45:44 Potential stale tip detected, will try using extra outbound peer (last tip update: 4109 seconds ago)
2018-06-23 18:45:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136812, us=52.215.7.17:45180, peer=59
2018-06-23 18:47:14 Potential stale tip detected, will try using extra outbound peer (last tip update: 4199 seconds ago)
2018-06-23 18:47:32 connect() to 196.52.38.16:5223 failed after select(): Connection refused (111)
2018-06-23 18:47:50 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136818, us=52.215.7.17:38706, peer=60
2018-06-23 18:48:44 Potential stale tip detected, will try using extra outbound peer (last tip update: 4289 seconds ago)
2018-06-23 18:48:50 connect() to 193.169.245.136:5223 failed after select(): Connection refused (111)
2018-06-23 18:49:02 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136821, us=52.215.7.17:45710, peer=61
2018-06-23 18:50:15 Potential stale tip detected, will try using extra outbound peer (last tip update: 4380 seconds ago)
2018-06-23 18:50:27 connect() to 46.105.98.179:5223 failed after select(): Connection refused (111)
2018-06-23 18:50:44 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136816, us=52.215.7.17:40660, peer=62
2018-06-23 18:51:07 connect() to 173.239.230.64:5223 failed after select(): Connection refused (111)
2018-06-23 18:51:45 Potential stale tip detected, will try using extra outbound peer (last tip update: 4470 seconds ago)
2018-06-23 18:51:59 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136827, us=52.215.7.17:50958, peer=63
2018-06-23 18:53:16 Potential stale tip detected, will try using extra outbound peer (last tip update: 4560 seconds ago)
2018-06-23 18:53:23 connect() to 193.169.244.121:5223 failed after select(): Connection refused (111)
2018-06-23 18:53:26 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136832, us=52.215.7.17:41618, peer=64
2018-06-23 18:54:46 Potential stale tip detected, will try using extra outbound peer (last tip update: 4651 seconds ago)
2018-06-23 18:54:46 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136834, us=52.215.7.17:56442, peer=65
2018-06-23 18:56:16 Potential stale tip detected, will try using extra outbound peer (last tip update: 4741 seconds ago)
2018-06-23 18:56:22 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136840, us=52.215.7.17:42466, peer=66
2018-06-23 18:57:46 Potential stale tip detected, will try using extra outbound peer (last tip update: 4831 seconds ago)
2018-06-23 18:57:52 connect() to 95.175.104.40:5223 failed after select(): Connection refused (111)
2018-06-23 18:57:53 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136844, us=52.215.7.17:35604, peer=67
2018-06-23 18:59:16 Potential stale tip detected, will try using extra outbound peer (last tip update: 4921 seconds ago)
2018-06-23 18:59:17 connect() to 93.181.61.106:5223 failed after select(): No route to host (113)
2018-06-23 18:59:18 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136848, us=52.215.7.17:44586, peer=68
2018-06-23 19:00:46 Potential stale tip detected, will try using extra outbound peer (last tip update: 5011 seconds ago)
2018-06-23 19:00:47 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136852, us=52.215.7.17:49854, peer=69
2018-06-23 19:02:16 Potential stale tip detected, will try using extra outbound peer (last tip update: 5101 seconds ago)
2018-06-23 19:02:18 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136856, us=52.215.7.17:51006, peer=70
2018-06-23 19:03:47 Potential stale tip detected, will try using extra outbound peer (last tip update: 5191 seconds ago)
2018-06-23 19:03:48 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136863, us=52.215.7.17:45188, peer=71
2018-06-23 19:05:17 Potential stale tip detected, will try using extra outbound peer (last tip update: 5282 seconds ago)
2018-06-23 19:05:33 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136866, us=52.215.7.17:42724, peer=72
2018-06-23 19:06:49 Potential stale tip detected, will try using extra outbound peer (last tip update: 5373 seconds ago)
2018-06-23 19:06:50 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136873, us=52.215.7.17:42504, peer=73
2018-06-23 19:08:19 Potential stale tip detected, will try using extra outbound peer (last tip update: 5464 seconds ago)
2018-06-23 19:08:21 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136874, us=52.215.7.17:45296, peer=74
2018-06-23 19:09:06 connect() to 93.181.62.198:5223 failed after select(): No route to host (113)
2018-06-23 19:09:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 5555 seconds ago)
2018-06-23 19:09:51 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136876, us=52.215.7.17:38802, peer=75
2018-06-23 19:10:36 connect() to 173.239.232.110:5223 failed after select(): Connection refused (111)
2018-06-23 19:11:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 5646 seconds ago)
2018-06-23 19:11:21 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136883, us=52.215.7.17:56502, peer=76
2018-06-23 19:12:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 5736 seconds ago)
2018-06-23 19:13:03 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136887, us=52.215.7.17:45812, peer=77
2018-06-23 19:13:58 connect() to 80.143.183.60:5223 failed after select(): No route to host (113)
2018-06-23 19:14:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 5826 seconds ago)
2018-06-23 19:14:40 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136890, us=52.215.7.17:49914, peer=78
2018-06-23 19:14:57 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136890, us=52.215.7.17:44656, peer=79
2018-06-23 19:15:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 5916 seconds ago)
2018-06-23 19:15:51 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136892, us=52.215.7.17:40774, peer=80
2018-06-23 19:17:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 6006 seconds ago)
2018-06-23 19:17:28 connect() to 76.169.57.92:5223 failed after select(): No route to host (113)
2018-06-23 19:17:41 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136900, us=52.215.7.17:51660, peer=81
2018-06-23 19:18:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 6096 seconds ago)
2018-06-23 19:18:57 connect() to 104.238.169.55:5223 failed after select(): Connection refused (111)
2018-06-23 19:19:03 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136903, us=52.215.7.17:45268, peer=82
2018-06-23 19:20:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 6186 seconds ago)
2018-06-23 19:20:33 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136906, us=52.215.7.17:38868, peer=83
2018-06-23 19:21:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 6276 seconds ago)
2018-06-23 19:21:51 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136911, us=52.215.7.17:37986, peer=84
2018-06-23 19:23:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 6366 seconds ago)
2018-06-23 19:24:02 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136913, us=52.215.7.17:45886, peer=85
2018-06-23 19:24:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 6456 seconds ago)
2018-06-23 19:24:58 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136916, us=52.215.7.17:45394, peer=86
2018-06-23 19:26:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 6546 seconds ago)
2018-06-23 19:26:27 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136920, us=52.215.7.17:35748, peer=87
2018-06-23 19:27:51 Potential stale tip detected, will try using extra outbound peer (last tip update: 6636 seconds ago)
2018-06-23 19:28:03 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136924, us=52.215.7.17:33872, peer=88
2018-06-23 19:29:22 Potential stale tip detected, will try using extra outbound peer (last tip update: 6726 seconds ago)
2018-06-23 19:29:22 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136927, us=52.215.7.17:44738, peer=89
2018-06-23 19:30:52 connect() to 173.239.232.72:5223 failed after select(): Connection refused (111)
2018-06-23 19:30:52 Potential stale tip detected, will try using extra outbound peer (last tip update: 6817 seconds ago)
2018-06-23 19:30:58 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136934, us=52.215.7.17:51154, peer=90
2018-06-23 19:32:22 Potential stale tip detected, will try using extra outbound peer (last tip update: 6907 seconds ago)
2018-06-23 19:32:23 connect() to 77.180.136.215:5223 failed after select(): No route to host (113)
2018-06-23 19:32:29 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136939, us=52.215.7.17:51744, peer=91
2018-06-23 19:33:52 Potential stale tip detected, will try using extra outbound peer (last tip update: 6997 seconds ago)
2018-06-23 19:33:52 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136944, us=52.215.7.17:50026, peer=92
2018-06-23 19:34:44 connect() to 188.40.78.31:5223 failed after select(): Connection refused (111)
2018-06-23 19:34:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136947, us=52.215.7.17:56646, peer=93
2018-06-23 19:35:22 Potential stale tip detected, will try using extra outbound peer (last tip update: 7087 seconds ago)
2018-06-23 19:35:22 connect() to 78.20.204.182:5223 failed after select(): Connection refused (111)
2018-06-23 19:35:34 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136948, us=52.215.7.17:42898, peer=94
2018-06-23 19:36:52 Potential stale tip detected, will try using extra outbound peer (last tip update: 7177 seconds ago)
2018-06-23 19:36:52 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136949, us=52.215.7.17:40898, peer=95
2018-06-23 19:38:22 Potential stale tip detected, will try using extra outbound peer (last tip update: 7267 seconds ago)
2018-06-23 19:38:39 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136954, us=52.215.7.17:41852, peer=96
2018-06-23 19:39:52 Potential stale tip detected, will try using extra outbound peer (last tip update: 7357 seconds ago)
2018-06-23 19:39:52 connect() to 196.52.34.7:5223 failed after select(): Connection refused (111)
2018-06-23 19:39:59 connect() to 162.212.156.233:5223 failed after select(): Connection refused (111)
2018-06-23 19:40:13 connect() to 109.192.193.6:5223 failed after select(): Connection refused (111)
2018-06-23 19:40:14 connect() to 109.104.44.48:5223 failed after select(): No route to host (113)
2018-06-23 19:40:25 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136956, us=52.215.7.17:38996, peer=97
2018-06-23 19:41:22 Potential stale tip detected, will try using extra outbound peer (last tip update: 7447 seconds ago)
2018-06-23 19:41:23 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136959, us=52.215.7.17:44818, peer=98
2018-06-23 19:42:53 Potential stale tip detected, will try using extra outbound peer (last tip update: 7537 seconds ago)
2018-06-23 19:43:00 connect() to 93.183.149.182:5223 failed after select(): Connection refused (111)
2018-06-23 19:43:00 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136962, us=52.215.7.17:51818, peer=99
2018-06-23 19:44:23 Potential stale tip detected, will try using extra outbound peer (last tip update: 7628 seconds ago)
2018-06-23 19:44:24 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136966, us=52.215.7.17:51240, peer=100
2018-06-23 19:45:53 Potential stale tip detected, will try using extra outbound peer (last tip update: 7718 seconds ago)
2018-06-23 19:45:53 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136972, us=52.215.7.17:45180, peer=101
2018-06-23 19:47:23 Potential stale tip detected, will try using extra outbound peer (last tip update: 7808 seconds ago)
2018-06-23 19:47:23 connect() to 87.98.135.190:5223 failed after select(): Connection refused (111)
2018-06-23 19:47:35 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136976, us=52.215.7.17:35876, peer=102
2018-06-23 19:48:53 Potential stale tip detected, will try using extra outbound peer (last tip update: 7898 seconds ago)
2018-06-23 19:48:54 connect() to 76.169.57.92:5223 failed after select(): No route to host (113)
2018-06-23 19:48:54 connect() to 84.85.208.220:5223 failed after select(): Connection refused (111)
2018-06-23 19:49:03 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136978, us=52.215.7.17:40982, peer=103
2018-06-23 19:50:23 Potential stale tip detected, will try using extra outbound peer (last tip update: 7988 seconds ago)
2018-06-23 19:50:36 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136984, us=52.215.7.17:56752, peer=105
2018-06-23 19:51:53 Potential stale tip detected, will try using extra outbound peer (last tip update: 8078 seconds ago)
2018-06-23 19:51:53 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136987, us=52.215.7.17:46054, peer=106
2018-06-23 19:53:23 Potential stale tip detected, will try using extra outbound peer (last tip update: 8168 seconds ago)
2018-06-23 19:53:27 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136992, us=52.215.7.17:41948, peer=107
2018-06-23 19:54:53 Potential stale tip detected, will try using extra outbound peer (last tip update: 8258 seconds ago)
2018-06-23 19:55:17 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5136997, us=52.215.7.17:34038, peer=108
2018-06-23 19:55:39 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5136997, us=52.215.7.17:42800, peer=109
2018-06-23 19:56:23 Potential stale tip detected, will try using extra outbound peer (last tip update: 8348 seconds ago)
2018-06-23 19:56:34 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137002, us=52.215.7.17:39090, peer=110
2018-06-23 19:57:54 Potential stale tip detected, will try using extra outbound peer (last tip update: 8439 seconds ago)
2018-06-23 19:58:10 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137004, us=52.215.7.17:38218, peer=111
2018-06-23 19:59:24 Potential stale tip detected, will try using extra outbound peer (last tip update: 8529 seconds ago)
2018-06-23 19:59:24 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137010, us=52.215.7.17:51332, peer=112
2018-06-23 20:00:54 Potential stale tip detected, will try using extra outbound peer (last tip update: 8619 seconds ago)
2018-06-23 20:00:57 connect() to 193.169.245.136:5223 failed after select(): Connection refused (111)
2018-06-23 20:02:06 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137013, us=52.215.7.17:46114, peer=114
2018-06-23 20:02:25 Potential stale tip detected, will try using extra outbound peer (last tip update: 8710 seconds ago)
2018-06-23 20:03:55 Potential stale tip detected, will try using extra outbound peer (last tip update: 8800 seconds ago)
2018-06-23 20:04:06 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137017, us=52.215.7.17:35974, peer=115
2018-06-23 20:05:25 Potential stale tip detected, will try using extra outbound peer (last tip update: 8890 seconds ago)
2018-06-23 20:05:26 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137020, us=52.215.7.17:45632, peer=116
2018-06-23 20:06:55 Potential stale tip detected, will try using extra outbound peer (last tip update: 8980 seconds ago)
2018-06-23 20:07:11 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5137026, us=52.215.7.17:42852, peer=117
2018-06-23 20:08:25 Potential stale tip detected, will try using extra outbound peer (last tip update: 9070 seconds ago)
2018-06-23 20:08:34 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137031, us=52.215.7.17:38260, peer=118
2018-06-23 20:09:55 Potential stale tip detected, will try using extra outbound peer (last tip update: 9160 seconds ago)
2018-06-23 20:09:57 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137032, us=52.215.7.17:44970, peer=119
2018-06-23 20:11:25 Potential stale tip detected, will try using extra outbound peer (last tip update: 9250 seconds ago)
2018-06-23 20:11:25 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5137034, us=52.215.7.17:50236, peer=120
2018-06-23 20:11:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137036, us=52.215.7.17:34112, peer=121
2018-06-23 20:11:55 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137036, us=52.215.7.17:42036, peer=122
2018-06-23 20:12:55 Potential stale tip detected, will try using extra outbound peer (last tip update: 9340 seconds ago)
2018-06-23 20:13:07 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137042, us=52.215.7.17:45576, peer=123
2018-06-23 20:14:20 connect() to 185.117.118.234:5223 failed after select(): No route to host (113)
2018-06-23 20:14:25 Potential stale tip detected, will try using extra outbound peer (last tip update: 9430 seconds ago)
2018-06-23 20:14:25 connect() to 176.31.105.109:5223 failed after select(): Connection refused (111)
2018-06-23 20:14:43 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137046, us=52.215.7.17:51990, peer=124
2018-06-23 20:15:57 Potential stale tip detected, will try using extra outbound peer (last tip update: 9521 seconds ago)
2018-06-23 20:15:58 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137050, us=52.215.7.17:45348, peer=125
2018-06-23 20:17:27 Potential stale tip detected, will try using extra outbound peer (last tip update: 9612 seconds ago)
2018-06-23 20:18:19 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137054, us=52.215.7.17:41130, peer=127
2018-06-23 20:18:57 Potential stale tip detected, will try using extra outbound peer (last tip update: 9702 seconds ago)
2018-06-23 20:19:08 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137058, us=52.215.7.17:46194, peer=128
2018-06-23 20:20:27 Potential stale tip detected, will try using extra outbound peer (last tip update: 9792 seconds ago)
2018-06-23 20:20:45 connect() to 45.32.236.125:5223 failed after select(): No route to host (113)
2018-06-23 20:20:46 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137061, us=52.215.7.17:45030, peer=129
2018-06-23 20:21:58 Potential stale tip detected, will try using extra outbound peer (last tip update: 9882 seconds ago)
2018-06-23 20:22:11 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137064, us=52.215.7.17:39216, peer=130
2018-06-23 20:23:28 Potential stale tip detected, will try using extra outbound peer (last tip update: 9973 seconds ago)
2018-06-23 20:23:33 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137065, us=52.215.7.17:42102, peer=131
2018-06-23 20:24:14 connect() to 171.253.123.162:5223 failed after select(): Connection refused (111)
2018-06-23 20:24:58 Potential stale tip detected, will try using extra outbound peer (last tip update: 10063 seconds ago)
2018-06-23 20:24:58 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137068, us=52.215.7.17:34186, peer=132
2018-06-23 20:26:28 Potential stale tip detected, will try using extra outbound peer (last tip update: 10153 seconds ago)
2018-06-23 20:26:46 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137073, us=52.215.7.17:56936, peer=133
2018-06-23 20:27:58 Potential stale tip detected, will try using extra outbound peer (last tip update: 10243 seconds ago)
2018-06-23 20:27:59 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137075, us=52.215.7.17:51472, peer=134
2018-06-23 20:29:28 Potential stale tip detected, will try using extra outbound peer (last tip update: 10333 seconds ago)
2018-06-23 20:29:45 connect() to 158.69.139.149:5223 failed after select(): Connection refused (111)
2018-06-23 20:29:52 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137080, us=52.215.7.17:36108, peer=135
2018-06-23 20:30:58 Potential stale tip detected, will try using extra outbound peer (last tip update: 10423 seconds ago)
2018-06-23 20:31:08 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137082, us=52.215.7.17:38382, peer=136
2018-06-23 20:32:30 Potential stale tip detected, will try using extra outbound peer (last tip update: 10515 seconds ago)
2018-06-23 20:32:36 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137085, us=52.215.7.17:41212, peer=137
2018-06-23 20:34:00 Potential stale tip detected, will try using extra outbound peer (last tip update: 10605 seconds ago)
2018-06-23 20:34:15 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5137087, us=52.215.7.17:42994, peer=138
2018-06-23 20:35:30 Potential stale tip detected, will try using extra outbound peer (last tip update: 10695 seconds ago)
2018-06-23 20:35:37 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137093, us=52.215.7.17:45106, peer=139
2018-06-23 20:37:00 Potential stale tip detected, will try using extra outbound peer (last tip update: 10785 seconds ago)
2018-06-23 20:37:13 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5137097, us=52.215.7.17:50378, peer=140
2018-06-23 20:38:31 Potential stale tip detected, will try using extra outbound peer (last tip update: 10875 seconds ago)
2018-06-23 20:38:32 connect() to 87.98.135.190:5223 failed after select(): Connection refused (111)
2018-06-23 20:38:39 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137101, us=52.215.7.17:39300, peer=141
2018-06-23 20:40:02 Potential stale tip detected, will try using extra outbound peer (last tip update: 10966 seconds ago)
2018-06-23 20:40:19 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137106, us=52.215.7.17:46306, peer=142
2018-06-23 20:41:32 Potential stale tip detected, will try using extra outbound peer (last tip update: 11057 seconds ago)
2018-06-23 20:41:43 connect() to 78.47.26.108:5223 failed after select(): Connection refused (111)
2018-06-23 20:41:43 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137109, us=52.215.7.17:42196, peer=143
2018-06-23 20:43:02 Potential stale tip detected, will try using extra outbound peer (last tip update: 11147 seconds ago)
2018-06-23 20:43:02 connect() to 91.121.91.168:5223 failed after select(): Connection refused (111)
2018-06-23 20:43:04 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137111, us=52.215.7.17:38444, peer=144
2018-06-23 20:43:58 Loaded 157748 blocks from external file in 7738084ms
2018-06-23 20:43:58 Reindexing block file blk00012.dat...
2018-06-23 20:44:32 Potential stale tip detected, will try using extra outbound peer (last tip update: 11237 seconds ago)
2018-06-23 20:44:33 connect() to 188.40.78.31:5223 failed after select(): Connection refused (111)
2018-06-23 20:44:33 connect() to 45.32.236.125:5223 failed after select(): No route to host (113)
2018-06-23 20:45:55 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137119, us=52.215.7.17:41284, peer=145
2018-06-23 20:46:02 Potential stale tip detected, will try using extra outbound peer (last tip update: 11327 seconds ago)
2018-06-23 20:46:02 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137122, us=52.215.7.17:51576, peer=146
2018-06-23 20:47:33 Potential stale tip detected, will try using extra outbound peer (last tip update: 11418 seconds ago)
2018-06-23 20:47:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137124, us=52.215.7.17:45766, peer=147
2018-06-23 20:49:03 Potential stale tip detected, will try using extra outbound peer (last tip update: 11508 seconds ago)
2018-06-23 20:49:03 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137127, us=52.215.7.17:39362, peer=148
2018-06-23 20:50:33 Potential stale tip detected, will try using extra outbound peer (last tip update: 11598 seconds ago)
2018-06-23 20:50:34 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137132, us=52.215.7.17:46360, peer=149
2018-06-23 20:52:03 Potential stale tip detected, will try using extra outbound peer (last tip update: 11688 seconds ago)
2018-06-23 20:52:03 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137136, us=52.215.7.17:36212, peer=150
2018-06-23 20:53:33 Potential stale tip detected, will try using extra outbound peer (last tip update: 11778 seconds ago)
2018-06-23 20:53:33 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137142, us=52.215.7.17:52184, peer=151
2018-06-23 20:55:03 Potential stale tip detected, will try using extra outbound peer (last tip update: 11868 seconds ago)
2018-06-23 20:55:05 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5137146, us=52.215.7.17:50464, peer=152
2018-06-23 20:55:23 connect() to 45.63.77.144:5223 failed after select(): Connection refused (111)
2018-06-23 20:55:25 connect() to 222.221.211.39:5223 failed after select(): Connection refused (111)
2018-06-23 20:55:25 connect() to 93.211.146.182:5223 failed after select(): No route to host (113)
2018-06-23 20:55:26 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137147, us=52.215.7.17:45550, peer=153
2018-06-23 20:56:33 Potential stale tip detected, will try using extra outbound peer (last tip update: 11958 seconds ago)
2018-06-23 20:56:45 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137151, us=52.215.7.17:34350, peer=154
2018-06-23 20:58:03 Potential stale tip detected, will try using extra outbound peer (last tip update: 12048 seconds ago)
2018-06-23 20:58:04 connect() to 76.169.57.92:5223 failed after select(): No route to host (113)
2018-06-23 20:58:11 connect() to 158.69.139.149:5223 failed after select(): Connection refused (111)
2018-06-23 20:58:11 connect() to 193.169.245.136:5223 failed after select(): Connection refused (111)
2018-06-23 20:58:12 connect() to 193.169.244.121:5223 failed after select(): Connection refused (111)
2018-06-23 20:58:23 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137155, us=52.215.7.17:41352, peer=156
2018-06-23 20:59:33 Potential stale tip detected, will try using extra outbound peer (last tip update: 12138 seconds ago)
2018-06-23 20:59:34 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137159, us=52.215.7.17:42294, peer=157
2018-06-23 21:01:04 Potential stale tip detected, will try using extra outbound peer (last tip update: 12228 seconds ago)
2018-06-23 21:01:27 connect() to 37.138.2.52:5223 failed after select(): No route to host (113)
2018-06-23 21:01:28 connect() to 173.239.232.85:5223 failed after select(): Connection refused (111)
2018-06-23 21:01:35 receive version message: /ViacoinCore:0.15.1/: version 70015, blocks=5137165, us=52.215.7.17:43156, peer=158
2018-06-23 21:02:35 Potential stale tip detected, will try using extra outbound peer (last tip update: 12320 seconds ago)
2018-06-23 21:02:36 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137168, us=52.215.7.17:38560, peer=159
2018-06-23 21:04:05 Potential stale tip detected, will try using extra outbound peer (last tip update: 12410 seconds ago)
2018-06-23 21:04:06 connect() to 25.7.160.65:5223 failed after select(): Network is unreachable (101)
2018-06-23 21:04:07 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137170, us=52.215.7.17:52256, peer=160
2018-06-23 21:05:36 Potential stale tip detected, will try using extra outbound peer (last tip update: 12500 seconds ago)
2018-06-23 21:05:43 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137174, us=52.215.7.17:39454, peer=161
2018-06-23 21:07:06 Potential stale tip detected, will try using extra outbound peer (last tip update: 12591 seconds ago)
2018-06-23 21:07:25 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137178, us=52.215.7.17:45628, peer=162
2018-06-23 21:08:36 Potential stale tip detected, will try using extra outbound peer (last tip update: 12681 seconds ago)
2018-06-23 21:08:43 connect() to 101.81.48.49:5223 failed after select(): Connection refused (111)
2018-06-23 21:09:00 receive version message: /ViacoinCore:0.13.3.7/: version 70015, blocks=5137184, us=52.215.7.17:51704, peer=163

help

Add viacoin pool status blank

Node v0.16.3.0-3c72670 can't sync from scratch

Just installed viacoind on linux, receiving a bunch of connection refused (111) errors for hours, see below:

2020-12-24 08:25:25 connect() to 185.35.138.84:8333 failed after select(): Connection refused (111)
2020-12-24 08:26:41 Potential stale tip detected, will try using extra outbound peer (last tip update: 360 seconds ago)
2020-12-24 08:26:58 connect() to [2a04:2180:1:6:f000::14]:8333 failed after select(): No route to host (113)
2020-12-24 08:27:09 connect() to 188.214.128.175:8333 failed after select(): Connection refused (111)
2020-12-24 08:27:21 connect() to 195.91.244.138:8333 failed after select(): Connection refused (111)
2020-12-24 08:28:05 connect() to 88.207.236.175:8333 failed after select(): No route to host (113)
2020-12-24 08:28:11 connect() to [2001:470:1d:8a9::4]:8333 failed after select(): Network is unreachable (101)
2020-12-24 08:28:11 Potential stale tip detected, will try using extra outbound peer (last tip update: 450 seconds ago)
2020-12-24 08:28:28 connect() to 82.193.109.199:8333 failed after select(): Connection refused (111)
2020-12-24 08:29:27 connect() to 196.220.67.151:8333 failed after select(): No route to host (113)
2020-12-24 08:29:28 connect() to [2a02:c207:3002:809::1]:8333 failed after select(): Connection refused (111)
2020-12-24 08:29:29 connect() to 150.249.76.102:8333 failed after select(): Connection refused (111)
2020-12-24 08:29:41 Potential stale tip detected, will try using extra outbound peer (last tip update: 540 seconds ago)

How do I proceed to synchronize the node?

Viaelctrum 3.1.3.1 can not synchronize

Hi dear Developers, i have a Problem, my Viaelectrum can not synchronize, i downloaded Viaelectrum
3.1.3.1 yesterday (28.06.2018.), since yesterday it can not synchronize.
Can you write me a list of current servers?
Thanks

No peers found

I do not know it is a real issue, but I installed the Viacoin Core and it is not able to find any peers. So I am not able to download the blockchain? It says "No block source available".

Viacoin Core version v0.10.11.0-145e71b (64-bit)

build error

Traceback (most recent call last):
  File "./contrib/macdeploy/macdeployqtplus", line 799, in <module>
    m = re.search("/Volumes/(.+$)", output)
  File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/re.py", line 182, in search
    return _compile(pattern, flags).search(string)
TypeError: cannot use a string pattern on a bytes-like object
make: *** [Viacoin-Core.dmg] Error 1

Having trouble compileing

This issue tracker is only for technical issues related to viacoin-core.

For reporting security issues, please contact the Viacoin developers on the #viacoin-dev Freenode IRC channel or alternatively you can email us at [email protected].

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of viacoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS:
  • CPU:
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred@localhost:~/viacoin# make Making all in src make[1]: Entering directory '/root/viacoin/src' make[2]: Entering directory '/root/viacoin/src' CXX crypto/libbitcoinconsensus_la-aes.lo
CXX crypto/libbitcoinconsensus_la-hmac_sha256.lo CXX crypto/libbitcoinconsensus_la-hmac_sha512.lo CXX crypto/libbitcoinconsensus_la-ripemd160.lo CXX crypto/libbitcoinconsensus_la-scrypt.lo CXX crypto/libbitcoinconsensus_la-scrypt-sse2.lo crypto/scrypt-sse2.cpp:36:10: fatal error: emmintrin.h: No such file or directory #include <emmintrin.h> ^~~~~~~~~~~~~ compilation terminated.

Used the app from the appstore - Coins never got there

Hi, I used this app from the appstore. It created a wallet for me. I sent coins to my wallet. The coins never got there and the app keeps creating a new wallet address... I have my backup file emailed to me.. but I have to clue how to decrypt or what to do with this. Are my coins even in there?

Viacoin server starting error

Viacoin server starting

Wallet without GUI
Error during first run viacoind

Restart and resync doesn't help

Error: Error initializing wallet database environment "/home/kr1z/.viacoin"!
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

@localhost:~/viacoin# make Making all in src make[1]: Entering directory '/root/viacoin/src' make[2]: Entering directory '/root/viacoin/src' CXX crypto/libbitcoinconsensus_la-aes.lo CXX crypto/libbitcoinconsensus_la-hmac_sha256.lo CXX crypto/libbitcoinconsensus_la-hmac_sha512.lo CXX crypto/libbitcoinconsensus_la-ripemd160.lo CXX crypto/libbitcoinconsensus_la-scrypt.lo CXX crypto/libbitcoinconsensus_la-scrypt-sse2.lo crypto/scrypt-sse2.cpp:36:10: fatal error: emmintrin.h: No such file or directory #include <emmintrin.h> ^~~~~~~~~~~~~ compilation terminated.

This issue tracker is only for technical issues related to viacoin-core.

For reporting security issues, please contact the Viacoin developers on the #viacoin-dev Freenode IRC channel or alternatively you can email us at [email protected].

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of viacoin-core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.

Machine specs:

  • OS:
  • CPU:
  • RAM:
  • Disk size:
  • Disk Type (HD/SDD):

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred@localhost:~/viacoin# make Making all in src make[1]: Entering directory '/root/viacoin/src' make[2]: Entering directory '/root/viacoin/src' CXX crypto/libbitcoinconsensus_la-aes.lo
CXX crypto/libbitcoinconsensus_la-hmac_sha256.lo CXX crypto/libbitcoinconsensus_la-hmac_sha512.lo CXX crypto/libbitcoinconsensus_la-ripemd160.lo CXX crypto/libbitcoinconsensus_la-scrypt.lo CXX crypto/libbitcoinconsensus_la-scrypt-sse2.lo crypto/scrypt-sse2.cpp:36:10: fatal error: emmintrin.h: No such file or directory #include <emmintrin.h> ^~~~~~~~~~~~~ compilation terminated.

Wallet bootstrap cannot be loaded

I am trying to load the wallet bootstrap on OSX 10.3.2 but I'm getting the following error message:

Error opening block database.
Do you want to rebuild the block database now?

Pressing OK results in:

Error opening block database

Debug log:

2017-12-22 22:30:37 
2017-12-22 22:30:37 Viacoin version v0.13.3.7-c895b18
2017-12-22 22:30:37 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-12-22 22:30:38 GUI: libpng warning: iCCP: known incorrect sRGB profile
2017-12-22 22:30:38 GUI: libpng warning: iCCP: known incorrect sRGB profile
2017-12-22 22:30:38 Default data directory /Users/roel/Library/Application Support/Viacoin
2017-12-22 22:30:38 Using data directory /Users/roel/Library/Application Support/Viacoin
2017-12-22 22:30:38 Using config file /Users/roel/Library/Application Support/Viacoin/viacoin.conf
2017-12-22 22:30:38 Using at most 125 connections (2560 file descriptors available)
2017-12-22 22:30:38 Using 2 threads for script verification
2017-12-22 22:30:38 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2017-12-22 22:30:38 Using wallet wallet.dat
2017-12-22 22:30:38 scheduler thread start
2017-12-22 22:30:38 init message: Verifying wallet...
2017-12-22 22:30:38 CDBEnv::Open: LogDir=/Users/roel/Library/Application Support/Viacoin/database ErrorFile=/Users/roel/Library/Application Support/Viacoin/db.log
2017-12-22 22:30:38 Bound to [::]:5223
2017-12-22 22:30:38 Bound to 0.0.0.0:5223
2017-12-22 22:30:38 Cache configuration:
2017-12-22 22:30:38 * Using 2.0MiB for block index database
2017-12-22 22:30:38 * Using 8.0MiB for chain state database
2017-12-22 22:30:38 * Using 290.0MiB for in-memory UTXO set
2017-12-22 22:30:38 init message: Loading block index...
2017-12-22 22:30:44 init message: Loading block index...
2017-12-22 22:30:44 Wiping LevelDB in /Users/roel/Library/Application Support/Viacoin/blocks/index
2017-12-22 22:30:45 scheduler thread interrupt
2017-12-22 22:30:45 Shutdown: In progress...
2017-12-22 22:30:45 StopNode()
2017-12-22 22:30:45 Shutdown: done
2017-12-22 22:31:16 
2017-12-22 22:31:16 Viacoin version v0.13.3.7-c895b18
2017-12-22 22:31:16 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-12-22 22:31:16 GUI: libpng warning: iCCP: known incorrect sRGB profile
2017-12-22 22:31:16 GUI: libpng warning: iCCP: known incorrect sRGB profile
2017-12-22 22:31:16 Default data directory /Users/roel/Library/Application Support/Viacoin
2017-12-22 22:31:16 Using data directory /Users/roel/Library/Application Support/Viacoin
2017-12-22 22:31:16 Using config file /Users/roel/Library/Application Support/Viacoin/viacoin.conf
2017-12-22 22:31:16 Using at most 125 connections (2560 file descriptors available)
2017-12-22 22:31:16 Using 2 threads for script verification
2017-12-22 22:31:16 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2017-12-22 22:31:16 scheduler thread start
2017-12-22 22:31:16 Using wallet wallet.dat
2017-12-22 22:31:16 init message: Verifying wallet...
2017-12-22 22:31:16 CDBEnv::Open: LogDir=/Users/roel/Library/Application Support/Viacoin/database ErrorFile=/Users/roel/Library/Application Support/Viacoin/db.log
2017-12-22 22:31:16 Bound to [::]:5223
2017-12-22 22:31:16 Bound to 0.0.0.0:5223
2017-12-22 22:31:16 Cache configuration:
2017-12-22 22:31:16 * Using 2.0MiB for block index database
2017-12-22 22:31:16 * Using 8.0MiB for chain state database
2017-12-22 22:31:16 * Using 290.0MiB for in-memory UTXO set
2017-12-22 22:31:16 init message: Loading block index...
2017-12-22 22:31:28 Aborted block database rebuild. Exiting.
2017-12-22 22:31:28 scheduler thread interrupt
2017-12-22 22:31:28 Shutdown: In progress...
2017-12-22 22:31:28 StopNode()
2017-12-22 22:31:28 Shutdown: done

Testnet not working

Testnet seed nodes seems to be unavailable, I tried:

  • testnet.viacoin.net
  • seed-testnet.viacoin.net

(default seed, found in the source code, no DNS entry for them)

  • 159.203.109.115
  • 104.131.34.150

(found on reddit, mentionned by @romanornr, ports closed)

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.