You are not logged in.

#1 2005-01-10 21:44:02

kipper
Member
Registered: 2003-08-03
Posts: 49

BitTornado -0.3.9b

Lately I noticed that everytime I tried to connect to a tracker, my connections were being rejected. On a hunch,  I updated to 0.3.9b and all is good again.  Here is the pkgbuild for the latest version of bittornado.

pkgname=bittornado
pkgver=0.3.9b
pkgrel=1
pkgdesc="bittornado"
url="http://bittornado.com"
depends=('python' 'wxpython' 'wxgtk')
conflicts=('bittorrent')
source=(http://bittornado.com/download/BitTornado-$pkgver.tar.gz)
build()
{
        cd $startdir/src/BitTornado-CVS
        python setup.py build
        python setup.py install --root=$startdir/pkg
}

Offline

#2 2005-01-12 18:15:14

cmp
Member
Registered: 2005-01-03
Posts: 350

Re: BitTornado -0.3.9b

thanks, i was all the time wondering what happend to my torrents

Offline

#3 2005-01-12 18:51:50

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: BitTornado -0.3.9b

yeah, I keep a decently updated copy of bittornado in my repo (below).. the one in staging just kinda sits there 8)

Offline

#4 2005-01-13 19:05:10

kipper
Member
Registered: 2003-08-03
Posts: 49

Re: BitTornado -0.3.9b

phrakture, thanks for link to your repo.  I might just add to my list  smile

Offline

#5 2005-01-14 11:15:00

kumo
Member
From: VARESE - Italy
Registered: 2004-04-02
Posts: 49
Website

Re: BitTornado -0.3.9b

It seems that the update to python 2.4 has caused some problems with the bittorrent client because one of the url functions has changed...

Offline

#6 2005-03-05 19:44:59

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: BitTornado -0.3.9b

Thanks phrakture, trying this out right now... I had no idea that there were clients available for bittorrent other than azureus. I see that ABC also has source code available for linux, albeit alpha and not its most recent version. But I'm sick of using azureus, it just uses a ridiculous amount of memory..


I am a gated community.

Offline

#7 2005-07-10 08:13:01

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

Re: BitTornado -0.3.9b

Updated PKGBUILD to 0.3.12

pkgname=bittornado
pkgver=0.3.12
pkgrel=1
pkgdesc="bittornado"
url="http://bittornado.com"
depends=('python' 'wxpython' 'wxgtk')
conflicts=('bittorrent')
source=(http://bittornado.com/download/BitTornado-$pkgver.tar.gz)
md5sums=('c14574fb2ac98c9af53e921b52a4732e')

build()
{
        cd $startdir/src/BitTornado-CVS
        python setup.py build
        python setup.py install --root=$startdir/pkg
}

Offline

#8 2005-07-10 12:19:25

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: BitTornado -0.3.9b

Oy Phrak, the link to your repo on your page gives a 404...

Offline

#9 2005-07-11 02:27:30

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: BitTornado -0.3.9b

Gullible Jones wrote:

Oy Phrak, the link to your repo on your page gives a 404...

My repo's been down since I became a TU - plus the new bittorrent is better than bittornado, so I switched

Offline

#10 2005-07-11 07:10:17

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

Re: BitTornado -0.3.9b

yeah.. the new bt is better in that it can run multiple torrents
but i found it dl'ed slower and the interface was terrible..

i also couldnt find how to prioritise files.. i only wanted 1 out of ~167! so i pacman -R'ed bittorrent and updated the bittornado pkg

Offline

Board footer

Powered by FluxBB