From 4251d40ab82cfe519d2a3c562037d3f6c9403649 Mon Sep 17 00:00:00 2001 From: roelandp Date: Mon, 10 Oct 2016 16:51:32 +0200 Subject: [PATCH] Added my public seed node for bitshares2 Type: Dedicated Processor: Intel Xeon D-1521 Ram: 32 GB DDR4 HDD: 2 x 2 TB Connection: 1 Gbit/s Location: Canada Next to my Steem Witness, I thought it would be nice to strenghten the BTS network. At first with a public seed, later with a witness application I think. See https://steemit.com/witness-category/@roelandp/witness-roelandp if you want to learn more about me and my witness. --- libraries/app/application.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index 2f962414..d67583c9 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -178,7 +178,8 @@ namespace detail { "185.25.22.21:1776", // liondani (greece) "212.47.249.84:50696", // iHashFury (France) "104.168.154.160:50696", // iHashFury (USA) - "128.199.143.47:2015" // Harvey + "128.199.143.47:2015", // Harvey + "seed.roelandp.nl:1776" // @roelandp (canada) }; for( const string& endpoint_string : seeds ) {