Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N
by
cubevtc
on 02/05/2014, 20:42:19 UTC
Seems I fixed the payout script issue on vtcpool.co.uk - a payout just went out of the first MON.

2014-05-02 21:00:32.767705 Completed mon transaction aced61914f49f68b54bed6fa2c9fc1cd50fe6aa0bc1280bfbd328f0c3cd01d32:
2014-05-02 21:00:32.768029 MGekRK1kmciVtNNsWEvpdtWpmWzNNDG1wU 1.20945000 MON
2014-05-02 21:00:32.768173 MG3KSJKC8VEDHCK7ZFMRJ1etDqJj8QrKkh 1.47872333 MON
2014-05-02 21:00:32.768327 MAx1j154ACFtcbzP9kSntAeKxQg8QqgB1G 2.72932333 MON
2014-05-02 21:00:32.768476 MLCFqaZtnpvCQ9VT4b5XgCGnHfBtn4dCqP 1.78718089 MON
2014-05-02 21:00:32.768625 MBThMW4Zx8irBJo7jbii3CstamcXmvatLq 1.22118978 MON


Am about to put block explorer online now, forgot about that....

Hi Boris

I just hit into the payout issue too.  The error log is below.  Did you face similar problem?

2014-05-03 04:39:34.049625 Fetching shares from database...
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 505, 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 127, in pay_shares
    mon_balance = mon_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 407, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 520, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 445, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 528, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 401: Authorization Required