Fastcoin Forum
		Fastcoin => Mining => Topic started by: CryptoSecure on July 28, 2017, 10:09:05 PM
		
			
			- 
				Hello everyone,
 
 The following post should help anyone trying to configure their PC to SOLO mine FastCoin using the 0.10.2.2 wallets.
 
 This assumes you have a working 0.10.2.2 FST wallet on your mining hardware.  Also you will need to download the cgminer 4.3.5-scrypt sofware.
 
 You can download a copy of that here, if the link no longer works you should be able to find one easy using google...
 
 http://cryptomining-blog.com/2924-cgminer-4-3-5-with-gridseed-and-zeus-scrypt-asic-support/ (http://cryptomining-blog.com/2924-cgminer-4-3-5-with-gridseed-and-zeus-scrypt-asic-support/)
 
 Once you have downloaded the software proceed with configuring the necessary files.
 
 
 fastcoin.conf just needs this
 
 rpcuser=fastcoinrpc
 rpcpassword=somepassword
 server=1
 maxconnections=24
 
 
 
 cgminer.conf should look like
 
 {
 "pools" : [
 {
 "url" : "http://127.0.0.1:9527",
 "user" : "fastcoinrpc",
 "pass" : "somepass"
 }
 ]
 ,
 "api-description" : "cgminer 4.3.5-scrypt.2",
 "api-mcast-addr" : "224.0.0.75",
 "api-mcast-code" : "FTW",
 "api-mcast-des" : "",
 "api-mcast-port" : "4028",
 "api-port" : "4028",
 "btc-address" : "**fastcoinwalletaddress***",
 "expiry" : "24",
 "failover-switch-delay" : "300",
 "gridseed-options" : "baud=115200,freq=800",
 "hotplug" : "5",
 "log" : "5",
 "queue" : "2",
 "scan-time" : "3",
 "scrypt" : true,
 "shares" : "0"
 }
 
 
 Hope this helps, please DM me or blog on this post if you require further assistance!
 
 "Something Wonderful is about to Happen!"  :)
 
 Cryptosecure