Monday 20 July 2009

What other settings i can put in C: line ?

Syntax : C: { caid:id:uphops, caid:id:uphops, ... }

In a cline we can have :
  • Instructions where to look for a server
  • Which port that server is using
  • Username to connect to that server
  • Password to connect to that server
  • If you like to recieve Emulator shares from keys (only if set to 1 if set to give emus on the f line from the server you are getting )
  • Limiting what to get from that particular server { caid:id:uphops, caid:id:uphops, ... }
Examples

A basic C line that most users will use :

Quote:
C: server.noip.com 12000 username password
A C line that is more appropriate if you do not want to recieve key Emulators:

Quote:
C: server.noip.com 12000 username password no
A C line that is more appropriate if you want to recieve key Emulators (Not highly recommended) :

Quote:
C: server.noip.com 12000 username password yes
A Cline that will limit to receive all shares that are only up to 2 hops away (Recommended):

Quote:
C: server.noip.com 12000 username password no {0:0:2}
A Cline that will get all shares but does not get a specific provider:

Quote:
C: server.noip.com 12000 username password no { 0:0:2, 093b:0 }
A Cline that will get all shares but does not get specific providers:

Quote:
C: server.noip.com 12000 username password no { 0:0:2, 100:3, 100:4, 100:5, 100:9, 100:A, 100:c }

No comments:

Post a Comment