hi clevermining crew!
how are you?
is it ok to point 4 gpus with one btc address on your pool or should i have a separate btc for each one?
i have cgwatcher running cgminer & am getting 3-4 MH/s but only seeing ~.01 btc payout every 24 hours & seems like it should be 2-3 times more ...
& does anyone know the miner arguments for adding different usernames/passwords & even pools for each gpu?
is it?:
d- 0 -u name p- password d- 1 -u name p- password d- 2 -u name p- password d- 3 -u name p- password
thanks, n-mine
You can have multiple GPUs and machines (rigs) with the same username/address.
You should check your stats page. Especially hashrate/rejected and "Immature", "Unexchanged" and "Ready For Payout"
If I remember correctly, if you want to point each GPU to a specific pool and/or username, you have to start multiple cgminers
cgminer -d 0 -o
http://pool1:port -u user1 -p pass1
cgminer -d 1 -o
http://pool2:port -u user2 -p pass2
etc.
I'd have thought it would look more like:
cgminer --scrypt -o <pool address> -u <BTC address> -p <anything> -I x,y,z --thread-concurrency p,q,r ...
Can't see any real need for the d flag or multiple instances...
I do stand to be corrected though, as I am a n00blet

Rit.