Search content
Sort by

Showing 20 of 208 results by cryptoday.info
Post
Topic
Board Pools (Altcoins)
Topic OP
[ANN][POOL] CrypToDay.info LanaCoin sha256 high VarDiff available no reg
by
cryptoday.info
on 12/05/2016, 11:59:45 UTC
Come give us a try:
- 1.8 % pool fee, prop
- payouts every 5 minutes
- low latency: average <5ms
- fast ssd server in a top dutch datacenter
- experienced running pools

1. no registration required !!

Point your miner at stratum+tcp://lana.CrypToDay.info:4444

Username: your lanacoin wallet address
Password: anything
      

2. Choose the correct stratum port.

        We have flood protection enable.
        Use 4444 up to 6 GH start diff 1 max 21
        Use 4455 from 6 GH to 20 GH start diff 3 max 70
        Use 4466 from 20 GH to 100 GH start diff 70 max 350
        Use 4477 from 100 GH to 1 TH start diff 350 max 3.585
        Use 4488 from 1 TH to 7 TH start diff 3.585 max 25.100
        Use 4499 from 7 TH to 350 TH start diff 25.100 max 1.255.000
        If you need a higher diff please contact us.

3. Create a lanacoin address to receive payments.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LANACOIN "PoW/PoS Hybrid Sha256d" - 7.506 B supply
by
cryptoday.info
on 12/05/2016, 11:16:31 UTC
http://stratum.cryptoday.info/ is up high vardiff available.
Post
Topic
Board Announcements (Altcoins)
Re: SALE [GRYF] GryfenCoin, X15, 1Tril, PoW/PoS,Block Explorer,MacQT,Shares for Sale
by
cryptoday.info
on 25/09/2014, 13:42:18 UTC
We can also setup for walletaddress only stratum.
No mpos UI.
Post
Topic
Board Announcements (Altcoins)
Re: ║ANN║scattercoin║STC║ Anonymous ║ X11 POW + POS║Payments Online
by
cryptoday.info
on 24/09/2014, 16:04:36 UTC
How much pre-mined?

 if(nHeight == 1)
        {
        nSubsidy = 20000000 * COIN;
Post
Topic
Board Announcements (Altcoins)
Re: LAUNCHED [GRYF] GryfenCoin, X15, 1Tril, PoW/PoS, Gold, BOUNTIES ADDED
by
cryptoday.info
on 24/09/2014, 12:25:57 UTC
Does anyone know if this is legit or not?  http://gryfen.cryptoday.info/index.php

Are you gonne add us to the OP. or not ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | Android App Released!
by
cryptoday.info
on 16/09/2014, 17:42:50 UTC
Pool bounty received.

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | Android App Released!!
by
cryptoday.info
on 14/09/2014, 15:12:31 UTC
Can somebody confirm if this is correct ?

total blocks : 118986 (found in main.cpp line 1007)
if total blocks than total coins : (118986 x 600) 71391000

Or is there no end ?


POW and POS are running simultaneously. So there are POW blocks being found and also POS blocks being found (which is giving you the total block number). In total there are 10,000 POW blocks, last check there is 647 Blocks left in POW to be mined.

Oke, we wait 592 blocks..atm
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | Android App Released!!
by
cryptoday.info
on 14/09/2014, 15:09:30 UTC
Can somebody confirm if this is correct ?

total blocks : 118986 (found in main.cpp line 1007)
if total blocks than total coins : (118986 x 600) 71391000

Or is there no end ?



{
"blocks" : 15686,
"powblocks" : 9373,
"powblocksleft" : 627,
}

What about this ?

static const int LAST_POW_BLOCK = 10000;

obj.push_back(Pair("powblocks",     (int)GetPowHeight(pindexBest)));
obj.push_back(Pair("powblocksleft", LAST_POW_BLOCK - (int)GetPowHeight(pindexBest)));

return pindexBest->nHeight - pindex->nHeight + 1;


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | Android App Released!!
by
cryptoday.info
on 14/09/2014, 14:34:20 UTC
Can somebody confirm if this is correct ?

total blocks : 118986 (found in main.cpp line 1007)
if total blocks than total coins : (118986 x 600) 71391000

Or is there no end ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | Android App Released!!
by
cryptoday.info
on 14/09/2014, 00:13:06 UTC
Is pow mining over or what. It says so on the pool but I'm still hashing

It looks like the source code resets the pow blocks height when it gets near the 10000 blocks.
We are logging If this is true.
At the moment it says "powblocks : 8556, powblocksleft : 1444,"
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | LIVE!
by
cryptoday.info
on 14/09/2014, 00:05:42 UTC
How do I see how many blocks are left of pow?
I tried getmininginfo and I don't get pow
And tried crackcoind getinfo

No works,

What gives?

Can someone please post how many blocks of pow are left??


Even if this coin is p n d , just go with it. Is fun and people like fun. Look at doge, that was 100% supposed to be a joke, but the Internet is full of morons.

Try this "dev example"

getpowtimeleft hours
55.82865000

getpowblocksleft [block]
getpowtimeleft [time-unit] [block]

And on our pool dashboard there is a default block countdown.



13030

Current Block

Current reward : 600
516 blocks to POS stage


hmm tried typing dev example in the debug window and get


10:53:03

Welcome to the CrackCoin RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.


16:24:18

dev example


16:24:18

Method not found (code -32601)


It looks like these only works on a linux daemon.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | LIVE!
by
cryptoday.info
on 13/09/2014, 15:23:46 UTC
How do I see how many blocks are left of pow?
I tried getmininginfo and I don't get pow
And tried crackcoind getinfo

No works,

What gives?

Can someone please post how many blocks of pow are left??


Even if this coin is p n d , just go with it. Is fun and people like fun. Look at doge, that was 100% supposed to be a joke, but the Internet is full of morons.

Try this "dev example"

getpowtimeleft hours
55.82865000

getpowblocksleft [block]
getpowtimeleft [time-unit] [block]

And on our pool dashboard there is a default block countdown.



13030

Current Block

Current reward : 600
516 blocks to POS stage
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CrackCoin | X11 | PoW + PoS 2.0 | LIVE!
by
cryptoday.info
on 12/09/2014, 14:18:36 UTC
What now ?

Stop stratum/mining ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHILD] X-CHILDREN : PROOF OF HEART COIN [RELAUNCH: LIVE][POI]
by
cryptoday.info
on 11/09/2014, 14:37:06 UTC
You are not bound to any mandatory donation on your pool, any percentage or donation is welcome.
http://www.cryptoday.info/
We will add only active pools.
regards
X

Thx, appreciate your support.  Wink

So, if we say 50% of the poolfee go's to charity, than we will be added to the OP ?

So your gone delete coinking.io not even a visible child pool ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHILD] X-CHILDREN : PROOF OF HEART COIN [RELAUNCH: LIVE][POI]
by
cryptoday.info
on 11/09/2014, 12:33:58 UTC
Thx, appreciate your support.  Wink

So, if we say 50% of the poolfee go's to charity, than we will be added to the OP ?
Post
Topic
Board Announcements (Altcoins)
Re: ║ANN║Global Internet║ICO~40% Launching soon! ║ X13 POW + POS║September 11 Start
by
cryptoday.info
on 11/09/2014, 12:08:51 UTC
Is this going to launch or not ?
Post
Topic
Board Announcements (Altcoins)
Re: ☀ANN☀【MWC】 MultiWalletCoin ◈ Launched! X11 POW◈POS ◈ Anonymous and secure
by
cryptoday.info
on 06/08/2014, 21:14:23 UTC
any pool ? crypto today is a scam pool

FUD

Not FUD. Limi coin relaunch BECAUSE OF YOU

Stil FUD, a mistake not scam !!!
Post
Topic
Board Announcements (Altcoins)
Re: ☀ANN☀【MWC】 MultiWalletCoin ◈ Launched! X11 POW◈POS ◈ Anonymous and secure
by
cryptoday.info
on 06/08/2014, 21:07:57 UTC
any pool ? crypto today is a scam pool

FUD
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][VvXx]◆VvXx◆X13 PoW+PoS | 2 days Pow |
by
cryptoday.info
on 06/08/2014, 12:15:48 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] LimiCoin / X15 / pow-pos / Hashrate 20MH Limited / IPO opening
by
cryptoday.info
on 04/08/2014, 13:01:10 UTC
lol:

Cryptoday:

http://imgur.com/xfzXTBn

suprnova:

http://imgur.com/hJSiSN6


...

What now ? Bit unfair to my miners...

FUD there no 51000 KH/s all workers are being throttled back !!!