Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
divedaucd
on 02/02/2018, 05:07:54 UTC
Guys,

what is the coin unit?
Making the pool now.
See the config above. Ther is just one unit divideable into 18 decimal places (so 10^18 units of 10^-18 value).

Hi Egano,

How does the block reward looks like?
My pool shows "Last Reward: 0.0000 EGN"

This is my Payment setting in node:
Code:
 "payments": {
        "enabled": true,
        "interval": 600,
        "maxAddresses": 50,
        "mixin": 2,
        "transferFee": 100,
        "minPayment": 100000000,
        "maxTransactionAmount": 0,
        "denomination": 1000000
    },

And there are so many Orphan Blocks. From height: 49226 - 49437.
Hello, you need to update your payment and coin units
Code:
"coin": "Egano",
    "symbol": "mEGN",
    "coinUnits": 1000000000000,
Code:
"payments": {
        "enabled": false,
        "interval": 300,
        "maxAddresses": 50,
        "mixin": 0,
        "transferFee": 10000000000,  
        "minPayment": 1000000000000,
        "maxTransactionAmount": 0,
        "denomination": 1000000
    },
and it called micro Egano, little hard to use. total just 1 Egano. so with confige above it'll appear as Reward: 0.004 mEGN (mili Egano?)
p/s: merit me if you see that help you Wink