Pages:
Author

Topic: [ANN][HBC] Hobbitcoin still active but need your support - page 17. (Read 104873 times)

hero member
Activity: 486
Merit: 500
@HobbitMaster fyi Mac client won't run, 10.9.1 Mavericks.
hero member
Activity: 486
Merit: 500
You have to be first to get an accepted block.

Bitch.
sr. member
Activity: 336
Merit: 250
Already 100k in coins in about 30mins  Cool
sr. member
Activity: 273
Merit: 250
You have to be first to get an accepted block.
hero member
Activity: 486
Merit: 500
Cgminer output:

Found block for pool 0!

then next line

Rejected 021d6b69 Diff 31K/16384 BLOCK! GPU 1

Why rejected?
sr. member
Activity: 252
Merit: 250
0x0a.nl operator
@HobbitMaster: Apologies for tainting the thread, but I'm anxious to know: are you receiving my messages? If you're not interested, a simple 'Meh.' would suffice Wink
full member
Activity: 154
Merit: 100
Don't worry about it, looks like you are solo mining fine!
hero member
Activity: 486
Merit: 500
What does this mean in cgminer output? no suitable long-poll found found for http://127.0.0.1:4444

Then following that lines are slowly appearing: new block detected on network

Seems to be working?
legendary
Activity: 994
Merit: 1000
Finally connect to the pool, but too late, fuck
full member
Activity: 126
Merit: 100
Question: does wallet client have to be open & running while solo mining with cgminer?

Yes
full member
Activity: 154
Merit: 100
AdamT after you create the hobbitcoin.conf file, run the qt client from the command line like: hobbitcoin-qt.exe -server

To answer your question, yes the client needs to be running.
hero member
Activity: 486
Merit: 500
Question: does wallet client have to be open & running while solo mining with cgminer?
legendary
Activity: 994
Merit: 1000
Just solo'd my 3rd 51K block Grin
How to mine it?
my config
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=9755
server=1

and .bat config
del scrypt*.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o http://127.0.0.1:9755 -u username -p x --auto-fan --thread-concurrency 23500 --lookup-gap 2 --gpu-engine 850 --gpu-memclock 1250 --gpu-powertune 20 -w 256 -I 14 -g 2

what's wrong?

Someone had posted a different ip/port a bit back:

Code:
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=4444
server=1

What should the ip/port be set to?


just use 4444 in conf file and in miner..

cgminer --scrypt -o http://127.0.0.1:4444 -u username -p password
not working

have you restarted the client after editing the roaming file?
yes, but not working
full member
Activity: 322
Merit: 102
Just solo'd my 3rd 51K block Grin
How to mine it?
my config
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=9755
server=1

and .bat config
del scrypt*.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o http://127.0.0.1:9755 -u username -p x --auto-fan --thread-concurrency 23500 --lookup-gap 2 --gpu-engine 850 --gpu-memclock 1250 --gpu-powertune 20 -w 256 -I 14 -g 2

what's wrong?

Someone had posted a different ip/port a bit back:

Code:
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=4444
server=1

What should the ip/port be set to?


just use 4444 in conf file and in miner..

cgminer --scrypt -o http://127.0.0.1:4444 -u username -p password
not working

have you restarted the client after editing the roaming file?
hero member
Activity: 486
Merit: 500
Found some blocks in solo. Why was the first one 51,000 and the others only 1000?

first post explains there are random super blocks

Ahh, I see.
legendary
Activity: 994
Merit: 1000
Just solo'd my 3rd 51K block Grin
How to mine it?
my config
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=9755
server=1

and .bat config
del scrypt*.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o http://127.0.0.1:9755 -u username -p x --auto-fan --thread-concurrency 23500 --lookup-gap 2 --gpu-engine 850 --gpu-memclock 1250 --gpu-powertune 20 -w 256 -I 14 -g 2

what's wrong?

Someone had posted a different ip/port a bit back:

Code:
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=4444
server=1

What should the ip/port be set to?


just use 4444 in conf file and in miner..

cgminer --scrypt -o http://127.0.0.1:4444 -u username -p password
not working
sr. member
Activity: 252
Merit: 250
0x0a.nl operator
Found some blocks in solo. Why was the first one 51,000 and the others only 1000?

There's a random chance to get up to 50000 extra Hobbitses (default value 1000 Hobbitses). See the GetBlockValue function.
full member
Activity: 126
Merit: 100
Found some blocks in solo. Why was the first one 51,000 and the others only 1000?

first post explains there are random super blocks
hero member
Activity: 486
Merit: 500
Found some blocks in solo. Why was the first one 51,000 and the others only 1000?
full member
Activity: 238
Merit: 100
Just solo'd my 3rd 51K block Grin
How to mine it?
my config
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=9755
server=1

and .bat config
del scrypt*.bin
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o http://127.0.0.1:9755 -u username -p x --auto-fan --thread-concurrency 23500 --lookup-gap 2 --gpu-engine 850 --gpu-memclock 1250 --gpu-powertune 20 -w 256 -I 14 -g 2

what's wrong?

Someone had posted a different ip/port a bit back:

Code:
rpcuser=username
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=4444
server=1

What should the ip/port be set to?


just use 4444 in conf file and in miner..

cgminer --scrypt -o http://127.0.0.1:4444 -u username -p password
Pages:
Jump to: