Bitcoin Forum
July 30, 2024, 09:43:32 PM *
News: Help 1Dq create 15th anniversary forum artwork.
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 »
421  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 07:00:11 PM
Gave up on solo mining, found 3 blocks, all rejected  Sad

@Hobbit.co.in Pool owner, pls remove that terribly annoying captcha to login.
422  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:46:04 PM
Diff 1.
423  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:45:07 PM
try changing your scan-time to 0 and expiry 0


What's the Cgminer code for that?
424  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:37:55 PM
Already 100k in coins in about 30mins  Cool

Pool or solo?
425  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:32:56 PM
@HobbitMaster fyi Mac client won't run, 10.9.1 Mavericks.
426  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:31:56 PM
You have to be first to get an accepted block.

Bitch.
427  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:28:06 PM
Cgminer output:

Found block for pool 0!

then next line

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

Why rejected?
428  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:19:45 PM
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?
429  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:08:03 PM
Question: does wallet client have to be open & running while solo mining with cgminer?
430  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 06:05:28 PM
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.
431  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:59:29 PM
Found some blocks in solo. Why was the first one 51,000 and the others only 1000?
432  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:54:20 PM
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?
433  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:48:22 PM
How exactly does one solo mine with Cgminer? I've only ever used pools.

run your wallet as server

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

connect to your wallet with miner (127.0.0.1:4444)

Please explain this further. Total solo noob here, no clue what to do.

in the .bat file instead of that stratum blabla.com:23423  url for pool you use   http://127.0.0.1:4444  and the same password and username that you use in the .conf file in your appdata

restart the client once you have saved the  hobbitcoin.conf  file

Meh, thanks but this still doesn't make a whole lot of sense. Like I said: solo noob. I don't know what exact code to put into conf file, or how to find user/pass, or how to use with the wallet/cgminer.

Got solo mining working! (I think). Right when cgminer started it found 2 blocks, but hasn't found any more in a few minutes. Normal?
434  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:35:00 PM
How exactly does one solo mine with Cgminer? I've only ever used pools.

run your wallet as server

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

connect to your wallet with miner (127.0.0.1:4444)

Please explain this further. Total solo noob here, no clue what to do.

in the .bat file instead of that stratum blabla.com:23423  url for pool you use   http://127.0.0.1:4444  and the same password and username that you use in the .conf file in your appdata

restart the client once you have saved the  hobbitcoin.conf  file

Meh, thanks but this still doesn't make a whole lot of sense. Like I said: solo noob. I don't know what exact code to put into conf file, or how to find user/pass, or how to use with the wallet/cgminer.
435  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:23:27 PM
pool not working ?

Doesn't work.
436  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:22:21 PM
How exactly does one solo mine with Cgminer? I've only ever used pools.

run your wallet as server

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

connect to your wallet with miner (127.0.0.1:4444)

Please explain this further. Total solo noob here, no clue what to do.
437  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:18:36 PM
How exactly does one solo mine with Cgminer? I've only ever used pools.
438  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HBC] Hobbits Assemble for Hobbitcoin - January 29 2014 on: January 29, 2014, 05:11:00 PM
Mining Pool: http://pool.hobbit.co.in/

Doesn't work, Cgminer won't start.
439  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ████████ [ANN] ▬►►Join COINO now◄◄▬ fast & growing coin [coinmarket.io] ████████ on: January 28, 2014, 04:49:16 PM
As much as I like dedicatedpool, we have way too much hashrate again somehow! Until the admin can close registrations (yet again), I'm going to switch to a different coin for now. As much as I like and want more coino, I don't think consistently having >51% of the network is a good thing in the long run.

You could check out https://con.poolers.org we are ramping up nicely but still small in comparison.

Been hashing with you since yesterday, all seems well. Mined about 350 so far Smiley
440  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ϟ The Tesla ϟ....IS COMING! [TES] on: January 28, 2014, 04:45:28 PM
Coin dead? Where's the devs?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!