Search content
Sort by

Showing 20 of 116 results by Delivereath
Post
Topic
Board Service Discussion
Re: GAW Zen Hashlet PayCoin unofficial uncensored discussion. ALWAYS MAKE MONEY :-)
by
Delivereath
on 31/12/2014, 07:58:31 UTC
Don't forget to read their source code:

Code:
int64 GetProofOfStakeReward(int64 nCoinAge, int primeNodeRate)
{

    int64 nSubsidy = 0;
    int64 nRewardCoinYear = 0;  // creation amount per coin-year

    if (primeNodeRate == 0)
        nRewardCoinYear = 5 * CENT;
    else if (primeNodeRate == 10)
        nRewardCoinYear = 10 * CENT;
    else if (primeNodeRate == 20)
        nRewardCoinYear = 20 * CENT;
    else if (primeNodeRate == 100)
        nRewardCoinYear = 100 * CENT;
    else if (primeNodeRate == 350)
        nRewardCoinYear = 350 * CENT;

    nSubsidy = nCoinAge * nRewardCoinYear * 33 / (365 * 33 + 8);

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): primeNodeRate=%d create=%s nCoinAge=%"PRI64d"\n", primeNodeRate, FormatMoney(nSubsidy).c_str(), nCoinAge);
    return nSubsidy;
}

This gives special slots that are only redeemable with private keys that GAW holds. Note the highest POS is 350%

Make sure to Check their Coin Cap:
Code:
static const int64 MAX_MONEY = 2000000000 * COIN;

2 Billion Max Coins - 350% of 12,500,000 is 43,750,000 XPY produced a year from the massive pre-mine and their "Prime Nodes".

The facts are here, but are we willing to see?
Viz.

Are the prime controller addresses public ? I've read somewhere that they are hardcoded in the source. I would be interesting in having a look at how many coins the prime controller are receiving right now.

And do we know houw the primeNodeRate is defined ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | FRESH algo! | Slingshield | % fees | Launch 7/7- 18GMT
by
Delivereath
on 07/07/2014, 18:03:50 UTC
2K diff Huh
Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Delivereath
on 02/07/2014, 20:20:37 UTC
Hi,

After compiling a qt wallet, the application stops at startup without displaying any screen nor error message. I've check edon Windows event viewer and I just see an error without any useful message.

What can I do in this case to debug the application ? Any debug tool that I could use ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
Delivereath
on 01/07/2014, 17:28:46 UTC
I've checked the block explorer and it seems that POS started at block 26000 but I was not able to see where this is defined in the source code. Does anyone know where I can find this ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] KoreCoin [X13][PoS] | V1.2 - UPDATE | WHITEPAPER | UPDATES SOON
by
Delivereath
on 20/06/2014, 09:28:33 UTC
My wallet doesn't sync even with the added nodes. Any other nodes ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] KoreCoin [Exchanges][X13][PoS] | V1.2 - UPDATE | Bounty's |
by
Delivereath
on 17/06/2014, 11:29:18 UTC
All the coins I got with suprnova just disappeared when I installed the v1.2 of the wallet.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ◢◣BurnerCoin x13 PoW+PoS◢◣10x Bonus Blocks◢◣10 days PoW◢◣ Now on BITTREX!
by
Delivereath
on 14/06/2014, 08:09:56 UTC
Block 7500 and already 1.3M coins. It seems that it will go much higher than 2M coins at the end of POW.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ◢◣BurnerCoin x13 PoW+PoS◢◣10x Bonus Blocks◢◣10 days PoW◢◣ Now on BITTREX!
by
Delivereath
on 12/06/2014, 16:17:48 UTC
Can someone explain the 2M coins ? I see 20k blocks for POW and 202 coins per block which results in 4M coins at the end of POW.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ◢◣BurnerCoin x13 PoW+PoS◢◣10x Bonus Blocks◢◣10 days PoW◢◣ Now on BITTREX!
by
Delivereath
on 11/06/2014, 18:10:13 UTC
What will be the number of coins at the end of POW ? 2M or 4M ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] New Piggycoin (PIGGY) | PoS | X11 | Launch in less than 20 minutes
by
Delivereath
on 10/06/2014, 21:39:56 UTC
pool.mn not finding any block ?

Frontend was not up to date.
Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Delivereath
on 06/06/2014, 11:47:07 UTC
I've checked how the random block reward coins work and they all use the previous block hash as seed for the random generator. This means that the reward is not really random and it can be calculated and verified by the network. So if someone changes a random reward to a fixed one, it should be refused by the network.
Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Delivereath
on 06/06/2014, 08:45:20 UTC
My question is not specific to building a wallet but it is related to the system.

What does prevent someone to build its own wallet with modified difficulty or block reward ? There are some coins with random block reward. If I modify the source and set a fixed block reward corresponding to the max of random reward, would my blocks be accepted by the network ?
Post
Topic
Board Altcoin Discussion
Re: [ANN] SwitzerlandCoin (SWC) Selfie Game | Models | Swisscheese & Red Wine
by
Delivereath
on 03/06/2014, 18:45:35 UTC
SwitzerlandCoin but airdrop only for Zurich people ?? WTF ? Is that some kind of joke ? You really have to fix this. Airdrop for everyone in Switzerland or just rename it to Zurichcoin...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [SFR] SaffronCoin X11|Scrypt|SHA256D|Groestl|Blake Multi Algo
by
Delivereath
on 01/06/2014, 14:52:57 UTC
So X11 can be mined already ?

Sgminer reports a difficulty of 32k while the getmininginfo command reports 0.00024. Why such a difference ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NL] [X11] Nanolite [New Logo]
by
Delivereath
on 29/05/2014, 08:43:37 UTC
Could you ask the pool to close registration or temporarily remove the pool from the OP ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NL] [X11] Nanolite [New Logo]
by
Delivereath
on 29/05/2014, 07:47:13 UTC
We need some hash http://nl.hashhot.com.

I was on http://nl.dgbpool.com but they have way too much hash and seem to have account issues.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HAPPYCOIN [HPC] X11 7DAYS POW -5%POS-LAUNCHED. FIND HAPPINNESS!!
by
Delivereath
on 26/05/2014, 18:14:03 UTC
Pool.mn

Rubberpool

You found two blocks, I was mining from start

Are they credited because my balance is zero unconfirmed

G

Yep something wrong with pool.mn. A lot of miners were connected from start. So that's impossible that blocks were found with 1 share !
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HAPPYCOIN [HPC] X11 7DAYS POW -5%POS-LAUNCHED. FIND HAPPINNESS!!
by
Delivereath
on 26/05/2014, 18:11:18 UTC

I was mining on your pool since the first second but the first 2 blocks were found by someone else with a single share... I had submitted share before this. What's wrong Huh?
Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer)
by
Delivereath
on 25/05/2014, 18:45:22 UTC
Does this miner support the api-listen command ?

CGWatcher seems to be unable to access the miner.
Post
Topic
Board Mining (Altcoins)
Re: New stratum proxy
by
Delivereath
on 25/05/2014, 08:16:52 UTC
I'm trying to use it on windows but I get the following error :

Exception in thread "main" java.lang.UnsupportedClassVersionError: strat/mining/stratum/proxy/Launcher : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: strat.mining.stratum.proxy.Launcher. Program will exit.

How to fix this ?