I'm not using bitcoind BTW, I'm using bitcoin-qt (the GUI client). I was using it earlier this year like this successfully.
server=1
rpcuser=username
rpcpassword=password
rpcport=8332
rpcallowip=127.0.0.1
all these defined in bitcoin.conf?
-- Smoov
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
2012-10-18 23:48:46.318000 P2Pool: 17452 shares in chain (9324 verified/17456 total) Peers: 12 (2 incoming)
2012-10-18 23:48:46.319000 Local: 3851MH/s in last 10.0 minutes Local dead on arrival: ~4.3% (2-7%) Expected time to share: 13.0 minutes
2012-10-18 23:48:46.320000 Shares: 7 (1 orphan, 3 dead) Stale rate: ~57.1% (25-85%) Efficiency: ~51.2% (18-90%) Current payout: 0.0174 BTC
2012-10-18 23:48:46.321000 Pool: 399GH/s Stale rate: 16.3% Expected time to block: 9.2 hours
C:\p2pool-8.2-1-g90b71e5\litecoin_scrypt>setup.py build --compiler=mingw32 install
running build
running build_ext
building 'ltc_scrypt' extension
c:\mingw\bin\gcc.exe -mdll -O -Wall -I. -IC:\Python27\include -IC:\Python27\PC -c scryptmodule.c -o build\temp.win-amd64-2.7\Release\scryptmodule.o
scryptmodule.c: In function 'scrypt_getpowhash':
scryptmodule.c:15:5: warning: implicit declaration of function 'scrypt_1024_1_1_256' [-Wimplicit-function-declaration]
c:\mingw\bin\gcc.exe -mdll -O -Wall -I. -IC:\Python27\include -IC:\Python27\PC -c scrypt.c -o build\temp.win-amd64-2.7\Release\scrypt.o
writing build\temp.win-amd64-2.7\Release\ltc_scrypt.def
c:\mingw\bin\gcc.exe -shared -s build\temp.win-amd64-2.7\Release\scryptmodule.o build\temp.win-amd64-2.7\Release\scrypt.o build\temp.win-amd64-2.7\Rel
ease\ltc_scrypt.def -LC:\Python27\libs -LC:\Python27\PCbuild\amd64 -lpython27 -lmsvcr90 -o build\lib.win-amd64-2.7\ltc_scrypt.pyd
build\temp.win-amd64-2.7\Release\scryptmodule.o:scryptmodule.c:(.text+0x1e): undefined reference to `__imp__PyArg_ParseTuple'
build\temp.win-amd64-2.7\Release\scryptmodule.o:scryptmodule.c:(.text+0x35): undefined reference to `__imp__PyMem_Malloc'
build\temp.win-amd64-2.7\Release\scryptmodule.o:scryptmodule.c:(.text+0x44): undefined reference to `__imp__PyString_AsString'
build\temp.win-amd64-2.7\Release\scryptmodule.o:scryptmodule.c:(.text+0x83): undefined reference to `__imp__Py_BuildValue'
build\temp.win-amd64-2.7\Release\scryptmodule.o:scryptmodule.c:(.text+0x8e): undefined reference to `__imp__PyMem_Free'
build\temp.win-amd64-2.7\Release\scryptmodule.o:scryptmodule.c:(.text+0xcd): undefined reference to `__imp__Py_InitModule4'
collect2.exe: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
C:\p2pool-8.2-1-g90b71e5\litecoin_scrypt>vcvarsall
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
C:\p2pool-8.2-1-g90b71e5\litecoin_scrypt>setup.py build --compile=msvc install
running build
running build_ext
building 'ltc_scrypt' extension
creating build
creating build\temp.win-amd64-2.7
creating build\temp.win-amd64-2.7\Release
E:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I. -IC:\Python27\include -IC:\Python27\PC /Tcs
cryptmodule.c /Fobuild\temp.win-amd64-2.7\Release\scryptmodule.obj
scryptmodule.c
scryptmodule.c(15) : warning C4013: 'scrypt_1024_1_1_256' undefined; assuming extern returning int
E:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I. -IC:\Python27\include -IC:\Python27\PC /Tcs
crypt.c /Fobuild\temp.win-amd64-2.7\Release\scrypt.obj
scrypt.c
creating build\lib.win-amd64-2.7
E:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuil
d\amd64 /EXPORT:initltc_scrypt build\temp.win-amd64-2.7\Release\scryptmodule.obj build\temp.win-amd64-2.7\Release\scrypt.obj /OUT:build\lib.win-amd64-
2.7\ltc_scrypt.pyd /IMPLIB:build\temp.win-amd64-2.7\Release\ltc_scrypt.lib /MANIFESTFILE:build\temp.win-amd64-2.7\Release\ltc_scrypt.pyd.manifest
Creating library build\temp.win-amd64-2.7\Release\ltc_scrypt.lib and object build\temp.win-amd64-2.7\Release\ltc_scrypt.exp
scryptmodule.obj : error LNK2019: unresolved external symbol __imp__PyMem_Free referenced in function _scrypt_getpowhash
scryptmodule.obj : error LNK2019: unresolved external symbol __imp__Py_BuildValue referenced in function _scrypt_getpowhash
scryptmodule.obj : error LNK2019: unresolved external symbol __imp__PyString_AsString referenced in function _scrypt_getpowhash
scryptmodule.obj : error LNK2019: unresolved external symbol __imp__PyMem_Malloc referenced in function _scrypt_getpowhash
scryptmodule.obj : error LNK2019: unresolved external symbol __imp__PyArg_ParseTuple referenced in function _scrypt_getpowhash
scryptmodule.obj : error LNK2019: unresolved external symbol __imp__Py_InitModule4 referenced in function _initltc_scrypt
build\lib.win-amd64-2.7\ltc_scrypt.pyd : fatal error LNK1120: 6 unresolved externals
error: command '"E:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.exe"' failed with exit status 1120
ln -s ./forrestv-p2pool-7aedd00 p2pool
cd p2pool
python ./run_p2pool.py
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
2012-10-18 09:25:08.997911 p2pool (version 7aedd00)