Pages:
Author

Topic: [ANN][TRUST] TRUSTplus [PoD5x2][BitTrex][Android][Shopify] - page 50. (Read 76991 times)

newbie
Activity: 56
Merit: 0
pools need some time to compile the wallet... and recenltly... most wallets miss some dependencies... its not just writing a command and wait for it to compile...its like as if everytime you have to learn everything from the start... everytime a small "something is missing" and you cannot compile...
if the pools cannot have tha wallets, well its like no launch...

That's pretty dramatic...

There's a low block reward to begin with, that gives the pools plenty of time to do what they need to do and people time to register and move their rigs over.

full member
Activity: 214
Merit: 100
He's working on it. 
hero member
Activity: 784
Merit: 1000
Pools Of Honor
pools need some time to compile the wallet... and recenltly... most wallets miss some dependencies... its not just writing a command and wait for it to compile...its like as if everytime you have to learn everything from the start... everytime a small "something is missing" and you cannot compile...
if the pools cannot have tha wallets, well its like no launch...
member
Activity: 111
Merit: 10
Need another minute please.
Mitchel it seems as if we talked about an idea of yours a while ago in the Mast IRC. Is this the coin with the idea?
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
Need another minute please.
full member
Activity: 196
Merit: 101
we will delay or not?
Hi copychicken. I just read the thread really quick are you talking about a delay in the wallet or a delay in the launch? Just wanted to make sure I didn't miss something.
Thanks.
hero member
Activity: 784
Merit: 1000
Pools Of Honor
here in greece its 3 o clock in midnight.... please dev answer if there will be a delay or not.. i ve sent you an email already... dont make us beg for the wallet...
sr. member
Activity: 283
Merit: 250
Let's see if there is still Trust and Honor  Grin

1. Inform the pool owners that you want to not allow more than 50 Mh/s per account/IP
2. Release the wallets 3 days after the beginning of POW (avoid the solo farm whales).
 
Interesting no?
It can't be worse than the situation that expect today: Go whales Go... I with my 2 Mh/s I'll get 0.01 coins each round.
Fair... Trust... Honor  Tongue


AHHH My first fud.... Did you look at the rewards?

What?
I'm not talking for instamining. Your plan is fine there.
I'm talking about tens of Gh/s which they know the plan too.
They can wait 4 hours when the rewards starts to rise.

Anyway I'm interested  Smiley
hero member
Activity: 784
Merit: 1000
Pools Of Honor
we will delay or not?
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
Let's see if there is still Trust and Honor  Grin

1. Inform the pool owners that you want to not allow more than 50 Mh/s per account/IP
2. Release the wallets 3 days after the beginning of POW (avoid the solo farm whales).
 
Interesting no?
It can't be worse than the situation that expect today: Go whales Go... I with my 2 Mh/s I'll get 0.01 coins each round.
Fair... Trust... Honor  Tongue


AHHH My first fud.... Did you look at the rewards?

int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 120 * COIN;
   
    if (pindexBest->nHeight+1 == 1)
    {
      nSubsidy = 3439788 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 50)
    {
      nSubsidy = 1 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 100)
    {
      nSubsidy = 50 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 200)
    {
      nSubsidy = 100 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 400)
    {
      nSubsidy = 200 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 800)
    {
      nSubsidy = 400 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 1600)
    {
      nSubsidy = 800 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 3200)
    {
      nSubsidy = 1600 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 6400)
    {
      nSubsidy = 3200 * COIN;
      return nSubsidy + nFees;
    }
   
    else if (pindexBest->nHeight+1 <= 12800)
    {
      nSubsidy = 6400 * COIN;
      return nSubsidy + nFees;
    }
   
    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
   
    return nSubsidy + nFees;
}
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
Let's see if there is still Trust and Honor  Grin

1. Inform the pool owners that you want to not allow more than 50 Mh/s per account/IP
2. Release the wallets 3 days after the beginning of POW (avoid the solo farm whales).
 
Interesting no?
It can't be worse than the situation that expect today: Go whales Go... I with my 2 Mh/s I'll get 0.01 coins each round.
Fair... Trust... Honor  Tongue


AHHH My first fud.... Did you look at the rewards?
sr. member
Activity: 283
Merit: 250
Let's see if there is still Trust and Honor  Grin

1. Inform the pool owners that you want to not allow more than 50 Mh/s per account/IP
2. Release the wallets 3 days after the beginning of POW (avoid the solo farm whales).
 
Interesting no?
It can't be worse than the situation that expect today: Go whales Go... I with my 2 Mh/s I'll get 0.01 coins each round.
Fair... Trust... Honor  Tongue
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
still im not sure about exact launch time.. Sad actually im from south-east asia Sad

I have to use this site to keep track of Launches.
https://www.altcoincalendar.info/coins/612-TRUST

full member
Activity: 214
Merit: 100
1 hour 58 minutes  Wink
full member
Activity: 210
Merit: 100
How much longer till launch?
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
Good coin ! I will mine some  Grin
can you say how to calculate mining difficulty ?

I remember DigiShield before the last version.  I have had someone look at it since, they may have added or upgraded it.
newbie
Activity: 49
Merit: 0
still im not sure about exact launch time.. Sad actually im from south-east asia Sad
member
Activity: 386
Merit: 10
Good coin ! I will mine some  Grin
can you say how to calculate mining difficulty ?
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
Limit hash rate!!!

I agree. Worked really well for Minerals + fair distribution.

I agree, it worked out well.  The trouble is, I think it cannot be duplicated.  That was Mineral's concept and I am going to try a crescendo Bonus.
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
Hi

It says on the website that we can mine at CoinKing.io is this confirmed because I do not see it here in the ANN.  Thanks.  Also is the launch Midnight tonight or Midnight tomorrow?

It was talked about, I will get an official ANN
Pages:
Jump to: