Pages:
Author

Topic: [ANN] Vcoin sha256 pow - page 20. (Read 55021 times)

legendary
Activity: 1638
Merit: 1013
May 15, 2015, 06:59:38 AM
#59
Dev, how about wallet update with masternodes and the rest.  Grin
legendary
Activity: 1028
Merit: 1000
May 15, 2015, 06:18:23 AM
#58
Pool back online in 1h , just added to other Coins Darksend/Tor etc
member
Activity: 70
Merit: 10
May 15, 2015, 06:14:18 AM
#57
if you read all posts you will get the answer

Update the OP then!

When the OP is lame, almost nobody will read the rest. Basic communication skills.

Even the logo and layout in the OP are super lame!
legendary
Activity: 1274
Merit: 1006
Trainman
May 15, 2015, 06:13:56 AM
#56
if you read all posts you will get the answer
member
Activity: 70
Merit: 10
May 15, 2015, 06:09:40 AM
#55
Source  Updated and fix diffplot. Improve graphics  https://github.com/chris-vl/vcoin

Why don't you make a description for this coin?
Check the first post

Yeah I did, that's why I'm asking!

I only see blockrewards, pools and where to download the source.

What I'm talking about is a reason why you made this. Why is this coin any different than all the other coins! What is your plan?!

 Why should this coin get any value? Are you even trying?
legendary
Activity: 1274
Merit: 1006
Trainman
May 15, 2015, 06:05:36 AM
#54
Source  Updated and fix diffplot. Improve graphics  https://github.com/chris-vl/vcoin

Why don't you make a description for this coin?
Check the first post
member
Activity: 70
Merit: 10
May 15, 2015, 06:00:22 AM
#53
Source  Updated and fix diffplot. Improve graphics  https://github.com/chris-vl/vcoin

Why don't you make a description for this coin?
legendary
Activity: 1274
Merit: 1006
Trainman
May 15, 2015, 05:52:10 AM
#52
Source  Updated and fix diffplot. Improve graphics  https://github.com/chris-vl/vcoin
member
Activity: 70
Merit: 10
May 15, 2015, 05:36:15 AM
#51
Again! A coin without a reason/purpose/description. Devs aren't even trying anymore! Next!
legendary
Activity: 1274
Merit: 1006
Trainman
May 15, 2015, 04:36:44 AM
#50
legendary
Activity: 1638
Merit: 1013
May 14, 2015, 09:17:47 PM
#49
I have compiled vcoin-qt.exe and run a virscan but says PUA.Win32.Packer.PrivateExeProte-15
http://r.virscan.org/report/9bae2dc0b6b577758a01ec8bd240317a

PUA is not virus but a Possible Unwanted Application.  A packer can be used in malicious activity and there is a slight change that it is malicious, but probably not.
legendary
Activity: 1453
Merit: 1030
May 14, 2015, 09:13:53 PM
#48
I have compiled vcoin-qt.exe and run a virscan but says PUA.Win32.Packer.PrivateExeProte-15
http://r.virscan.org/report/9bae2dc0b6b577758a01ec8bd240317a

PUA stands for potentially unwanted application, so low priority.

Quote
There seems to be halving
In that case, I haven't said anything.
sr. member
Activity: 333
Merit: 250
May 14, 2015, 09:04:39 PM
#47
I have compiled vcoin-qt.exe and run a virscan but says PUA.Win32.Packer.PrivateExeProte-15
http://r.virscan.org/report/9bae2dc0b6b577758a01ec8bd240317a
legendary
Activity: 1638
Merit: 1013
May 14, 2015, 08:45:06 PM
#46
The way it is now, this creation has an auto-destruct in 20 years, since the block chain won't be moving after that. Sure, likely this won't be around in a few weeks or months but still, built in longevity should be part of any coin. You could update the build to include subsidy halving.

There seems to be halving

Code:
static const int64 nStartSubsidy = 50 * COIN;
static const int64 nMinSubsidy = 1 * COIN;

int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = nStartSubsidy;

    // Mining phase: Subsidy is cut in half every SubsidyHalvingInterval
    nSubsidy >>= (nHeight / Params().SubsidyHalvingInterval());
    
    // Inflation phase: Subsidy reaches minimum subsidy
    // Network is rewarded for transaction processing with transaction fees and
    // the inflationary subsidy
    if (nSubsidy < nMinSubsidy)
    {
        nSubsidy = nMinSubsidy;
    }

    return nSubsidy + nFees;
}

And it looks like halving every 100,000 blocks, with a minimum of 1 coin in the end.

Code:
CMainParams() {
        // The message start string is designed to be unlikely to occur in normal data.
        pchMessageStart[0] = 0x05;
        pchMessageStart[1] = 0x05;
        pchMessageStart[2] = 0xb5;
        pchMessageStart[3] = 0x05;
        nDefaultPort = 5530;
        nRPCPort = 5531;
        bnProofOfWorkLimit = CBigNum(~uint256(0) >> 20);
        nSubsidyHalvingInterval = 100000;
legendary
Activity: 1453
Merit: 1030
May 14, 2015, 08:23:07 PM
#45
The way it is now, this creation has an auto-destruct in 20 years, since the block chain won't be moving after that. Sure, likely this won't be around in a few weeks or months but still, built in longevity should be part of any coin. You could update the build to include subsidy halving.
legendary
Activity: 1638
Merit: 1013
May 14, 2015, 06:54:20 PM
#44
Nevermind, it is 30s. That means 2,880 blocks per day = 144,000 coins per day = 52,46m per year. Without halving it will take 20 years to get to the max supply so that seems an irrelevant number.
legendary
Activity: 1028
Merit: 1000
May 14, 2015, 06:35:52 PM
#43

Est. Avg. Time per Round (Pool)    16 seconds

;-)
legendary
Activity: 1638
Merit: 1013
May 14, 2015, 06:31:58 PM
#42
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 06:29:11 PM
#41
legendary
Activity: 1453
Merit: 1030
May 14, 2015, 06:26:29 PM
#40
1000000000 coins ?!!  
Pages:
Jump to: