Bitcoin Forum
May 28, 2024, 12:00:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 »
81  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SignatureCoin (SIGN) | ANONYMOUS | X11 | Free Signature Distributions! on: September 08, 2014, 11:31:51 AM
I has  kept the coins for one month. Throgh the price was always down
The price is going down due to the dumpers, it is a pity there is nothing anybody can do to stop them. it so sad  Sad Sad Sad
82  Alternate cryptocurrencies / Altcoin Discussion / Re: Mangocoinz on: September 08, 2014, 11:18:41 AM
Where is this mangocoin accepted, where is the link to bitcointalk announcement, who is the developer.
I guess this must have been a coin from the moon. Grin Grin Grin Grin

only market i can find
https://bitcointalk.org/index.php?topic=762060.0


O.K, i wish you goodluck then.
83  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RSU]█ ReserveShare █ NXT AE | FAIR distribution | First POR| UNIQUE Source on: September 08, 2014, 11:01:07 AM
I like the name and the concept of reserveshare coin, though i missed the distributions but i retain the sincerity that RSU is agood coin.
Any exchange yet?
84  Alternate cryptocurrencies / Announcements (Altcoins) / Re: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK � on: September 08, 2014, 10:56:39 AM



Rolling back to 7408. All vulnerabilities have been closed. Coin now has no flaws. I will post a detailed response on what happened, why it happened, and how it was so easy to do. Thanks to earlz for finding the mystery and MrData for his help with the rollback



   








This coin has a mystery...
It's not malicious...
It's not obvious...
Virtually insignificant...
But when found...
Will raise the due diligence standard


Third party pools. We take no responsibility for down time or lost shares. Contact Pool Operator for support

Please post your pool picture and link to be readded once you are updated to the rollback

                       

Pool operators will probably have to run the daemon with -disablesafemode for a while until there enough new good blocks to be a longer chain than the old one
Pool Operators: Your pool will be listed once you post a confirmation that you have updated


Code:
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
       int64 nSubsidy = 10 * COIN;

       std::string cseed_str = prevHash.ToString().substr(7,7);
       const char* cseed = cseed_str.c_str();
       long seed = hex2long(cseed);
       int rand = generateMTRandom(seed, 800);
       int rand1 = 0;
       int rand2 = 0;
       int rand3 = 0;
       int rand4 = 0;
       int rand5 = 0;
       int rand6 = 0;
       int rand7 = 0;

      
       if(nHeight < 80000)    
       {
               nSubsidy = rand * COIN;
       }



       else if(nHeight < 160000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand1 = generateMTRandom(seed, 400);
               if(rand1 < 1)
               nSubsidy = rand1 + 1 * COIN;
               else if(rand1 > 1)
               nSubsidy = rand1 * COIN;
       }
       else if(nHeight < 240000)      
       {
               cseed_str = prevHash.ToString().substr(6,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand2 = generateMTRandom(seed, 300);
               if(rand2 < 2)
               nSubsidy = rand2 + 2 * COIN;
               else if(rand2 > 2)
               nSubsidy = rand2 * COIN;
       }
       else if(nHeight < 320000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand3 = generateMTRandom(seed, 200);
               if(rand3 < 3)
               nSubsidy = rand3 + 3 * COIN;
               else if(rand3 > 3)
               nSubsidy = rand3 * COIN;
       }
       else if(nHeight < 400000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand4 = generateMTRandom(seed, 100);
               if(rand4 < 4)
               nSubsidy = rand4 + 4 * COIN;
               else if(rand4 > 4)
               nSubsidy = rand4 * COIN;
       }
       else if(nHeight < 480000)      
       {
               cseed_str = prevHash.ToString().substr(6,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand5 = generateMTRandom(seed, 50);
               if(rand5 < 5)
               nSubsidy = rand5 + 5 * COIN;
               else if(rand5 > 5)
               nSubsidy = rand5 * COIN;
       }
       else if(nHeight < 560000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand6 = generateMTRandom(seed, 25);
               if(rand6 < 6)
               nSubsidy = rand6 + 6 * COIN;
               else if(rand6 > 6)
               nSubsidy = rand6 * COIN;
       }
       else if(nHeight < 600000)      
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand1 = generateMTRandom(seed, 14);
               if(rand7 < 1)
               nSubsidy = rand7 + 7 * COIN;
               else if(rand7 > 7)
               nSubsidy = rand7 * COIN;
       }


        nSubsidy >>= (nHeight / 1000000);

   return nSubsidy;
}



Rolling back to 7408. All vulnerabilities have been closed. Coin now has no flaws. I will post a detailed response on what happened, why it happened, and how it was so easy to do. Thanks to earlz for finding the mystery and MrData for his help with the rollback



   


If this coin developer is good or cares about the coin that much all the images that is not showing would have been attended to since July.
I like the coin but the Dev? I .................................
85  Alternate cryptocurrencies / Altcoin Discussion / Re: Mangocoinz on: September 08, 2014, 10:51:25 AM
Where is this mangocoin accepted, where is the link to bitcointalk announcement, who is the developer.
I guess this must have been a coin from the moon. Grin Grin Grin Grin
86  Economy / Services / Re: Cryptcominer.com Sig Campaign - Earn up to 0.16 BTC / Daily Payouts on: September 08, 2014, 10:48:19 AM
This is one of the highly ranked signature program here, However is there any one with a payment proof before the negative ratings scares me.
87  Economy / Services / Re: [Jr. Member+ Signature Campaign] BitBiz.io - Crypto Business Forum on: September 08, 2014, 10:38:00 AM
BitBiz.io Username: Montello
BTC Address: 1PLRQiAg2HfA2XhXHHCPHN8g97PvrCTjPW
Current Post Count: 88
Thank you
88  Economy / Goods / Re: Selling Wire wrap rings and pendants on: September 02, 2014, 03:15:03 PM
Can you make me a wire wrap waist chain that will be about 33 inches long for my cousin in addition to the rings and pendants? But please be considerate with your price for its a wedding gift.Thanks,PM me the info.
89  Economy / Collectibles / Re: [WTS] Casascius 0.5 BTC Coins on: September 02, 2014, 03:09:48 PM
Pics as requested:







A very interesting offer but will the price include shipping. Because i reside in Canada.
90  Economy / Goods / Re: House for sale (Arkansas) 3906 sq feet 4bd/4full bath+2half bath. Lake front on: September 02, 2014, 03:06:36 PM
The house is beautiful and i love the landscape.Though i am based in Canada and can't relocate just yet but most definitely buzz you if i were to move to the United States.Best of luck,wish you have good offer for it.
91  Other / Beginners & Help / Re: Are you a Bitcoin "newbie"? I'll send you 5 FREE Bitcoin training videos!! on: September 02, 2014, 02:58:27 PM
Are you a Bitcoin "newbie"? I'll send you 5 FREE Bitcoin training videos!!

My name is Evander Smart, and I own Bitcoin, love Bitcoin, and can help you learn how and why Bitcoin works today.  Many people OWN Bitcoin, and still don't understand it!  So it's ok to not "get it" initially!  I was the same way about a year and a half ago.  But I fell in love with it right away, and as a former banker on Wall Street, I have been waiting for this alternative to paper money for many years.  Bitcoin is sometimes called "The Future of Money", and you can get to the future today!  The more you learn about Bitcoin, the more you'll love it & buy it.

I help people every day with free videos on Bitcoin, helping people learn how it works, and how Bitcoin helps people every day, all over the world!  If you want 5 FREE videos to begin to get a handle on how Bitcoin works in the real world, visit http://www.BitcoinOnlineTraining.com to get your FREE videos.  

I hope this helps you now, and in the future.BTC

Evander Smart Cool
http://www.BitcoinOnlineTraining.com

I am a newbie and would want copies of the videos sent via PM.Thanks in advance.
92  Other / Beginners & Help / Re: Video: Bitcoin explained and made simple | Animated explainers on: September 02, 2014, 02:54:06 PM
A very interesting video.Its such stuff that encourage people that bitcoin still has a future.Well done.
93  Bitcoin / Bitcoin Discussion / Re: Tracing the chain on: August 29, 2014, 09:24:03 AM
This would really be useful if developed but don't think there is anything like that for now to the best of my konwledge.
94  Bitcoin / Bitcoin Discussion / Re: I just had a great idea - print bitcoin denominations on: August 29, 2014, 09:18:17 AM
The idea is logical but i think it will go against the whole ideology of bitcoin on self management and reliability on a third party.
95  Bitcoin / Bitcoin Discussion / Re: Have You Heard of This Bitcoin Thing? on: August 29, 2014, 09:11:30 AM
Don’t go burning your cash or cutting up your credit cards anytime soon. While awareness of bitcoin and other virtual currencies is on the rise, Americans don’t seem in any hury to actually use them. The WSJ reports that a new survey, from the Conference of State Bank Supervisors and the Massachusetts Division of Banks, found that just over half of those surveyed knew of bitcoin and other currencies, yet just 3% had said they used it.

The CSBS survey was taken in May, and questioned 1,000 online consumers.

The WSJ offers up these survey findings:

Quote
…the findings aren’t surprising; men, for instance, were more likely (64%) than women (38%) to be aware of virtual currencies. Only a limited number said they’d buy or use them – 65% of the overall respondents said they were “unlikely” to ever use them. Younger respondents were more likely to have purchased bitcoins or other currencies, and Hispanics (30%) and African Americans (24%) were also more likely than whites (14%) to be willing to purchase virtual currencies.

While people in households where the income is over $100,000 were more likely to have heard of bitcoin (70%) than those in lower-income households (43%), they were less likely to say they’d purchase bitcoins (11%) than those in households with incomes of less than $100,000 (19%).

i love statistics
1000 consumers. lets say 500 male 500 females
so 650 people would not use bitcoin

500 males = 320 males knew of bitcoin 180 did not
500 females = 190 females knew of bitcoin 310 did not

meaning 510 total people did know of about bitcoin
meaning 490 total people did not know about bitcoin what so ever

so out of the 510 that did know about it 140 still would not use bitcoin. and 370 would use bitcoin

summary
37% of todays population  will in "FUTURE POSSIBLY" adopt bitcoin.. sounds good to me
now if everyone atleast knew about it rather than just half the population.. then the possible adoption would be over 70%

A very interesting analysis but lets just keep our fingers crossed.
96  Bitcoin / Bitcoin Discussion / Re: If/when your BTC wallet increases 10x in value on: August 29, 2014, 09:07:33 AM
In my own opinion the best advise would to convert to USD and then seek professional assistance on how to invest it.
97  Bitcoin / Bitcoin Discussion / Re: RIP Hal Finney on: August 29, 2014, 09:03:35 AM
Rest in Peace  Hal Finney
98  Economy / Economics / Re: Topics for a paper's university on: August 29, 2014, 08:57:35 AM
May be something like-''The Benefits and future of Investing in Bitcoin amongst Undergraduates''
99  Bitcoin / Project Development / Re: Invest bitcoins in real business on: August 29, 2014, 08:53:24 AM
This is an interesting idea but how certain is the viability in terms of returns.
100  Economy / Economics / Re: The FED is almost Dead. (Fed = Federal Reserve Inc., a privately owned cartel). on: August 29, 2014, 08:50:16 AM
If truly all this activities are going on within the various section of government it simply indicates the effect the btc community is having in the economy and the likelihood of it shaping the trend of exchange sooner than expected.
Pages: « 1 2 3 4 [5] 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!