Setting up BitTornado on OSX |
![]() |
Setting up BitTornado on OSX |
|
redcell
InsanelyMac Protégé
|
![]() |
Mar 16 2007, 03:43 AM Post #1
|
![]() ![]()
|
Install Python:
Download the MacPython 2.5 Universal binary (17.9 MB). Install wxPython: Download the wxPython 2.5 Universal binary (32.7 MB) Install Bittornado: Download the BitTornado 0.3.18 file (268 KB). Double-click the "BitTornado-0.3.18.zip" file to create the "BitTornado-CVS" folder. Move the BitTornado-CVS to your Applications folder Go to your Applications -> Utilities folder and open Terminal. Type the following commands: CODE cd /Applications/BitTornado-CVS (press Enter) sudo python setup.py install (press Enter) (give your password and then press Enter) Install pycrypto: Download pycrypto extract it, and go with Terminal to the folder where you extracted it. so if it's in your Applications folder: CODE cd /Applications/pycrypto-2.0.1 (press Enter) sudo python setup.py install (press Enter) (give your password and then press Enter) go to the folder Applications/MacPython 2.5 and start the program: Build Applet open the file btdownloadgui.py (from the folder BitTornado-CVS) with it and convert it into a app and save it with a name of your choise. the app can be placed anywhere on your HDD. open Terminal and type: CODE sudo nano ~/.BitTornado/config.gui.ini and type your password. then edit the line: "crypto_allowed = 0" and change it to "crypto_allowed = 1" then exit and save. now when you download a torrent, and it ask with what file you want to open it, point to where you have the app This post has been edited by redcell: Mar 16 2007, 03:50 AM |
|
Alessandro17
InsanelyMacaholic
|
![]() |
Mar 16 2007, 04:14 AM Post #2
|
![]()
|
Thanks for the tutorial, I'll try later.
I wish somebody could make an installer. |
|
FavleX
FavleX
|
![]() |
Mar 16 2007, 11:36 AM Post #3
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
thanks lot for good guide..a question: could you list the pro and cons of bittornado client versus other client as Xtorrent , trasmission and others..
Tnx again. |
|
mykell9999
InsanelyMac Protégé
|
![]() |
Mar 16 2007, 01:44 PM Post #4
|
|
running install
running build running build_py creating build creating build/lib.macosx-10.3-fat-2.5 creating build/lib.macosx-10.3-fat-2.5/Crypto copying ./__init__.py -> build/lib.macosx-10.3-fat-2.5/Crypto copying ./test.py -> build/lib.macosx-10.3-fat-2.5/Crypto creating build/lib.macosx-10.3-fat-2.5/Crypto/Hash copying ./Hash/__init__.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Hash copying ./Hash/HMAC.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Hash copying ./Hash/MD5.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Hash copying ./Hash/SHA.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Hash creating build/lib.macosx-10.3-fat-2.5/Crypto/Cipher copying ./Cipher/__init__.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Cipher creating build/lib.macosx-10.3-fat-2.5/Crypto/Util copying ./Util/__init__.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Util copying ./Util/number.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Util copying ./Util/randpool.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Util copying ./Util/RFC1751.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Util copying ./Util/test.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Util creating build/lib.macosx-10.3-fat-2.5/Crypto/Protocol copying ./Protocol/__init__.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Protocol copying ./Protocol/AllOrNothing.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Protocol copying ./Protocol/Chaffing.py -> build/lib.macosx-10.3-fat-2.5/Crypto/Protocol creating build/lib.macosx-10.3-fat-2.5/Crypto/PublicKey copying ./PublicKey/__init__.py -> build/lib.macosx-10.3-fat-2.5/Crypto/PublicKey copying ./PublicKey/DSA.py -> build/lib.macosx-10.3-fat-2.5/Crypto/PublicKey copying ./PublicKey/ElGamal.py -> build/lib.macosx-10.3-fat-2.5/Crypto/PublicKey copying ./PublicKey/pubkey.py -> build/lib.macosx-10.3-fat-2.5/Crypto/PublicKey copying ./PublicKey/qNEW.py -> build/lib.macosx-10.3-fat-2.5/Crypto/PublicKey copying ./PublicKey/RSA.py -> build/lib.macosx-10.3-fat-2.5/Crypto/PublicKey running build_ext building 'Crypto.Hash.MD2' extension creating build/temp.macosx-10.3-fat-2.5 creating build/temp.macosx-10.3-fat-2.5/src gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Isrc/ -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c src/MD2.c -o build/temp.macosx-10.3-fat-2.5/src/MD2.o unable to execute gcc: No such file or directory error: command 'gcc' failed with exit status 1 osx86:/Applications/pycrypto-2.0.1 mykell$ md gcc md: file = "gcc" open: No such file or directory osx86:/Applications/pycrypto-2.0.1 mykell$ mkdir gcc osx86:/Applications/pycrypto-2.0.1 mykell$ python setup.py install running install running build running build_py running build_ext building 'Crypto.Hash.MD2' extension gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Isrc/ -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c src/MD2.c -o build/temp.macosx-10.3-fat-2.5/src/MD2.o unable to execute gcc: No such file or directory error: command 'gcc' failed with exit status 1 something wrong with pycrypto |
|
|
The Baron
InsanelyMac Legend
|
![]() |
Mar 16 2007, 02:13 PM Post #5
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
[b]running install running build running build_py creating build creating build/lib.macosx-10.3-fat-2.5 creating build/lib.macosx-10.3-fat-2.5/Crypto copying ./__init__.py -> build/lib.macosx-10.3-fat-2.5/Crypto copying ./test.py -> build/lib.macosx-10.3-fat-2.5/Crypto creating build/lib.macosx-10.3-fat-2.5/Crypto/Hash etc... Have you got xcode installed? |
|
redcell
InsanelyMac Protégé
|
![]() |
Mar 16 2007, 08:47 PM Post #6
|
![]() ![]()
|
thanks lot for good guide..a question: could you list the pro and cons of bittornado client versus other client as Xtorrent , trasmission and others.. Tnx again. BitTornado is one of the view torrent clients for osx wich supports encryption, xtorrent and transmission don't support encryption. most torrent clients don't support it, utorrent on windows does support it, that's what makes it faster, because lot's of providers use traffic shaping for torrent traffic, with having encryption, you can bypass the traffic shaping of such providers, wich translates to torrents downloading faster. http://en.wikipedia.org/wiki/Comparison_of...orrent_software |
|
mykell9999
InsanelyMac Protégé
|
![]() |
Mar 17 2007, 01:08 AM Post #7
|
|
baron i think i have xcode installed. how do i check if i have xcode? it's been 4 to 5 months since i installed osx and i can't remember exactly if i installed xcode or not.
|
|
asap18
O RLY?
|
![]() |
Mar 17 2007, 01:27 AM Post #8
|
![]()
|
mykell9999
it should be under /Developer/Applications/ |
|
FavleX
FavleX
|
![]() |
Mar 18 2007, 07:30 AM Post #9
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
BitTornado is one of the view torrent clients for osx wich supports encryption, xtorrent and transmission don't support encryption. most torrent clients don't support it, utorrent on windows does support it, that's what makes it faster, because lot's of providers use traffic shaping for torrent traffic, with having encryption, you can bypass the traffic shaping of such providers, wich translates to torrents downloading faster. http://en.wikipedia.org/wiki/Comparison_of...orrent_software ..WoW!! I'll keep in mind. |
|
FavleX
FavleX
|
![]() |
Mar 19 2007, 08:37 AM Post #10
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
...the compilation is went well but I'm not ale to find the file
CODE ~/.BitTornado/config.gui.ini for editing it..?Where's I' m wrong?EDIT: I mean if I edit that file I have a file empty with no lne to modify , even if I use to sostitute ..BitTornado with the name that I've used to rename the application.. This post has been edited by favalessa: Mar 19 2007, 08:42 AM |
|
FavleX
FavleX
|
![]() |
Mar 19 2007, 11:54 AM Post #11
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
OK! it was correctly installed so , I was able to choose the option about encryption in the GUI.
a question:How I can be able to know if I'm using an encryption downloading or not? Good app. |
|
Zulu.Walker
InsanelyMac Sage
|
![]() |
Mar 19 2007, 04:02 PM Post #12
|
![]() ![]() ![]() ![]()
|
Installation instructions work without a hitch, but Bittornado text within the preferences pane and other icons are obviously not showing correctly; downloading works but I haven't noticed any speed differences, gonna watch it for a while and see if this is faster than Azureus. I'm liking the small memory footprint. Thanks for the instructions!
Wierdness in Bittornado Preferences Pane:
Picture_34.png ( 81.84K )
Number of downloads: 22EDIT: I can't seem to load multiple instances of the app, is this supposed to run only a single torrent per app? This post has been edited by Zulu.Walker: Mar 19 2007, 04:05 PM |
|
asap18
O RLY?
|
![]() |
Mar 19 2007, 10:23 PM Post #13
|
![]()
|
Yes, it is, that is one of the reasons TheShadow is working on a new gui.
|
|
The Baron
InsanelyMac Legend
|
![]() |
Mar 21 2007, 10:54 PM Post #14
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
...the compilation is went well but I'm not ale to find the file CODE ~/.BitTornado/config.gui.ini for editing it..?Where's I' m wrong?EDIT: I mean if I edit that file I have a file empty with no lne to modify , even if I use to sostitute ..BitTornado with the name that I've used to rename the application.. Me too, followed redcell's instructions, had to install xcode. No config file anywhere. Any ideas? tia, The Baron |
|
erbic
I am the Mighty Finder.
|
![]() |
Mar 22 2007, 02:16 AM Post #15
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Run the BitTornado app you created with MacPython once, and it'll create the config.gui.ini file. You can then proceed to edit it from there.
Although I didn't actually need to edit that line; it already was set to 1. |
|
The Baron
InsanelyMac Legend
|
![]() |
Mar 22 2007, 04:29 PM Post #16
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Run the BitTornado app you created with MacPython once, and it'll create the config.gui.ini file. You can then proceed to edit it from there. Although I didn't actually need to edit that line; it already was set to 1. Cheers for that, you're right, it's there now. Thanks. |
|
longie13
InsanelyMac Protégé
|
![]() |
Apr 6 2007, 10:17 PM Post #17
|
|
Trying to install cyrpto but keeping get error Can anyone help?
creating build/temp.macosx-10.3-fat-2.5/src gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Isrc/ -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c src/MD2.c -o build/temp.macosx-10.3-fat-2.5/src/MD2.o unable to execute gcc: No such file or directory error: command 'gcc' failed with exit status 1 |
|
FavleX
FavleX
|
![]() |
Apr 15 2007, 07:49 AM Post #18
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Any news on GUI implementation and covering multiple torrents simltaneous??
|
|
redcell
InsanelyMac Protégé
|
![]() |
Apr 15 2007, 10:32 AM Post #19
|
![]() ![]()
|
if you copy the app and rename it, then you can start multiple instances of it.
so for example app1 app2 app3 etc... then you can start it 3 times |
|
FavleX
FavleX
|
![]() |
Apr 16 2007, 03:12 PM Post #20
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
yes , I know that , but not too much intuitive at least..
|
![]() |
|
Lo-Fi Version | Time is now: 22nd November 2009 - 08:31 AM |