Pages:
Author

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

sr. member
Activity: 308
Merit: 250
We're on block 200 and still no payments from vtcpool

ummmm
sr. member
Activity: 448
Merit: 250
I'm mining on my own p2pool node with my lowly 750ti at 150khs, been running since the around block 10 and we're now at ~200. I've still not go any blocks, is it worth sticking with my own node and solomining or is it time to move onto a proper node?

solo is waste of time for me also single card miner this p2pool works fine http://p2proxy.net/  you can check your stats as well here  http://p2proxy.net/stats/YourVtcAddress
sr. member
Activity: 288
Merit: 250
Looks like it merged mining does not work properly on my p2pool:

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

Any ideas??
sr. member
Activity: 496
Merit: 250
Ceck me in livestream twith

vtc.cubeconnex.com:9555  IS UP for business too!

But how to see the miners?  How to see the stats?

which network ?

can we get info in first post which network is which pool ?

Cube Pool is feeding on P2pool network one.  I can see both VTC and MON coins coming into the proxypool ie vtc.cubeconnex.com:9555.  

Thanks to all the early miners at Cube Pool.  You guys are cool! And we are going to get lots of Monocles, in addition to Vertcoins.  Yippee!!!
member
Activity: 73
Merit: 10
I'm mining on my own p2pool node with my lowly 750ti at 150khs, been running since the around block 10 and we're now at ~200. I've still not go any blocks, is it worth sticking with my own node and solomining or is it time to move onto a proper node?
newbie
Activity: 4
Merit: 0
Boris, may i know what does this mean and how do i solve this?

Quote
raise URLError(err)
URLError:

Sorry, no idea why that would be, please post your full command line or conf file and someone can probably help

How about this, Boris?

~/proxypool/payout$ python payout.py
2014-05-02 21:30:12.185963 Share processing thread started...
2014-05-02 21:30:12.189343 Payment processing thread started...
2014-05-02 21:30:12.212968 Fetching shares from database...
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
    self.run()
  File "/home/alex/proxypool/payout/sharelogger.py", line 39, in run
    self.log_share(json.loads(raw_share))
  File "/home/alex/proxypool/payout/sharelogger.py", line 87, in log_share
    vtcinfo = self.get_info("vtc")
  File "/home/alex/proxypool/payout/sharelogger.py", line 50, in get_info
    info = self.walletcmd(self.wallets[wallet], "getinfo")
  File "/home/alex/proxypool/payout/sharelogger.py", line 46, in walletcmd
    return HttpClient(**wallet).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 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError:

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 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError:
sr. member
Activity: 308
Merit: 250

lol thanks, is there a short explanation of how it works or is it just like the normal retarget in litecoin?
legendary
Activity: 938
Merit: 1001
HashHarder has its first block!



newbie
Activity: 13
Merit: 0
monocle wallet is not updating

no block source available..

any ideas

I put some addnode= entries in the OP - add those to monocle.conf and restart the daemon/wallet

Sorry for newb question:

How to use addnode?  Sad
newbie
Activity: 44
Merit: 0
    "account": "",
    "feeaccount": "fees",

in sharelogger.conf should be filled with which data? thks.
member
Activity: 72
Merit: 10
Boris,

Something wrong with your pool?

Because i'm mining from the start and nothing comes in my wallet or can see any transactions at all... Huh


Coins must mature before payouts can be made (120 blocks) - the scripts run every 5 minutes so as soon as coins start maturing you'll get payouts.

boris you may invoke some confidence for prospective miners if you report some preliminary results from our efforts.

at least one mon block thus far yes? 120 confirmations x 2 min blocks / 60 about 4 hours +5min script crontab to expect any deposits?

thanks!
hero member
Activity: 1778
Merit: 520
im mining at http://p2pool.vtcpool.co.uk:9171/static under 9555 but i don't see any stats on the worker tracker. but my shares are getting accepted =/
full member
Activity: 210
Merit: 100
Boris, may i know what does this mean and how do i solve this?

Quote
raise URLError(err)
URLError:

Sorry, no idea why that would be, please post your full command line or conf file and someone can probably help
newbie
Activity: 2
Merit: 0
monocle wallet is not updating

no block source available..

any ideas

I put some addnode= entries in the OP - add those to monocle.conf and restart the daemon/wallet

cheers!
newbie
Activity: 4
Merit: 0
Boris, may i know what does this mean and how do i solve this?

Quote
raise URLError(err)
URLError:
full member
Activity: 239
Merit: 103
German VTC/MON P2Pool Node

Mining on the First VTC P2Pool.
Frontent of VTC P2Pool:
http://mon.qemulab.com:9171/static/

To connect your miner use the following setting:

"url" : "stratum+tcp://mon.qemulab.com:9555",
"user" : "",
"pass" : ""


IMPORTANT

This Pool Pays your Shares after the Block Matured for BOTH Coins. So please be patient.



newbie
Activity: 16
Merit: 0
Whoever else is mining at freddingo.no-ip.biz, if you are trying to mine MON be sure to update your port to 9555 instead of 9171.  I believe you are still mining just VTC at this moment.

The web stats will show your mining go to 0 - but that is normal since the p2pool web stats only show 9171 (vtc only) at this time.
full member
Activity: 210
Merit: 100
Boris,

Something wrong with your pool?

Because i'm mining from the start and nothing comes in my wallet or can see any transactions at all... Huh


Coins must mature before payouts can be made (120 blocks) - the scripts run every 5 minutes so as soon as coins start maturing you'll get payouts.
Pages:
Jump to: