@@ -303,7 +303,7 @@ PUBKEY := public key of the issuer node of this head
...
@@ -303,7 +303,7 @@ PUBKEY := public key of the issuer node of this head
BLOCKSTAMP = `blockNumber-Hash`
BLOCKSTAMP = `blockNumber-Hash`
WS2PID := unique identifier of the ws2p endpoint
WS2PID := unique identifier of the ws2p endpoint
SOFTWARE = `duniter-ts`
SOFTWARE = `duniter-ts`
SOFT_VERSION = `X.Y.Z` (for example `1.6.14`)
SOFT_VERSION = `X.Y.Z-suffix` (for example `1.6.14-beta`)
POW_PREFIX := nonce prefix for proof of work (manually fixed by the user)
POW_PREFIX := nonce prefix for proof of work (manually fixed by the user)
FREE_MEMBER_ROOM := Number of incoming connection requests that can still be accepted from member nodes (FREE_MIROR_ROOM - Number of incoming connections established by non-priority mirror nodes).
FREE_MEMBER_ROOM := Number of incoming connection requests that can still be accepted from member nodes (FREE_MIROR_ROOM - Number of incoming connections established by non-priority mirror nodes).
FREE_MIROR_ROOM := An integer indicating the number of incoming connections that the node can still receive.
FREE_MIROR_ROOM := An integer indicating the number of incoming connections that the node can still receive.