everything is being settled as we speak so untill a final decision is made there is no need to blow the misunderstanding out the window. it can be summed up to unwanted drama. but anyway,
catlincs is up and i must say i like it.
Apparently you know more than me
Alright it'll be impressive if they actually listen. Really and honestly, we've always supported anyone who supports us, it's just who we are and it was sad to see a reaction like that from them.
Yeah the site is good, but it needs one-click crypto payments which are being worked on and a list of a few more services that are offered.
EDIT: CatlinCS Will be added to the OP of this ANN as a merchant next ANN update (in a few hours)Hey again!
Man, what is that ?
https://github.com/CryptoCoderz/Espers/blob/master/src/main.cpp#L2852Are you really use 10300 version?
Failing to see the point, call me dense or tired (have been up for way too long).
Espers network must disconnect older versions, otherwise all clients works with different parameters.
Later released will be bumped so that older clients are no longer supported, however at this moment any old client's sync will simply stall out.
Thank you for the heads up but don't worry we are aware of the fact that older version do not disconnect automatically.
You need make next softfork. NOW!
Not on no sleep, that's asking for trouble,
When we release the mining this week we'll phase out older clients. Like I said don't worry we will make sure to do things right
Still, again, thank you. It's nice to see community members be so on top of things. Very cool!
you're crazy.
https://github.com/CryptoCoderz/Espers/blob/master/src/main.cpp#L2844 delete 2844-2853 lines and paste:
bool badVersion = false;
if (pfrom->nVersion < MIN_PEER_PROTO_VERSION)
{
badVersion = true;
}
if (pfrom->nVersion < 60016 && GetAdjustedTime() >= nBlocktimeregress)
{
badVersion = true;
}
if (badVersion)
{
// disconnect from peers older than this proto version
LogPrintf("partner %s using obsolete version %i; disconnecting\n", pfrom->addr.ToString(), pfrom->nVersion);
pfrom->fDisconnect = true;
return false;
}
https://github.com/CryptoCoderz/Espers/blob/master/src/clientversion.h#L12 change 2 to 3
https://github.com/CryptoCoderz/Espers/blob/master/src/version.h#L33 change to
static const int PROTOCOL_VERSION = 60016;
https://github.com/CryptoCoderz/Espers/blob/master/src/checkpoints.cpp#L33 change to
( 125001, uint256("0xa1b1fb5c9ff4606d422b462d37da1acb17b60d0107593af9b124eb256fa1aedb"))
Rebuild daemons firstly in nodes, explorer nova and other exchanges, then update clients asap.
Be happy!
Wow that is quite the guide.
Samai we really do thank you, but we're not going to make changes right this second. (It's not how we work it's nothing against you).
That being said, again don't worry.
We will are aware of the versioning and its repercussions as well as what to change. We are also aware that the soft forks should be checkpointed.
Honestly if you wanted you could make a pull request. We'd review and accept it depending on the review outcome.
I don't want to blow you off, I'm personally saying no one else on the team is up at this hour and I must be insane to be still up lol.