syntax - "vectors=on" or just "vectors"?
I made the options parser very lenient on syntax. Take your pick of any of the following:
VECTORS=on
VECTORS=true
VECTORS=yes
VECTORS=t
VECTORS=y
VECTORS
VeCtORs=TRuE
...anything else will disable it. Same goes for BFI_INT.
Any way to track the source (git/svn)?
There's SVN
here, but we might occasionally commit untested and horribly broken things there, so use it at your own risk.
Also, quick feature request. Could you add a feature similar to poclbm --rate 30. So rather than displaying a screen progress, every 30 seconds it timestamps a progress message. That way I can do phoenix.py > logfile and get something sensible.
I like the idea; how about if we added an option to log to a file directly from Phoenix? (And logging to - disables console output and logs directly to stdout instead.)
Something like: phoenix.py -l mining.log
Not sure what the best way to specify the rate is, though.