aMule Forum

English => aMule Help => Topic started by: vrinek502 on July 29, 2004, 02:31:05 PM

Title: + eMule-0.43b
Post by: vrinek502 on July 29, 2004, 02:31:05 PM
The big question is:
Do i get the credits from both mules in common or seperatly? ?(

The side questions are:
What changes do u propose at my configuration?
Where can i find aMule for win precompiled?
I fi switch from emule to amule in win do i get my credits reset?
Title: Re: + eMule-0.43b
Post by: Jacobo221 on July 29, 2004, 03:41:21 PM
as ytou already thought, the difference in the speed betwen aMule ane eMule is probably due to the credits (much more has been uploaded on eMule as you said).
Yopu can take the credits files form eMule (backup aMule's just in case) by copying cryptkey.dat, clients.met, preferences.dat (look at http://forum.amule.org/thread.php?threadid=1604&sid=&hilight=cryptkey+dat+clients+met ) into ~/.aMule diurectory.
aMule for windows is NOT working properly yet. so please don't use it, or not as a principle ed2k client, since it's buggy and under development yet. Ask the polish for a binnary since he posted one once (look at the win32 forums).
IF youy switch from eMule to aMule in win, you son't get ytour credits resetm but you'll have to move them to the aMule directory if you want your eMule credits to be used by aMule on win32.
I hope that all helped ;)
Greetings!
Title: Re: + eMule-0.43b
Post by: stefanero on July 29, 2004, 03:54:01 PM
hey

but I would recommend you to use 2.0.0rc5 instead of 1.2.8
then you can fully import everything from eMule since 1.2.8 does not support secureIdent like rc5 does

and if you sometime switch to 2 you would loose your credits again ....
also the 2... version is just an rc because of Mac OS not because of Linux
so you can savely use it, only thing you need is Cryptopp but that is quickly installed

stefanero
Title: Re: + eMule-0.43b
Post by: Jacobo221 on July 29, 2004, 04:04:52 PM
AH! sure, sorrty I forgot you were using 1.x branch :(((
(that's GOd I said "backup yopur aMule credits hehehe)
Again, sorry. I should read more carefully :-S
Greetings!
Title: Re: + eMule-0.43b
Post by: vrinek502 on July 29, 2004, 05:22:58 PM
i only resently (some couple of hours) switched from rc5 to 1.2.8 to see if there are any changes
i will try copying the files from emule when i reboot in linux

thx 4 the help
Title: Re: + eMule-0.43b
Post by: stefanero on July 29, 2004, 05:27:35 PM
you switched from
rc5 --> 1.2.8 ??

tahts llike 5steps backwards ;)
Title: Re: + eMule-0.43b
Post by: vrinek502 on July 29, 2004, 05:27:42 PM
can i link the emule files u mentioned (which are in a fat32 partition) at the location of the amule ones (ext3 partition) with symlinks?
this is only because i dual boot a LOT
Title: Re: + eMule-0.43b
Post by: stefanero on July 29, 2004, 05:28:24 PM
nope

this was a feature request a while ago and it still does not work, sorry...
Title: Re: + eMule-0.43b
Post by: vrinek502 on July 29, 2004, 05:45:40 PM
I will try automating it with a login/logout script
(im not good at this i might need help)
at login from eMule -> aMule
Code: [Select]
#!/bin/bash

cp path_to_Amule/clients.met ~/backup_mule/clients.met.a
cp path_to_Amule/preferances.dat ~/backup_mule/preferences.dat.a
cp path_to_Amule/cryptkey.dat ~/backup_mule/cryptkey.dat.a

cp path_to_Emule/clients.met path_to_Amule/clients.met
cp path_to_Emule/preferances.dat path_to_Amule/preferances.dat
cp path_to_Emule/cryptkey.dat path_to_Amule/cryptkey.dat
at logout from aMule -> eMule
Code: [Select]
#!/bin/bash

cp path_to_Emule/clients.met ~/backup_mule/clients.met.e
cp path_to_Emule/preferances.dat ~/backup_mule/preferences.dat.e
cp path_to_Emule/cryptkey.dat ~/backup_mule/cryptkey.dat.e

cp path_to_Amule/clients.met path_to_Emule/clients.met
cp path_to_Amule/preferances.dat path_to_Emule/preferances.dat
cp path_to_Amule/cryptkey.dat path_to_Emule/cryptkey.dat
Title: Re: + eMule-0.43b
Post by: stefanero on July 29, 2004, 06:12:53 PM
looking good here ;)
Title: Re: + eMule-0.43b
Post by: Jacobo221 on July 29, 2004, 10:18:44 PM
hmmm. just backup the aMule and eMule clients once and forget about backing them up everytime.
if you do what you're doing right now you'll loose the first backups on next app switch.
There's no need to back them up everytime since once you are in eMule, if the credits got corrupted, you have a backup at aMule's dir ;-)
Greetigns!
Title: Re: + eMule-0.43b
Post by: vrinek502 on July 30, 2004, 03:11:16 PM
i copied the files from e -> a (after i switched to rc5) but the up/download total is still the same
how do i know if i got the credits?

NOTE: i copied the files in ~/.aMule/
Title: Re: + eMule-0.43b
Post by: stefanero on July 30, 2004, 03:26:16 PM
hey

you cannot see your own credits...
but you should see teh message
"1000 clients are now" or something alike when you start your amule
this message should be teh same as in eMule or about the same number....
and if this file worked I guess cryptkey.dat and the other worked aswell

stefanero
Title: Re: + eMule-0.43b
Post by: vrinek502 on July 30, 2004, 05:17:39 PM
im not 100% sure if it worked but the download speed is really boosted up 8)
thx 4 the help

EDIT: i got "3491 clients are known"
is it good?
Title: Re: + eMule-0.43b
Post by: Jacobo221 on July 30, 2004, 05:44:32 PM
well, it means you have credits on 3491 ppl, and so, _at least_ 3491 ppl have uploaded to you in the last 150 days :-)
ye, it's good enough hehe
Greetings!
Title: Re: + eMule-0.43b
Post by: stefanero on July 30, 2004, 07:52:38 PM
well and that you have the message
"3491 clients are known"

means taht your copy and paste worked ;)

so have fun ;) with good credits this time :)

stefanero