I'll look into mining pools. Right now it is just being solo mined. Open the client and type 'setgenerate true' into the console command.
Block explorer is almost complete, therefore a coinmarketcap listing is imminent.
Working on building a new aesthetic wallet, establishing the committee and funding our first project. Also we have a few names in mind for the coins name change.
I'll keep you all posted! We're hard at work further establishing XBC.
Hi, I've done the setgenerate thing but nothing happens. is therew more to it than just type that in?
Thanks
So once you are in the wallet > help > debug window > console and you typed: setgenerate true
We're currently working on a pool.
Yep! Did that and nothing
How do I know if it's mining? feels like something is missing
Sure. Just type: getmininginfo and pay attention to "hashespersec" it should be more than 0 if you are mining.
This is what I have, does this look ok? also is there gpu mining or is just cpu at the moment?

{
"blocks" : 42236,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 3.34867456,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 3483695,
"networkhashps" : 1394098324,
"pooledtx" : 0,
"testnet" : false
}