XD

Discussions about i2P enabled Bittorrent clients, experience reports and issues
Post Reply
User avatar
Ignotum
Posts: 4
Joined: Fri Dec 17, 2021 12:59 am
Location: Localhost

XD

Post by Ignotum »

I use a CLI client named XD that is available from GitHub. Very recommendable.
x025
Posts: 1
Joined: Sun Mar 13, 2022 4:23 pm

Re: XD

Post by x025 »

Thanks, looks pretty cool!
Randali
Posts: 2
Joined: Fri May 06, 2022 6:16 pm

Re: XD

Post by Randali »

Hi,

I am also using XD on a raspberry pi.
What is you performance and what are your settings?

The documentation is rather scarce.

Cheers
User avatar
Ignotum
Posts: 4
Joined: Fri Dec 17, 2021 12:59 am
Location: Localhost

Re: XD

Post by Ignotum »

Randali wrote: Fri May 06, 2022 6:17 pm Hi,

I am also using XD on a raspberry pi.
What is you performance and what are your settings?

The documentation is rather scarce.

Cheers
I am running XD v0.4.2 on OpenSUSE Tumbleweed and over a firewalled I2Pd router. The performance as in up/down rates is in my case pretty low as it hardly ever attains speeds above 50 Kb/s.


And here are my settings:

torrents.ini

Code: Select all

[storage]
rootdir=storage
metadata=storage/metadata
downloads=storage/downloads
completed=storage/seeding
workers=0
iop_buffer_size=0

[rpc]
enabled=1
bind=127.0.0.1:1776
host=127.0.0.1

[log]
level=info
pprof=0

[bittorrent]
pex=1
dht=0
swarms=1
tracker-config=trackers.ini
max-torrents=0

[gnutella]
enabled=0

[lokinet]
dns=127.3.2.1:53
disabled=1

[i2p]
address=127.0.0.1:7656
disabled=0

trackers.ini

Code: Select all

[thebland-opentracker]
url=http://s5ikrdyjwbcgxmqetxb3nyheizftms7euacuub2hic7defkh3xhq.b32.i2p/a

[skank-opentracker]
url=http://by7luzwhx733fhc5ug2o75dcaunblq2ztlshzd7qvptaoa73nqua.b32.i2p/a

[dg-opentracker]
url=http://w7tpbzncbcocrqtwwm3nezhnnsw4ozadvi2hmvzdhrqzfxfum7wa.b32.i2p/a

[chudo-opentracker]
url=http://swhb5i7wcjcohmus3gbt3w6du6pmvl3isdvxvepuhdxxkfbzao6q.b32.i2p/a

[r4sas-opentracker]
url=http://punzipidirfqspstvzpj6gb4tkuykqp6quurj6e23bgxcxhdoe7q.b32.i2p/a
I hope this was informative.
Randali
Posts: 2
Joined: Fri May 06, 2022 6:16 pm

Re: XD

Post by Randali »

Hi,

thanks for the info, much appreciated.

My XD performance was really bad (max 5kb/s).
I am currently using i2psnark-standalone without browser-startup on my raspi and access it via the web interface. It eats up quite some resources, but I get rates max. up to 150kb/s - 200kb/s.

I will try and see if I can improve XD performance with your info.

Cheers
Post Reply