Please forgive if this is a silly question, but I complied eth, executed it and it's not doing much. I strace()'d it and it does nanosleep():
nanosleep({0, 100000000}, NULL) = 0
Does ./eth need to connect up to another public existing node? Do public nodes exist? How to bootstrap it?