Search found 7 matches

by showstoppre
Mon Feb 21, 2022 6:29 am
Forum: Windows OS
Topic: Run multiple instances of thin client
Replies: 1
Views: 19549

Run multiple instances of thin client

Sorry if this has been asked before. My search wasn't productive.

I'm able to run 2 daemons using -c config_dir.

Is it possible to run two instances of thin clients as well? Or is it possible to run two deluge instances in classic mode.

Thanks in advance

Edit - I'm using Deluge 1.3.15 on Win 10
by showstoppre
Sun Aug 08, 2021 12:25 pm
Forum: Windows OS
Topic: PEX(Send peer list) not working on random torrents
Replies: 0
Views: 50474

PEX(Send peer list) not working on random torrents

I have 9 Active torrents Seeding. All public torrents with PEX enabled. Using Deluge 1.3.15 in Windows. LT version 1.1.13 Of the 9 torrents, PEX works only on about 5 torrents and doesn't work on the other 4. The torrents chosen are random. Meaning, if I restart the client, I can get PEX to work on ...
by showstoppre
Sun Aug 08, 2021 11:20 am
Forum: Windows OS
Topic: Network interface binding
Replies: 6
Views: 29485

Re: Network interface binding

I have the interface field set to 10.*.*.* (I read somewhere that that's the right format). I disconnected from my VPN (which runs on 10.*.*.*) to see if traffic would stop, but when I look at Process Explorer, I see traffic on 192.168.*.* which is my physical adapter address (if not familiar with ...
by showstoppre
Thu Jul 01, 2021 1:08 pm
Forum: Windows OS
Topic: Bind Deluge to specific interface in 1.3.15 using lt_config
Replies: 3
Views: 25490

Re: Bind Deluge to specific interface in 1.3.15 using lt_config

Very important(also with strangelovian's PR) is to follow the libtorrent API docs, meaning the two interface binding options should on windows when using interface-names specifically be GUID, upper-cased and in curly braces, plus appended colon and port for the listen_interfaces. You get the GUID b...
by showstoppre
Thu Jul 01, 2021 8:45 am
Forum: Windows OS
Topic: Bind Deluge to specific interface in 1.3.15 using lt_config
Replies: 3
Views: 25490

Bind Deluge to specific interface in 1.3.15 using lt_config

I'm trying to bind my VPN NIC to Deluge. It looks like it can be done using 'listen_interfaces' through lt_config plugin. Currently I can bind an IP address this way. I wanna bind the entire interface as IP would be changing. I'm not sure what is the equivalent of "eth0" in Windows. Any he...
by showstoppre
Mon Apr 26, 2021 8:54 am
Forum: Windows OS
Topic: Autoadd peer using Execute plugin
Replies: 4
Views: 28398

Re: Autoadd peer using Execute plugin

Thanks for pointing me in right direction.

I've just picked up Python. Hopefully I'll write the script one day.
by showstoppre
Mon Apr 26, 2021 6:36 am
Forum: Windows OS
Topic: Autoadd peer using Execute plugin
Replies: 4
Views: 28398

Autoadd peer using Execute plugin

I'm pretty new to Deluge. Exploring features. I'm trying to automatically add a common peer across all torrents upon adding the torrent. I did some search and came across Execute plugin. I enabled Execute plugin, then restarted it and inputed the below command. Event: Torrent Added client.core.conne...