Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [BETA RELEASED!]
by
elrock
on 07/07/2011, 23:40:54 UTC

Can you report back what you get if you run:
Code:
sqlite3 ~/.smartcoin/smartcoin.db ".schema profile"

I'm thinking that you don't have all of the schema updates....

Funny, the error messages seem to have disappeared, but just in case they decide to reappear, here's the output that you asked for:

Code:
CREATE TABLE profile (pk_profile integer primary key autoincrement, fk_machine int, name varchar(30),
auto_allow bool, down bool NOT NULL DEFAULT(0), failover_order int NOT NULL DEFAULT(0));

Thanks for implementing the failover profile so quickly, btw.  Much appreciated!