changing layout, lots of things. currently broken
authorforrest <forrest@470744a7-cac9-478e-843e-5ec1b25c69e8>
Wed, 29 Jun 2011 15:16:25 +0000 (15:16 +0000)
committerforrest <forrest@470744a7-cac9-478e-843e-5ec1b25c69e8>
Wed, 29 Jun 2011 15:16:25 +0000 (15:16 +0000)
commit3d33fcc6b14b3f1cb95acf24f791faea984e78ed
treeb2ea58d212b15aaa8bce50819483e3f4d447f7af
parent1001bf7d30fd665d4cdae4bbecc6ad0723e1c07c
changing layout, lots of things. currently broken

git-svn-id: svn://forre.st/p2pool@1367 470744a7-cac9-478e-843e-5ec1b25c69e8
19 files changed:
README
bitcoin_p2p.py [deleted file]
dump_addrs.py
p2pool/__init__.py [new file with mode: 0644]
p2pool/bitcoin/__init__.py [new file with mode: 0644]
p2pool/bitcoin/data.py [new file with mode: 0644]
p2pool/bitcoin/getwork.py [moved from conv.py with 84% similarity]
p2pool/bitcoin/p2p.py [new file with mode: 0644]
p2pool/bitcoin/sha256.py [moved from sha256.py with 100% similarity]
p2pool/data.py [moved from p2pool.py with 66% similarity]
p2pool/db.py [moved from db.py with 100% similarity]
p2pool/expiring_dict.py [moved from expiring_dict.py with 100% similarity]
p2pool/jsonrpc.py [moved from jsonrpc.py with 100% similarity]
p2pool/main.py [moved from main.py with 90% similarity]
p2pool/p2p.py [moved from p2p.py with 79% similarity]
p2pool/util.py [moved from util.py with 100% similarity]
p2pool/worker_interface.py [moved from worker_interface.py with 100% similarity]
run_p2pool.py [new file with mode: 0644]
setup.py