On-line Blitz tourney June

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

On-line Blitz tourney June

Post by hgm »

The on-line engine blitz tourney for June will be held

Saturday June 18, 3pm EST (21:00 CET)

To connect, you can use:

winboard -zp -ics -icshost 80.100.28.169 -icshelper timeseal -fcp ENGINE.exe -fd ENGINEFOLDER -autoKibitz

(for an UCI engine, append -fUCI). If you insist on using Arena, be sure to test it the day before on this server; that it works on FICS or ICC is no guarantee hat it works on my ICS as well, as all these ICS are subtly different. In the past peopleusing Arena have had problems that their games would not start on command of the Tournament Manager, so the had to disconnect and restart by hand every game.
Sven
Posts: 4052
Joined: Thu May 15, 2008 9:57 pm
Location: Berlin, Germany
Full name: Sven Schüle

Re: On-line Blitz tourney June

Post by Sven »

-df ENGINEFOLDER
should probably read -fd ENGINEFOLDER, so you have successfully tested whether your announcement is being read :-)

Sven
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: On-line Blitz tourney June

Post by hgm »

Oops! :oops:

Thanks for correcting it!
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: On-line Blitz tourney June

Post by hgm »

Code: Select all

:Tourney Players: Round 7 of 7 
:
:     Name              Rating Score Perfrm Upset  Results 
:     ----------------- ------ ----- ------ ------ ------- 
:  1 -Naum              [2295]  6.0  [2168] [   0] +08w +03w -02w +04b +05b +06w +07b 
:  2 -Thinker           [2281]  6.0  [2141] [  14] +10w +07w +01b +05w =03b =04w +06b 
:  3 +Rookie            [1899]  5.0  [1945] [ 234] +11w -01b =04w +09b =02w +08w +10b 
:  4 +Nightmare         [1986]  4.5  [1955] [ 147] +09w =05w =03b -01w +07b =02b +12w 
:  5 +Pandix            [   0]  4.5  [2049] [6330] +06w =04b +07w -02b -01w +12w +08b 
:  6 -Goldbar           [1861]  3.0  [1672] [   0] -05b -09w +08b +10b +11w -01b -02w 
:  7 -Almere            [1800]  3.0  [1691] [   0] +12w -02b -05b +11w -04w +09b -01w 
:  8 -cuckoochess       [1676]  3.0  [1621] [   0] -01b +11w -06w +12b +10w -03b -05w 
:  9 +Spartacus         [1383]  3.0  [1590] [ 523] -04b +06b =10w -03w +12b -07w =11b
: 10 -Quadroxx          [1473]  2.5  [1537] [   0] -02b +12w =09b -06w -08b +11b -03w 
: 11 +microMax          [1326]  1.5  [1348] [  28] -03b -08b +12w -07b -06b -10w =09w 
: 12 +_BYE_             [   0]  0.0  [1217] [   0] -07b -10b -11b -08w -09w -05b -04b 
:
:     Average Rating    1798.0 
:
Michel
Posts: 2272
Joined: Mon Sep 29, 2008 1:50 am

Re: On-line Blitz tourney June

Post by Michel »

How does one register on this ICS?

I appied for an account following the instructions in

help register

but nothing happened.....
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: On-line Blitz tourney June

Post by hgm »

Ah, sorry, my fault. The registration is not automatic (the e-mail arrives on another machine than the one hosting the ICS), so I had to do it by hand. I remember seeing yor e-mail, but it must have slipped my mind actually doing it. (I was on holiday in Greece at the time.)

It should work now.
Michel
Posts: 2272
Joined: Mon Sep 29, 2008 1:50 am

Re: On-line Blitz tourney June

Post by Michel »

Thanks!
yoshiharu
Posts: 56
Joined: Sat Nov 11, 2006 11:14 pm

Re: On-line Blitz tourney June

Post by yoshiharu »

Hi HGM,

since you are in the mood of fixing things :-)
Have you thought of a solution to the problem I mentioned to you lately, of some internet provider blocking the port one should use to connect to your ICS?

Cheers, Mauro
Michel
Posts: 2272
Joined: Mon Sep 29, 2008 1:50 am

Re: On-line Blitz tourney June

Post by Michel »

Is there a git repository with the source code of Variant-ICS?

There are some useful commands on FICS and ICC that are apparently
not implemented on Variant-ICS (some of which icsdroneng uses).
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: On-line Blitz tourney June

Post by hgm »

The sources can be found in my on-line git repository at http://hgm.nubati.net/cgi-bin/gitweb.cgi , where I also keep the fairymax, xboard and polyglot sources. It is called capablanca.git there.

Note that the version there refuses to compile on Ubuntu 9.04 and later. Arun Persaud solved this for me, recently, so I could finally upgrade from my 8.04 (with all disastrous consequences upgrades normally give you, like suddenly non-working hardware...). But I did not push that patch (in a Perl script) yet to the repository.

I have not worked on the ICS for a long time. I also did not check out if there is an option to connect it to multiple ports. I guess it should be able to do this by port mapping, without the ICS even knowing, right? Just map external port 28 of my router to port 5000 of the machine on my LAN that runst the ICS, and it should work?