Page 1 of 1

XD

Posted: Fri Dec 17, 2021 1:30 am
by Ignotum
I use a CLI client named XD that is available from GitHub. Very recommendable.

Re: XD

Posted: Sun Mar 13, 2022 4:36 pm
by x025
Thanks, looks pretty cool!

Re: XD

Posted: Fri May 06, 2022 6:17 pm
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

Re: XD

Posted: Tue May 17, 2022 4:41 pm
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.

Re: XD

Posted: Wed Jun 08, 2022 9:52 am
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