Author

Topic: [ANN][XST] Stealth-Coin.com | Tor | StealthText, World's first anonymous SMS Tx! - page 496. (Read 748429 times)

hero member
Activity: 700
Merit: 500
Nodes do? Wallet can not sync! winxp

Patience. Wait 3 minutes. Your node will find the network. This is tor, so it's going to take a couple of minutes to get going.


Already 3 hours Wallet can not sync!
[/quote
My wallet is syncin perfectly fine , did you add nodes ?
member
Activity: 87
Merit: 10
Nodes do? Wallet can not sync! winxp

Patience. Wait 3 minutes. Your node will find the network. This is tor, so it's going to take a couple of minutes to get going.


Already 3 hours Wallet can not sync!
hero member
Activity: 700
Merit: 500
If you're planning to dump already , wait for bittrex and price to stabalize there
this is going to 5k atleast Smiley
hero member
Activity: 644
Merit: 500
yeah bro.i just read on OP that it halves evry 1440 blocks.you add the first 261 blocks and its right.just a bit confusing.
hero member
Activity: 742
Merit: 500
Nodes do? Wallet can not sync! winxp

Patience. Wait 3 minutes. Your node will find the network. This is tor, so it's going to take a couple of minutes to get going.

member
Activity: 87
Merit: 10
Nodes do? Wallet can not sync! winxp
legendary
Activity: 1078
Merit: 1014
I like StealthCoin, but what I really don't like is cryptoine. Let's get other exchanges on board.

(I dislike them since "colorcoin". Manual withdrawals back then (is this still happening? Oo) And 0.05% withdrawal fee is crazy. Just make it fixed. 0.0005 btc or something for bitcoin etc.)
its perfectly fair considering they have no fees for trading
sr. member
Activity: 658
Merit: 257
★Bitvest.io★ Play Plinko or Invest!
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools

StealthCoin Pool
http://xst.coin-miners.info/
Spread the hashes !

1.5% Pool Fee / PROP payout system
Stratum with vardiff.
Stable SSD Server, DDOS protection.
Cashout are processed every minute.

Support at #COINMINERS freenode channel : https://webchat.freenode.net/?channels=#COINMINERS



Skype: coin.miners    
                                                       

Point your miners at: stratum+tcp://xst.coin-miners.info:3374


Rent some x13 hash power at

http://www.miningrigrentals.com/


We need some miners here
sr. member
Activity: 658
Merit: 257
★Bitvest.io★ Play Plinko or Invest!
The first day out so much, a little pit!

Huh




Made my night thank you.

Halving from 17001.

Code:
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 0)
        nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
    else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
    else if (nHeight <= 260)
        nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
    else if (nHeight <= 1700)
        nSubsidy = 8000 * COIN;
    else if (nHeight <= 3140)
        nSubsidy = 4000 * COIN;
    else if (nHeight <= 4580)
        nSubsidy = 2000 * COIN;

Its 1701.

An extra 0 makes a big different

Just want to throw a shout out to someone who knows where to look, The source is an awesome place to look.

yeah. Anyone looking at the code for hidden block ?

UMM no hidden block thats the beauty of open source, feel free to look, see if you can find something I didnt. But I havent found anything.
legendary
Activity: 963
Merit: 1002
newbie
Activity: 44
Merit: 0
The first day out so much, a little pit!
hero member
Activity: 868
Merit: 1000
Halving from 17001.

Code:
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 0)
        nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
    else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
    else if (nHeight <= 260)
        nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
    else if (nHeight <= 1700)
        nSubsidy = 8000 * COIN;
    else if (nHeight <= 3140)
        nSubsidy = 4000 * COIN;
    else if (nHeight <= 4580)
        nSubsidy = 2000 * COIN;

Its 1701.

An extra 0 makes a big different

Just want to throw a shout out to someone who knows where to look, The source is an awesome place to look.

yeah. Anyone looking at the code for hidden block ?
sr. member
Activity: 658
Merit: 257
★Bitvest.io★ Play Plinko or Invest!
Halving from 17001.

Code:
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 0)
        nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
    else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
    else if (nHeight <= 260)
        nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
    else if (nHeight <= 1700)
        nSubsidy = 8000 * COIN;
    else if (nHeight <= 3140)
        nSubsidy = 4000 * COIN;
    else if (nHeight <= 4580)
        nSubsidy = 2000 * COIN;

Its 1701.

An extra 0 makes a big different

Just want to throw a shout out to someone who knows where to look, The source is an awesome place to look.
hero member
Activity: 868
Merit: 1000
Halving from 17001.

Code:
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 0)
        nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
    else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
    else if (nHeight <= 260)
        nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
    else if (nHeight <= 1700)
        nSubsidy = 8000 * COIN;
    else if (nHeight <= 3140)
        nSubsidy = 4000 * COIN;
    else if (nHeight <= 4580)
        nSubsidy = 2000 * COIN;

Its 1701.

An extra 0 makes a big difference

Thank you for the code.
hero member
Activity: 750
Merit: 511
Halving from 17001.

Code:
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 0)
        nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
    else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
    else if (nHeight <= 260)
        nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
    else if (nHeight <= 1700)
        nSubsidy = 8000 * COIN;
    else if (nHeight <= 3140)
        nSubsidy = 4000 * COIN;
    else if (nHeight <= 4580)
        nSubsidy = 2000 * COIN;
legendary
Activity: 3248
Merit: 1070
well lets do some math here, there were 10 blocks of premine then 250 blocks of 16.
takes us to 260 blocks. then 1440 blocks from that would take us to block 1700.
I would wait till then for it to halve, just saying

the halving already happened here, i'm receiving less coins

if u look at block found on pool. It's still 8000.

mmh, perhaps the diff doubled when i was looking at the estimate
sr. member
Activity: 658
Merit: 257
★Bitvest.io★ Play Plinko or Invest!
well lets do some math here, there were 10 blocks of premine then 250 blocks of 16.
takes us to 260 blocks. then 1440 blocks from that would take us to block 1700.
I would wait till then for it to halve, just saying

the halving already happened here, i'm receiving less coins

Sounds like someone is stealing your hash then, Cause the half has not happened. when in doubt use the block explorer.
http://explorer.argakiig.us last block I saw was 1593 with a block reward of 8k
hero member
Activity: 868
Merit: 1000
well lets do some math here, there were 10 blocks of premine then 250 blocks of 16.
takes us to 260 blocks. then 1440 blocks from that would take us to block 1700.
I would wait till then for it to halve, just saying

the halving already happened here, i'm receiving less coins

if u look at block found on pool. It's still 8000.
legendary
Activity: 3248
Merit: 1070
well lets do some math here, there were 10 blocks of premine then 250 blocks of 16.
takes us to 260 blocks. then 1440 blocks from that would take us to block 1700.
I would wait till then for it to halve, just saying

the halving already happened here, i'm receiving less coins
Jump to: