Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SYN] SynCoin | [NO PRE-M][Auto Reward, Anti-ASIC]
by
Mosphet
on 20/02/2014, 20:11:22 UTC
Why is tx fee so high right now? Shouldn't it also be proportional to net hashrate or something like that?

Good suggestion! Will be added to to-do list for next update.

UPDATE: P2POOL CRASH HAS BEEN RESOLVED

syncoin,

There still is a bug in the file:
https://github.com/syncoin-project/syncoin/blob/master/p2pool_files/p2pool_networks.py

Under the syncoin entry it reads:
Code:
BOOTSTRAP_ADDRS=''.split('24.51.213.165'),

And that should be:
Code:
BOOTSTRAP_ADDRS='24.51.213.165'.split(' '),

Possibly with a few extra bootstrap addresses. Note the space in split(' ').
After that you can set PERSIST=True.