Bitcoin Forum
May 06, 2024, 02:06:40 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 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
441  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 04:09:49 PM
cypherdoc,

Open Terminal and type:

Code:
cd /bin/
Code:
sudo nano mybtc

Once new window opens, copy and paste the following:

Code:
cd /Applications/
Bitcoin.app/contents/macos/bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99 -addnode=184.106.111.41 -addnode=91.85.220.84 -addnode=173.224.125.222 -addnode=86.5.50.90 &&

then press ctrl+x and when prompted if you want to save choose yes

Next:

Code:
sudo chmod +x mybtc

Then close the terminal. Open it again and type

Code:
mybtc


This is not the most elegant way to achieve what you trying to do, but I hope this will serve as a temporary measure. Someone more knowledgeable in OS X should be along soon. There should be a way to specify switches when you click on the Bitcoin icon in dock or start it from Applications.

Let me know how it goes
442  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 03:32:07 PM
Sorry cypherdoc, I don't understand your question. What are you trying to achieve?
443  Other / Archival / Re: Pictures of your mining rigs! on: May 27, 2011, 03:03:39 PM
molecular how long it's been running like that?
444  Bitcoin / Bitcoin Technical Support / Re: Strange 3 x 5850 Problem on: May 27, 2011, 01:03:24 PM
try different switches

also lower your memory clock and raise your core clock
5850s should be doing over 350Mh/s

https://en.bitcoin.it/wiki/Mining_hardware_comparison
445  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 03:43:43 AM
Glad to help.
Thank you for the coin
446  Bitcoin / Bitcoin Discussion / Re: Difficulty Forecast: Block 129024 on: May 27, 2011, 03:24:18 AM
I bet on 700000-800000
447  Bitcoin / Bitcoin Technical Support / Re: LOTS of connection problems for everyone! on: May 27, 2011, 03:09:14 AM
On Tor network you won't have as many connections as on the normal Internet because there simply aren't that many peers
448  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:54:39 AM
No problem. Once it connects to few more peers it should remember them and in the future you should be able to connect to the network just by clicking on the bitcoin icon

edit: you should still look into how to open/forward port 8333
449  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:49:37 AM
You should deselect that, close the client and then:

Code:
cd /Applications/

Code:
Bitcoin.app/contents/macos/bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99 -addnode=184.106.111.41 -addnode=91.85.220.84 -addnode=173.224.125.222 -addnode=86.5.50.90


edit: the "Proxy IP 127.0.0.1 Port:8333" option is there if you want to run it via Tor or other networks that utilize localhost
450  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:42:50 AM
Well it depend how you connect to the internet. If you connect to a router and then router lets you connect to the exchange(that's a typical home setup) then in order to allow better connectivity with the network you could log into your router and open/forward port 8333 to your specific IP address.

I'm not sure about the mac client, but windows client has a UPnP feature which automates this process. Try looking under "Preferences". You should tick a box that says "Map ports using UPnP" or something similar

Then restart the client
451  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:37:02 AM
Are you behind a router? If so, can you open and forward port 8333 onto your computer?

edit: also if you leave it for a while and it has at least one connection it should find other peers
452  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:30:29 AM
Sorry my mistake. It probably didn't run because of faulty syntax.

Close your client.

Try:
Code:
cd /Applications/

and then:

Code:
Bitcoin.app/contents/macos/bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99 -addnode=184.106.111.41 -addnode=91.85.220.84 -addnode=173.224.125.222 -addnode=86.5.50.90

Let me know what happens.
It should start downloading the blockchain and you should see that number increasing.
453  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:25:16 AM
If you're not sure, copy and paste into terminal:

Code:
sudo /usr/libexec/locate.updatedb
this may take a few minutes

and then:
Code:
locate Bitcoin

Please post the output of the second command
454  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:20:01 AM
You bitcoin client is in a different location. Can you tell me where you put your Bitcoin.app?
You don't need xcode
455  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:17:33 AM
Open up terminal and copy and paste:

Code:
/Applications/Bitcoin.app/contents/macos/bitcoin -addnode=69.164.218.197 -addnode=64.22.103.150 -addnode=173.242.112.53 -addnode=178.79.147.99
456  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Mac Having Problems - Please Help! on: May 27, 2011, 02:10:54 AM
bitcoinfrenzy,

The reason why your balance isn't showing up is because you don't have the full blockchain(current number at the time of writing is 127078). Try connecting to fallback nodes and once blockchain is up to date I'm sure you'll see the coins

https://en.bitcoin.it/wiki/Fallback_Nodes
457  Bitcoin / Bitcoin Discussion / Re: I think bitcoin is a great idea but my friend doesn't on: May 27, 2011, 02:06:58 AM
and moves this thread
458  Bitcoin / Bitcoin Discussion / Re: When and how did you find out about Bitcoin? on: May 27, 2011, 01:57:18 AM
I learned about it when I was looking for a way to donate to Julian and Wikileaks.
459  Bitcoin / Bitcoin Technical Support / Re: PCIe x1 bandwidth ok? on: May 27, 2011, 01:05:56 AM
For mining all you need is processing power - not bandwidth. x1 is sufficient.
460  Other / Archival / Re: Pictures of your mining rigs! on: May 26, 2011, 10:37:20 PM
intel dual core@3,16 GHz
Ati 5850 from Sapphire



Uploaded with ImageShack.us

Assuming USB stick is your operating system, where is it getting network connectivity from?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!