I'm trying this on a headless debian box. What command would I use to start mining with just yacoind instead of yacoin-qt?
Something like:
yacoind -gen -genproclimit=-1 -daemon
Where -daemon makes it run as a daemon (duh!). You can then call "yacoind getmininginfo" and so on to check on the status :-)
I get this error:
************************
EXCEPTION: St13runtime_error
CDB() : can't open database file blkindex.dat, error 22
yacoin in AppInit()
terminate called after throwing an instance of 'std::runtime_error'
what(): CDB() : can't open database file blkindex.dat, error 22