Post
Topic
Board Announcements (Altcoins)
Re: กิิ | MMXIV | TEETH | BUCKS | VARY | GorillaStake | GorillaEx | กิิ
by
leroyjankins
on 17/05/2015, 14:25:27 UTC
Is the difficulty going to to be low enough to solo mine? With my usb stick? Grin

Yes
Maybe good to give simple nstructions for mining.
I want to give it a try on my atom netbook.


Use cgminer or BFGminer depending on your preferences but since those programs are not Spots', id recommend checking the dedicated threads for it. There are so many different processors and usb miners that it's going to be difficult to set up a universal instruction set for solo mining.

You can setup a Vary.conf and mine via wallet on cpu by using
Code:
generate=1

or in the console using

Code:
setgenerate true

Keep in mind i don't know the correct RPC port, these are examples only!

Vary.conf Example for USB miners and cpu miners using cgminer or bfgminer

Code:
rpcuser=user
rpcpassword=password
rpcport=88989
rpcallowip=127.0.0.1
daemon=1
listen=1
generate=0

Vary.conf Example for mining via CPU using just the wallet


Code:
rpcuser=user
rpcpassword=password
rpcport=88989
rpcallowip=127.0.0.1
daemon=1
listen=1
generate=1