Pages:
Author

Topic: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N - page 61. (Read 145934 times)

member
Activity: 99
Merit: 10
Ok I could really use some help with the config file for monocle wallet.
Do I need one?
If yes could someone be so kind to post a model?

You only need to have a monocle.conf if you are going to be mining on your OWN hosted p2pool locally

If that's what your gonna do, then make a monocle.conf and put this in the conf

server=1
gen=0
rpcport=6888
rpcallowip=127.0.0.1
rpcuser=usernamehere
rpcpassword=pw_here
full member
Activity: 210
Merit: 100
Everyone don't panic about not receiving payments. Remember, P2Pool usually takes 1-5 hours for payments (depending on 1st,2nd,3rd) and payments continue to hit your wallet 1-5 hours after you stop mining.

Regardless of the frequency of payouts, it should average out.

1 MON every 10 hours = 1 MON per 10 hours
.1 MON x 1 hour = 1 MON per 10 hours

Yes and please bear in mind the payouts system in place is VERY temporary and provisional - it's kind of an ugly kludge (as grateful as I'm sure we all are to Erik for all his hard work to get it done in such limited time) but the real goal has to be to get a proper, multi-sharechain p2pool implementation that can handle merge coins properly asap. If anyone fancies contributing!
newbie
Activity: 14
Merit: 0
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....

What was your problem? It seem I have the same problem.

See https://github.com/erkmos/proxypool/blob/9b670b1b1c2af930fe6c1178646235496049709d/payout/payout.py - assuming your payout script was choking on a particular MON address that should fix it. You can just git pull to get the update



Thank you, it sems to work now, it sees the mature coin and second coin is almost mature.
newbie
Activity: 13
Merit: 0
Ok I could really use some help with the config file for monocle wallet.
Do I need one?
If yes could someone be so kind to post a model?
newbie
Activity: 44
Merit: 0
   "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

Quote
$ ./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

Quote
$python run_p2pool.py --net vertcoin2 -f 1 --give-author 0 --no-bugreport --merged http://Monocleusername7:[email protected]:6888

Error 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 > --- ---
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)

Quote
$ 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
full member
Activity: 280
Merit: 100
Everyone don't panic about not receiving payments. Remember, P2Pool usually takes 1-5 hours for payments (depending on 1st,2nd,3rd) and payments continue to hit your wallet 1-5 hours after you stop mining.

Regardless of the frequency of payouts, it should average out.

1 MON every 10 hours = 1 MON per 10 hours
.1 MON x 1 hour = 1 MON per 10 hours
sr. member
Activity: 288
Merit: 250
DonSchoe, p2pool-n. monocled is compiled and working fine
member
Activity: 111
Merit: 10
Ok, 7MON mined!!!

I see VTC mining is a bit slower for me now, maybe because of that restart and 10 minute outage.

Thanks.
-Max
full member
Activity: 210
Merit: 100
xgtele what p2pool are you running? The DonSchoe stuff?

Oh, and of course, silly question, but is monocled definitely running - ie you can getinfo on it?

EDIT: I notice there's a 403 (forbidden) in there -are you sure you have the correct MON rpc username and password in the p2pool command line?

sr. member
Activity: 288
Merit: 250
Boris, please have a look to this error. Any ideas why merged mining does not work? Spasiba!

2014-05-02 23:33:13.005530 > Error while calling merged getauxblock on http://192.168.2.60:6888:
2014-05-02 23:33:13.005670 > Traceback (most recent call last):
2014-05-02 23:33:13.005758 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 575, in

_runCallbacks
2014-05-02 23:33:13.005835 >     current.result = callback(current.result, *args, **kw)
2014-05-02 23:33:13.005906 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in

gotResult
2014-05-02 23:33:13.005968 >     _inlineCallbacks(r, g, deferred)
2014-05-02 23:33:13.006040 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in

_inlineCallbacks
2014-05-02 23:33:13.006100 >     result = result.throwExceptionIntoGenerator(g)
2014-05-02 23:33:13.006161 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in

throwExceptionIntoGenerator
2014-05-02 23:33:13.006230 >     return g.throw(self.type, self.value, self.tb)
2014-05-02 23:33:13.006288 > --- ---
2014-05-02 23:33:13.006344 >   File "/home/pk/p2pool-n/p2pool/util/deferral.py", line 41, in f
2014-05-02 23:33:13.006402 >     result = yield func(*args, **kwargs)
2014-05-02 23:33:13.006470 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in

_inlineCallbacks
2014-05-02 23:33:13.006526 >     result = result.throwExceptionIntoGenerator(g)
2014-05-02 23:33:13.006585 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in

throwExceptionIntoGenerator
2014-05-02 23:33:13.006666 >     return g.throw(self.type, self.value, self.tb)
2014-05-02 23:33:13.006729 >   File "/home/pk/p2pool-n/p2pool/util/jsonrpc.py", line 126, in _http_do
2014-05-02 23:33:13.006787 >     raise e
2014-05-02 23:33:13.006871 > twisted.web.error.Error: 403 Forbidden
full member
Activity: 210
Merit: 100
Boris - You rock!  Busy Friday eh?

Thanks! Yeah, for sure, I'm off in a minute! Seems you're all getting your Monocles (and so am I) so I'm leaving it be for a while!
full member
Activity: 210
Merit: 100
the first page lists stratum+tcp://p2pool.vtcpool.co.uk:9555 as pool.

Is that one working too: http://p2pool.vtcpool.co.uk:9171/static/
?

Port 9171 is regular (VTC only) p2pool, port 9555 is for merged mining
newbie
Activity: 35
Merit: 0
the first page lists stratum+tcp://p2pool.vtcpool.co.uk:9555 as pool.

Is that one working too: http://p2pool.vtcpool.co.uk:9171/static/
?
full member
Activity: 210
Merit: 100
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....

What was your problem? It seem I have the same problem.

See https://github.com/erkmos/proxypool/blob/9b670b1b1c2af930fe6c1178646235496049709d/payout/payout.py - assuming your payout script was choking on a particular MON address that should fix it. You can just git pull to get the update

full member
Activity: 210
Merit: 100
newbie
Activity: 14
Merit: 0
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....

What was your problem? It seem I have the same problem.
newbie
Activity: 16
Merit: 0
Boris - You rock!  Busy Friday eh?
sr. member
Activity: 350
Merit: 250
https://cryptassist.io
I'm having an issue while trying to setup cabal

Code:
xxxxxx@p2pool:~/proxypool$ cabal configure
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: proxypool-0.1.0.0 (user goal)
next goal: base (dependency of proxypool-0.1.0.0)
rejecting: base-4.5.0.0/installed-40b... (conflict: proxypool => base>=4.6 &&
<4.7)
Dependency tree exhaustively searched.
xxxxxx@p2pool:~/proxypool$ cabal --force-reinstalls install "base >=4.6"                                                                                                                                       
Resolving dependencies...
cabal: Could not resolve dependencies:
next goal: base (user goal)
rejecting: base-4.7.0.0, 4.6.0.1, 4.6.0.0 (only already installed instances
can be used)
rejecting: base-4.5.1.0, 4.5.0.0/installed-40b..., 4.5.0.0, 4.4.1.0, 4.4.0.0,
4.3.1.0, 4.3.0.0, 4.2.0.2, 4.2.0.1, 4.2.0.0, 4.1.0.0, 4.0.0.0, 3.0.3.2,
3.0.3.1 (global constraint requires >=4.6)
Dependency tree exhaustively searched.

Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.


I already tried dropping text to 1.0.0.1, but got the same error.
Running Debian wheezy (7) 64 bit

Any ideas?

Sorry, only tested on recent ubuntu, no idea on debian.

Ok... well if anyone else can figure it out, please let me know.
full member
Activity: 210
Merit: 100
Is there anyway to verify mon shares are being submitted and accepted?

No they are just VTC shares, so no way to tell from the miner end.
full member
Activity: 210
Merit: 100
I'm having an issue while trying to setup cabal

Code:
xxxxxx@p2pool:~/proxypool$ cabal configure
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: proxypool-0.1.0.0 (user goal)
next goal: base (dependency of proxypool-0.1.0.0)
rejecting: base-4.5.0.0/installed-40b... (conflict: proxypool => base>=4.6 &&
<4.7)
Dependency tree exhaustively searched.
xxxxxx@p2pool:~/proxypool$ cabal --force-reinstalls install "base >=4.6"                                                                                                                                       
Resolving dependencies...
cabal: Could not resolve dependencies:
next goal: base (user goal)
rejecting: base-4.7.0.0, 4.6.0.1, 4.6.0.0 (only already installed instances
can be used)
rejecting: base-4.5.1.0, 4.5.0.0/installed-40b..., 4.5.0.0, 4.4.1.0, 4.4.0.0,
4.3.1.0, 4.3.0.0, 4.2.0.2, 4.2.0.1, 4.2.0.0, 4.1.0.0, 4.0.0.0, 3.0.3.2,
3.0.3.1 (global constraint requires >=4.6)
Dependency tree exhaustively searched.

Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.


I already tried dropping text to 1.0.0.1, but got the same error.
Running Debian wheezy (7) 64 bit

Any ideas?

Sorry, only tested on recent ubuntu, no idea on debian.
Pages:
Jump to: