Bitcoin Forum
May 10, 2024, 07:38:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 [90] 91 92 93 94 »
1781  Bitcoin / Project Development / Re: GoldCarrot.com | Earn Bitcoins by completing offers/surveys on: June 15, 2011, 08:44:48 AM
You aren't hashing passwords! My god man, you dare use the lulzsec picture and you don't even understand the most basic security step to protect your users!?!?!
I'm so tight about security, I use hashing on my image names!
I'm being serious
Code:
$this->imghash = sha1(md5($api.$site).$cotent.md5($color));
Actual code pulled from my script Grin

Anyways, I personally never found any profit in doing surveys recently.
It's a good idea though.
1782  Other / Beginners & Help / Re: My first transaction on: June 15, 2011, 08:39:50 AM
Your username is interesting to me.
ASOT fan?
1783  Bitcoin / Project Development / Re: Auto BTC sending PHP script on: June 15, 2011, 08:30:24 AM
It loops over and over again until there is money then it sends it.
Oh, I wasn't thinking very long term usage.
I see how this script works now.

Good idea. Smiley
1784  Other / Beginners & Help / Re: Linux miners on: June 15, 2011, 08:28:23 AM
Unless you have roughly 250-500 Linux computers sitting around (even with 32core, yes I've tried it before...) mining with CPU isn't worth it.
Aside from that, could you post the errors you're getting?
1785  Other / Beginners & Help / Re: The best mining software?? on: June 15, 2011, 08:25:57 AM
and Phoenix?
You kind of asked a VERY general question.
You said nothing about what your hardware is.
Maybe some more details?
1786  Other / Beginners & Help / Re: The best mining software?? on: June 15, 2011, 08:11:45 AM
poclbm.exe
http://forum.bitcoin.org/?topic=3878.0
1787  Other / Beginners & Help / Re: FREE BitCoin ! Sign Up At BitCoin7.. on: June 15, 2011, 07:38:59 AM
Watch out for this group, been some fishy thoughts about this site;
http://forum.bitcoin.org/index.php?topic=17043.0
http://forum.bitcoin.org/index.php?topic=17192.0
1788  Bitcoin / Project Development / Re: Auto BTC sending PHP script on: June 15, 2011, 07:29:23 AM
Code:
<?php
while(1) {
$bitcoind_path '"%ProgramFiles(x86)%\Bitcoin\daemon\bitcoind"';
$sendtoaddress 'fdasfad';
$tax 0.0005;
$betamount 0.1;
$minimumbalance 0.0;
$strbalance =  exec($bitcoind_path.' getbalance');
$balance floatval($strbalance);
if($balance >= $betamount $tax && $balance - ($betamount $tax) > $minimumbalance) {
echo exec($bitcoind_path.' sendtoaddress '$sendtoaddress ' ' $betamount) . '\n';
echo 'sent!';
} else {
die();
}
}
?>

Changed your sleep() to die(). I can't see any point in retrying the loop if there isn't enough money.
1789  Other / Beginners & Help / Re: FREE BitCoin ! Sign Up At BitCoin7.. on: June 15, 2011, 07:24:00 AM

Looks like you only get paid if people use this.

Just checked out the source of the referral page; seems clean.
1790  Other / Beginners & Help / Re: crazy bitcoin client on: June 15, 2011, 07:18:57 AM
You can specify -datadir= to tell bitcoin to use a different data directory.
  - http://en.bitcoin.it/wiki/Running_Bitcoin
Would that work in a shorcut target field, like this >
"D:\Temporary\Dark Messiah of Might & Magic - Multiplayer\mm.exe" -novid
Yes.
1791  Other / Beginners & Help / Re: bitcoin time on: June 15, 2011, 06:32:37 AM
It's the first time I hear that it took so long.
Maybe you didn't have the transaction log downloaded yet.

Transaction log? It's called the blockchain.
Aww, don't be so mean to the fellow.

Anyways, transactions can take anywhere from 30seconds to 2 days.
Would greatly depend on how many connections you and your seller have.

I run on about an average of 25-50 connections.
1792  Other / Beginners & Help / Re: Windows 7 64-bit Minimal Services needed for dedicated miner. on: June 15, 2011, 02:20:22 AM
-Network (roughly 50mb/hour)
-GPU

Neat, I never really thought about the bandwidth cost of Bitcoin. Are there any resources you could point me to that shed a little more light on this information?

Had to split this in 2 images -.-


As soon as I took the first picture, the bandwidth went to 120kb/s for 5-10 seconds and then dropped to 1-2kb/s


The math in the first picture was based on the average of 12kb/s
1793  Other / Beginners & Help / Re: Can Anyone Send Me Any Fraction of a BTC? I Will Send It Back on: June 15, 2011, 01:37:26 AM
Thanks, so the program itself doesn't offer these features of trade?

I think thats dumb, anyway, does anyone mind sending me

0.00000001? or how low it goes, is the transaction instant?

Thanks for your generosity, i'll send it back.
The program offers a trading feature;
1794  Other / Beginners & Help / Re: Can Anyone Send Me Any Fraction of a BTC? I Will Send It Back on: June 15, 2011, 01:33:15 AM
and he wants to send you something, how do you make the trade safe?
You can use an escrow service like http://eptiv.com/ to be the middleman in transactions.

He probably has a zero balance, so that won't work.
I was quoting the part about him wondering how to make it safe.
1795  Other / Beginners & Help / Re: Can Anyone Send Me Any Fraction of a BTC? I Will Send It Back on: June 15, 2011, 01:24:11 AM
and he wants to send you something, how do you make the trade safe?
You can use an escrow service like http://eptiv.com/ to be the middleman in transactions.
1796  Other / Beginners & Help / Re: crazy bitcoin client on: June 15, 2011, 01:19:37 AM
The site acts as the program, you can receive and trade coins without needing a program.
I personally may start using this site for receiving money and once I get enough I'll just move it to my wallet (the bitcoin program).
As far as I can tell this site doesn't require you to use any program.

If you were to say run the bitcoin program once or twice to create the wallet.dat file; you could use the bellow method to secure your coins and then you could just remove the program later.
https://en.bitcoin.it/wiki/Securing_your_wallet#Making_a_secure_workspace

Also, how is it possible that you can't spend upwards of 50mb of space? Worst case, just run it off of a USB.
1797  Other / Beginners & Help / Re: crazy bitcoin client on: June 15, 2011, 12:41:01 AM
Any way to turn that off ?
And mining explains the CPU activity, but why the hell does the size of the files keep increasing and the speed decreasing ? It's like the frog that jumps half distance with each new jump, so it never reaches it's goal ! I saw on BitMarket.eu that the current block number is about 130.8 K, but I just can't get to that number !
Is that normal or am I doing something wrong ? And is there another program that can do the same thing (give and receive BTC) ?
https://www.mybitcoin.com/
The wallet program doesn't actually use much CPU (as far as I'm aware).
1798  Other / Beginners & Help / Re: crazy bitcoin client on: June 15, 2011, 12:28:42 AM
I believe it does some few block checking just in-case you randomly find a new block to get you some credits.
The dedicated miner program, such as guiminer uses 30.5mb.
1799  Other / Beginners & Help / Re: crazy bitcoin client on: June 15, 2011, 12:13:59 AM
I think what you're using is the wallet client.  Roll Eyes
Check out a mining program such as guiminer.
1800  Other / Meta / Re: forum is slow as owl snot in january... on: June 14, 2011, 10:24:07 PM
http://network-tools.com/default.asp?prog=express&host=forum.bitcoin.org

This will show that the server is sitting somewhere in rackspace who actually bought out theplanet a while back.
Code:
IP address: 174.143.149.98
Host name: forum.bitcoin.org
Alias:
forum.bitcoin.org
174.143.149.98 is from United States(US) in region North America

TraceRoute to 174.143.149.98 [forum.bitcoin.org]

Hop (ms) (ms) (ms)      IP Address Host name
1    1   0   0      8.9.232.73   xe-5-3-0.edge3.dallas1.level3.net 
2    1   0   1      4.69.145.204   ae-4-90.edge2.dallas3.level3.net 
3    2   2   2      4.59.36.50   rackspace-m.edge2.dallas3.level3.net 
4    2   2   2      98.129.84.181   vlan907.core7.dfw1.rackspace.net 
5    2   2   2      98.129.84.217    - 
6    2   2   2      174.143.149.98   forum.bitcoin.org 
Trace complete

Their NS are hosted from a finnish webhost (louhi.net redirects to louhi.fi).
Code:
Authority records
bitcoin.org NS dns2.louhi.net 3600s
bitcoin.org NS dns3.louhi.net 3600s
bitcoin.org NS dns1.louhi.net 3600s

Going down the list...you will see that they are a customer of Slicehost.
Code:
CustName:       Slicehost
Address:        9725 Datapoint
City:           San Antonio
StateProv:      TX
PostalCode:     78225
Country:        US
RegDate:        2009-09-10
Updated:        2011-03-19
Ref:            http://whois.arin.net/rest/customer/C02312276

Slicehost is a VPS provider that gets their servers from rackspace.
Code:
RNOCHandle: NETWO1456-ARIN
RNOCName:   Network Operations
RNOCPhone:  +1-210-312-4000
RNOCEmail:  noc@rackspace.com
RNOCRef:    http://whois.arin.net/rest/poc/NETWO1456-ARIN

Yeah, I'm a networking guy. I love my stuff. Cheesy
Pages: « 1 ... 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 [90] 91 92 93 94 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!