EXPERIMENTAL: custom peer collector
authorCryptoManiac <balthazar@yandex.ru>
Tue, 22 Mar 2016 21:43:45 +0000 (00:43 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Tue, 22 Mar 2016 21:43:45 +0000 (00:43 +0300)
commit32b53bb54ee7591fd47dd1ee24e05b73337f40b5
treea6c66fa678d0792d8c8a8702211aefa2398f0c3e
parent447a437f18506433a1d94d2ebb2a2847c60e123a
EXPERIMENTAL: custom peer collector

You can specify a custom peer collector using syntax like -peercollector=<cmd>. Sample collector can be found in the contriob/seeds/getseeds.py file.
novacoin-qt.pro
src/init.cpp
src/ipcollector.cpp [new file with mode: 0644]
src/ipcollector.h [new file with mode: 0644]
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/net.h