Author

Topic: [SYNX] Syndicate | Business Management Platform | NEW BETA v1.0.1.7 RELEASED! | - page 128. (Read 235769 times)

full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
I have some good news, but I think I'll just leave it be & surprise everyone Smiley
sr. member
Activity: 346
Merit: 251
Do it right or don't do it at all.
SYNX just hit 2000 satoshis on coinexchange!  Cool

The best is yet to come lol
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/

Thats awesome! Thank you
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
Good news everyone!

I've gotten in contact with the Anti-virus companies with the false positives on virus total!

They asked me to send all of my views for review & they are going to add it to their false positive list so it wont be flagged on virus total anymore!!!  Smiley
legendary
Activity: 1302
Merit: 1001
Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/

little advice

never start any program or wallet as root...if u got infected stuff than hf with getting back ur stuff!
sr. member
Activity: 245
Merit: 250
Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/

Sweeeeeeeeeet!
sr. member
Activity: 474
Merit: 252
Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/
hero member
Activity: 490
Merit: 500
Yobit added like 5 coins today & not synx..

Hes only in it for his little 0.1's
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
It really nice to see everyone working together! Smiley
sr. member
Activity: 245
Merit: 250
full member
Activity: 132
Merit: 100
sr. member
Activity: 245
Merit: 250
Code:
[
    {
        "addr" : "85.157.35.44:60844",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 251857,
        "bytesrecv" : 539788,
        "conntime" : 1468242740,
        "pingtime" : 0.15083000,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : true
    },
    {
        "addr" : "149.202.99.79:9999",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261261,
        "lastrecv" : 1468261261,
        "bytessent" : 251228,
        "bytesrecv" : 583248,
        "conntime" : 1468242763,
        "pingtime" : 0.16689600,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : false,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53503",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 298801,
        "bytesrecv" : 445707,
        "conntime" : 1468242786,
        "pingtime" : 0.11058400,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53516",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 318966,
        "bytesrecv" : 467488,
        "conntime" : 1468242790,
        "pingtime" : 0.14217200,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.97.47.77:51805",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261258,
        "bytessent" : 240623,
        "bytesrecv" : 420545,
        "conntime" : 1468242791,
        "pingtime" : 0.10108200,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53527",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 283666,
        "bytesrecv" : 436600,
        "conntime" : 1468242796,
        "pingtime" : 0.16577200,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53557",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 266475,
        "bytesrecv" : 347572,
        "conntime" : 1468242809,
        "pingtime" : 0.12679200,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "46.105.114.185:53025",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261257,
        "bytessent" : 199518,
        "bytesrecv" : 295178,
        "conntime" : 1468242819,
        "pingtime" : 0.16803700,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53696",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261258,
        "bytessent" : 229899,
        "bytesrecv" : 250014,
        "conntime" : 1468242891,
        "pingtime" : 0.16684900,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.113.186.49:58262",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 253620,
        "bytesrecv" : 165824,
        "conntime" : 1468242903,
        "pingtime" : 0.06475000,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53758",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 263820,
        "bytesrecv" : 259447,
        "conntime" : 1468242921,
        "pingtime" : 0.09560200,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53775",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261258,
        "bytessent" : 247378,
        "bytesrecv" : 259191,
        "conntime" : 1468242933,
        "pingtime" : 0.31686800,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "104.236.233.90:59702",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261258,
        "bytessent" : 255485,
        "bytesrecv" : 190400,
        "conntime" : 1468242937,
        "pingtime" : 0.07235900,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53787",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261257,
        "bytessent" : 274527,
        "bytesrecv" : 258617,
        "conntime" : 1468242940,
        "pingtime" : 0.11931300,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "52.41.235.4:63807",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261260,
        "lastrecv" : 1468261261,
        "bytessent" : 193709,
        "bytesrecv" : 263759,
        "conntime" : 1468242944,
        "pingtime" : 0.29374200,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "198.199.100.4:39272",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 225540,
        "bytesrecv" : 225889,
        "conntime" : 1468242995,
        "pingtime" : 0.09491100,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "144.76.238.2:57332",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261262,
        "lastrecv" : 1468261262,
        "bytessent" : 231436,
        "bytesrecv" : 167293,
        "conntime" : 1468243004,
        "pingtime" : 0.18651400,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.5/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "45.55.181.27:51132",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 228431,
        "bytesrecv" : 185744,
        "conntime" : 1468243031,
        "pingtime" : 0.09456600,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:53974",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 281787,
        "bytesrecv" : 255366,
        "conntime" : 1468243045,
        "pingtime" : 0.16533900,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58501,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "144.76.71.141:45719",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261263,
        "lastrecv" : 1468261263,
        "bytessent" : 252426,
        "bytesrecv" : 237327,
        "conntime" : 1468243130,
        "pingtime" : 0.14553700,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58502,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:56054",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261264,
        "lastrecv" : 1468261264,
        "bytessent" : 235078,
        "bytesrecv" : 235063,
        "conntime" : 1468244149,
        "pingtime" : 0.08635700,
        "pingwait" : 0.18180500,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58522,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:64347",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261260,
        "lastrecv" : 1468261261,
        "bytessent" : 192292,
        "bytesrecv" : 181968,
        "conntime" : 1468248589,
        "pingtime" : 0.23599300,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58593,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "50.93.33.36:60876",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261260,
        "lastrecv" : 1468261260,
        "bytessent" : 138667,
        "bytesrecv" : 161225,
        "conntime" : 1468248766,
        "pingtime" : 0.13978400,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58593,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "92.97.150.224:57784",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 188236,
        "bytesrecv" : 185969,
        "conntime" : 1468248850,
        "pingtime" : 0.27043800,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : true,
        "startingheight" : 58593,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "188.235.26.81:51322",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 184725,
        "bytesrecv" : 169173,
        "conntime" : 1468249217,
        "pingtime" : 0.17375300,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.1/",
        "inbound" : true,
        "startingheight" : 58593,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "71.231.195.42:50330",
        "addrlocal" : "35.2.25.240:22349",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 169057,
        "bytesrecv" : 173088,
        "conntime" : 1468249900,
        "pingtime" : 0.48448600,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.3/",
        "inbound" : true,
        "startingheight" : 58602,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "185.77.129.23:22349",
        "addrlocal" : "35.2.25.240:59394",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261258,
        "bytessent" : 78859,
        "bytesrecv" : 56103,
        "conntime" : 1468255068,
        "pingtime" : 0.18891400,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0.6/",
        "inbound" : false,
        "startingheight" : 58701,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "78.94.32.195:22349",
        "addrlocal" : "35.2.25.240:62406",
        "services" : "00000001",
        "lastsend" : 1468261258,
        "lastrecv" : 1468261256,
        "bytessent" : 65525,
        "bytesrecv" : 56559,
        "conntime" : 1468256562,
        "pingtime" : 0.12951000,
        "version" : 61403,
        "subver" : "/Syndicate:1.0.0/",
        "inbound" : false,
        "startingheight" : 58718,
        "banscore" : 0,
        "syncnode" : false
    }
]
full member
Activity: 896
Merit: 100
PredX - AI-Powered Prediction Market
full member
Activity: 132
Merit: 100
sr. member
Activity: 245
Merit: 250
The magic hands of the magnificient Dev made my wallet run smoothly again. Thank you dev for your amazing work. Appreciate your time spended.
Can you tell as what was the problem ?

He handed me his peers.dat file and that solved the problem, I have now 1 active connection, thats more then the 0 i had before. Before i was between 0-2 connections, changing every second. made me crazy, couldnt get my wallet sync.

Don't worry, it will go up from 1 connection..just leave that baby staking lol

Ive seen a few people here mention 10+ connections including myself

Yes, it will go up. I started out with 1 connection for a while, but I have over 20 now  Grin

Look at this big baller over here with 20+ connections haha Cheesy Cheesy

Haha it's 28 exactly..and yes, I've been staking a few days now.
Can you paste your getpeerinfo

The output from the getpeerinfo command? Thats a lot of text.
full member
Activity: 132
Merit: 100
The magic hands of the magnificient Dev made my wallet run smoothly again. Thank you dev for your amazing work. Appreciate your time spended.
Can you tell as what was the problem ?

He handed me his peers.dat file and that solved the problem, I have now 1 active connection, thats more then the 0 i had before. Before i was between 0-2 connections, changing every second. made me crazy, couldnt get my wallet sync.

Don't worry, it will go up from 1 connection..just leave that baby staking lol

Ive seen a few people here mention 10+ connections including myself

Yes, it will go up. I started out with 1 connection for a while, but I have over 20 now  Grin

Look at this big baller over here with 20+ connections haha Cheesy Cheesy

Haha it's 28 exactly..and yes, I've been staking a few days now.
Can you paste your getpeerinfo
sr. member
Activity: 245
Merit: 250
The magic hands of the magnificient Dev made my wallet run smoothly again. Thank you dev for your amazing work. Appreciate your time spended.
Can you tell as what was the problem ?

He handed me his peers.dat file and that solved the problem, I have now 1 active connection, thats more then the 0 i had before. Before i was between 0-2 connections, changing every second. made me crazy, couldnt get my wallet sync.

Don't worry, it will go up from 1 connection..just leave that baby staking lol

Ive seen a few people here mention 10+ connections including myself

Yes, it will go up. I started out with 1 connection for a while, but I have over 20 now  Grin

Look at this big baller over here with 20+ connections haha Cheesy Cheesy

Haha it's 28 exactly..and yes, I've been staking a few days now.
full member
Activity: 126
Merit: 100
How is it possible I stay stuck on 1 when others can get 10+?

It just takes time, we've probably all had our wallets open for days staking..

When you start doing the same the connections will build don't worry

Okay, thank you, put my trust in you.
hero member
Activity: 490
Merit: 500
How is it possible I stay stuck on 1 when others can get 10+?

It just takes time, we've probably all had our wallets open for days staking..

When you start doing the same the connections will build don't worry
full member
Activity: 126
Merit: 100
Maybe people dont like connection from vietnam   Wink
sure. in the latest version of the wallet integrated module "xenophobia" Cheesy Vietnam - first in the black list  Grin Grin

Dammit, I knew it. If my girlfriend wasnt so beautiful, I would move back to europe.
Jump to: