WOW! How?
1) actual bitcoin from git ( moves variables ...Fees.. from main.h to main.cpp)
2) set in src/main.cpp the parameters to
int64 CTransaction::nMinTxFee = 1000000000; # Override with -mintxfee
int64 CTransaction::nMinRelayTxFee = 1000000000;
3) compile bitcoin
EDIT:
Or.. not tested: set -mintxfee -minrelaytxfee to 1000000000 without editing main.cpp
4) in bitcoin.conf:
blockmaxsize=5000
blockprioritysize=0
blockminsize=0
Greets
Basically your saying that pool mining is 100 times better for bitcoin than your p2pool settings coz some pools can commit up to 100x the transactions that you do.
Transactions are the other part of what is necessary to keep bitcoin alive.
No transactions means no bitcoin.
Agreed. One shouldn't have to start tampering with the transaction settings to get p2pool working optimally, but at the detriment of bitcoin itself, it should just work properly out of the box. I believe if p2pool was rewritten in C or C++ it would not only be more cross platform compatible than python, but it would also definitely make it easier to pinpoint the stratum issue that I have been banging on about ever since it's introduction, simply because it is more widely understood and used by programmers/coders. Of which I am not one