Bitcoin Forum
May 09, 2024, 09:42:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / WHALES COME BACK PLZZ!!!!!!!!!!! WE NEED YOU!!!!!!! on: March 13, 2015, 06:15:25 AM
THERE NEEDS TO BE GOOD OPPORTUNITIES AGAIN LIKE LAST YEAR
WHALES WHERE ARE YOU!!!!!!!!! COME BACK AND LAUNCH GOOD COINS LIKE LAST YEAR!!!!!!!!
I KNOW YOU WANT TO!
FILL YOUR BELLY WITH MORE BTC THE TIME IS NOW!!!!!!!!!
NOW ALL THE COINS ARE SHIT
WE NEED YOU TO COME BACK
WE NEED YOU TO MAKE GOOD COINS AGAIN

YES
YOU ARE EFFING NEEDED
NOW MAKE A GOOD COIN PLZ SO WE CAN GET MORE BTC AGAIN FROM THE NEWBIES!!!!!!!!!!!!
2  Alternate cryptocurrencies / Altcoin Discussion / Come mine Tuxcoins on: February 04, 2015, 03:12:12 AM
Come mine Tuxcoins
https://bitcointalk.org/index.php?topic=909028.0
Block rewards are high because difficulty is low.
difficulty goes up block reward goes down.

the reason is: when difficulty goes down the block reward goes higher to give miners an incentive to go back to mining.
when difficulty goes up that means there are more miners so the block reward goes down to give traders incentive to buy, and also to give holders an incentive to hold(inflation is lower)
also when difficulty goes up that means there are more demand for it so more miners and less incentive and inflation needed to keep the blockchain proccessing so thats why block reward goes down.

so come mine Tuxcoins  Smiley
3  Alternate cryptocurrencies / Altcoin Discussion / Can you review this code and tell me if it would work? on: January 01, 2015, 11:18:06 AM
right now the block reward for the coin i launched is :
but it does not work the way i expected it to.
Code:
// block reward between 500 and 20 depending on the difficulty.
int64 nSubsidy = 0;
    if(dDiff > 250) { // GPU/ASIC difficulty calc 2000000/(((x+1900)/10)^2)
        nSubsidy = (2000000.0 / (pow((dDiff+1900.0)/10.0,2.0)));
        if (nSubsidy > 100) nSubsidy = 100;
        if (nSubsidy < 20) nSubsidy = 20;
    } else { // CPU mining calc
     nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 200) nSubsidy = 200;
    }

if i change that part of the code to this:
would it work? like would it hard fork at block 550?
i mean can you look through the changes and the if and else statments and the "{" and "}" to see if it would work?
thank you.
Code:
int64 nSubsidy = 0;
if(nHeight >= 550) {

if(dDiff > 75) { // GPU/ASIC difficulty calc
// 2222222/(((x+2600)/9)^2)
nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
if (nSubsidy > 25) nSubsidy = 25;
if (nSubsidy < 5) nSubsidy = 5;
} else { // CPU mining calc
nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
if (nSubsidy > 500) nSubsidy = 500;
if (nSubsidy < 25) nSubsidy = 25;
}

} else {
if(dDiff > 250) { // GPU/ASIC difficulty calc 2000000/(((x+1900)/10)^2)
nSubsidy = (2000000.0 / (pow((dDiff+1900.0)/10.0,2.0)));
if (nSubsidy > 100) nSubsidy = 100;
if (nSubsidy < 20) nSubsidy = 20;
} else { // CPU mining calc
nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
if (nSubsidy > 500) nSubsidy = 500;
if (nSubsidy < 200) nSubsidy = 200;
}
}
4  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][TUX] Tuxcoin | X11 | DGW | Block reward based on Moores Law on: December 31, 2014, 08:50:51 AM

      Latest Clients: 1.0 - see Downloads section below.

      Specifications:
      • Release date: 31 December 2014 / No premine
      • X11 hashing algorithm: 11 rounds of scientific hashing functions (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo)
      • Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)
      • CPU/GPU mining
      • Difficulty Retargets using Dark Gravity Wave
      • 9% decrease in the number of coins generated per year
      • Est. ~18M Max Coins


        • Pools & Exchanges:




        Software development donations: TX8bp7wvpp9aEYw2jFvHkQNbCHWgYE2HVd
        [/list][/list][/list]
        5  Economy / Economics / I SAW 21000 BTC SELL WALL TODAYT on: October 07, 2014, 04:45:08 AM
        there is was 21k btc sell wall at 300 usd
        it was eaten all of it
        completely gone the sell wall non of it left. it was at 300 usd
        now its is all gone and the price is higher. so it means the guy that sold it is sad. why did he sell in the first place how is he going to buy back 21k btc now . if i had 21k btc i would have treated tehm better than he did. life is not fair.
        i want to mkae 21k btc and treat them bttr give me them
        6  Alternate cryptocurrencies / Altcoin Discussion / Utclover Altcoin Technical Analysis Thread on: September 16, 2014, 11:38:05 PM
        In this thread i will be doing technical analysis of altcoins.
        Please don't think that i am right.
        anything written in this thread is pure speculation and guessing and should not be treated as fact.
        i don't use proper grammar or punctuation so that alone should tell you to do your own research before buying and selling a coin.
        any advice or recommendations or anything i say to you should be treated as if a 3 year old is talking to you you should not listen blindly to me and you should do your own research before buying and selling a coin.
        don't put me responsible for your gains or losses.
        7  Economy / Speculation / Explanation to how bitcoin is a ponzi scheme on: August 20, 2014, 08:52:28 AM
        Something I realized today:
        What makes bitcoin any different from a ponzi games that we see in the gambling section?
        In those games, you send your coins to someone and he holds it until someone else sends coins and then pays you, in the end no one sends him coins so payouts stop and the last guys who have coins in it don't get a payout.
        How is bitcoin any different? You bought coins, someone buys them from you waiting for someone else to buy them and keeps going like that until no one buys them, or less people buy them so they end up losing their money.

        Bitcoin is a decentralized ponzi scheme with no central authority. You f*** over each other by selling "bitcoins" to someone else who hopes someone else buys them from him.

        You know I'm right.

        Disclamer: I am not holding bitcoins any more.
        I am taking my money and leaving while I'm up.
        Good luck.
        8  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] SaltX | PoS | The Premier Anonymous Currency | X13 | No premine, No IPO on: July 29, 2014, 02:01:43 AM


        SaltX is a pure Proof of Stake peer-to-peer version of electronic cash with transaction anonymity using SaltXShaker+.
        SaltX is the premier anonymous currency.


        Launch Date:
        • TBA

        No premine. No IPO

        Specifications
        • Block time: 1 minute
        • Difficulty retarget: every block
        • Nominal stake interest: 1% annually
        • Min transaction fee: 0.0001 SALT
        • Fees are paid to miners
        • Confirmations: 10, maturity: 500
        • Min stake age: 8 hours, no max age
        • P2P port: TBA, RPC port: TBA

        Proof of work spec
        • Algo: x13
        • Block reward: 1337 SALT, no halving
        • Max height: 5000 (after this network will not accept PoW)

        Downloads

        • Linux: coming soon
        • Windows: coming soon
        • Source code: at launch

        Features
        • SaltXShaker+ transaction mixing
        9  Other / Beginners & Help / Make every btc 1000 btc on: July 11, 2014, 11:30:18 AM
        Turn every btc into 1000 btc Smiley
        people will see btc is $1 and they will buy it to $1000 again.
        who are the devs??
        can i ask them?  Smiley

        people think btc is very high because they can't buy a full one with pocket money.
        but if they can buy a full btc with pocket money they will buy alot.
        also it will make me happy. thanks.  Smiley
        10  Alternate cryptocurrencies / Altcoin Discussion / Stop making scamcoins FFS on: June 16, 2014, 10:44:38 AM
        Every day there is like 5 new scamcoins.

        Don't invest in them so they stop making them.
        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!