Bitcoin Forum
May 27, 2024, 02:57:21 AM *
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 10 11 12 13 14 [15]
281  Bitcoin / Mining speculation / Re: Estimated hashrate of the NSA? on: April 28, 2013, 10:06:20 PM
I'd imagine they would be pouring money into quantum computers rather than traditional devices.
282  Other / Beginners & Help / Re: What can I do with 1mBTC? on: April 28, 2013, 07:11:26 PM
I'm assuming you mean 0.001 BTC and not 1,000,000 BTC Roll Eyes In which case, you need to increase your mining work because with my laptop which has a Nvidia Graphics Card that gives it only 20mH an hour, it's gotten 0.0006 in less than a day. Which means, either you haven't been mining very long, or you need to increase what your mining with. I would recommend spending a few hundred dollars, and trying to get a ~250 mH graphics card system. It's not too good, but assuming you can do it for $300 (not to unreasonable), you will make $1.35/day at the current difficulty, and unless your electricity is ridiculously expensive like mine, you should be able to make your money back pretty quickly.

If you want to know what to do with what you currently have, leave it there and let it grow.
I stopped mining on this laptop cause I need it to last me two more years at the least.

That .001 btc is from free stuff. My mining efforts never hit the payout minimum for the pool I used so I guess I actually have .004 btc.

EDIT: I'm richer than I thought :O
283  Other / Beginners & Help / What can I do with 1mBTC? on: April 28, 2013, 06:57:05 PM
So I have a little over 1mBTC for all my efforts ever.
What can a fellow do with it?
284  Other / Beginners & Help / Re: What would it take to operate a blockchain-esque site for all the cryptocoins? on: April 23, 2013, 02:19:43 PM
Assuming you're just a node for each of them, what would it take in terms of bandwidth and memory requirements do you guys think?
Infinite. Because an infinite number of cryptocurrencies will be 'invented' - we get a new one every 2-3 days.  Wink
Hehe.
That would cost a lot. Oh well.
285  Other / Beginners & Help / What would it take to operate a blockchain-esque site for all the cryptocoins? on: April 23, 2013, 02:14:04 PM
Assuming you're just a node for each of them, what would it take in terms of bandwidth and memory requirements do you guys think?
286  Other / Beginners & Help / Re: CBitcoinAddress, Endianness, and Addresses. on: April 15, 2013, 07:21:40 PM
Thanks.
287  Other / Beginners & Help / CBitcoinAddress, Endianness, and Addresses. on: April 15, 2013, 05:39:07 PM
So I'm just messing around with the Satoshi client, and this
Code:
    CBitcoinAddress myAddr = CBitcoinAddress("19t98d9GwycvrUYos8cf9k7HSUXyMFyo2z");
    CKeyID myKey;
    myAddr.GetKeyID(myKey);
    fprintf(stdout,"Key1:%s\n",myKey.GetHex().c_str());
This outputs the correct RipeMD160 that I would expect, EXCEPT it's completely reversed to what blockchain.info gives me. I'm just wondering if I use this code
Code:
CTxDestination myDest = myAddr.Get();
...
CWalletTx myTx
pwalletMain->SendMoneyToDestination(myDest,100000,myTx,true);
Will that send the bitcoins to the correct address? Is endianness all taken care of by the client?
I just want to ask somebody else's opinion before I start using this so I don't lose my coins.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!