Bitcoin Forum
June 21, 2024, 03:39:53 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SpikeCoin - Proof Of Stake Coin (Upto 10,000% ROI) (Scrypt POS/POW) on: November 05, 2017, 03:56:38 PM
Block 14000 is reached, PoW is back! 100 coins per block.

Mining Pool: http://pennycrypt.com

stratum+tcp://pennycrypt.com:<port>

username: <SPK address>
pass: x

Port: 3800, Diff: 512
Port: 3801, Diff: 1024
Port: 3802, Diff: 2048
Port: 3803, Diff: 4096
Port: 3804, Diff: 8192
Port: 3805, Diff: 16384


payouts every 15 minutes, min 1 coin. 0.8% fee






2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN - DUECOIN. The Future Is Now on: November 04, 2017, 05:08:04 PM
Mining Pool:  http://pennycrypt.com

stratum+tcp://pennycrypt.com

username: <DUECOIN address>
pass: x

payouts every 15 minutes, min 1 coin.

Port: 4000, Diff: 512
Port: 4001, Diff: 4096
Port: 4002, Diff: 8192
Port: 4003, Diff: 16384
Port: 4004, Diff: 32768
Port: 4005, Diff: 65535
3  Alternate cryptocurrencies / Announcements (Altcoins) / - Proof Of Stake Coin (Upto 10,000% ROI) (Scrypt POS/POW) on: November 02, 2017, 12:43:59 AM
Assuming the source code matches the compiled code. block 14000 through 15000 should be 100 coins.  Not really sure what happens after 15000, but the comments say it halfs every mill.


Code:
else if(nBestHeight <= 10000)
{
   nSubsidy = 50 * COIN;
}

else if(nBestHeight <= 15000)
{
   nSubsidy = 100 * COIN;
}

else if(nBestHeight > 15000)
{
   nSubsidy >>= (nHeight / 1000000);  // 100 coins halving every 1 mill blocks
}
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SpikeCoin - Proof Of Stake Coin (Upto 10,000% ROI) (Scrypt POS/POW) on: November 01, 2017, 04:11:39 PM
source code says pow stops at 10000 and restarts at 14000.

Code:
static const int LAST_POW_BLOCK_V1 = 10000;
static const int POW_RE_ENABLE = 14000;  
Code:
if (IsProofOfWork() && nHeight > LAST_POW_BLOCK_V1 && nHeight < POW_RE_ENABLE)
        return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight));
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SpikeCoin - Proof Of Stake Coin (Upto 10,000% ROI) (Scrypt POS/POW) on: November 01, 2017, 03:15:02 PM
It looks like PoW is over.  Im getting this in the command console.

08:13:01
getblocktemplate

08:13:01
No more PoW blocks (code -1)
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DeM] Deutsche eMark - DEM - cryptocoin SHA256 POS/POW on: October 12, 2017, 05:18:05 PM
Mining Pool:  http://pennycrypt.com

stratum+tcp://pennycrypt.com

username: <eMark address>
pass: <anything>

payouts every 15 minutes, min 1 coin.

Port: 3600, Diff: 512
Port: 3601, Diff: 4096
Port: 3602, Diff: 8192
Port: 3603, Diff: 16384
Port: 3604, Diff: 32768
Port: 3605, Diff: 65535
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: October 10, 2017, 11:08:52 PM
New pool at http://pennycrypt.com

Server: pennycrypt.com

Port: 3500, Diff: 512
Port: 3501, Diff: 4096
Port: 3502, Diff: 8192
Port: 3503, Diff: 16384
Port: 3504, Diff: 32768
Port: 3505, Diff: 65535
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No airdrop/No Premine/ ⚡ Masternode Ready 🔥Scrypt🔥 on: October 09, 2017, 11:07:45 PM
mining pool http://pennycrypt.com
9  Bitcoin / Bitcoin Discussion / Re: **Download the blockchain here, updated regularly ** on: June 23, 2016, 12:56:15 PM
Here is a new full blockchain

https://thepiratebay.org/torrent/15041083/bitcoin_blockchain_06-22-2016
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!