Author

Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive - page 203. (Read 478852 times)

sr. member
Activity: 336
Merit: 250
Got Crypto?
What happened to Coin Control?
hero member
Activity: 786
Merit: 1000
Quote

Don't think you really need -server in shortcut since you already set server=1 in hobonickel.conf


Yeah, wasn't sure about that part.
full member
Activity: 203
Merit: 100
Your sgminer.conf should looks likes this for solo:

{
"pools" : [
        {
                "url" : "127.0.0.1:7373",
                "user" : "UsernameHOBO",
                "pass" : "PasswordHOBO"
        },
        {
                "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"
}

Your HoboNickel.conf:

listen=1
daemon=1
server=1
rpcuser=usernameHOBO
rpcpassword=passwordHOBO
port=7372
rpcport=7373
rpcconnect=127.0.0.1
rpcallowip=192.168.0.*
rpcallowip=127.0.0.1
maxconnections=50

Don't think you really need -server in shortcut since you already set server=1 in hobonickel.conf

But with only 450kh, you better keep mining in pool, diff is too high for your hashrate to find block alone, and cpu mining will cost you more than what you will gain Smiley
If you really want to cpu mine with your wallet, type in the debug windows: setgenerate true -1 (-1 == all your cpu core, if you want to limit, replace -1 by desire value) to stop: setgenerate false Smiley
newbie
Activity: 18
Merit: 0
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 Sad 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!!!
hero member
Activity: 786
Merit: 1000
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 Sad 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.
newbie
Activity: 18
Merit: 0
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 Sad I'm currently not solo mining but would like too
hero member
Activity: 786
Merit: 1000
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.
full member
Activity: 150
Merit: 100
newbie
Activity: 18
Merit: 0
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!
legendary
Activity: 1623
Merit: 1067
Hey, the Facebook tipping app that just added Bitcoin is about to blow up, you guys might consider asking the owner to add hobo to the list of supported coins

apps.facebook.com/wpmultitipping
legendary
Activity: 2156
Merit: 1131
How do I compile on Ubuntu ?

EDIT : I think I found it.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Hello fellow HOBO's Cheesy

The owner of Atomic Trade Exchange (Byron) will be *LIVE* on Skype video chatting today @ 1 pm EST [email protected]    Feel free to stop by and ask any questions you like.   



Damn, I wish I could have popped in.  I do have a day job though! Hope everything is going well at atomic.
sr. member
Activity: 406
Merit: 250
Hello fellow HOBO's Cheesy

The owner of Atomic Trade Exchange (Byron) will be *LIVE* on Skype video chatting today @ 1 pm EST [email protected]    Feel free to stop by and ask any questions you like.   

legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Looks good Tyke!

And good information from the guys. Nothing else I see need updated.  Cheesy


I am wondering how I can describe the coin generation throughout time on the first page.  Please help Smiley

HBN has always had the same PoW reward. The PoS has pretty much always been the same, at least after Tranz fixed the error in the code.  If you want to look around the block explorer try hbn.blockx.info
hero member
Activity: 786
Merit: 1000
When was HBN added to CoinEX?

It's been there since January at least.
legendary
Activity: 1532
Merit: 1205
When was HBN added to CoinEX?
legendary
Activity: 1532
Merit: 1205
It's a good day to buy HBN, I bought 375 today more today.  Tongue

Hope you like my book section on HBN above Smiley
hero member
Activity: 770
Merit: 500
It's a good day to buy HBN, I bought 375 today more today.  Tongue
legendary
Activity: 1532
Merit: 1205
Looks good Tyke!

And good information from the guys. Nothing else I see need updated.  Cheesy


I am wondering how I can describe the coin generation throughout time on the first page.  Please help Smiley
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Looks good Tyke!

And good information from the guys. Nothing else I see need updated.  Cheesy
Jump to: