p2pool.git
12 years agoadded *.pyo to .gitignore
Forrest Voight [Fri, 27 Jan 2012 21:32:34 +0000]
added *.pyo to .gitignore

12 years agoadded global stale rate to graphs
Forrest Voight [Fri, 27 Jan 2012 19:33:13 +0000]
added global stale rate to graphs

12 years agoremoved --no-overwrite options from rrdtool calls to make p2p compatible with older...
Forrest Voight [Fri, 27 Jan 2012 17:13:20 +0000]
removed --no-overwrite options from rrdtool calls to make p2p compatible with older versions

12 years agoanother fix to irc announcer
Forrest Voight [Fri, 27 Jan 2012 05:07:51 +0000]
another fix to irc announcer

12 years agoimproved binom_conf_interval
Forrest Voight [Fri, 27 Jan 2012 03:22:22 +0000]
improved binom_conf_interval

12 years agotry to resolve bootstrap and node addresses provided with -n
Forrest Voight [Thu, 26 Jan 2012 22:50:25 +0000]
try to resolve bootstrap and node addresses provided with -n

12 years agoreformatted conf file error message, including a randomly generated password
Forrest Voight [Thu, 26 Jan 2012 22:20:16 +0000]
reformatted conf file error message, including a randomly generated password

12 years agoseparated logging classes into util.logging and started logging only after argument...
Forrest Voight [Thu, 26 Jan 2012 22:17:01 +0000]
separated logging classes into util.logging and started logging only after argument parsing is done

12 years agoreplaced hardcoded conf path (/home/forrest/.bitcoin/bitcoin.conf) with automatic...
Forrest Voight [Thu, 26 Jan 2012 22:19:50 +0000]
replaced hardcoded conf path (/home/forrest/.bitcoin/bitcoin.conf) with automatic one, oops

12 years agoautomatic gleaning of rpcport, p2pport, rpcuser, rpcpassword from bitcoin.conf
Forrest Voight [Thu, 26 Jan 2012 22:00:49 +0000]
automatic gleaning of rpcport, p2pport, rpcuser, rpcpassword from bitcoin.conf

12 years agoforward all block solutions to peers
Forrest Voight [Thu, 26 Jan 2012 20:00:38 +0000]
forward all block solutions to peers

12 years agofix for binomial_conf_interval
Forrest Voight [Wed, 25 Jan 2012 14:54:03 +0000]
fix for binomial_conf_interval

12 years agofixed ierf
Forrest Voight [Tue, 24 Jan 2012 22:49:23 +0000]
fixed ierf

12 years agosome more transformations to speed up binomial_conf_interval
Forrest Voight [Tue, 24 Jan 2012 20:14:19 +0000]
some more transformations to speed up binomial_conf_interval

12 years agosome transformations to speed up binomial_conf_interval
Forrest Voight [Tue, 24 Jan 2012 19:55:36 +0000]
some transformations to speed up binomial_conf_interval

12 years agofixed find_root start and made binomial_conf_interval more accurate
Forrest Voight [Tue, 24 Jan 2012 19:20:39 +0000]
fixed find_root start and made binomial_conf_interval more accurate

12 years agofixes to irc announcer
Forrest Voight [Tue, 24 Jan 2012 20:51:35 +0000]
fixes to irc announcer

12 years agoimproved binomial_conf_interval
Forrest Voight [Tue, 24 Jan 2012 04:42:42 +0000]
improved binomial_conf_interval

12 years agoseparated root finder in util.math
Forrest Voight [Tue, 24 Jan 2012 04:42:35 +0000]
separated root finder in util.math

12 years agoadded irc announce option
Forrest Voight [Tue, 24 Jan 2012 00:11:06 +0000]
added irc announce option

12 years agoremoved unused variable - start_time
Forrest Voight [Mon, 23 Jan 2012 23:58:09 +0000]
removed unused variable - start_time

12 years agofixed object.__new__ depreciation warning
Forrest Voight [Mon, 23 Jan 2012 23:25:59 +0000]
fixed object.__new__ depreciation warning

12 years agoalways display stale proportion
Forrest Voight [Mon, 23 Jan 2012 22:54:21 +0000]
always display stale proportion

12 years agooptimized integer reading/writing for a 36% improvement
Forrest Voight [Mon, 23 Jan 2012 22:39:50 +0000]
optimized integer reading/writing for a 36% improvement

12 years agoremoved worker_interface's dependency on weakref
Forrest Voight [Mon, 23 Jan 2012 22:38:17 +0000]
removed worker_interface's dependency on weakref

12 years agofixed faulty assert messing up merged mining when /P2SH/ flag was being included...
Forrest Voight [Mon, 23 Jan 2012 21:16:10 +0000]
fixed faulty assert messing up merged mining when /P2SH/ flag was being included in coinbase

12 years agoremoved unnecessary import
Forrest Voight [Mon, 23 Jan 2012 05:17:26 +0000]
removed unnecessary import

12 years agoreplace byte reversing with big-endian packing
Forrest Voight [Mon, 23 Jan 2012 18:17:05 +0000]
replace byte reversing with big-endian packing

12 years agoremoved bitcoin reply message - checkorder and submitorder are already gone
Forrest Voight [Mon, 23 Jan 2012 18:14:27 +0000]
removed bitcoin reply message - checkorder and submitorder are already gone

12 years agounified HashType, ShortHashType, and StructType into IntType
Forrest Voight [Mon, 23 Jan 2012 17:59:48 +0000]
unified HashType, ShortHashType, and StructType into IntType

12 years agosimplified perfect_round
Forrest Voight [Mon, 23 Jan 2012 16:54:35 +0000]
simplified perfect_round

12 years agoregulate local difficulty to ensure that work is returned no more often than every...
Forrest Voight [Mon, 23 Jan 2012 05:15:29 +0000]
regulate local difficulty to ensure that work is returned no more often than every 5 seconds. this will make small miners' graphs much smoother

12 years agouse scipy inverse beta function for exact confidence intervals, if available
Forrest Voight [Mon, 23 Jan 2012 03:44:03 +0000]
use scipy inverse beta function for exact confidence intervals, if available

12 years agoimproved estimation of stale proportion by using maximum-likelihood estimator instead...
Forrest Voight [Mon, 23 Jan 2012 01:18:21 +0000]
improved estimation of stale proportion by using maximum-likelihood estimator instead of center of confidence interval

12 years agoSwitch grapher to RRD alternative maximum scaling to avoid graphs being scaled too...
Gregory Maxwell [Sun, 22 Jan 2012 19:16:53 +0000]
Switch grapher to RRD alternative maximum scaling to avoid graphs being scaled too loosely. Also switch to rrd slope mode, which makes the graphs easier to read due to fewer sudden changes— since the figures are all estimates you can't really say the slopes are inaccurate.

12 years agoinclude getmemorypool's "coinbaseflags" data in coinbase
Forrest Voight [Sun, 22 Jan 2012 08:54:17 +0000]
include getmemorypool's "coinbaseflags" data in coinbase

12 years agofixed formatting of worker password line
Forrest Voight [Sun, 22 Jan 2012 08:47:47 +0000]
fixed formatting of worker password line

12 years agoadded per-miner graphs
Forrest Voight [Sun, 22 Jan 2012 07:44:49 +0000]
added per-miner graphs

12 years agomade Grapher use a function to get arguments to rrdgraph
Forrest Voight [Sun, 22 Jan 2012 07:42:51 +0000]
made Grapher use a function to get arguments to rrdgraph

12 years agocleaned up the no-rrdtool Grapher
Forrest Voight [Sun, 22 Jan 2012 07:42:32 +0000]
cleaned up the no-rrdtool Grapher

12 years agomoved stale skiplist to tracker's delta object
Forrest Voight [Sat, 21 Jan 2012 04:05:49 +0000]
moved stale skiplist to tracker's delta object

12 years agomade Tracker use head/tail from deltas instead of share.hash/previous_hash
Forrest Voight [Fri, 13 Jan 2012 17:40:35 +0000]
made Tracker use head/tail from deltas instead of share.hash/previous_hash

12 years agoincluded head/tail in delta objects
Forrest Voight [Fri, 13 Jan 2012 17:11:59 +0000]
included head/tail in delta objects

12 years agoseparated Tracker element attributes into AttributeDelta
Forrest Voight [Fri, 13 Jan 2012 15:19:13 +0000]
separated Tracker element attributes into AttributeDelta

12 years agoallocate a connection slot for each node added with -n, instead of merely adding... 0.8.2
Forrest Voight [Fri, 20 Jan 2012 20:27:19 +0000]
allocate a connection slot for each node added with -n, instead of merely adding it to a pool of potential addresses

12 years agorewrote chain scoring function for better performance and more obvious behavior
Forrest Voight [Fri, 20 Jan 2012 21:11:20 +0000]
rewrote chain scoring function for better performance and more obvious behavior

12 years agodisable caching in several places
Forrest Voight [Fri, 20 Jan 2012 05:02:55 +0000]
disable caching in several places

12 years agono longer attempt to use pubkey in payout script
Forrest Voight [Fri, 20 Jan 2012 05:25:23 +0000]
no longer attempt to use pubkey in payout script

12 years agoadded packetReceived method to p2p protocols, letting them handle timeouts and allowi...
Forrest Voight [Tue, 17 Jan 2012 22:21:58 +0000]
added packetReceived method to p2p protocols, letting them handle timeouts and allowing restricting commands in a cleaner way

12 years agodealt with a few old XXX's
Forrest Voight [Tue, 17 Jan 2012 22:21:25 +0000]
dealt with a few old XXX's

12 years agoremoved checkorder, submit order Bitcoin p2p messages and FixedStrType
Forrest Voight [Tue, 17 Jan 2012 22:07:07 +0000]
removed checkorder, submit order Bitcoin p2p messages and FixedStrType

12 years agomoved p2p methods into a subclass of p2p.Node
Forrest Voight [Tue, 17 Jan 2012 21:40:12 +0000]
moved p2p methods into a subclass of p2p.Node

12 years agofixed not providing "peer" when calling handle_shares in p2p.Node
Forrest Voight [Tue, 17 Jan 2012 21:46:32 +0000]
fixed not providing "peer" when calling handle_shares in p2p.Node

12 years agodifferentiate between incoming and outgoing connections in log messages
Forrest Voight [Tue, 17 Jan 2012 21:02:59 +0000]
differentiate between incoming and outgoing connections in log messages

12 years agoseparated client and server handling into factories. incoming and outgoing connection...
Forrest Voight [Tue, 17 Jan 2012 20:48:39 +0000]
separated client and server handling into factories. incoming and outgoing connections are now separately limited

12 years agochanged handling of addr_store
Forrest Voight [Tue, 17 Jan 2012 18:19:20 +0000]
changed handling of addr_store

12 years agoindentation fixes
Forrest Voight [Tue, 17 Jan 2012 18:17:47 +0000]
indentation fixes

12 years agoallow for variably-sized pubkeys
Forrest Voight [Tue, 17 Jan 2012 18:17:14 +0000]
allow for variably-sized pubkeys

12 years agocombined several lines in README
Forrest Voight [Tue, 17 Jan 2012 18:14:01 +0000]
combined several lines in README

12 years agodon't call set_real_work1 if it's already running, in order to avoid lots of getwork...
Forrest Voight [Mon, 16 Jan 2012 20:06:09 +0000]
don't call set_real_work1 if it's already running, in order to avoid lots of getwork during Bitcoin blockchain downloads

12 years agoAdded X-Is-P2Pool HTTP response header (value: "true")
Forrest Voight [Mon, 16 Jan 2012 00:00:56 +0000]
Added X-Is-P2Pool HTTP response header (value: "true")

12 years agoadded graph of local dead hash rate
Forrest Voight [Sat, 14 Jan 2012 22:29:47 +0000]
added graph of local dead hash rate

12 years agofixed litecoin_scrypt build on linux
Forrest Voight [Sat, 14 Jan 2012 18:56:43 +0000]
fixed litecoin_scrypt build on linux

12 years agofixups to setup.py to include some extra required modules, bundle everything
Forrest Voight [Sat, 14 Jan 2012 02:29:58 +0000]
fixups to setup.py to include some extra required modules, bundle everything
into one file, copy the READMEs, and insert a computed version into the
source

12 years agofixes to ltc_scrypt for MSVC
Forrest Voight [Sat, 14 Jan 2012 02:28:28 +0000]
fixes to ltc_scrypt for MSVC

12 years agoadded graphing of local hash rate
Forrest Voight [Fri, 13 Jan 2012 21:10:47 +0000]
added graphing of local hash rate

12 years agoremoved namecoin p2pools... going to return shortly as pooled merged mining in the...
Forrest Voight [Tue, 10 Jan 2012 18:17:50 +0000]
removed namecoin p2pools... going to return shortly as pooled merged mining in the main pool

12 years agocleaned up anti-bitdust patch
Forrest Voight [Tue, 10 Jan 2012 00:48:54 +0000]
cleaned up anti-bitdust patch

12 years agoException fix for patron_sendmany and a small output cutoff.
Gregory Maxwell [Sun, 8 Jan 2012 08:01:56 +0000]
Exception fix for patron_sendmany and a small output cutoff.

Fixes an exception in patron_sendmany during p2pool syncup and adds a
cutoff (default 0.01 btc) to prevent small outputs. The cutoff can be
adjusted by adding "/amount" to the total requested from patron_sendmany.
Output values below the cutoff are summed up and paid at random in
proportion to their earnings. This prevents wallet pollution by dust
inputs and avoids transaction fees.

12 years agoabstracted Renderer and added week/month graphs
Forrest Voight [Mon, 9 Jan 2012 05:06:11 +0000]
abstracted Renderer and added week/month graphs

12 years agoadded graph of pool hash rate
Forrest Voight [Sun, 8 Jan 2012 06:06:53 +0000]
added graph of pool hash rate

12 years agochanged /patron_uri to /patron_sendmany
Forrest Voight [Sat, 7 Jan 2012 22:59:47 +0000]
changed /patron_uri to /patron_sendmany

12 years agoMerge pull request #9 from goblin/extra_stats
Forrest Voight [Sat, 7 Jan 2012 17:46:12 +0000]
Merge pull request #9 from goblin/extra_stats

Extra stats

12 years agoadded /patron_uri
Forrest Voight [Sat, 7 Jan 2012 16:22:41 +0000]
added /patron_uri

12 years agoadded /current_payouts
Forrest Voight [Sat, 7 Jan 2012 15:42:02 +0000]
added /current_payouts

12 years agoadd a CORS header to response HTTP headers on 9332
goblin [Sat, 7 Jan 2012 15:23:39 +0000]
add a CORS header to response HTTP headers on 9332

This will allow cross-site requests from modern browsers to be able
to query p2pool for stats on the 9332 port.

12 years agofix merkle root linking issue
Forrest Voight [Sat, 7 Jan 2012 14:58:24 +0000]
fix merkle root linking issue

12 years agoadded recent_blocks
goblin [Sat, 7 Jan 2012 13:22:43 +0000]
added recent_blocks

12 years agoadded payout_addr
goblin [Sat, 7 Jan 2012 12:50:40 +0000]
added payout_addr

12 years agorequire a version message before others can be used
Forrest Voight [Sat, 7 Jan 2012 09:51:21 +0000]
require a version message before others can be used

12 years agofixed watchdog handler
Forrest Voight [Sat, 7 Jan 2012 09:41:37 +0000]
fixed watchdog handler

12 years agodon't accept connections from peer versions < 2
Forrest Voight [Sat, 7 Jan 2012 08:07:17 +0000]
don't accept connections from peer versions < 2

12 years agoretry merged block submittal
Forrest Voight [Sat, 7 Jan 2012 08:05:39 +0000]
retry merged block submittal

12 years agoindentation fixed
Forrest Voight [Sat, 7 Jan 2012 07:58:37 +0000]
indentation fixed

12 years agorefactored got_response
Forrest Voight [Sat, 7 Jan 2012 06:19:31 +0000]
refactored got_response

12 years agofixed indentation
Forrest Voight [Sat, 7 Jan 2012 05:11:23 +0000]
fixed indentation

12 years agorefactor functions passed to worker_interface into WorkerBridge class
Forrest Voight [Sat, 7 Jan 2012 04:55:54 +0000]
refactor functions passed to worker_interface into WorkerBridge class

12 years agoremove chain length switchover logic
Forrest Voight [Fri, 6 Jan 2012 03:54:53 +0000]
remove chain length switchover logic

12 years agoupdate litecoin bootstrap addresses
Forrest Voight [Thu, 5 Jan 2012 20:03:02 +0000]
update litecoin bootstrap addresses

12 years agodon't display default ports in /peer_addresses
Forrest Voight [Thu, 5 Jan 2012 20:02:29 +0000]
don't display default ports in /peer_addresses

12 years agoput bootstrap addresses in preferred_addrs so addr timestamps aren't messed up
Forrest Voight [Thu, 5 Jan 2012 11:22:09 +0000]
put bootstrap addresses in preferred_addrs so addr timestamps aren't messed up

12 years agodisplay payout addresses of shares in chain_img
Forrest Voight [Thu, 1 Dec 2011 00:45:12 +0000]
display payout addresses of shares in chain_img

12 years agoremoved current_work dependency from p2p
Forrest Voight [Thu, 5 Jan 2012 11:11:30 +0000]
removed current_work dependency from p2p

12 years agolimit maximum connections to 50
Forrest Voight [Thu, 5 Jan 2012 11:04:19 +0000]
limit maximum connections to 50

12 years agoinclude many collected bootstrap addresses in network definitions. litecoin ones...
Forrest Voight [Thu, 5 Jan 2012 10:33:06 +0000]
include many collected bootstrap addresses in network definitions. litecoin ones need to be expanded.

12 years agoadded /peer_addresses
Forrest Voight [Thu, 5 Jan 2012 10:05:24 +0000]
added /peer_addresses

12 years agoadd a ">" to lines internally sent to stderr so error messages can be easily filtered
Forrest Voight [Thu, 5 Jan 2012 09:06:06 +0000]
add a ">" to lines internally sent to stderr so error messages can be easily filtered

12 years agofix error handling in util.math.add_tuples
Forrest Voight [Thu, 5 Jan 2012 09:05:26 +0000]
fix error handling in util.math.add_tuples

12 years agoinclude date in timestamps
Forrest Voight [Thu, 5 Jan 2012 08:40:10 +0000]
include date in timestamps

12 years agoprint stack outside of watchdog interrupt. enable interrupted system call restarting.
Forrest Voight [Thu, 5 Jan 2012 08:16:23 +0000]
print stack outside of watchdog interrupt. enable interrupted system call restarting.

fixes rphlx's bug that happens when p2pool is left stopped for more than 30 seconds