Yea; i gave up on zpool and started solo mining with 1 of my stuffed 1080ti rig; much better luck at solo with 5-10 coins a day.
zpool; was getting 1-2; so "eh"... Tried for 2-3 days before giving up.
DEVs may want to setup another pool or take a serious look at zpool; this is going put off a lot of miners when they go to mine at expected 30+ USD day from calculators and zpool gives them less then 1/10th of that. 20%-30%; understandable; but not a 90% drop... Maybe its just a couple of us and a localized problem? I figured it was just my setup and something i was missing until i saw the thread above.
I am setting up a a simple nomp pool now so i can point more rigs at it.
Could you maybe shortly describe how to solomine Altcom?
Same as any coin really; just google how do i mine altocoin solo.
I am using linux and docker and with current linux build env and lacking instructions i do NOT recommend; had to dockerize 14.04 and do alot of guessing and digging to get a successful build and deamonize wallet up.
But for most windoze or qt GUI guys it would be something like this for qt wallet:
Create a c:\users\someuser\AppData\Roaming\altcommunitycoin\altcommunitycoin.conf or wherever that file is.
listen=1
server=1
daemon=1
dns=1
maxconnections=500
rpcuser=*****
rpcpassword=**********************
port=29855
rpcport=28855
rpcconnect=(your local ip)
rpcallowip=*
addnode=109.230.231.216:29855
addnode=109.230.231.221:29855
addnode=188.68.56.33
addnode=multi.zpools.de
addnode=ZPools.de
Then on your miner; you would point at the rpconnect:rpcport with your user/pass that you put in the wallet config.
ie: ccminer in linux
ccminer -a skunk -o 192.168.1.183:28855 -u ****-p *********** --no-stratum --no-extranonce
You will find most coins support the above for solo; with minor differences.
Probably NOT good to share that user/pass or use defaults.