Pages:
Author

Topic: [ANN][WIKI] WikiCoin - Cryptocurrency of the people - page 10. (Read 43259 times)

sr. member
Activity: 374
Merit: 250
There were 3000 blocks (0,5% of 30,000,000) premined which disappeared right after launch from the wallets. No idea where they are now but some people allready cleared this issue in the topic.
It is 81,000 halving and 30,000,000 total WikiCoins the specs just like it reads in the op. Next time make your statement a bit more gentle and it will be taken with appreciation.

from wallet source files:
Code:
static const int64 nGenesisBlockRewardCoin = 1 * COIN;
static const int64 nBlockRewardStartCoin = 50 * COIN;
static const int64 nBlockRewardMinimumCoin = 1 * COIN;

static const int64 nTargetTimespan = 3.5 * 24 * 60 * 60; // 3.5 days
static const int64 nTargetSpacing = 2.5 * 60; // 2.5 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

int64 static GetBlockValue(int nHeight, int64 nFees, unsigned int nBits)
{
    if (nHeight == 0)
    {
        return nGenesisBlockRewardCoin;
    }
    
    int64 nSubsidy = nBlockRewardStartCoin;

    nSubsidy >>= (nHeight / 810000);
    
    // Minimum subsidy
    if (nSubsidy < nBlockRewardMinimumCoin)
    {
        nSubsidy = nBlockRewardMinimumCoin;
    }

    return nSubsidy + nFees;
}

Looks like reward halvnig are per 810,000 blocks.
And min reward 1 WikiCoin!

Theoretically, there isn't max coin limit.
full member
Activity: 168
Merit: 100
Can i use different rpc port to connect the wikicoind? 18456 is already taken on my VPS
Yes, it doesnt matter what port you use.
newbie
Activity: 44
Merit: 0
edit: i take back what I said about the wallet being broken.  I had to delete the roaming folder and resycned with the backup wallet, and i got my coins back. For now it works.

member
Activity: 70
Merit: 10
Can i use different rpc port to connect the wikicoind? 18456 is already taken on my VPS
full member
Activity: 224
Merit: 100
What diff retarget algo?
sr. member
Activity: 252
Merit: 250
There were 3000 blocks (0,5% of 30,000,000) premined which disappeared right after launch from the wallets. No idea where they are now but some people allready cleared this issue in the topic.
It is 81,000 halving and 30,000,000 total WikiCoins the specs just like it reads in the op. Next time make your statement a bit more gentle and it will be taken with appreciation.

We are at block 133,000. Why is the reward still 50?
newbie
Activity: 54
Merit: 0
There were 3000 blocks (0,5% of 30,000,000) premined which disappeared right after launch from the wallets. No idea where they are now but some people allready cleared this issue in the topic.
It is 81,000 halving and 30,000,000 total WikiCoins the specs just like it reads in the op. Next time make your statement a bit more gentle and it will be taken with appreciation.
full member
Activity: 224
Merit: 100
WTF??? Where is dev?

Mad?

I'm here daily serving and feeding you.

Why you cant answer???

Shouldn't we've had the first block halving already? Is there a bug?

Block halving is at 810000 blocks, not 81000, so happy mining Cheesy
810,000x50=40,500,000!!!!
But there are only 30,000,000 coins:
Specifications:

-|Quark random 8 algorithm hashing funcion for CPU-only mining|-
-|Total number of 30,000,000 WikiCoins|-
-|Average of 30sec Block Generation|-
-|Block halving at 810,000 block|-
-|50 WikiCoins Block Reward|-
-|Multiple-Step Hashing|-
-|0,5% Pre-mine|-
-|P2P-Port: 18455|-
-|RPC-Port: 18456|-

well, thats interesting  Shocked


what is the verdict? is this a 30 billion coin. or 30 million ?


810000 blocks x 50 coins = 40500000 coins! This is more than 30mil coins! WTF???
How many coins was premined? How many coins will be max? When will reward halving?
What diff retarget algo?
newbie
Activity: 54
Merit: 0
WTF??? Where is dev?

Mad?

I'm here daily serving and feeding you.
full member
Activity: 224
Merit: 100
WTF??? Where is dev?
legendary
Activity: 1274
Merit: 1000
Shouldn't we've had the first block halving already? Is there a bug?

Block halving is at 810000 blocks, not 81000, so happy mining Cheesy
810,000x50=40,500,000!!!!
But there are only 30,000,000 coins:
Specifications:

-|Quark random 8 algorithm hashing funcion for CPU-only mining|-
-|Total number of 30,000,000 WikiCoins|-
-|Average of 30sec Block Generation|-
-|Block halving at 810,000 block|-
-|50 WikiCoins Block Reward|-
-|Multiple-Step Hashing|-
-|0,5% Pre-mine|-
-|P2P-Port: 18455|-
-|RPC-Port: 18456|-

well, thats interesting  Shocked


what is the verdict? is this a 30 billion coin. or 30 million ?
member
Activity: 117
Merit: 10
{
    "blocks" : 127095,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 25.33254614,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false
}
hero member
Activity: 563
Merit: 501
S> Cheap SocialMedia Hype's
How should a succesfull getmininginfo look like?
nvm its good.
full member
Activity: 168
Merit: 100
There is somebody in poloniex buying like if there was no tomorrow  Grin Good news!
With that price its no wonder.. cheap coins
hero member
Activity: 784
Merit: 1005
There is somebody in poloniex buying like if there was no tomorrow  Grin Good news!

Yeah seems like someone is buying huge amounts of WikiCoins, interesting.

I think it's not one single person buying ... it's moving UP!
newbie
Activity: 54
Merit: 0
There is somebody in poloniex buying like if there was no tomorrow  Grin Good news!

Yeah seems like someone is buying huge amounts of WikiCoins, interesting.
hero member
Activity: 577
Merit: 500
There is somebody in poloniex buying like if there was no tomorrow  Grin Good news!
full member
Activity: 224
Merit: 100
No working pools... ddos?
hero member
Activity: 784
Merit: 1005
WTS 12k for 0.1BTC (it won't last, so hurry up)
member
Activity: 94
Merit: 10
Shouldn't we've had the first block halving already? Is there a bug?

Block halving is at 810000 blocks, not 81000, so happy mining Cheesy
810,000x50=40,500,000!!!!
But there are only 30,000,000 coins:
Specifications:

-|Quark random 8 algorithm hashing funcion for CPU-only mining|-
-|Total number of 30,000,000 WikiCoins|-
-|Average of 30sec Block Generation|-
-|Block halving at 810,000 block|-
-|50 WikiCoins Block Reward|-
-|Multiple-Step Hashing|-
-|0,5% Pre-mine|-
-|P2P-Port: 18455|-
-|RPC-Port: 18456|-

well, thats interesting  Shocked
Pages:
Jump to: