Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AGAcoin (currency for the Amiga community and others) - Developers wanted!
by
juantellez
on 28/02/2018, 00:46:51 UTC
Changed seed node and aplied pattch to use boost 1.58 #4
 : https://github.com/sonountaleban/amigacoin/pull/4



Great, except seed.agacoin.dk does not exist. seed1.agacoin.dk and seed2.agacoin.dk does though.

Ok, i will make the changes, also im making the following changes:

-----------------------------------------------------------------------------------------

Original main.cpp
static const int64 nTargetTimespan = 2 * 24 * 60 * 60; // AmigaCoin: 2 days
static const int64 nTargetSpacing = 2 * 60; // AmigaCoin: 2 minutes

Chnged for:
static const int64 nTargetTimespan = 1 * 24 * 60 * 60; // AmigaCoin: 1 days
static const int64 nTargetSpacing = 1 * 60; // AmigaCoin: 1 minutes

-------------------------------------------------------------------------------------------

in version.h

From:
static const int PROTOCOL_VERSION = 70001;

To:
static const int PROTOCOL_VERSION = 70002;

-------------------------------------------------------------------------------------------

In fact, right now im testing these changes over mainnet. Connection with nodes was ok and im waiting for cryptopia to send 2.00000123 to my address as a final test.