Bitcoin Forum
June 19, 2024, 10:45:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 [309] 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 »
  Print  
Author Topic: [ANN][ENRG]Energycoin - Android Released - Bittrex -  (Read 334551 times)
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
December 04, 2014, 02:27:05 PM
 #6161

After my maintenance and backups of the pi last night im back up to 28 connections, so I guess all went well. What I do not understand is how the number of connections on any given node are determined. More then a few people have been giving numbers in the teens or less and I hardly ever see less then 26 connections at any given time. 
I aske you before: Can jou send me the node list, I can make the an EnergyCoin.conf with 30 addnodes
It is good for the network of EnergyCoin.

Harcon
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
December 04, 2014, 02:49:26 PM
 #6162

After my maintenance and backups of the pi last night im back up to 28 connections, so I guess all went well. What I do not understand is how the number of connections on any given node are determined. More then a few people have been giving numbers in the teens or less and I hardly ever see less then 26 connections at any given time. 
I aske you before: Can jou send me the node list, I can make the an EnergyCoin.conf with 30 addnodes
It is good for the network of EnergyCoin.

 Is there a way to list nodes in the wallet that I am unaware of. When you asked, it looked like all you wanted was the address to my node and I gave it a few posts up. If you need more info that you think only I can give, let me know what I can do.

Energy: eKVg45HYAJub6A363RqamsGJC33eeqAgyb
Nubits:  BGizWdeqr3UEcfficsFnwY9DZu2kLBNVVS
Bitcoin: 1KZcY8hLv1F2Rpgo3QYSpYwd3hhXCwZzBN
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
December 04, 2014, 03:02:19 PM
 #6163

After my maintenance and backups of the pi last night im back up to 28 connections, so I guess all went well. What I do not understand is how the number of connections on any given node are determined. More then a few people have been giving numbers in the teens or less and I hardly ever see less then 26 connections at any given time. 
I aske you before: Can jou send me the node list, I can make the an EnergyCoin.conf with 30 addnodes
It is good for the network of EnergyCoin.

 Is there a way to list nodes in the wallet that I am unaware of. When you asked, it looked like all you wanted was the address to my node and I gave it a few posts up. If you need more info that you think only I can give, let me know what I can do.
Goto console in debug window by
Help -> debug -> tab console -> type getpeerinfo
then you get a list:
Code:
[
{
"addr" : "104.131.118.251:22706",
"services" : "00000001",
"lastsend" : 1416464338,
"lastrecv" : 1416464332,
"conntime" : 1416376242,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 629186,
"banscore" : 0
},
{
"addr" : "63.165.243.111:22706",
"services" : "00000001",
"lastsend" : 1416464332,
"lastrecv" : 1416464332,
"conntime" : 1416376329,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 629190,
"banscore" : 0
},
{
"addr" : "96.21.146.179:22706",
"services" : "00000001",
"lastsend" : 1416464335,
"lastrecv" : 1416464339,
"conntime" : 1416376329,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 629190,
"banscore" : 0
},
{
"addr" : "178.62.243.146:22706",
"services" : "00000001",
"lastsend" : 1416464335,
"lastrecv" : 1416464332,
"conntime" : 1416376368,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 629191,
"banscore" : 0
},
{
"addr" : "130.211.98.94:35494",
"services" : "00000001",
"lastsend" : 1416464335,
"lastrecv" : 1416464333,
"conntime" : 1416376540,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 629197,
"banscore" : 0
},
{
"addr" : "108.85.48.181:53552",
"services" : "00000001",
"lastsend" : 1416464336,
"lastrecv" : 1416464333,
"conntime" : 1416377696,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 629235,
"banscore" : 0
},
{
"addr" : "79.168.31.228:56420",
"services" : "00000001",
"lastsend" : 1416464337,
"lastrecv" : 1416464332,
"conntime" : 1416429875,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 631114,
"banscore" : 0
},
{
"addr" : "184.75.213.106:55094",
"services" : "00000001",
"lastsend" : 1416464337,
"lastrecv" : 1416464333,
"conntime" : 1416432629,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 631223,
"banscore" : 0
},
{
"addr" : "82.69.45.247:64409",
"services" : "00000001",
"lastsend" : 1416464337,
"lastrecv" : 1416464332,
"conntime" : 1416441733,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 631535,
"banscore" : 0
},
{
"addr" : "122.96.62.94:22881",
"services" : "00000001",
"lastsend" : 1416464338,
"lastrecv" : 1416464333,
"conntime" : 1416452047,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 629739,
"banscore" : 0
},
{
"addr" : "105.208.64.30:1366",
"services" : "00000001",
"lastsend" : 1416464343,
"lastrecv" : 1416464343,
"conntime" : 1416456146,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 423724,
"banscore" : 0
},
{
"addr" : "137.224.245.39:49249",
"services" : "00000001",
"lastsend" : 1416464338,
"lastrecv" : 1416464156,
"conntime" : 1416462885,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 631446,
"banscore" : 0
}
]
Copy the list and post it here or send it to me.
I edit then this list to addnodes for the EnergyCoin.conf file we can put in the OP.

Harcon
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
December 04, 2014, 03:11:54 PM
 #6164


10:05:32

[
{
"addr" : "108.181.201.79:52938",
"services" : "00000001",
"lastsend" : 1417705483,
"lastrecv" : 1417705489,
"conntime" : 1417649008,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679616,
"banscore" : 0
},
{
"addr" : "113.190.244.18:50012",
"services" : "00000001",
"lastsend" : 1417705503,
"lastrecv" : 1417705138,
"conntime" : 1417650848,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679687,
"banscore" : 0
},
{
"addr" : "81.98.12.47:7632",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705494,
"conntime" : 1417650915,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679688,
"banscore" : 0
},
{
"addr" : "94.209.33.80:58150",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705489,
"conntime" : 1417650918,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679688,
"banscore" : 0
},
{
"addr" : "137.135.60.171:1168",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705489,
"conntime" : 1417651017,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679689,
"banscore" : 0
},
{
"addr" : "137.132.185.81:41833",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705489,
"conntime" : 1417651070,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679693,
"banscore" : 0
},
{
"addr" : "130.211.98.94:49860",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651117,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679694,
"banscore" : 0
},
{
"addr" : "81.170.6.147:53237",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651141,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679696,
"banscore" : 0
},
{
"addr" : "78.194.58.33:55891",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705491,
"conntime" : 1417651143,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679696,
"banscore" : 0
},
{
"addr" : "24.253.136.72:60915",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651219,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679699,
"banscore" : 0
},
{
"addr" : "70.51.212.42:54990",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651417,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679703,
"banscore" : 0
},
{
"addr" : "192.99.9.229:37029",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705488,
"conntime" : 1417651467,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679704,
"banscore" : 0
},
{
"addr" : "137.63.74.50:49587",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705489,
"conntime" : 1417651564,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679708,
"banscore" : 0
},
{
"addr" : "91.44.210.214:64202",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705489,
"conntime" : 1417651756,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679694,
"banscore" : 0
},
{
"addr" : "108.85.48.181:51450",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705489,
"conntime" : 1417652473,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679744,
"banscore" : 0
},
{
"addr" : "213.46.197.237:46022",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705493,
"conntime" : 1417654603,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679822,
"banscore" : 0
},
{
"addr" : "82.69.45.247:63333",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705489,
"conntime" : 1417658751,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679979,
"banscore" : 0
},
{
"addr" : "178.62.243.146:35124",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705489,
"conntime" : 1417659563,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680007,
"banscore" : 0
},
{
"addr" : "75.159.65.195:53596",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705489,
"conntime" : 1417661785,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680096,
"banscore" : 0
},
{
"addr" : "90.182.204.175:53962",
"services" : "00000001",
"lastsend" : 1417705488,
"lastrecv" : 1417705489,
"conntime" : 1417665014,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680061,
"banscore" : 0
},
{
"addr" : "5.250.177.28:51900",
"services" : "00000001",
"lastsend" : 1417705488,
"lastrecv" : 1417705491,
"conntime" : 1417665370,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680228,
"banscore" : 0
},
{
"addr" : "80.101.29.96:60711",
"services" : "00000001",
"lastsend" : 1417705471,
"lastrecv" : 1417705489,
"conntime" : 1417680658,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 675464,
"banscore" : 0
},
{
"addr" : "76.186.62.198:55655",
"services" : "00000001",
"lastsend" : 1417705478,
"lastrecv" : 1417705496,
"conntime" : 1417696261,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 681432,
"banscore" : 0
},
{
"addr" : "77.78.22.68:61047",
"services" : "00000001",
"lastsend" : 1417705503,
"lastrecv" : 1417705393,
"conntime" : 1417698402,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 755,
"banscore" : 0
},
{
"addr" : "46.251.96.58:53957",
"services" : "00000001",
"lastsend" : 1417705527,
"lastrecv" : 1417705527,
"conntime" : 1417700439,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 468999,
"banscore" : 0
},
{
"addr" : "82.52.118.14:60397",
"services" : "00000001",
"lastsend" : 1417705503,
"lastrecv" : 1417704184,
"conntime" : 1417701526,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680974,
"banscore" : 0
},
{
"addr" : "185.14.137.98:37881",
"services" : "00000001",
"lastsend" : 1417705496,
"lastrecv" : 1417705496,
"conntime" : 1417704545,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 681785,
"banscore" : 0
}
]

Energy: eKVg45HYAJub6A363RqamsGJC33eeqAgyb
Nubits:  BGizWdeqr3UEcfficsFnwY9DZu2kLBNVVS
Bitcoin: 1KZcY8hLv1F2Rpgo3QYSpYwd3hhXCwZzBN
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
December 04, 2014, 04:25:26 PM
Last edit: December 04, 2014, 04:59:52 PM by kawa900jc
 #6165

Code:
10:05:32

[
{
"addr" : "108.181.201.79:52938",
"services" : "00000001",
"lastsend" : 1417705483,
"lastrecv" : 1417705489,
"conntime" : 1417649008,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679616,
"banscore" : 0
},
{
"addr" : "113.190.244.18:50012",
"services" : "00000001",
"lastsend" : 1417705503,
"lastrecv" : 1417705138,
"conntime" : 1417650848,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679687,
"banscore" : 0
},
{
"addr" : "81.98.12.47:7632",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705494,
"conntime" : 1417650915,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679688,
"banscore" : 0
},
{
"addr" : "94.209.33.80:58150",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705489,
"conntime" : 1417650918,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679688,
"banscore" : 0
},
{
"addr" : "137.135.60.171:1168",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705489,
"conntime" : 1417651017,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679689,
"banscore" : 0
},
{
"addr" : "137.132.185.81:41833",
"services" : "00000001",
"lastsend" : 1417705484,
"lastrecv" : 1417705489,
"conntime" : 1417651070,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679693,
"banscore" : 0
},
{
"addr" : "130.211.98.94:49860",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651117,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679694,
"banscore" : 0
},
{
"addr" : "81.170.6.147:53237",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651141,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679696,
"banscore" : 0
},
{
"addr" : "78.194.58.33:55891",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705491,
"conntime" : 1417651143,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679696,
"banscore" : 0
},
{
"addr" : "24.253.136.72:60915",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651219,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679699,
"banscore" : 0
},
{
"addr" : "70.51.212.42:54990",
"services" : "00000001",
"lastsend" : 1417705485,
"lastrecv" : 1417705489,
"conntime" : 1417651417,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679703,
"banscore" : 0
},
{
"addr" : "192.99.9.229:37029",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705488,
"conntime" : 1417651467,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679704,
"banscore" : 0
},
{
"addr" : "137.63.74.50:49587",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705489,
"conntime" : 1417651564,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679708,
"banscore" : 0
},
{
"addr" : "91.44.210.214:64202",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705489,
"conntime" : 1417651756,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679694,
"banscore" : 0
},
{
"addr" : "108.85.48.181:51450",
"services" : "00000001",
"lastsend" : 1417705486,
"lastrecv" : 1417705489,
"conntime" : 1417652473,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679744,
"banscore" : 0
},
{
"addr" : "213.46.197.237:46022",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705493,
"conntime" : 1417654603,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679822,
"banscore" : 0
},
{
"addr" : "82.69.45.247:63333",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705489,
"conntime" : 1417658751,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 679979,
"banscore" : 0
},
{
"addr" : "178.62.243.146:35124",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705489,
"conntime" : 1417659563,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680007,
"banscore" : 0
},
{
"addr" : "75.159.65.195:53596",
"services" : "00000001",
"lastsend" : 1417705487,
"lastrecv" : 1417705489,
"conntime" : 1417661785,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680096,
"banscore" : 0
},
{
"addr" : "90.182.204.175:53962",
"services" : "00000001",
"lastsend" : 1417705488,
"lastrecv" : 1417705489,
"conntime" : 1417665014,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680061,
"banscore" : 0
},
{
"addr" : "5.250.177.28:51900",
"services" : "00000001",
"lastsend" : 1417705488,
"lastrecv" : 1417705491,
"conntime" : 1417665370,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680228,
"banscore" : 0
},
{
"addr" : "80.101.29.96:60711",
"services" : "00000001",
"lastsend" : 1417705471,
"lastrecv" : 1417705489,
"conntime" : 1417680658,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 675464,
"banscore" : 0
},
{
"addr" : "76.186.62.198:55655",
"services" : "00000001",
"lastsend" : 1417705478,
"lastrecv" : 1417705496,
"conntime" : 1417696261,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 681432,
"banscore" : 0
},
{
"addr" : "77.78.22.68:61047",
"services" : "00000001",
"lastsend" : 1417705503,
"lastrecv" : 1417705393,
"conntime" : 1417698402,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 755,
"banscore" : 0
},
{
"addr" : "46.251.96.58:53957",
"services" : "00000001",
"lastsend" : 1417705527,
"lastrecv" : 1417705527,
"conntime" : 1417700439,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 468999,
"banscore" : 0
},
{
"addr" : "82.52.118.14:60397",
"services" : "00000001",
"lastsend" : 1417705503,
"lastrecv" : 1417704184,
"conntime" : 1417701526,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 680974,
"banscore" : 0
},
{
"addr" : "185.14.137.98:37881",
"services" : "00000001",
"lastsend" : 1417705496,
"lastrecv" : 1417705496,
"conntime" : 1417704545,
"version" : 70002,
"subver" : "/EnergyCoin:1.1.2/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 681785,
"banscore" : 0
}
]

Beter use code when posting is list.
But thank you I post soon the addnodes

edit:
The addnodes to add in EnergyCoin.conf
Code:
addnode=108.181.201.79
addnode=104.131.118.251
addnode=105.208.64.30
addnode=108.85.48.181
addnode=113.190.244.18
addnode=122.96.62.94
addnode=130.211.98.94
addnode=137.132.185.81
addnode=137.135.60.171
addnode=137.224.245.39
addnode=137.63.74.50
addnode=178.62.243.146
addnode=184.75.213.106
addnode=185.14.137.98
addnode=192.99.9.229
addnode=213.46.197.237
addnode=24.253.136.72
addnode=46.251.96.58
addnode=5.250.177.28
addnode=63.165.243.111
addnode=70.51.212.42
addnode=75.159.65.195
addnode=76.186.62.198
addnode=77.78.22.68
addnode=78.194.58.33
addnode=79.168.31.228
addnode=80.101.29.96
addnode=81.170.6.147
addnode=81.98.12.47
addnode=82.52.118.14
addnode=82.69.45.247
addnode=82.69.45.247
addnode=90.182.204.175
addnode=91.44.210.214
addnode=94.209.33.80
addnode=96.21.146.179

Harcon
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
December 04, 2014, 07:49:06 PM
 #6166

 Yeah, sorry about that. I was literally doing 4 things at one time when I posted and I just took the "down and dirty" cut and past as is option.

Energy: eKVg45HYAJub6A363RqamsGJC33eeqAgyb
Nubits:  BGizWdeqr3UEcfficsFnwY9DZu2kLBNVVS
Bitcoin: 1KZcY8hLv1F2Rpgo3QYSpYwd3hhXCwZzBN
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
December 05, 2014, 05:02:57 AM
Last edit: December 05, 2014, 06:54:17 AM by kawa900jc
 #6167

Yeah, sorry about that. I was literally doing 4 things at one time when I posted and I just took the "down and dirty" cut and past as is option.
You can change you post.
Then it looks more profesional.
Just quote my post and you see you how it works.
Thanks for the nodes, I added some of my nodes to the list.

kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
December 07, 2014, 10:18:43 AM
 #6168

OK, found the issue on my side

The port wasn't forwarded anymore.

I remember to have shut down some rules when synolocker was in the wild

I might have accidentally removed the rule at this time.
And how many connections now?
I have 14-17 connectins on my Rasberry-PI.

Lovethecoins
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
December 08, 2014, 08:52:23 PM
 #6169

Windows 6 connections Sad

ranlo
Legendary
*
Offline Offline

Activity: 1974
Merit: 1007



View Profile
December 09, 2014, 02:59:37 AM
 #6170

Windows 6 connections Sad

yeah, I'm usually sitting on 3-4 myself

https://nanogames.io/i-bctalk-n/
Message for info on how to get kickbacks on sites like Nano (above) and CryptoPlay!
Lovethecoins
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
December 09, 2014, 03:41:20 AM
 #6171

Windows 6 connections Sad


I got 7 Smiley lol almost at a full bar here

kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
December 09, 2014, 10:28:15 AM
 #6172

OK, found the issue on my side

The port wasn't forwarded anymore.

I remember to have shut down some rules when synolocker was in the wild

I might have accidentally removed the rule at this time.
And how many connections now?
I have 14-17 connectins on my Rasberry-PI.

Yesterday it was 27
That is very nice!
Is it usefull to collect your nodes and add to EnergyCoin.conf?

Harcon
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
December 09, 2014, 02:41:42 PM
 #6173

I prefer not to share my IP on a board.  Wink

 Normally I would agree but in this case just running your wallet and certainly running a node makes it almost the same as posting it on a forum. I.E it is very easy to see. OFC there are things you can do to obscure your IP, but it is probably better that you simply chose to have good security at router level and maybe, if your more like me, you leave honey pots open just to have fun with people who would do bad things with your IP. lol

 In any case, just running a wallet is generally broadcasting your IP and what can be done with your IP by a potential bad guy is somewhat over blown to begin with. 

Energy: eKVg45HYAJub6A363RqamsGJC33eeqAgyb
Nubits:  BGizWdeqr3UEcfficsFnwY9DZu2kLBNVVS
Bitcoin: 1KZcY8hLv1F2Rpgo3QYSpYwd3hhXCwZzBN
Harcon
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
December 10, 2014, 01:07:24 AM
 #6174

I Know my IP is broadcasted as an energycoin node

But I prefer not to link it with my internet activity and posts for all readers.

I can send it somewhere privately to be included in a config file if you want, so it would be at least mixed with others.

 Good deal. I certainly understand that.

Energy: eKVg45HYAJub6A363RqamsGJC33eeqAgyb
Nubits:  BGizWdeqr3UEcfficsFnwY9DZu2kLBNVVS
Bitcoin: 1KZcY8hLv1F2Rpgo3QYSpYwd3hhXCwZzBN
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
December 10, 2014, 09:33:55 AM
 #6175

Following my last post.

if anyone still has slow wallet issue. (old wallet). Then download the new wallet. But problem is it wont work with old blockchain data.

So type %appdata% in run. Then go to EnergyCoin folder. From here, copy blk0001.dat file to C:/
Now click on command line, run as administrator (its important)., . write

cd C:/

then

COPY /b blk0001.dat bootstrap.dat

Now it will create a file C:/bootstrap.dat

now go to %appdata%/EnergyCoin folder. Delete or move the old old's blockchain data blkindex.dat and blk0001.dat
go to your new EnergyCoin-qt.exe
right click > create shortcut
right click on shortcut>click properties> click shortcut
edit the target field and add -loadblock=C:\bootstrap.dat

Now it will take a lot of time, because it has to strap and validate the data. After this, new wallet will load much faster! it will load in a few seconds. So try it. and get rid of the old wallet.

I posted this tip also on the forum: http://energycoin.pw/forum/index.php/topic/272-tip-bootstrapdat-from-v12-to-v13-wallet/
Also the my EnergyCoin.conf: http://energycoin.pw/forum/index.php/topic/271-energycoinconf-with-recent-nodes/

From now I document tips to the forum so everybody can find them quick.
Hope on more interaction on the forum and I 'm always on #energycoin IRC: ircs://freenode/energycoin
I realy appriciate if somewone can bring back the tipbot. Then I provide 1M ENRG to the tipbot!

crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
December 13, 2014, 06:49:58 AM
Last edit: December 13, 2014, 07:52:57 AM by crypto4jan
 #6176

sh*t we have again a warning from BITTREX: https://bittrex.com/Market/Index?MarketName=BTC-ENRG
Quote
This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on December 19th unless the average daily trade volume for the last 7 days exceeds 0.2 BTC.

Edit:
Message send:
Hi all,

We have again a volume wring @BITTREX! BTC-ENRG
I searched the topic for members to ask you if can support "EnergCoin Green CryptoCurreny of the future"!
I work @AlterraWUR and next year we start projects using this coin. I posted about that several times.
I can not give guaranties because it depend on finance of the projects. I have a good feeling and I invested 14BTC into EnergyCoin and money is not the problem but we need VOLUME on bittrex. So dump your cons or buy coins so we survive the coming period. I think when the projects starting the price of EnergyCoin skyrockets because we need extra coins for paying people for tree data collection, green car driving solar roofs etcetc. We want to build a complete green currency ecosystem and I want to use EnergyCoin for that project.
EnergyCoin is just a sleeper and deserves rates above 1K Satoshi.

You can help in several ways:
- Buy coins
- Dump coins
- post on the topic to more people be aware of this great coin
- tweet about EnergyCoin
And come to IRC #EnergyCoin.
I 'm always there and I hope someone can bring back the tipbot.
Then I rain 1M EnergyCoin!

With kind regards,
Jan Clement
@GEO_Jan
Alias kawa900jc, crypto4Jan

Message is send to:

"sardokan" , "Harcon" , "Lovethecoins" , "ranlo" , "energycr" , "helloge" , "devvienuis" , "platinumjsi" , "SaintFrantic" , "SlientBit" , "merkalor" , "NOjust" , "BillTech" , "Digithusiast" , "liie888coins" , "cherry11800" , "macorcina" ,  "tokeweed" , "Oeloec" , "popticu" , "colinfx" , "erep" , "extremist" , "vizique" , "Tina1736" , "waecrum" , "fast2fix" , "elem11" , "helloge" , "rockrabbit", "biggus dickus"

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
ranlo
Legendary
*
Offline Offline

Activity: 1974
Merit: 1007



View Profile
December 13, 2014, 12:02:07 PM
 #6177

sh*t we have again a warning from BITTREX: https://bittrex.com/Market/Index?MarketName=BTC-ENRG
Quote
This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on December 19th unless the average daily trade volume for the last 7 days exceeds 0.2 BTC.

Edit:
Message send:
Hi all,

We have again a volume wring @BITTREX! BTC-ENRG
I searched the topic for members to ask you if can support "EnergCoin Green CryptoCurreny of the future"!
I work @AlterraWUR and next year we start projects using this coin. I posted about that several times.
I can not give guaranties because it depend on finance of the projects. I have a good feeling and I invested 14BTC into EnergyCoin and money is not the problem but we need VOLUME on bittrex. So dump your cons or buy coins so we survive the coming period. I think when the projects starting the price of EnergyCoin skyrockets because we need extra coins for paying people for tree data collection, green car driving solar roofs etcetc. We want to build a complete green currency ecosystem and I want to use EnergyCoin for that project.
EnergyCoin is just a sleeper and deserves rates above 1K Satoshi.

You can help in several ways:
- Buy coins
- Dump coins
- post on the topic to more people be aware of this great coin
- tweet about EnergyCoin
And come to IRC #EnergyCoin.
I 'm always there and I hope someone can bring back the tipbot.
Then I rain 1M EnergyCoin!

With kind regards,
Jan Clement
@GEO_Jan
Alias kawa900jc, crypto4Jan

Message is send to:

"sardokan" , "Harcon" , "Lovethecoins" , "ranlo" , "energycr" , "helloge" , "devvienuis" , "platinumjsi" , "SaintFrantic" , "SlientBit" , "merkalor" , "NOjust" , "BillTech" , "Digithusiast" , "liie888coins" , "cherry11800" , "macorcina" ,  "tokeweed" , "Oeloec" , "popticu" , "colinfx" , "erep" , "extremist" , "vizique" , "Tina1736" , "waecrum" , "fast2fix" , "elem11" , "helloge" , "rockrabbit", "biggus dickus"

Looking at the numbers for the past week, we're just barely below where we need to be (if at all) on average...

With that said, I've been adding more to the buy side (and buying) over time so I've helped contribute to volume! Smiley

https://nanogames.io/i-bctalk-n/
Message for info on how to get kickbacks on sites like Nano (above) and CryptoPlay!
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
December 13, 2014, 02:57:37 PM
 #6178

sh*t we have again a warning from BITTREX: https://bittrex.com/Market/Index?MarketName=BTC-ENRG
Quote
This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on December 19th unless the average daily trade volume for the last 7 days exceeds 0.2 BTC.
..

Message is send to:

"sardokan" , "Harcon" , "Lovethecoins" , "ranlo" , "energycr" , "helloge" , "devvienuis" , "platinumjsi" , "SaintFrantic" , "SlientBit" , "merkalor" , "NOjust" , "BillTech" , "Digithusiast" , "liie888coins" , "cherry11800" , "macorcina" ,  "tokeweed" , "Oeloec" , "popticu" , "colinfx" , "erep" , "extremist" , "vizique" , "Tina1736" , "waecrum" , "fast2fix" , "elem11" , "helloge" , "rockrabbit", "biggus dickus"

Looking at the numbers for the past week, we're just barely below where we need to be (if at all) on average...

With that said, I've been adding more to the buy side (and buying) over time so I've helped contribute to volume! Smiley
Thank you Ranlo.
I hope more supporters post here and put buy orders on Bittrex.

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
Lovethecoins
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
December 13, 2014, 09:15:39 PM
 #6179

sh*t we have again a warning from BITTREX: https://bittrex.com/Market/Index?MarketName=BTC-ENRG
Quote
This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on December 19th unless the average daily trade volume for the last 7 days exceeds 0.2 BTC.
..

Message is send to:

"sardokan" , "Harcon" , "Lovethecoins" , "ranlo" , "energycr" , "helloge" , "devvienuis" , "platinumjsi" , "SaintFrantic" , "SlientBit" , "merkalor" , "NOjust" , "BillTech" , "Digithusiast" , "liie888coins" , "cherry11800" , "macorcina" ,  "tokeweed" , "Oeloec" , "popticu" , "colinfx" , "erep" , "extremist" , "vizique" , "Tina1736" , "waecrum" , "fast2fix" , "elem11" , "helloge" , "rockrabbit", "biggus dickus"

Looking at the numbers for the past week, we're just barely below where we need to be (if at all) on average...

With that said, I've been adding more to the buy side (and buying) over time so I've helped contribute to volume! Smiley
Thank you Ranlo.
I hope more supporters post here and put buy orders on Bittrex.



Why does bittrex hate us so much Smiley... We will be fine we always are but we need to do this together!  Would be nice seeing more people participate in chat Smiley I will purchase some more energycoin possibly after the weekend Smiley

crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
December 14, 2014, 09:35:28 AM
 #6180



Looking at the numbers for the past week, we're just barely below where we need to be (if at all) on average...

With that said, I've been adding more to the buy side (and buying) over time so I've helped contribute to volume! Smiley
Thank you Ranlo.
I hope more supporters post here and put buy orders on Bittrex.



Why does bittrex hate us so much Smiley... We will be fine we always are but we need to do this together!  Would be nice seeing more people participate in chat Smiley I will purchase some more energycoin possibly after the weekend Smiley
Thank you for your support.
It is not personal just the numbers of volume @Bitrex I hope.
What I find disappointing is that not much members I send the message post here.
We have to work together to let  survive ENRG.
Just buy some extra and before you know we are above 100 Satoshi.
Selling for me is not an option. The only thing I can do is create volume with my "team".

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
Pages: « 1 ... 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 [309] 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!