Author

Topic: [ANN][1000 SYNC] Proof of Stake now run by BLOCKCHAIN DEVELOPMENT COMPANY - page 106. (Read 816006 times)

hero member
Activity: 595
Merit: 500
Is there anywhere where you could show how a example config could look like, whats the syntax and the possible options you can put in it?

and to load the config properties do you have to always have the option -conf= when launching?

and the peers.dat file holds the know peers so far. So it checks that and establishes connections right? So the peers list should grow right, making connecting faster eventually? correct me if i am wrong.

Whats a sensible amount of connections to have,because mine is quite low? (more nodes would be appreciated)

Thanks
I think the working config file is the one in the OP, with the addition of the two better IP addresses in the recent post.
Once your wallet connects to *one* other wallet, it will request the peer list from that wallet and then try to connect to those peers itself, quickly building a large number of reachable IP addresses with Sync wallets.
If your port configuration does not allow incoming connections, then the number of peers tend to stay around a dozen, connections that your wallet makes *to* others. If you allow incoming connections, you can have many dozens connections from your wallet. Indeed the found IP addresses are stored in the peers.dat file. You can dump a list of some of the recent IP addresses with a console command.

The config file should load automatically if you store it in the default place (same directory as wallet.dat) and give it the default name:
Sync.conf

You can quickly see the status of your wallet connections, staking and block nr by hovering your mouse over the symbols in the bottom right corner of the wallet (while the wallet is the active application). You can also see more info by going to Help -> Console -> Information
Your wallet will work with even 1 connection, but I typically see around a dozen in my wallet.
legendary
Activity: 1884
Merit: 1005
Any suggestions for getting connections? I've set up the config and portforwarded the p2port, still no connections.
hero member
Activity: 494
Merit: 500
looking at the x11 multipool...it looks like its not worth mining there.. the payout are every 2-3 day and it not much for the hashrate...am i missing something?..want to get some more sync but im not calculating something right
full member
Activity: 266
Merit: 100
Not sure if this has been discussed before or what but my Mac Wallet needs to be force quite nearly every time I keep the wallet open for a few hours. Usually I see the spinning beach ball of death and nothing but a force quite solves the problem.
Can you PM me the Qt and total ram usage when it happens? The code is vanilla so there should be no issues in theory.

Sure will do so when it happens again. It actually just happened now but I read your message after I forced quite.
hero member
Activity: 597
Merit: 500
Not sure if this has been discussed before or what but my Mac Wallet needs to be force quite nearly every time I keep the wallet open for a few hours. Usually I see the spinning beach ball of death and nothing but a force quite solves the problem.
Can you PM me the Qt and total ram usage when it happens? The code is vanilla so there should be no issues in theory.
full member
Activity: 266
Merit: 100
Not sure if this has been discussed before or what but my Mac Wallet needs to be force quite nearly every time I keep the wallet open for a few hours. Usually I see the spinning beach ball of death and nothing but a force quite solves the problem.
sr. member
Activity: 266
Merit: 250
Is there anywhere where you could show how a example config could look like, whats the syntax and the possible options you can put in it?

and to load the config properties do you have to always have the option -conf= when launching?

and the peers.dat file holds the know peers so far. So it checks that and establishes connections right? So the peers list should grow right, making connecting faster eventually? correct me if i am wrong.

Whats a sensible amount of connections to have,because mine is quite low? (more nodes would be appreciated)

Thanks

The example conf file in the OP will work great. Only change I use is under the line "rpcport=24240" i add "port=24241". Name the file Sync.conf (it must be Sync.conf, not sync.conf or it'll only work in windows, not linux or mac) and put Sync.conf in the same folder as the wallet and pers.dat, etc.
newbie
Activity: 8
Merit: 0
Is there anywhere where you could show how a example config could look like, whats the syntax and the possible options you can put in it?

and to load the config properties do you have to always have the option -conf= when launching?

and the peers.dat file holds the know peers so far. So it checks that and establishes connections right? So the peers list should grow right, making connecting faster eventually? correct me if i am wrong.

Whats a sensible amount of connections to have,because mine is quite low? (more nodes would be appreciated)

Thanks
legendary
Activity: 1080
Merit: 1055
DEV of DeepOnion community pool
Big thanks to Biomech for help! He gave me valid nodes, since ones in OP post didn't worked for me:

addnode=60.242.23.7:24241
addnode=220.245.200.69:24241

Maybe update the OP, with some more permantent nodes.
newbie
Activity: 12
Merit: 0
Big thanks to Biomech for help! He gave me valid nodes, since ones in OP post didn't worked for me:

addnode=60.242.23.7:24241
addnode=220.245.200.69:24241
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Cor2, Biomech, yeah, I did all of that and checked everything fucking 10 times! And no result still. I installed fresh windows, runned the wallet, it worked fine for 1 day, then I reseted my PC and the wallet crashed. Is there anything else can I do, like reinstall windows or runtime C++ library or smth...?

I'm quite puzzled.

I've had no problems with either the windows or the linux wallet since Nite got involved.

PM me, I'll see if I can help.
newbie
Activity: 12
Merit: 0
Cor2, Biomech, yeah, I did all of that and checked everything fucking 10 times! And no result still. I installed fresh windows, runned the wallet, it worked fine for 1 day, then I reseted my PC and the wallet crashed. Is there anything else can I do, like reinstall windows or runtime C++ library or smth...?
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Made .conf, redownloaded wallet, but still 0 conections... dont understand wtf happend

Make sure your firewall is allowing the port. If it's Windows or Linux, and you're still having trouble, I can probably help. But usually connections are a port problem if you have the right addnodes in your .conf file.

Also, make sure the .conf file is in the data directory, not the directory where your .exe file is.  (/home/user/.Sync for linux, \users\username\appdata\roaming\Sync for Windows)

Unfortunately I know jack shit about Mac. Hope it helps.

EDIT: Ninja'd again Tongue See the above post as well, good points.
hero member
Activity: 595
Merit: 500
Made .conf, redownloaded wallet, but still 0 conections... dont understand wtf happend
If you are using Windows then make sure that the file name extension is not hidden, because it is easy for the file name to be
sync.conf.txt but you do not see the txt extension if that part is hidden (this is Windows default....)
If you are not using Windows then make sure that the file name starts with a capital 'S': Sync.conf
because that is a different name (in for example Linux) than sync.conf (with small caps) so it won't find that name....
Without the sync configuration (which has the addresses of peer nodes) the sync wallet may not synchonise,
although you can be lucky - I have managed to get a wallet to sync, but this was *after* another wallet on the same network
was already running, so for a long time the second wallet only showed 1 connection...
You should get many connections pretty fast if the wallet reads the Sync.conf file.
Success!

BTW, no need to re-download the Qt wallet, just stop the program, make sure the Sync.conf is correct and restart the Qt wallet.
newbie
Activity: 12
Merit: 0
Made .conf, redownloaded wallet, but still 0 conections... dont understand wtf happend
legendary
Activity: 1080
Merit: 1055
DEV of DeepOnion community pool
Also there wasn't sync.conf in the directory

you have to make to make the Sync.conf yourself *see start post*. once the wallet syncs, your balance will return!
newbie
Activity: 12
Merit: 0
Also there wasn't sync.conf in the directory
newbie
Activity: 12
Merit: 0
Can someone help me resolve the problem? Restared my pc and got this http://puu.sh/aM6md/3e8069f4ee.png http://puu.sh/aM6sm/ba20667c94.png
This happens when the local copy of the block chain is damaged.
First find where your wallet.dat is stored and make a copy of it in a safe place (backup).
Then delete everything in that directory and the subdirectories, except the wallet.dat and the Sync.conf
Now restart your Qt wallet, it should start normally and tell that it is out of sync, it will then download the block chain from the start
to rebuild its database that was corrupted. Once it has re-sync'ed you are back in business.
Success!

But now it says '0 active connections to network' and my balance is at 0. What to do?
legendary
Activity: 1400
Merit: 1000
My thoughts when I saw a low supply coin, even it's hard to clone sync. Wonder why there's no 1000 PoS coins after sync Lol

"To compete with Sync at this point would take massive resources and lots of time and money. One of our goals from the start."

Sync not created with coingen
hero member
Activity: 595
Merit: 500
Can someone help me resolve the problem? Restared my pc and got this http://puu.sh/aM6md/3e8069f4ee.png http://puu.sh/aM6sm/ba20667c94.png
This happens when the local copy of the block chain is damaged.
First find where your wallet.dat is stored and make a copy of it in a safe place (backup).
Then delete everything in that directory and the subdirectories, except the wallet.dat and the Sync.conf
Now restart your Qt wallet, it should start normally and tell that it is out of sync, it will then download the block chain from the start
to rebuild its database that was corrupted. Once it has re-sync'ed you are back in business.
Success!
Jump to: