#
#
myriadcoin# solo mining with external
qubit cpuminer
# step-by-step instructions for cloudmining on a linux droplet at digitalocean
# Create your cheap linux virtual server (VPS) in the cloud in 55seconds
# Buy 5$ droplet e.g. at digital ocean
http://tiny.cc/digocean NL USA Singapur
# As this is solomining, you need to have a wallet ready.
# So first head over
to my manual how to install the walletd#
https://bitcointalksearch.org/topic/m.5350156 (#16)
# as I commented out the instructions ... if you are in a hurry, then you
# can mark that whole posting, and copy it in one go into your ssh shell
# or you go slow, for observing and learning
# compiling the wallet takes a loooong time.
Do something else.# E.g. open a second ssh to the same droplet, and already start with the miner:
#
Download, and build the qubitminergit clone
https://github.com/qubitcoin/QubitCoin-cpuminercd QubitCoin-cpuminer
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3"
make
cd ~
~/QubitCoin-cpuminer/minerd --help
# If in the other shell, the wallet is still not ready,
# WAIT for that.
Finish the wallet instructions first.# THEN we
replace the wallet's conf file by one
# which is appropriate for your
qubit standalone mining# switch off the wallet mining --> gen = 0
# change algo to qubit --> algo = qubit
# manually now:
# nano ~/.myriadcoin/myriadcoin.conf
# to exit nano saving the file, press ctrl-x y enter
#
OR ...#
... easier ... deleting the conf file
rm ~/.myriadcoin/myriadcoin.conf
# and
create a new conf file (COPY THIS BLOCK IN ONE GO!)
cat << "CONFIG" >> ~/.myriadcoin/myriadcoin.conf
listen=1
maxconnections=32
rpcuser=LOCALUSER
rpcpassword=VERYSECURESUPERLONGSUPERSAFEPASSWORD
server=1
rpcallowip=192.168.0.*
algo=qubit
gen=0
CONFIG
# now
stop the wallet server with
~/myriadcoin/myriadcoind stop
# or in a rougher way with
killall myriadcoind
# then
start the wallet again:
~/myriadcoin/myriadcoind &
# and check if it is sync'ing / sync'ed:
~/myriadcoin/myriadcoind getmininginfo
# now we can
finally start the Qubitminer:
screen ~/QubitCoin-cpuminer/minerd -a qubit -u LOCALUSER -p VERYSECURESUPERLONGSUPERSAFEPASSWORD -o
http://127.0.0.1:10889# leave the 'screen' with
# ctrl-a
# d
# and get it back with
# screen -r
#
leave the 'screen' with
# ctrl-a
# d
# and to close the ssh shell for now, type
#
exit# Perhaps in a day, or a week, check again, how lucky you were:
~/myriadcoin/myriadcoind getbalance
# If it works out financially, you can clone the droplet. We are allowed to have 5 droplets at digitalocean. Please stay honest.
# And why not
send me some myriadcoins to
MAKikmtAosj3fAsYyjgVQ4sBJnyVF9sSvJ for this tutorial:
~/myriadcoin/myriadcoind sendtoaddress MAKikmtAosj3fAsYyjgVQ4sBJnyVF9sSvJ 500 ThankYouForYourTutorial
# or in other currencies at
www.tiny.cc/drakointip#