"account": "",
"feeaccount": "fees",
in sharelogger.conf should be filled with which data? thks.
Struggling to configure the payout system for 2 hours now for my p2pool node. really appreciate any help.
Currently I'm stuck at sharelogger.conf file settings as above and other errors are as below
$ ./dist/build/server/server
[2014-05-02 16:28:03][main][INFO] Starting server with config: proxypool.json
[2014-05-02 16:28:03][client][INFO] Listening on localhost:9555
[2014-05-02 16:28:03][db][INFO] Connecting to localhost
[2014-05-02 16:28:03][server][INFO] Connecting to upstream: localhost:9172
[2014-05-02 16:28:03][server][WARNING] IOException in server: connect: does not exist (Connection refused)
[2014-05-02 16:28:03][server][WARNING] Sleeping for 5 seconds before reconnection
[2014-05-02 16:28:03][db][INFO] Redis connected
[2014-05-02 16:28:08][server][INFO] Connecting to upstream: localhost:9172
[2014-05-02 16:28:08][server][WARNING] IOException in server: connect: does not exist (Connection refused)
[2014-05-02 16:28:08][server][WARNING] Sleeping for 5 seconds before reconnection
$python run_p2pool.py --net vertcoin2 -f 1 --give-author 0 --no-bugreport --merged
http://Monocleusername7:Monoclecoindpass@127.0.0.1:6888Error getting payout address from bitcoind:
2014-05-02 16:28:46.926229 > Traceback (most recent call last):
2014-05-02 16:28:46.926445 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 575, in _runCallbacks
2014-05-02 16:28:46.926672 > current.result = callback(current.result, *args, **kw)
2014-05-02 16:28:46.926850 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in gotResult
2014-05-02 16:28:46.927000 > _inlineCallbacks(r, g, deferred)
2014-05-02 16:28:46.927137 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in _inlineCallbacks
2014-05-02 16:28:46.927283 > result = result.throwExceptionIntoGenerator(g)
2014-05-02 16:28:46.927421 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2014-05-02 16:28:46.927566 > return g.throw(self.type, self.value, self.tb)
2014-05-02 16:28:46.927703 > --- <exception caught here> ---
2014-05-02 16:28:46.927838 > File "/home/golem2/p2pool-n/p2pool/util/deferral.py", line 41, in f
2014-05-02 16:28:46.928132 > result = yield func(*args, **kwargs)
2014-05-02 16:28:46.928271 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in _inlineCallbacks
2014-05-02 16:28:46.928416 > result = result.throwExceptionIntoGenerator(g)
2014-05-02 16:28:46.928553 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2014-05-02 16:28:46.928698 > return g.throw(self.type, self.value, self.tb)
2014-05-02 16:28:46.928836 > File "/home/golem2/p2pool-n/p2pool/util/jsonrpc.py", line 133, in _http_do
2014-05-02 16:28:46.928975 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2014-05-02 16:28:46.929120 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found (disabled)
$ python payout.py
2014-05-02 16:30:45.342000 Share processing thread started...
2014-05-02 16:30:45.346741 Payment processing thread started...
2014-05-02 16:30:45.360719 Fetching shares from database...
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 761, in run
self.__target(*self.__args, **self.__kwargs)
File "payout.py", line 315, in run_sharepayout
vtc_txhash, vtc_tx, mon_txhash, mon_tx = pay_shares()
File "payout.py", line 129, in pay_shares
vtc_balance = vtc_wallet.get_balance() - config["minbalance"]
File "payout.py", line 50, in get_balance
return self.walletcmd("getbalance") - self.walletcmd("getbalance", config["feeaccount"])
File "payout.py", line 43, in walletcmd
return HttpClient(**self.walletcfg).call(method, *params)
File "/usr/local/lib/python2.7/dist-packages/pyjsonrpc/http.py", line 98, in call
password = self.password
File "/usr/local/lib/python2.7/dist-packages/pyjsonrpc/http.py", line 33, in http_request
response = urllib2.urlopen(request)
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found