Pages:
Author

Topic: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX - page 18. (Read 34958 times)

hero member
Activity: 610
Merit: 500
sr. member
Activity: 378
Merit: 250
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?
I need to know the total amount of coins and the number of block distribution!

Okey here you go  Wink

Block reward:
Code:
int64_t nSubsidy = 0;
    if(nHeight >= 5465) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 250) nSubsidy = 250;
            if (nSubsidy < 50) nSubsidy = 50;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 5000) nSubsidy = 5000;
            if (nSubsidy < 250) nSubsidy = 250;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 5000) nSubsidy = 5000;
        if (nSubsidy < 10) nSubsidy = 10;
   }

https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1438

Est. ~220M Max Coins
accually you forgot to do (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0) *10
because it calculates it based on normal not 10x . but i guess you dont know anything. because you left all the block numbers like the hardfork darkcoin had at block 17000, and the rest of the hardfork block number you forgot to take them out.

it really shows that you do not know how to code. and that you don't have common sense at all.

if you knew how to make an if else statment, you didnt have to relaunch the chain just to change the block reward lol. you could have just made a hard fork.
sr. member
Activity: 389
Merit: 250
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?
I need to know the total amount of coins and the number of block distribution!

Okey here you go  Wink

Block reward:
Code:
int64_t nSubsidy = 0;
    if(nHeight >= 5465) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 250) nSubsidy = 250;
            if (nSubsidy < 50) nSubsidy = 50;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 5000) nSubsidy = 5000;
            if (nSubsidy < 250) nSubsidy = 250;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 5000) nSubsidy = 5000;
        if (nSubsidy < 10) nSubsidy = 10;
   }

https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1438

Est. ~220M Max Coins
full member
Activity: 196
Merit: 100
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?
I need to know the total amount of coins and the number of block distribution!
sr. member
Activity: 389
Merit: 250
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?
full member
Activity: 196
Merit: 100
Now each block into 200, the total distribution and block development can give us the coins!
full member
Activity: 224
Merit: 100
full member
Activity: 196
Merit: 100
Now 14G to explore this coin, this is crazy!!!
full member
Activity: 196
Merit: 100
PLEASE, I am BEGGING you, rebrand this coin. Give it a new name.  There is already a CASH out there on all of the bigger exchanges.
ECASH, this is CASH, do you mean different!
full member
Activity: 224
Merit: 100
PLEASE, I am BEGGING you, rebrand this coin. Give it a new name.  There is already a CASH out there on all of the bigger exchanges.
hero member
Activity: 518
Merit: 500
sr. member
Activity: 389
Merit: 250
old coins on c-cex lost Huh?
or swapt by c-cex
 Angry

they are unfortunately lost  Undecided, how much did you have?
hero member
Activity: 518
Merit: 500
old coins on c-cex lost Huh?
or swapt by c-cex
 Angry
full member
Activity: 197
Merit: 100
sr. member
Activity: 389
Merit: 250
full member
Activity: 197
Merit: 100
sr. member
Activity: 389
Merit: 250
im not trying to fud anything, i have a shitload of coins out there that are in limbo because my wallet wont connect to the network, i have been at this for quite awhile, im not some noob dipshit that just started mining last month. no mateer what i do it says 12 hours left

okey start ecash-qt --> tools --> Debug console --> addnode 198.52.227.178 add
copper member
Activity: 1162
Merit: 1025
im not trying to fud anything, i have a shitload of coins out there that are in limbo because my wallet wont connect to the network, i have been at this for quite awhile, im not some noob dipshit that just started mining last month. no mateer what i do it says 12 hours left
full member
Activity: 196
Merit: 100
Cheap sell some coins, to PM i!
full member
Activity: 224
Merit: 100
due im in roaming this is only about my 900th coin launch

Well, then you selected a different directory...it gives you the option the first time you open it.
Pages:
Jump to: