Post
Topic
Board Announcements (Altcoins)
Re: กิิ | MMXIV | TEETH | BUCKS | VARY | GorillaStake | GorillaEx | กิิ
by
notabeliever
on 17/05/2015, 15:17:00 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


I have been trying to solo mine and wonder if my problem was with RPCport. Is the RPCport supposed to be copied from a Coins Announcement or can I make it up and use 9332 etc.

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