2013-09-10 |
Luke Dashjr | Bugfix: Check fd still has a handler object, in case... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | JSONRPCServer: Replace asyncore with raw epoll implemen... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Move basic sanity checks a bit earlier |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Silence error when HTTP connection doesn't send request... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Use more resources in example config |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Be quieter by default |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Track active longpollers by IP; also fix remote host... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Faster, simpler cleanup for LPs |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Bugfix: Allow params to be omitted in JSON-RPC calls |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Make gotwork less loady |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Support for outbound gotwork JSON-RPC call |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Add support for setworkaux JSON-RPC only from a secret... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Bugfix: Fix midstate bugs |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Bugfix: a2b_hex in Python 3.2 no longer accepts str... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Brief README file documenting dependencies and where... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Bugfix: midstate module will expect bytes, not str |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Quick and dirty hack to detect (and reject) duplicate... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Example config.py file (testnet) |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Luke Dashjr | Support for generating midstate iff there is a compatib... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Luke Dashjr | Move JSONRPCServer binding to config file |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Luke Dashjr | Refactor JSONRPCServer using a (mostly) asynchronous... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Luke Dashjr | Bugfix: accept 1-entry lists with detail enabled |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Luke Dashjr | merkletree: add support for detailed tree storage |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Luke Dashjr | Support importing merkletree without bitcoin.txn |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Luke Dashjr | Branch off LP waiting/handling into a dedicated thread |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Luke Dashjr | saner logging and countdown (sem NEEDS the decrement... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Luke Dashjr | more LP debug |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Luke Dashjr | Log rejections :P |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Luke Dashjr | Bugfix: HTTP requires CRLF, not merely LF |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Luke Dashjr | pass socket errors up from HTTP handler, so they can... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Update block as soon as we find it, and longpoll again... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Working Longpoll support |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Bugfix: pushpool-compatible db log needs swap32'd and... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Enable rollntime support (with or without advertised... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | improved dupe checking |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | remove debugprint |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Rename {workmaker => eloipool}.py |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Log remote host from JSON-RPC |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Log upstream_result='Y' when it meets the upstream... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | treat usernames as text |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | fix INSERT statement |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Only update coinbase data for unique merkle roots,... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | very basic postgres share logging |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | ensure blocks fit under size and sigop limits |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | make sure the block has room to add rather large coinbases |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | support for coinbase prefixes |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Workaround: InteractiveConsole direct doesn't like... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | coinbaser support :D |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | abstract address-to-script |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | silence interactive mode banner |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | log bitcoind polls |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | make it difficult to accidentally exit the console |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Ignore socket errors from JSON-RPC connections |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | ignore (more) config files |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | Use Python logging framework :) |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Luke Dashjr | terminate JSON-RPC threads on shutdown |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Bugfix: reset time for extranonce rolling (plus imports) |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | for consistency, keep filenames lowercase |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | ignore Kate "swap" files, and base58.py |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | reorganize: move bitcoin* into bitcoin/* |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | ensure we have a unique coinbase |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | work with an address for generation (requires base58.py) |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | UGLY HACK to keep bitcoin node flushing its received... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Submit good blocks upstream via Bitcoin p2p protocol... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Pass total coinbase value to makeCoinbaseTxn |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Bugfix: too many endian changes, this one doesn't belong |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Bugfix: we need that nonce in the data ;) |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Bugfixes in bitcoinvarlen |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Bugfix: Don't try to assemble inputs into outputs! |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | simple work log |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | Bugfix: unpack returns a tuple, always; unpack it |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Luke Dashjr | successfully receive shares from poclbm |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | ignore *.patch |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | Fix JSON-RPC getwork response to standard form |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | use correct timestamp |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | mutable Txn, with a working idhash method |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | Simply copy config to MerkleMaker object |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | split Txn, dblsha, MerkleMaker, and MerkleTree out |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | split interactiveMode to its own file |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | possibly optimization (TODO) |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | proper HTTP status replies |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | ignore non-source files |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | split JSONRPC server to its own file |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | create normal work correctly, and update it when there... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | Restart TCP server when interrupted (by SIGUSR1) |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | Debug SIGUSR1 |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | traceback uncaught errors |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | basic JSON-RPC providing self-generated work (currently... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | transparent test case (unless it fails) |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Luke Dashjr | begin new workmaker with an optimized merkle tree maker |
commit | commitdiff | tree | snapshot |
|