Activity for sgminer

  • Dmitriy Dmitriy created ticket #3

    Problems running SGminer.

  • Noel Maersk Noel Maersk committed [9fd94b]

    doc: list kernels alphabetically.

  • Bufius committed [3c14f0]

    slightly improved performance, works with LG of...

  • Bufius committed [292ede]

    format code

  • Noel Maersk Noel Maersk committed [87ece6]

    Bump version to 4.2.0.

  • Noel Maersk Noel Maersk committed [67763b]

    Merge remote-tracking branch 'bufius/master'

  • Bufius committed [6d5e7b]

    add credits

  • Bufius committed [0b0a3e]

    core. include check in ocl.c regarding lookup-g...

  • Troky Troky committed [2a087a]

    Added algorithm name to 'pools' API command.

  • Noel Maersk Noel Maersk committed [92c3b5]

    api: set algorithm properly on addpool.

  • Noel Maersk Noel Maersk committed [3a6c1c]

    RPC: Provide a full status section for quit/res...

  • Noel Maersk Noel Maersk committed [b2462e]

    misc: Add Michael Fiano <mfiano> to AUTHORS.md.

  • Noel Maersk Noel Maersk committed [7bc0be]

    misc: FAQ cleanup.

  • Noel Maersk Noel Maersk committed [e731aa]

    Merge pull request #193 from troky/master

  • Noel Maersk Noel Maersk committed [9aaff8]

    api: bump version, but allow name/desc/algo to ...

  • Noel Maersk Noel Maersk committed [47d00e]

    api: add missing header.

  • Noel Maersk Noel Maersk committed [5409ff]

    api: check if name/desc/algo are NULL and fill ...

  • Noel Maersk Noel Maersk committed [2f3e08]

    Merge branch 'api-compatibility'

  • Elbandi committed [973dce]

    Use get_pool_name everywhere

  • Troky Troky committed [01e966]

    Fixed (pool) algo selection.

  • Noel Maersk Noel Maersk committed [3c3a58]

    ui+api: ask for pool name/description/algorithm...

  • Noel Maersk Noel Maersk committed [3d7167]

    config: improve pool section writing.

  • Noel Maersk Noel Maersk committed [897ca9]

    Merge pull request #200 from Elbandi/poolnamefix

  • Noel Maersk Noel Maersk committed [eb53e3]

    misc: add API restart/quit changes to NEWS.md.

  • Noel Maersk Noel Maersk committed [bfff79]

    Merge branch 'api-quit'

  • Noel Maersk Noel Maersk committed [b090ac]

    misc: veox can no longer actively maintain this...

  • Noel Maersk Noel Maersk committed [828aa7]

    misc: update NEWS.md with changes from `api-com...

  • Noel Maersk Noel Maersk committed [da667d]

    config: write pool name and description to config.

  • Noel Maersk Noel Maersk committed [e42f77]

    misc: moved from veox/sgminer to sgminer-dev/sg...

  • Noel Maersk Noel Maersk committed [5bd5b0]

    RPC: Add "Miner" to version response to include...

  • Noel Maersk Noel Maersk committed [f57099]

    api: Bugfix, bump version to 4.1.271, initialis...

  • Noel Maersk Noel Maersk committed [5b0545]

    config: Don't write commas if not needed, defau...

  • Noel Maersk Noel Maersk committed [ecfd49]

    core: remove second-to-last remnants of hotplug.

  • sterlingpickens committed [89c141]

    Update driver-opencl.c

  • Noel Maersk Noel Maersk committed [3eb22b]

    api: write xintensity and rawintensity using ap...

  • sterlingpickens committed [ff45bb]

    Update configure.ac

  • Noel Maersk Noel Maersk committed [f3df63]

    Merge pull request #203 from sterlingpickens/ma...

  • Jan Berdajs committed [986767]

    Set the pool idle and switch pool, if need

  • sterlingpickens committed [83d71d]

    Update sgminer.c

  • Jan Berdajs committed [c469ff]

    Disconnect from pool, if auth is failed

  • Noel Maersk Noel Maersk committed [d27e86]

    api: Add XIntensity and RawIntensity to `devs` ...

  • Jan Berdajs committed [e32dcd]

    Mark pool as idle if stratum restart is failed

  • Jan Berdajs committed [c2131d]

    add support for setting algorithm/nfactor for e...

  • Noel Maersk Noel Maersk committed [f6616a]

    config: allow specifying per-pool algorithm wit...

  • Noel Maersk Noel Maersk committed [0dcb6c]

    doc: clarify `algorithm` usage in a config file...

  • Noel Maersk Noel Maersk committed [b45746]

    Merge pull request #187 from Bllacky/patch-5

  • Harry Moreno committed [3c5f0f]

    made debian apt-get a one-liner

  • Noel Maersk Noel Maersk committed [af879b]

    core/misc: rename set_poolname() to set_pool_na...

  • Noel Maersk Noel Maersk committed [cabb02]

    log: do not show pool difficulty changes on non...

  • Noel Maersk Noel Maersk committed [705162]

    log: change log level in setup_stratum_socket().

  • Noel Maersk Noel Maersk committed [a57f84]

    Revert "fix for mingw-w64"

  • Noel Maersk Noel Maersk committed [53a199]

    config: use get_pool_name() in set_pool_algorit...

  • Noel Maersk Noel Maersk committed [e7078a]

    misc: clarify currentpool() comment.

  • Noel Maersk Noel Maersk committed [942c67]

    Update miner.h

  • Noel Maersk Noel Maersk committed [b3d483]

    core: revert two of the changes in Bllacky's pu...

  • Noel Maersk Noel Maersk committed [cc735d]

    misc: don't violate reserved identifier naming ...

  • Noel Maersk Noel Maersk committed [b6218e]

    config: rename --pool-priority to --priority, -...

  • Noel Maersk Noel Maersk committed [0793c9]

    Merge remote-tracking branch 'mrbrdo/poolalgo' ...

  • Bllacky committed [1dc8aa]

    Update sgminer.c

  • Harry Moreno committed [74ec14]

    added clarification for dependencies

  • Noel Maersk Noel Maersk committed [cc5924]

    adding mrbrdo to AUTHORS.md for kernel hot-swit...

  • Noel Maersk Noel Maersk committed [aa5f4c]

    config: add `const` qualifier to set_pool_{algo...

  • Noel Maersk Noel Maersk committed [4f3d2e]

    misc: set `algorithm` for pool in example.conf.

  • Bllacky committed [fe64ac]

    Update sgminer.c

  • Noel Maersk Noel Maersk committed [9a2b92]

    misc: update NEWS.md with reference to mailing ...

  • Noel Maersk Noel Maersk committed [3ddf6b]

    core: rename default_algorithm to opt_algorithm.

  • Jan Berdajs committed [cdb817]

    Change algorithm more robustly and faster, prev...

  • Noel Maersk Noel Maersk committed [4c64a1]

    Merge pull request #181 from morenoh149/patch-1

  • Noel Maersk Noel Maersk committed [336135]

    misc: Bump version to 4.1.242.

  • Noel Maersk Noel Maersk committed [2c0015]

    Merge pull request #189 from Bllacky/patch-7

  • Noel Maersk Noel Maersk committed [e1b944]

    doc: update README.md with links to mailing lists.

  • Noel Maersk Noel Maersk posted a comment on discussion General Discussion

    Perhaps the few poorly-SMTPd message I've received in the inbox are notifications...

  • Noel Maersk Noel Maersk posted a comment on ticket #2

    Works fine.

  • Noel Maersk Noel Maersk posted a comment on ticket #2

    How about replying via e-mail? On Fri, Mar 28, 2014 at 04:57:35PM +0000, Noel Maersk...

  • Jeff Garzik committed [959986]

    Initial revision of CPU miner.

  • Jeff Garzik committed [9bc364]

    Add README and license info.

  • Jeff Garzik committed [19b51e]

    Clean up protocol debugging output, and other c...

  • Jeff Garzik committed [e33abc]

    sha256: note about bitcoin input data

  • Jeff Garzik committed [89a056]

    Code movement. Update stats counter more frequ...

  • Jeff Garzik committed [5b0ab3]

    Remove byte reversing in submit_work()

  • Jeff Garzik committed [b7201e]

    sha256: Assume that input is already big endian.

  • Jeff Garzik committed [45a29a]

    Add timing info. Remove BIGNUM PoW checks.

  • Jeff Garzik committed [16b535]

    Add some code comments.

  • Jeff Garzik committed [666af3]

    Clean up proof-of-work checking,

  • Jeff Garzik committed [5b6e9a]

    Add command line parsing, and multiple threads.

  • Jeff Garzik committed [702e2a]

    Convert over to autotools. Release version 0.1.

  • Jeff Garzik committed [1032fe]

    Allocate work struct once, on stack, rather tha...

  • Jeff Garzik committed [23cd22]

    RPC URL, username and password become arguments,

  • Jeff Garzik committed [67d3c9]

    Small cleanups and comment additions. Don't sl...

  • Jeff Garzik committed [82fff8]

    Do not build sha256_generic module separate fro...

  • Jeff Garzik committed [ea6c11]

    Add GPLv2 header.

  • Jeff Garzik committed [a61482]

    Remove unused OpenSSL dependency.

  • Jeff Garzik committed [822cf2]

    sha256: Remove unused include arpa/inet.h

  • Jeff Garzik committed [e4c4b3]

    scanhash micro-optimizations

  • Jeff Garzik committed [352bab]

    Introduce compat.h, for Win32 builds

  • Jeff Garzik committed [945be8]

    Move utility routines to util.c.

  • Jeff Garzik committed [5d1a45]

    code movement: move submit_work() above hot path

  • Jeff Garzik committed [59f1fb]

    Link with pthreads lib, if present. Remove GNU...

  • Jeff Garzik committed [750deb]

    Makefile.am: add compat.h, to correct 'make dis...

  • Jeff Garzik committed [7f98b6]

    README: update dependency list and build instru...

1 >
MongoDB Logo MongoDB