Bugfix: Check fd still has a handler object, in case it has been destroyed in the...
[bitcoin:eloipool.git] / merklemaker.py
2012-01-26 Luke DashjrAdd support for setworkaux JSON-RPC only from a secret...
2011-10-08 Luke DashjrUpdate block as soon as we find it, and longpoll again...
2011-10-08 Luke DashjrOnly update coinbase data for unique merkle roots,...
2011-10-08 Luke Dashjrensure blocks fit under size and sigop limits
2011-10-08 Luke Dashjrmake sure the block has room to add rather large coinbases
2011-10-08 Luke Dashjrlog bitcoind polls
2011-10-08 Luke DashjrUse Python logging framework :)
2011-10-07 Luke Dashjrreorganize: move bitcoin* into bitcoin/*
2011-10-07 Luke DashjrUGLY HACK to keep bitcoin node flushing its received...
2011-10-07 Luke DashjrPass total coinbase value to makeCoinbaseTxn
2011-10-07 Luke DashjrBugfix: too many endian changes, this one doesn't belong
2011-10-07 Luke Dashjrsimple work log
2011-10-07 Luke Dashjrsuccessfully receive shares from poclbm
2011-10-06 Luke DashjrFix JSON-RPC getwork response to standard form
2011-10-06 Luke Dashjrsplit Txn, dblsha, MerkleMaker, and MerkleTree out