It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
sgminer 5.0.1-43-g889a5-dirty - Started: [2015-11-06 02:32:49] - [0 days 02:23:3
--------------------------------------------------------------------------------
(0s):21.10M (avg):3.934Mh/s | A:2697 R:0 HW:0 WU:14.336/m
ST: 5 SS: 0 NB: 60 LW: 9022 GF: 4 RF: 0
Connected to Lyrabar Solo (longpoll) diff 488 as user
Block: 719e6c2f... Diff:1 Started: [04:56:22] Best share: 2.48K
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0: 71.0C 1759RPM | 1.963M/1.960Mh/s | R: 0.0% HW:0 WU:7.147/m xI: 32
GPU 1: 74.0C 4262RPM | 1.960M/1.973Mh/s | R: 0.0% HW:0 WU:7.189/m xI: 32
--------------------------------------------------------------------------------
[04:52:57] Accepted 5f904b98 Diff 685/492 GPU 0 at Lyrabar Solo
[04:54:38] Accepted 25bcc66f Diff 1.74K/484 GPU 0 at Lyrabar Solo
rpcuser=rpcusername // Generate own username, use this in the miner configuration
rpcpassword=rpcpassword // Generate own password, use this in the miner configuration
rpcallowip=192.168.*.* // Allows external miner(s) connection to wallet from a IP address defined (You can connect many miners by using asterisk)
rpcconnect=192.168.*.* // Connects to miner(s) used for solomining from other computer than where wallet is running. (You can connect many miners by using asterisk)
rpcport=4047 // Unique for every coin, RPC port for Lyrabar
port=4046 // Unique for every coin, P2P port for Lyrabar
listen=1 // wallet/client listens to connections from other clients
server=1 // daemon accepts commands
daemon=1 // enables daemon on background while running graphical wallet
gen=0 // same as "setgenerate false", means disabling wallet's built-in cpuminer
{
"pools": [
{
"name": "Lyrabar solomining", // Define a name for your pool (not mandatory)
"url": "http://192.168.1.10:4047", // Define the IP address of the machine running the wallet, if wallet is at same computer, use [i]127.0.0.1[/i] or [i]localhost[/i].
"user": "rpcusername", // Use the RPC username you defined in coin's configuration file earlier.
"pass": "rpcpassword" // Use the RPC password you defined in coin's configuration file earlier.
}
],
"profiles": [],
"algorithm" : "Lyra2REv2", // Using uppercase letters with Lyra2REv2 algorithm name on sgminer is mandatory
"worksize" : "64",
"gpu-threads" : "1",
"device": "all",
"xintensity" : "16", // Experimental GPU intensity can be set to 2, 4, 8, 16, 32, 64, 128, 256, 512, etc...
"temp-cutoff": "95",
"temp-overheat": "85",
"temp-target": "71",
"auto-fan" : true, // Auto-adjust fan speed, tries to keep temperature at value defined in "temp-target"
"shares": "0",
"expiry": "0", // Recommended to set the value to 0 when solomining
"gpu-dyninterval": "7",
"hamsi-expand-big": "4",
"keccak-unroll": "0",
"log": "0",
"no-pool-disable": true,
"no-client-reconnect": true,
"queue": "0",
"scan-time": "0", // Recommended to set the value to 0 when solomining
"kernel-path": "/usr/local/bin"
}
sgminer.exe -c solomine.conf
pause
sgminer.exe --algorithm Lyra2REv2 --xintensity 16 --worksize 64 --expiry 0 --scan-time 0 -o http://walletip:rpcport -u rpcusername -p rpcpassword
pause