Post
Topic
Board Mining (Altcoins)
Re: NEW BAIKAL MINER BK-G28 released.
by
flexmeister
on 17/01/2019, 21:45:40 UTC
Hey mate, I've noticed it only works if you only have a single pool configured

here's a new process that will allow the miner to auto start

cd /opt/scripta/bin/
sudo wget http://pool.totallyawesome.party/sgminermbc.tar.gz
sudo killall sgminer
sudo cp -n sgminer sgminer_BAK
sudo mv sgminer sgminer_ORG
sudo tar -xzvf sgminermbc.tar.gz
echo

Mining will automatically start in a few seconds. Just remember to check that you only have one pool configured

To revert back
sudo killall sgminer
sudo cp sgminer_BAK sgminer

Log into B28.
sudo wget http://pool.totallyawesome.party/mbc.tar.gz
sudo tar -xzvf mbc.tar.gz
sudo ./mbc /dev/null &
Thank you for the update.

It is not working for me. ( sgminer 5.6.6-l) I can set "stratum+tcp://pool.totallyawesome.party:5333" as pool, algo groestl, user = wallet, pw = "c=MBC". Of course this leads to 100% rejected shares on a stock miner.

but running "sudo ./mbc /dev/null &" makes no difference for me. task is restarting ( you are kicked out of screen ) and you can reconnect after 5 seconds. but still only rejected shares.
Same here. I get all rejects. I changed the difficult to 40*28Gh, but no accepted blocks. Any feedback I appreciate.
Thanks!