Pages:
Author

Topic: SpikeCoin - Proof Of Stake Coin (Upto 10,000% ROI) (Scrypt POS/POW) (Read 3493 times)

jr. member
Activity: 39
Merit: 1
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
Totaly dead, now no sync (((

Code:
addnode=93.81.200.188
member
Activity: 178
Merit: 10
Totaly dead, now no sync (((
sr. member
Activity: 868
Merit: 279
It's so sad this coin didn't get a community going, the stakes are pretty good!!
newbie
Activity: 21
Merit: 0
Dev are dead, he disappear
sr. member
Activity: 868
Merit: 279
Anyone still mining/staking this coin? The network seems like running with multiple connections.
newbie
Activity: 21
Merit: 0
Hi dev,
Are u there? When spikecoin list in exchange?
full member
Activity: 476
Merit: 147
Janglisher('-')yay! 🇯🇵
Can I ask?
This coin project not active doing? Or Freezing?

Wallet have normal condition. However, Dev nothing through announce.  Huh

I thought this.
Dev has planning anything. but now is not that announce time. hmm ok?
jr. member
Activity: 85
Merit: 2
Thats pretty normal and alot of Wallets have that.

Its because they implement miners which have a signature like viruses. May AV Programm iE. Also kills the Eddie Wallet.
member
Activity: 178
Merit: 10
Kaspersky Deleted wallet-qt today.....  Trojan.MSIL.Disfa.mhmf
newbie
Activity: 11
Merit: 0
Has anyone TotalVirus scanned checked this? After I did it raised some eyebrows. it had 12/66 infected. Other than the coin has had no other activity it's even more sketchy.
full member
Activity: 224
Merit: 100
newbie
Activity: 21
Merit: 0
Hi dev, any info this coin?
Hoping so much about SPK
member
Activity: 138
Merit: 10
If people want, i can try to fork the coin to block 10.000 and relaunch it here...
member
Activity: 339
Merit: 11
dev any update here? Mining pools are still interested in making this coin minable, people are interested but there's no update in anything here.
full member
Activity: 196
Merit: 100
SPIKE Available Again For Mining!!!


Stratum  : pool.nosekefik.com:3433
User     : YOUR_ADDRESS
Password : c=SPIKE

Website  : https://pool.nosekefik.com/
Telegram : https://t.me/nosekefikpool
Payout   : Every 20min minimum 0.5 coins
Fee      : 0.9%

You can adjust your diff setting ,d= on -p param

Example:
Code:
ccminer -a scrypt -o stratum+tcp://pool.nosekefik.com:3433 -u -p  c=SPIKE

Happy Mining =)
newbie
Activity: 47
Merit: 0
How long ICO will run dev?
newbie
Activity: 9
Merit: 0
Block 14000 is reached, PoW is back! 100 coins per block.

Mining Pool: http://pennycrypt.com

stratum+tcp://pennycrypt.com:

username:
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






newbie
Activity: 9
Merit: 0
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
}
sr. member
Activity: 868
Merit: 279
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));

Thanks for posting that. It seems that dev is not active. Last time online here in the forum was october 27th. Hope he comes out and clarifies what's happening because according to the ann right now, from 10,000 to 15,000, blocks should be emitting 100 coins.
Pages:
Jump to: