Commit History

Author SHA1 Message Date
  Luke Dashjr 42d62f7039 Bugfix: Use HASH_ADD_KEYPTR for const char *, not HASH_ADD_STR 11 years ago
  Luke Dashjr 53aab88162 Save pool goals in written config files 11 years ago
  Luke Dashjr 2efcc907c8 RPC: Accept an additional argument for "addpool" to indicate mining goal by name 11 years ago
  Luke Dashjr 5071e2f1d0 Stratum: Support for mining.set_goal("goal name") - currently just resetting the user-configured goal 11 years ago
  Luke Dashjr adf7671069 Teach longpoll logic about multiple mining goals 11 years ago
  Luke Dashjr db0d4722a6 RPC: Include non-default goals in reply to "coin" command 11 years ago
  Luke Dashjr 7ee555d117 Ignore generation address/script on pools using non-default mining goals 11 years ago
  Luke Dashjr 72f1312715 Only include block display lines for active goals 11 years ago
  Luke Dashjr c0ede2bfed Move income to block display line, and show extra block display lines for each additional mining goal 11 years ago
  Luke Dashjr 4eba0db526 New --pool-goal option to set a distinct named goal per-pool 11 years ago
  Luke Dashjr 35e3031eef Parameterise most references to global mining_goal_info 11 years ago
  Luke Dashjr 88ba5ad183 Move block_time to be per block_info 11 years ago
  Luke Dashjr 71324dbc2b Show "?" for income if block height is unknown 11 years ago
  Luke Dashjr 3499f560a5 Move block height tracking onto block_info 11 years ago
  Luke Dashjr 7e1f24efea Calculate current_fullhash only when needed (for RPC 'coins') 11 years ago
  Luke Dashjr 3305a387fd Replace current_block_id with blkchain->currentblk[->block_id] 11 years ago
  Luke Dashjr 574c0e96ae Move current_hash to goal->current_goal_detail 11 years ago
  Luke Dashjr ccbdd8f1cb Clean up struct block_info names 11 years ago
  Luke Dashjr 1b748356f3 Use full prevblock hash as block key (also gets rid of dead code) 11 years ago
  Luke Dashjr 1ea4d8dc10 Move global variables related to the blockchain or mining goals on to global structs 11 years ago
  Luke Dashjr 03ab5755c5 Bugfix: Need unicode_micro in non-Unicode curses builds 11 years ago
  Luke Dashjr 0242680251 Remove unused variables from curses-less builds 11 years ago
  Luke Dashjr 9095c85fc9 Merge commit 'afb9bae' into bfgminer 11 years ago
  Luke Dashjr afb9bae25c Bugfix: Cannot duplicate userpass option or we end up with it processed double 11 years ago
  Luke Dashjr 541f54fdd3 Merge branch 'titan' into titan 11 years ago
  Luke Dashjr 4d6024c868 extra_work_queue so devices can influence their effect on the central work queue somewhat (titan needs less than 1-per-proc) 11 years ago
  Luke Dashjr e03c6f012b Run BFGMiner's unit tests for 'make check', and have --unittest exit with failure if any problems occur 11 years ago
  Luke Dashjr 3237d9775d Improve precision of total_secs used in (at least) RPC summary Elapsed 11 years ago
  Luke Dashjr 5bd214240c Merge commit '15c1bc7' into bfgminer 11 years ago
  Luke Dashjr 07aa023afa Spawn a new thread for cmd-idle rather than relying on problematic pthread timedwait 11 years ago