0

I'm running an antminer 'a' solo on my local bitcoind 'pool' plus an S5. Both are hashing away lovely, but only the S5 goes through bfgminer, 'a' is connected to my bitcoind 'pool' directly . My question is - what wallet will it use if any i.e. my bitcoin core wallet or can i add my own wallet to bitcoin.conf or some other way as bfgminer does not recognize 'a' or am i missing something here ?

Murch
  • 75,206
  • 34
  • 186
  • 622
Mike
  • 13
  • 6
  • solo mining? I believe the network hashrate is around 45 Exa hash/sec, you probably have 8 or 9 Tera hash/sec. Your chance of winning a block is something like 1 in 10 million so you probably want to use an actual pool. – JBaczuk Aug 15 '19 at 14:07
  • AAH you said the word 'CHANCE' (It's true i have a chance) I'm trying solo to see how it goes, I'm also pool mining with my S9's – Mike Aug 15 '19 at 14:25
  • lol "so you're telling me there's a chance!" – JBaczuk Aug 15 '19 at 14:56
  • Well, i may be wrong, but i'm definitely going to find out one way or the other (maybe never, maybe tomorrow) , Optimism is not a dirty word it's a state of mind which allows new or unlikely things to happen. I wont be disappointed if i don't find a block, or if i do :) – Mike Aug 15 '19 at 15:08
  • I'm not a big gambler, but if that's your thing, best of luck to you @Mike! – JBaczuk Aug 15 '19 at 15:10
  • Thanks JBaczuk, i'll post here WHEN i find the first block. – Mike Aug 15 '19 at 15:17
  • possible duplicate of: http://bitcoin.stackexchange.com/q/16687/5406, http://bitcoin.stackexchange.com/q/14346/5406, https://bitcoin.stackexchange.com/q/24185/5406 – Murch Aug 20 '19 at 16:11
  • not a duplicate because the question is about the destination wallet address of an antminer thats not recognized by bfgminer – Mike Aug 21 '19 at 07:55
  • Does BFGMiner support Antminer S9? – duncwa Jan 04 '21 at 20:54

1 Answers1

1

Your chances of any return whatsoever with a pool that's just you are essentially non-existent.

Pool mining works since pools can accumulate a large amount of hashpower from thousands of users. The pool's chance of finding a block is then fairly high, which then allows them to use the block reward to pay proportional amounts to all their users.

As JBackzuk's comment says, solo mining is essentially probabilistically impossible. You either find the entire block, or nothing - no partial shares.

Raghav Sood
  • 17,027
  • 3
  • 22
  • 43
  • I understand (and use) pools and i understand (and use) the lottery, i think why not mix it up a bit so not convinced, thats quite pessimistic (you may say 'realistic') but every solo miner has a chance, no matter how slight. But more to the point what will happen if i find a block on the V9, which wallet , if any, will it attempt to pay to ? – Mike Aug 15 '19 at 14:33
  • If you're using Bitcoin Core to get the blocktemplate, the coinbase transaction should be paying out to an address in your bitcoind wallet – Raghav Sood Aug 15 '19 at 14:39
  • Thankyou, i was veering that way but would have liked to use my other wallet if it was possible, but any wallet thats mine will do :) – Mike Aug 15 '19 at 14:57
  • also a wallet is not the same as an address. wallet is the software – JBaczuk Aug 15 '19 at 14:58
  • Yes, i was meaning the addresses for different wallets, thanks – Mike Aug 15 '19 at 15:13