Bitcoin Forum
May 04, 2024, 11:07:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 95 96 [97] 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 »
1921  Other / Beginners & Help / Re: Help with bitcoind on: July 27, 2011, 05:05:17 AM
Yes I have the latest version of LAMP running on it, basically ive got a little ubuntu box on a VPS I rent to use with my TS server. So its on a completely different network and we are trying to connect to it Sad

Make sure to go download the JSON-RPC class and have it on your webserver.  Your code should then look like:

Code:
require_once '(path from web root)/jsonRPCClient.php';
 
  $bitcoin = new jsonRPCClient('http://(user in bitcoin.conf):(pass in bitcoin.conf)@localhost:8332/');
 
  echo "<pre>\n";
  print_r($bitcoin->getinfo()); echo "\n";
  echo "Received: ".$bitcoin->getreceivedbylabel("Your Address")."\n";
  echo "</pre>"

Try that out.
1922  Other / Beginners & Help / Re: When Does Solo Mining Make Sense? on: July 27, 2011, 05:01:16 AM
The current difficulty is 1690906.20472

Putting 15gh/s into the old calculator shows an average of 5 days, 14 hours, 29 minutes to generate a block.
1923  Other / Beginners & Help / Re: Help with bitcoind on: July 27, 2011, 04:58:50 AM
Thats what I thought too, I have done that in the config file and set rpcallowip to rpcallowip=*.*.*.* to test it until it is up and running, however any connections I send to it just dont work.

Dont I need some kind of RPC script to interface with bitcoind? For example:

Code:
require_once 'jsonRPCClient.php';
 
  $bitcoin = new jsonRPCClient('http://user:password@127.0.0.1:8332/');
 
  echo "<pre>\n";
  print_r($bitcoin->getinfo()); echo "\n";
  echo "Received: ".$bitcoin->getreceivedbylabel("Your Address")."\n";
  echo "</pre>"

Which was found on: https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)

Or do I not need this?

To interface with bitcoind running on a different machine, you would need to use a script of some sort.  Do you have a webserver setup on the same server that bitcoind is running on?
1924  Other / Beginners & Help / Re: Help with bitcoind on: July 27, 2011, 04:52:43 AM
Look, I understand that pool mining would probably be more profitable. However this isn't really about making an extra $20 down the track, I would like to set it up basically for the hell of it, try it all out, play around with it etc. If anyone can help me where I'm stuck it'd be appreciated, however if you have come in just to say "Pool mining is more profitable" then please don't post because it isn't about that.

Checkout this wiki article.  You'll have to make changes to bitcoin.conf to allow it.

The two main things to look for:

You need to have this on so miners can connect
Code:
 # server=1 tells Bitcoin to accept JSON-RPC commands.
server=1

Make sure to have the correct IPs allowed to connect
Code:
 # By default, only RPC connections from localhost are allowed.  Specify
 # as many rpcallowip= settings as you like to allow connections from
 # other hosts (and you may use * as a wildcard character):
rpcallowip=10.1.1.34
rpcallowip=192.168.1.*

I think those are the only two things you'll really need to set to be able to connect (and make sure the IPs are correct for you and your friends).
1925  Other / Beginners & Help / Re: Help with bitcoind on: July 27, 2011, 03:44:51 AM
You're probably better off going with a pool.  Using the old calculator gives this for current difficulty with 7gh/s:

ProbabilityTime
Average12 days, 0 hours, 11 minutes
50%8 days, 7 hours, 45 minutes
95%35 days, 23 hours, 21 minutes
1926  Other / Beginners & Help / Re: Real power Watt usage (6950) on: July 27, 2011, 03:25:59 AM
At 380W usage for mining, I calculate 9.12 kWh per day.  And at 340 mh/s it's about 0.20 BTC per day currently.  Should be profitable.
1927  Other / Beginners & Help / Re: Help with bitcoind on: July 27, 2011, 03:23:16 AM
Before going into what I know about getting it setup...

What's the total hash rate that you guys have together?
1928  Other / Meta / Re: Should discussion of bitcoin-accepting sites be in "marketplace"? on: July 26, 2011, 10:02:06 AM
I think the main marketplace section is a good spot for it, it's logical.  Just have to get people to use that instead of Bitcoin Discussion.
1929  Other / Beginners & Help / Re: How long till I see my slush pool payout in my bitcoin wallet?? on: July 26, 2011, 08:05:03 AM
just wondering if you also changed your wallet address recently?

Guessing you didn't read my post(s).....

He doesn't have enough blocks downloaded to see the transaction, and that was probably the same issue he had the first time (before trying any fixes).
1930  Other / Meta / Re: OPs can specify local rules on: July 26, 2011, 07:50:42 AM
Thanks for the update on this... is this something that has been in place for a while?  Because if it has I didn't know about it before.

Hopefully people will actually see this and use it, leading to more on track discussions.
1931  Other / Beginners & Help / Re: Need 1-3 bitcoins through Paypal on: July 26, 2011, 07:40:43 AM
I will obviously go first and am quite desperate.

Just wondering, why so desperate for 1-3 bitcoins?
1932  Other / Beginners & Help / Re: How long till I see my slush pool payout in my bitcoin wallet?? on: July 26, 2011, 07:39:25 AM
still showing 0.00

 Sad

What is the block count showing in your bitcoin client?

105443

Look at what block number the transactions are in blockexplorer and then look back at the number your bitcoin client shows.  As long as your bitcoin client shows a smaller number, it doesn't know about the transactions yet.

Welcome to bitcoin!
1933  Other / Beginners & Help / Re: How long till I see my slush pool payout in my bitcoin wallet?? on: July 26, 2011, 07:33:18 AM
still showing 0.00

 Sad

What is the block count showing in your bitcoin client?
1934  Other / Beginners & Help / Re: Transaction Fees :::: What is a fair price? on: July 26, 2011, 07:30:30 AM
True. 0% is always desired.

The thing I don't get is, if you kept BTC in your local laptop offline and tried to pay out, it asks "0.0005 transactions fees". And there is no guarantee that BTCGuild will process it, so might end up in a pool that charges. So does a transaction cost by default for all trades at the moment?

Triple mining does 1% fees with weekly jackpots of 1.5 BTC. You can join my mini pool if you'd like, all the info is in m sig.

You should really quit spamming your pool so much, it's pretty annoying.

And to the OP:
What do you mean by transaction fees?  Pulling money out of a pool (that you've mined) or transaction fees on sending bitcoins?  The current discussion is pretty vague.
1935  Other / Beginners & Help / Re: Hardware for bitcoins almost ready. on: July 26, 2011, 03:26:48 AM
I would be interested in seeing a list of the graphics cards you have available.
1936  Economy / Goods / Re: [Concluded] Time sensitive information for highest interested miner. on: July 24, 2011, 12:43:33 PM
I know it sounds vague but I definitely wouldn't be doing this if it wasn't according to the etiquette of the board AND legal.You can place your best bets in your post.The highest bidder wins and is limited to 3:A.M. US EST.I will elaborate to only the highest bidder and no this is NOT a scam as I don't have any BTC so just trying this out to earn some,however the information is still 100% legit and worth it.

To highlight,the information could help you mine  faster.In order to show how legitimate it is I'm willing to mine FREE for a week for the highest bidder if it does not help them out and be banned in the process if necessary !!!!

To ensure that no one feels cheated in anyway I will use BTCrow for the transaction.

So his " mine FREE for a week" because the information did not help me has consisted of him pointing his card at my account for maybe an hour a day tops.

Here's the PM from him saying it might be intermittent:

Quote
Done,

The miner will be intermittent thoughout the week though as sometimes I don't keep electrical appliances on when I'm home
.


Not sure if I should throw something in the scammer section, just wanted people to know he doesn't keep his word.
1937  Other / Beginners & Help / Re: need a mobo for 4x5850s on: July 24, 2011, 09:03:32 AM
well seeing how amazon wont have those 5850s for awhile im starting to go with 3x 2gb sapphire cards. what do you guys think?

It's unlikely that you'll find any 5850s anytime soon, unless you buy them used.
1938  Other / CPU/GPU Bitcoin mining hardware / Re: Measured at the wall, what's your Watt/MHps on: July 22, 2011, 07:01:19 AM
Code:
Watts  Mhps    Watts/Mhps  Mhps/Watt
-----  ----    ----------  ---------
563    1135    0.496       2.016
800    1760    0.455       2.200
-----  ----    ----------  ---------

I'm curious of what those two setups are hardware wise.
1939  Bitcoin / Mining software (miners) / Re: howto: start mining software with CPU affinity (Win only) to avoid "core eating" on: July 22, 2011, 06:46:08 AM
You can also remove all the existing ATI software, and do a fresh "display driver only" install of the WHQL Catalyst 11.6 driver (which does include OpenCL despite it's name). This version does not have a CPU problem, and I have 2 miners running at 0-1% CPU.

Can you then apply the 11.6b hotfix to be able to use cards without dummy plugs/monitors plugged in?
1940  Bitcoin / Mining support / Re: 11.7 best download? on: July 22, 2011, 03:49:21 AM
Yeah, I did the unofficial overclock.  But when I run msi afterburner, it comes up with 0 mhz for gpu, 0 for memory.  When I move the slide to the right and click apply, it just goes back to 0 mhz and 0 speed for memory.

Just use Trixx to OC and afterburner to monitor, it's what seems to be the best.
Pages: « 1 ... 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 95 96 [97] 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!