Yes, I'm using Boinc with a sempron and still getting 90-130 coins a day.
is there any guide to run it through terminal? And can you tell me what cpu project you have chosen?
Edit: makefile.unix gives me those errors:
Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/user/Gridcoin-master/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'. Stop.
make[1]: Leaving directory `/home/user/Gridcoin-master/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
Edit: This was fixed with a chmod somwhere but now i have a new error:
rpcmining.cpp:15:16: fatal error: io.h: No such file or directory
#include "io.h"
^
compilation terminated.
make: *** [obj/rpcmining.o] Error 1