Pages:
Author

Topic: pre[ANN]2 PurpleCoin will be launching very soon (Read 6014 times)

member
Activity: 70
Merit: 10
Landlord hard, good, support it
member
Activity: 106
Merit: 10
Still no word about a community or news about exchanges. I still have hope for this coin as I am mining it myself. Please keep us updated with website and any info, even ur own IRC chanel can help. If you need any DEV team help, let me know. I have expierance.
newbie
Activity: 40
Merit: 0
i am forward to  it   Grin
full member
Activity: 384
Merit: 100
What's happening man?  You vanished!
sr. member
Activity: 294
Merit: 250
Ah cool coin but not all of us are miners, some of us help to promote coins so shame there are no bounties for promoters.
full member
Activity: 184
Merit: 100
Fabulous!

Also, how many coins total?

What algo is this coin?

And... can we go ahead and dub this as "Prince" coin?

Purple rain baby.
Much excite for this today!

As Justin Biebers favorite color, it is now mine too.
Dat purple...
Fabulous!

How can one person make that many posts without saying anything? Thats really beyond me
newbie
Activity: 4
Merit: 0
Are'nt you a pool owner and you launch an OWN coin? Don't know if this is a good marketing strategy.
hero member
Activity: 896
Merit: 1000
X11 algorithm will make it more appealing.

Scrypt is dead for GPU miners now.
member
Activity: 84
Merit: 10
I'm watching this coin. I'd like to try mining at the launch and see where it goes.
full member
Activity: 140
Merit: 100
mining pool should be set up before launch , and if the coin can not be in exchange platform within a week ,dangerious close

There already is a mining pool setup + tested...  That was posted above under "PROGRESS"

so dont worry --- I have been taking the time to ensure everything checks out BEFORE launch...

Everything has been extensively tested. The blockchain has just been reset, and the premined blocks 0-1019
are being premined via the PUR P2POOL right now...  and not straight solo-mined directly

The starting network difficulty at fair launch will be approx 2.0, so pools will be needed.
This is intended to prevent solo-miners and insta-mine.

The PurpleCoin-P2POOL code will also be released at the same time as the wallets.

PurpleCoin should get accepted shortly after the fair launch by some exchanges, but it may require
help from the PUR community to do so --- because only 1 PUR is premined, there cannot be any
bounties offered, nor can exchanges be BRIBED with big premine.

If you check out the specs, the blockchain explorer, and mining pool --- the coin speaks for itself.


The Blockchain explorer & mining pool are ONLINE already, and you can see the premine activity
if you'd like:

you can check them out here:  http://p2pool.neocities.org/PurpleCoin.html





full member
Activity: 135
Merit: 100
mining pool should be set up before launch , and if the coin can not be in exchange platform within a week ,dangerious close
full member
Activity: 140
Merit: 100
 Grin Preparing for [ANN] the Fair Launch  Cheesy

 been a little side-tracked with some other stuff,

 basically, just need to finish the 1 PUR premine,
 and then PurpleCoin will be READY!  Cool
sr. member
Activity: 448
Merit: 250
Dat purple...
full member
Activity: 140
Merit: 100
I am very looking forward to it.

+1

sexiest color  Grin


(Created with MakeHuman + Blender + Gimp)

INDEED IT IS !


Fair Launch should be [ANN]ounced sometime next week BTW Smiley

sr. member
Activity: 294
Merit: 250
I am very looking forward to it.

+1

sexiest color  Grin
newbie
Activity: 28
Merit: 0
I am very looking forward to it.
sr. member
Activity: 448
Merit: 250
Much excite for this today!

As Justin Biebers favorite color, it is now mine too.
full member
Activity: 140
Merit: 100
LOL!  IDK about "Prince" .....

I do listen to all kinds of music....






its all posted on the PREVIEW website,
here -----> http://p2pool.neocities.org/PurpleCoin.html

but here's the specs again:

Specifications:
* Scrypt * Coin Supply = ONLY 2,111,301 Coins!  * Block Target Time = 60 Seconds *
* Generated Coin Maturity = 25 Blocks *  Kimoto Gravity Well retargeting algo *
* Only 1 Coin was premined * Trade Symbol = PUR
* PurpleCoin is NOT a coingen.io or other "BOT" coin

BLOCK REWARDS:
Blocks 1-1019  ( PREMINED ) totals 1.0 PUR
Blocks 1020-6120 = 0.01 PUR / block
Blocks 6121-11020 = 0.25 PUR / block
Blocks 11021-31020 = 0.5 PUR / block
Blocks 31021-131020 = 1 PUR / block
Blocks 131021-1131020 = 2 PUR / block
Blocks 1131021+   =  NO Block Rewards

------------------------------------------------------------------------------------------------------
=======================================================

and here's the MAIN.CPP code for those block rewards:



int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
    int64 nSubsidy = 0;

   if (nHeight < 1131021)
      nSubsidy = 2 * COIN;      // 1000000 blocks @ 2 coins   = 2000000 coins

   if (nHeight < 131021)
      nSubsidy = 1 * COIN;      // 100000 blocks @ 1 coin     =  100000 coins
   
   if (nHeight < 31021)
      nSubsidy = 0.5 * COIN;    // 20000 blocks @ 0.5 coins   =   10000 coins

   if (nHeight < 11021)
      nSubsidy = 0.25 * COIN;   // 5000 blocks @ 0.25 coins   =    1250 coins

   if (nHeight < 6121)
      nSubsidy = 0.01 * COIN;   // 5000 blocks @ 0.01 coins   =      50 coins
      
   if (nHeight < 1020)
      nSubsidy = 0.002 * COIN;  // 1 blocks @ 0.001 coins  =      .002 coin

   if (nHeight < 1019)
      nSubsidy = 0.001 * COIN;  // 998 blocks @ 0.001 coins  =      .998 coin


    if (nHeight < 21)
      nSubsidy = 0.0 * COIN;  // 20 blocks @ 0.0 coins  =       0 coins  



                                          // ================================================
    return nSubsidy + nFees;              // 1,131,000 Blocks with rewards ,  2111301 coins TOTAL
}

static const int64 nTargetTimespan = 1 * 60 * 60; // PurpleCoin: 1 hour
static const int64 nTargetSpacing = 1 * 60; // PurpleCoin: 1 Minute Blocks
static const int64 nInterval = nTargetTimespan / nTargetSpacing; // retarget @ 60 blocks
sr. member
Activity: 448
Merit: 250
Fabulous!

Also, how many coins total?

What algo is this coin?

And... can we go ahead and dub this as "Prince" coin?

Purple rain baby.
sr. member
Activity: 448
Merit: 250
Fabulous!
Pages:
Jump to: