Solo Mining Config
HoboNickels.conf
listen=1
daemon=1
server=1
rpcuser=*your hobo name*
rpcpassword=*Your hobo quote*
port=7372
rpcport=7373
rpcconnect=127.0.0.1
addnode=69.85.86.195
addnode=74.196.48.62
Just curious, is this the config you have to make for SGMiner, if so is the rpcuser your wallet address and rpcpassword just a random password you choose? Thanks!
Both rpc user and pw can be anything.
So if that's the case how do I get those into my wallet? I'm confused
I'm currently not solo mining but would like too
Create a shortcut to your wallet. Riggt click shortcut, select properties. Edit the path and add the flag -server after the exe. For example c:\hbn\hobonickels.exe -server
Open wallet with shortcut.
Point your miner config to your wallet server. Same machine will be -o
http://127.0.0.1:(whatever rpcport is) -u (rpcusername) -p (rpcpw). Can't remember if https is necessary, and obviously drop the quotes. It's late here, hope that clarifies. If not I'll get some screens tomorrow if someone doesnt chime in before then. Transactions will show instantly when you've found a block.
This may be where I'm getting confused, I'll post my config for SGMiner and maybe I need to move to CGMiner for this
{
"pools" : [
{
"url" : "stratum+tcp://stratum.hbn.theblocksfactory.com:3336",
"user" : "Username",
"pass" : "Password"
},
{
"url" : "stratum+tcp://stratum.hbn.theblocksfactory.com:3336",
"user" : "Username",
"pass" : "Password"
}
]
,
"intensity" : "15",
"worksize" : "256",
"shaders" : "0-0",
"lookup-gap" : "2",
"thread-concurrency" : "8000",
"temp-cutoff" : "105",
"expiry" : "1",
"failover-only" : true,
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"device" : "0",
"gpu-threads" : "2"
}
This is my current SGMiner.conf file for mining HBN through a Pool, what you're saying is that this needs to be changed to what I post below?
listen=1
daemon=1
server=1
rpcuser=*your hobo name*
rpcpassword=*Your hobo quote*
port=7372
rpcport=7373
rpcconnect=127.0.0.1:7373
addnode=69.85.86.195
addnode=74.196.48.62
And just put -server at the end of the HBN wallet exe under Properties? For one I have a problem with that, my HBN.exe wallet on my desktop is standalone, IE I didn't install it, and it's not a shortcut, it's the direct EXE from the website, now I can create a shortcut and do this, but I'm not sure if that would work since I never had to install it. In addition, the .bat file I use to run SGMiner looks like below
color 04
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
timeout /t 10
sgminer.exe
pause
Unless all you're saying is that I have to create a shortcut and add -o 127.0.0.1:7373 -u Username -p Random Password at the end of the Target Box after -server and then have the wallet open all the time for GPU/CPU mining, which I really wouldn't mind, but my cards a little tricky, and without the correct valuables could be mining at much less speed, I think I just may end up sticking to pool mining as I'm currently getting about 5HBN per day just from pooled mining with roughly 450khash, and I may just create a shortcut and add the -server option if that will enable CPU solo mining so every once in a while I can get 5 HBN from my CPU!
UPDATE: I think I may have figured it out by trying this with my BitcoinQT Wallet, thanks for all the info!!!