hello guys
i'm currently helping a friend update his p2pool server to allow support of all the algos.
if i understood everything correctly, the idea is we need to have 1 wallet running / algo
then this would be backed up by a p2pool for each, thx to
https://bitcointalksearch.org/topic/m.8445152it should be easy.
but i'm hitting a wall atm.
so far, i've compiled, installed and syncd the scrypt wallet, everything is OK
but when i run the p2pool, i endup with this:
i also tried with Rav3n p2pool, result is the same
currently i have tested on:
debian (wheezy)32bit (on a VM) => wallet doesn't compile
debian (wheezy)64bit (on a VM) => result as above picture
ubuntu server 64 (14.01) (on a VM) => result as above picture
debian (wheezy)64bit (on the server) => result as above picture
four time the work equals four time the fun right?
what i got when i start the command is (username and address edited ofc):
:~/dgbscrypt# python run_p2pool.py --give-author 0 --net digibyteScrypt MYUSERNAME MYPASSWD --fee 1.0 --address MYADDRESS
2014-08-30 19:30:33.040416 p2pool (version 5c7aeda)
2014-08-30 19:30:33.040473
2014-08-30 19:30:33.040508 Testing bitcoind RPC connection to 'http://127.0.0.1:14022/' with username 'MYUSERNAME'...
2014-08-30 19:30:33.203511 ...success!
2014-08-30 19:30:33.203572 Current block hash: 13c7b7abeff2f539f0baa9c7421f9cb94ad8a4952b3fc652472cffb61f69c3dd
2014-08-30 19:30:33.203602 Current block height: 143983
2014-08-30 19:30:33.203624
2014-08-30 19:30:33.203653 Testing bitcoind P2P connection to '127.0.0.1:12024'...
2014-08-30 19:30:33.282238 ...success!
2014-08-30 19:30:33.282294
2014-08-30 19:30:33.282331 Determining payout address...
2014-08-30 19:30:33.282430 ...success! Payout address: MYADDRESS
2014-08-30 19:30:33.282457
2014-08-30 19:30:33.282479 Loading shares...
2014-08-30 19:30:33.282591 ...done loading 0 shares (0 verified)!
2014-08-30 19:30:33.282619
2014-08-30 19:30:33.282641 Initializing work...
2014-08-30 19:30:33.426874 ...success!
2014-08-30 19:30:33.521685
2014-08-30 19:30:33.521748 Joining p2pool network using port 8022...
2014-08-30 19:30:33.909358 ...success!
2014-08-30 19:30:33.909409
2014-08-30 19:30:33.909536 Listening for workers on '' port 8023...
2014-08-30 19:30:34.025767 ...success!
2014-08-30 19:30:34.025822
2014-08-30 19:30:34.025847 Started successfully!
2014-08-30 19:30:34.025873 Go to http://127.0.0.1:8023/ to view graphs and statistics!
2014-08-30 19:30:34.025901 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-08-30 19:30:34.025924
2014-08-30 19:30:37.026100 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-08-30 19:30:37.026164 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2014-08-30 19:30:38.488861 Peer 127.0.0.1:8022 misbehaving, will drop and ban. Reason: was connected to self
2014-08-30 19:30:38.488932 Bad peer banned: ('127.0.0.1', 8022)
2014-08-30 19:30:38.489247 Peer 127.0.0.1:52246 misbehaving, will drop and ban. Reason: was connected to self
2014-08-30 19:30:38.489286 Bad peer banned: ('127.0.0.1', 52246)
2014-08-30 19:30:39.363738 Peer 127.0.0.1:8022 misbehaving, will drop and ban. Reason: was connected to self
2014-08-30 19:30:39.363804 Bad peer banned: ('127.0.0.1', 8022)
2014-08-30 19:30:39.364118 Peer 127.0.0.1:52252 misbehaving, will drop and ban. Reason: was connected to self
2014-08-30 19:30:39.364157 Bad peer banned: ('127.0.0.1', 52252)
2014-08-30 19:30:44.444026 Handshake timed out, disconnecting from 192.186.133.74:8022
after the wallet was compiled and syncd, i just ran the following:
apt-get update && apt-get install python-zope.interface python-twisted python-twisted-web
git clone git://github.com/birdonwheels5/p2pool-dgbScrypt.git dgbscrypt
cd dgbscrypt/litecoin_scrypt/ && python setup.py install
cd ../digibyte_subsidy/ && python setup.py install
cd ~
then i tested it, with no luck
maybe i'm missing something here, but i fail to see what, so if any of you guys have any idea, you would be very welcome!
he is helping me as we always have the same problem... wallet synced but p2pool not working.. Any help would be appreciated to have the server running again