MGCamd and Gbox

Ghooler

Registered
Messages
46
Hello,

Has anyone tried connecting Mgcamd to a gbox server on ipbox 900?

If so, how should I configure it?

thanks
 

arken

Senior Member
Messages
293
Mgcamd like gbox client

I am using mgcamd with gbox. It is stable and reliable.

You should enter the following settings:
In /var/keys/mg_cfg:
Code:
# network mode, use summ for several clients
#    00 no network (default)
#    01 newcamd netclient
#    02 radegast netclient
#    04 camd3 netclient
#    08 gbox netclient
G: { 08 }

Change G to 08 to use gbox, or to 09 to use gbox and newcamd servers simultaneously .
Also you may need to change P: { XX } to 0 (gives high priority to gbox shares)
The other file to edit is /var/keys/peer.cfg, it is equivalent of cwshare.cfg on gbox. You may just cut&paste your cwshare.cfg content inside, or insert your D line here.
 
Last edited:
Top