There is only a yay !!! if you find a block while solomining i guess. Everything else wouldnt make a sense to me.
Maybe you can helph me with solomine setup since im trying to use this guide for litecoinqt to get to work with magiqt.
https://bitcointalksearch.org/topic/tutorial-solo-mining-litecoins-guide-windows-83371EDIT Okay, got it to work no errors so far with one exception im getting [2017-02-18 16:35:17] No payout address provided, switching to getwork too. Maybe some one of the pool owners around here knows ho to fix ? EDIT
Regards!
Hello, I searched a bit and find a thing about the payout address error and it seems we can ignore this error, nothing really helpful about the 500 Internal Server Error but how far I can go in the putty screen I don't had this error in the last hour anymore.
it's not really hard to set up the miner, if it can help anyone :
I have made an user account for mining, so all the following things are to do in the /home folder of your user
download this miner
https://github.com/magi-project/m-cpuminer-v2/releases and the wallet
http://coinmagi.org/bin/m-wallet-1.3.1/ Extract the 2 downloaded files and navigate to m-wallet-1.3.1-linux/conf/ and copy the magi.conf file in /home/user/.magi and edit it, I've added daemon=1 in it and put a rpcuser and password, my magi.conf file looks like this
daemon=1
server=1
listen=1
rpcuser=magi
rpcpassword=12345
rpcport=8232
rpcallowip=127.0.0.1
# Add nodes to connect to specific peers
addnode=104.128.225.215
addnode=104.128.225.240
addnode=104.128.225.241
addnode=104.131.42.100
addnode=216.189.144.186
addnode=216.189.144.211
addnode=216.189.144.212
# posii=0 to disable PoS staking; default = 1
posii=1
# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=500
# Transactions with values less than the threshold will combine into one
stakecombinethreshold=250
Then navigate to m-wallet-1.3.1-linux/bin/64/ and start the daemon with ./magid & and let him a few hours to download the blockchain.
To launch the miner just navigate to the m-minerd-64-linux folder and start the miner with ./m-minerd --url
http://127.0.0.1:8232 --user magi --pass 12345 --threads 4 -e 100
This is exactly what I did, change the folders names and the --user and --pass according to your configuration.
It will default to a new address in your wallet, once you find a block it will show up.
Edit - I'll add this, there is a massive solo miner on now and the hash rate jumped to 137Mhs, us small solo miners don't stand a chance at this point. Every pool I can see is still stuck and not finding any blocks for more than a day now. Still going up, 148Mhs now.
I have found the wallet.dat in the .magi folder, i copied it to my pc to check if he finds a block
I was mining with my home computer in the pom.m-hash pool, since nearly 2 days no blocks, no more update in the confirmed and unconfirmed balance, it is due to the big miner too ?