Commit History

Author SHA1 Message Date
  Luke Dashjr f1ffa2aaaf Build without POW_SCRYPT at all 12 years ago
  Luke Dashjr 28e4673181 opencl: Defer loading kernel until it is needed 12 years ago
  Luke Dashjr 1d56821c3c opencl: Split initCl into opencl_create_clState and opencl_load_kernel 12 years ago
  Luke Dashjr 20ababcee2 SSM: Implement mining.capabilities including proxying mining.set_goal 12 years ago
  Luke Dashjr 91de01e708 Replace mining.goal.subscribe with mining.capabilities 12 years ago
  Luke Dashjr 10bf3714ca Stratum: Avoid resetting the goal if the old and new name match 12 years ago
  Luke Dashjr 36391db36f Allow specifying goal options as eg, --pool-goal name:malgo=scrypt 12 years ago
  Luke Dashjr d046e9d728 cpu: Support for per-work mining algorithms 12 years ago
  Luke Dashjr 0f24272964 Replace cgpu.min_nonce_diff with drv.drv_min_nonce_diff(cgpu, malgo) 12 years ago
  Luke Dashjr d325fd884d proxy: Avoid assumptions about mining algorithm at initialisation 12 years ago
  Luke Dashjr acb13064b7 Core only: Partially move most of opt_scrypt to mining_goal 12 years ago
  Luke Dashjr 5014232892 opencl: Reintroduce independent intensity setting internally 12 years ago
  Luke Dashjr 8f1fc979b1 Move MAX_*_INTENSITY stuff to driver-opencl.h 12 years ago
  Luke Dashjr 0d7f31efa9 proxy: Minimise minimum difficulty for proxy clients 12 years ago
  Luke Dashjr c873c88ed3 Enable --generate-to option (was --coinbase-addr) to work with non-default goals 12 years ago
  Luke Dashjr f0a624bb41 README: Update documentation for multiple blockchain support 12 years ago
  Luke Dashjr b8701e8634 RPC: Add "Difficulty Accepted" to "coin" command 12 years ago
  Luke Dashjr 7396fe0a76 RPC: Add "Mining Goal" to "pools" command 12 years ago
  Luke Dashjr 2efcc907c8 RPC: Accept an additional argument for "addpool" to indicate mining goal by name 12 years ago
  Luke Dashjr 5071e2f1d0 Stratum: Support for mining.set_goal("goal name") - currently just resetting the user-configured goal 12 years ago
  Luke Dashjr adf7671069 Teach longpoll logic about multiple mining goals 12 years ago
  Luke Dashjr db0d4722a6 RPC: Include non-default goals in reply to "coin" command 12 years ago
  Luke Dashjr 7ee555d117 Ignore generation address/script on pools using non-default mining goals 12 years ago
  Luke Dashjr 72f1312715 Only include block display lines for active goals 12 years ago
  Luke Dashjr c0ede2bfed Move income to block display line, and show extra block display lines for each additional mining goal 12 years ago
  Luke Dashjr 4eba0db526 New --pool-goal option to set a distinct named goal per-pool 12 years ago
  Luke Dashjr 35e3031eef Parameterise most references to global mining_goal_info 12 years ago
  Luke Dashjr 88ba5ad183 Move block_time to be per block_info 12 years ago
  Luke Dashjr 71324dbc2b Show "?" for income if block height is unknown 12 years ago
  Luke Dashjr 3499f560a5 Move block height tracking onto block_info 12 years ago