Bitcoin Forum
June 04, 2024, 10:07:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 »
  Print  
Author Topic: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N  (Read 145882 times)
Kalizar
Full Member
***
Offline Offline

Activity: 280
Merit: 100



View Profile
May 07, 2014, 06:03:33 AM
 #841

So at home I could set up the P2P software on a Windows laptop then point my BAMT rig to the laptop?

If anyone wants me to setup a P2Pool node for them and have a dedicated linux O/S, I can set you up for merged mining for 10 VTC. This is the ONLY METHOD to merge mine more than 2 coins, at the moment.

I'll get VTC, MON, and PLX running.

I'll give you command line to change password and show you how to change rpcpassword and rpcuser for each wallet. I expect it to be a fresh installation of Linux for your own security and make my whole process easier (without things getting in the way).

If you don't have a dedicated machine, I suggest you go to www.digitalocean.com and use the coupon code DODEPLOY for free 10 dollars (2 month 5.00 server or 1 month 10.00 server).Just register, setup ubuntu and provide user credentials. This is the safest way. I will use SSH and setup/configure everything remotely! After you are setup, you can change credentials. I can show you how, if necessary..

Keep in mind, only you can mine on it. This is the only way to mine more than 2 coins, at the moment.



Will this work on a BAMT?

Yes, you would use BAMT how you normally would when connecting to P2Pool. The wallets, however, would be located on your dedicated node. This is the reason you have to setup your own node to merge mine more than 2 coins at the moment.

Yes. That's what I used (laptop) before I bought a VPS.
slowmine
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 07, 2014, 06:57:06 AM
 #842

 Hi all! could anyone shed some light on what is happening? been working for 3 days and broke today:

Code:

:~/proxypool/payout$ python payout.py
2014-05-07 16:43:22.600987 Share processing thread started...
 2014-05-07 16:43:22.601237 Payment processing thread started...
2014-05-07 16:43:22.611682 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/cal/proxypool/payout/sharelogger.py", line 41, in run
    self.log_share(json.loads(raw_share))
  File "/home/cal/proxypool/payout/sharelogger.py", line 90, in log_share
    moninfo = self.get_info("mon")
  File "/home/cal/proxypool/payout/sharelogger.py", line 52, in get_info
    info = self.walletcmd(self.wallets[wallet], "getinfo")
  File "/home/cal/proxypool/payout/sharelogger.py", line 48, 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 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 401: Authorization Required

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 337, in run_sharepayout
    vtc_txhash, vtc_tx, mon_txhash, mon_tx = pay_shares()
  File "payout.py", line 129, 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 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 401: Authorization Required


svk31
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile WWW
May 07, 2014, 07:06:28 AM
 #843

Hi all! could anyone shed some light on what is happening? been working for 3 days and broke today:

Code:

:~/proxypool/payout$ python payout.py
2014-05-07 16:43:22.600987 Share processing thread started...
 2014-05-07 16:43:22.601237 Payment processing thread started...
2014-05-07 16:43:22.611682 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/cal/proxypool/payout/sharelogger.py", line 41, in run
    self.log_share(json.loads(raw_share))
  File "/home/cal/proxypool/payout/sharelogger.py", line 90, in log_share
    moninfo = self.get_info("mon")
  File "/home/cal/proxypool/payout/sharelogger.py", line 52, in get_info
    info = self.walletcmd(self.wallets[wallet], "getinfo")
  File "/home/cal/proxypool/payout/sharelogger.py", line 48, 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 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 401: Authorization Required

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 337, in run_sharepayout
    vtc_txhash, vtc_tx, mon_txhash, mon_tx = pay_shares()
  File "payout.py", line 129, 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 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 401: Authorization Required



I'm a complete python beginner but looks to me like it's crashing when starting a payout, and the crash happens when it tries to connect to one of your wallets. Did you check the rpc login and password in the "sharelogger.conf" file?
Kalizar
Full Member
***
Offline Offline

Activity: 280
Merit: 100



View Profile
May 07, 2014, 07:06:47 AM
 #844

Hi all! could anyone shed some light on what is happening? been working for 3 days and broke today:

Code:

:~/proxypool/payout$ python payout.py
2014-05-07 16:43:22.600987 Share processing thread started...
 2014-05-07 16:43:22.601237 Payment processing thread started...
2014-05-07 16:43:22.611682 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/cal/proxypool/payout/sharelogger.py", line 41, in run
    self.log_share(json.loads(raw_share))
  File "/home/cal/proxypool/payout/sharelogger.py", line 90, in log_share
    moninfo = self.get_info("mon")
  File "/home/cal/proxypool/payout/sharelogger.py", line 52, in get_info
    info = self.walletcmd(self.wallets[wallet], "getinfo")
  File "/home/cal/proxypool/payout/sharelogger.py", line 48, 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 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 401: Authorization Required

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 337, in run_sharepayout
    vtc_txhash, vtc_tx, mon_txhash, mon_tx = pay_shares()
  File "payout.py", line 129, 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 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 401: Authorization Required



First check that you are entering your merged addresses right. ex: http://RPCUSER:RPCPASSWORD:PORT
(just had this problem earlier)

Also make sure you are using the right info from your coin.config files.
slowmine
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 07, 2014, 07:15:34 AM
 #845



First check that you are entering your merged addresses right. ex: http://RPCUSER:RPCPASSWORD:PORT
(just had this problem earlier)

Also make sure you are using the right info from your coin.config files.

thanks for replying!  I checked them, and the passwords looks okay...

though when i tried to restart the monocled (#monocled -server stop) i get this:

Code:
monocled: /usr/include/boost/thread/pthread/recursive_mutex.hpp:107: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.


anything i should be concerned about?

edit: i don't think it was a changed passwords issue, as i dont recall touching the config the 10 hours prior... and I was wondering why the wallets stop having transactions, and that's when I checked that the python script failed...
Kalizar
Full Member
***
Offline Offline

Activity: 280
Merit: 100



View Profile
May 07, 2014, 10:13:37 AM
 #846



First check that you are entering your merged addresses right. ex: http://RPCUSER:RPCPASSWORD:PORT
(just had this problem earlier)

Also make sure you are using the right info from your coin.config files.

thanks for replying!  I checked them, and the passwords looks okay...

though when i tried to restart the monocled (#monocled -server stop) i get this:

Code:
monocled: /usr/include/boost/thread/pthread/recursive_mutex.hpp:107: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.


anything i should be concerned about?

edit: i don't think it was a changed passwords issue, as i dont recall touching the config the 10 hours prior... and I was wondering why the wallets stop having transactions, and that's when I checked that the python script failed...

If you are using ubuntu try

monocled -daemon
or
sudo monocled -daemon

I was having issues with monocled, as well. If it freezes after input hit cntrl+c and it should still be running.

Other than that, not too sure.
moonbat
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile WWW
May 07, 2014, 10:39:55 AM
 #847

WTS MON

I am willing to sell a bit of my MON - PM offers.

Anyone asked for MON on coinedup yet?

CrunchHarder Mining Pools https://crunchharder.net
soulnecturn
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 07, 2014, 10:41:10 AM
 #848

Anyone will help me in one question?

I started to mine whatwhatever.kn.vutbr.cz/proxypool/ like over 15 hours ago...
here is my spec: http://whatever.kn.vutbr.cz/proxypool/?vtc=Vt2XA43QYbf9HQGSmLRjAeyir9mtbKgu9H&mon=MEuH6FfqQunZ74yiZaxeAJvVVjPUDypzsW
till now I got just few in total coins paid... and see like over 20vtc and 88mon are awaiting payments... and its like this and rising from a whole (but in meantime I am getting all time coins in amount like 0.1 which I dont understand why and how :/)...

So questions are:
- am I safe in this?
- Should I wait in calm for coins to arrive?
- Is here owner of this node somwhere so I can ask when payment can expect?


Generally I was not able and wont be able even maybe for days to put own node... thats why I chosed someone (and not pool to make this decentralization...)... But now I am wondering if I wont be robbed by them ...

Please anyone advices

thanks
svk31
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile WWW
May 07, 2014, 11:25:35 AM
 #849

Anyone will help me in one question?

I started to mine whatwhatever.kn.vutbr.cz/proxypool/ like over 15 hours ago...
here is my spec: http://whatever.kn.vutbr.cz/proxypool/?vtc=Vt2XA43QYbf9HQGSmLRjAeyir9mtbKgu9H&mon=MEuH6FfqQunZ74yiZaxeAJvVVjPUDypzsW
till now I got just few in total coins paid... and see like over 20vtc and 88mon are awaiting payments... and its like this and rising from a whole (but in meantime I am getting all time coins in amount like 0.1 which I dont understand why and how :/)...

So questions are:
- am I safe in this?
- Should I wait in calm for coins to arrive?
- Is here owner of this node somwhere so I can ask when payment can expect?


Generally I was not able and wont be able even maybe for days to put own node... thats why I chosed someone (and not pool to make this decentralization...)... But now I am wondering if I wont be robbed by them ...

Please anyone advices

thanks
I've been wondering about those "shares to be paid" values myself, so I had a look at the code behind it.

The values you're seeing are the sums of the "share values" for each valid share you've found. This value is calculated as f(share difficulty, net difficulty,block value). I'm not sure this is an actual exact value, as it was my understanding that each time a block is found on a p2pool network each miner is paid relative to the number of valid shares he's submitted during the N last rounds, and proportional to the total number of valid shares submitted by all miners. If a round is long, the share value should decrease and vice versa.

Simplified, it would be something like:

     VTC_reward=(personal_shares_Nrounds/total_shares_Nrounds)*block_reward

I'm not sure the actual value of a share can be known before a block is found, which would mean that those values we're seeing in the stats could be exaggerated or not depending on the pool's luck. Maybe it's an average, expected value being calculated?

I'm speculating here though as I'm only just starting to learn about these things, if someone with more detailed knowledge could chime in that'd be great!
coa032
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
May 07, 2014, 11:32:39 AM
 #850

While I was looking for something on twitter,I've found this: https://www.palth.net/market/MON/BTC
Exchanges with MON/BTC...looks like a new one,so I don't know is it safe to trade there,but I just wanted to share with you.
Lucky_U
Full Member
***
Offline Offline

Activity: 364
Merit: 100


View Profile
May 07, 2014, 11:43:21 AM
 #851

While I was looking for something on twitter,I've found this: https://www.palth.net/market/MON/BTC
Exchanges with MON/BTC...looks like a new one,so I don't know is it safe to trade there,but I just wanted to share with you.
It's too risky to trade on new exchange.
cubevtc
Sr. Member
****
Offline Offline

Activity: 496
Merit: 250

Ceck me in livestream twith


View Profile WWW
May 07, 2014, 11:46:03 AM
 #852

Anyone will help me in one question?

I started to mine whatwhatever.kn.vutbr.cz/proxypool/ like over 15 hours ago...
here is my spec: http://whatever.kn.vutbr.cz/proxypool/?vtc=Vt2XA43QYbf9HQGSmLRjAeyir9mtbKgu9H&mon=MEuH6FfqQunZ74yiZaxeAJvVVjPUDypzsW
till now I got just few in total coins paid... and see like over 20vtc and 88mon are awaiting payments... and its like this and rising from a whole (but in meantime I am getting all time coins in amount like 0.1 which I dont understand why and how :/)...

So questions are:
- am I safe in this?
- Should I wait in calm for coins to arrive?
- Is here owner of this node somwhere so I can ask when payment can expect?


Generally I was not able and wont be able even maybe for days to put own node... thats why I chosed someone (and not pool to make this decentralization...)... But now I am wondering if I wont be robbed by them ...

Please anyone advices

thanks
I've been wondering about those "shares to be paid" values myself, so I had a look at the code behind it.

The values you're seeing are the sums of the "share values" for each valid share you've found. This value is calculated as f(share difficulty, net difficulty,block value). I'm not sure this is an actual exact value, as it was my understanding that each time a block is found on a p2pool network each miner is paid relative to the number of valid shares he's submitted during the N last rounds, and proportional to the total number of valid shares submitted by all miners. If a round is long, the share value should decrease and vice versa.

Simplified, it would be something like:

     VTC_reward=(personal_shares_Nrounds/total_shares_Nrounds)*block_reward

I'm not sure the actual value of a share can be known before a block is found, which would mean that those values we're seeing in the stats could be exaggerated or not depending on the pool's luck. Maybe it's an average, expected value being calculated?

I'm speculating here though as I'm only just starting to learn about these things, if someone with more detailed knowledge could chime in that'd be great!

The current Proxypool nodes are paying differently from P2pool. P2pools use PPLNS as what you described.  Proxypools use CPPSRB, a method which is 'closer' to PPS.

dotnetmin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
May 07, 2014, 12:37:01 PM
 #853

While I was looking for something on twitter,I've found this: https://www.palth.net/market/MON/BTC
Exchanges with MON/BTC...looks like a new one,so I don't know is it safe to trade there,but I just wanted to share with you.

Adding such a cool coin first could be the chance for a new exchange to get users
Coelacanth
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 07, 2014, 12:38:25 PM
 #854

Hi all! could anyone shed some light on what is happening? been working for 3 days and broke today:

Code:

:~/proxypool/payout$ python payout.py
2014-05-07 16:43:22.600987 Share processing thread started...
 2014-05-07 16:43:22.601237 Payment processing thread started...
2014-05-07 16:43:22.611682 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/cal/proxypool/payout/sharelogger.py", line 41, in run
    self.log_share(json.loads(raw_share))
  File "/home/cal/proxypool/payout/sharelogger.py", line 90, in log_share
    moninfo = self.get_info("mon")
  File "/home/cal/proxypool/payout/sharelogger.py", line 52, in get_info
    info = self.walletcmd(self.wallets[wallet], "getinfo")
  File "/home/cal/proxypool/payout/sharelogger.py", line 48, 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 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 401: Authorization Required

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 337, in run_sharepayout
    vtc_txhash, vtc_tx, mon_txhash, mon_tx = pay_shares()
  File "payout.py", line 129, 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 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 401: Authorization Required



Off topic : There is an update for payout.py in github. Pull it and try again.
ozie
Full Member
***
Offline Offline

Activity: 239
Merit: 103


View Profile
May 07, 2014, 12:40:59 PM
Last edit: May 15, 2014, 08:44:47 PM by ozie
 #855

VTC/MON P2Pool Node
Mining on the first VTC P2Pool Network
Fee: 0%

Frontent:
http://mon.qemulab.com

To connect your miner use the following setting:

"url" : "stratum+tcp://mon.qemulab.com:9555",
"user" : "<Vertcoin Address>",
"pass" : "<Monocle Address>"

coa032
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
May 07, 2014, 12:42:54 PM
 #856

While I was looking for something on twitter,I've found this: https://www.palth.net/market/MON/BTC
Exchanges with MON/BTC...looks like a new one,so I don't know is it safe to trade there,but I just wanted to share with you.

Adding such a cool coin first could be the chance for a new exchange to get users
Well they accept Thai national currency...Who knows,maybe it's a new cryptorush,maybe not...just be careful.
https://bitcointalk.org/index.php?topic=588003.0
Coelacanth
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 07, 2014, 12:45:30 PM
 #857

Anyone will help me in one question?

I started to mine whatwhatever.kn.vutbr.cz/proxypool/ like over 15 hours ago...
here is my spec: http://whatever.kn.vutbr.cz/proxypool/?vtc=Vt2XA43QYbf9HQGSmLRjAeyir9mtbKgu9H&mon=MEuH6FfqQunZ74yiZaxeAJvVVjPUDypzsW
till now I got just few in total coins paid... and see like over 20vtc and 88mon are awaiting payments... and its like this and rising from a whole (but in meantime I am getting all time coins in amount like 0.1 which I dont understand why and how :/)...

So questions are:
- am I safe in this?
- Should I wait in calm for coins to arrive?
- Is here owner of this node somwhere so I can ask when payment can expect?


Generally I was not able and wont be able even maybe for days to put own node... thats why I chosed someone (and not pool to make this decentralization...)... But now I am wondering if I wont be robbed by them ...

Please anyone advices

thanks

-Mostly you have to wait some time, even with 10MH/s, hahaha, coins need to mature 120 blocks to get paid.
- Minimum payment for vtc is 0.1 so you will get 0.1vtc payments, normal.
- Owner is https://bitcointalk.org/index.php?action=profile;u=251873 i guess
svk31
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile WWW
May 07, 2014, 01:23:51 PM
 #858

The current Proxypool nodes are paying differently from P2pool. P2pools use PPLNS as what you described.  Proxypools use CPPSRB, a method which is 'closer' to PPS.

Aha, it makes more sense now, thanks for clearing that up.
Cooba13
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 07, 2014, 01:41:29 PM
 #859

@soulnecturn
Yes, I am the owner. Script is set to pay each round only a little more then min transaction value is (set by devs, you can check it on github). that check is run every 5 minutes. If there are coins in wallet (matured) it will pay everyone it can.

those predictions are just sum of submitted shares which was not yet paid. Which means, they were not marked as vtcpaid or monpaid in database.

I am trying to get to show coin balances on node wallets in some inteligent way. Not sure when I get it done.

you can always check our vtc mining wallet http://explorer.vertcoin.org/address/VkJkGBLemPnnTML9MB5P557ZLZw5znqABt right now it has a balanace of littlebit over 20 VTC which are all immatured (~5h mature time).
soulnecturn
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 07, 2014, 01:49:42 PM
 #860

@soulnecturn
Yes, I am the owner. Script is set to pay each round only a little more then min transaction value is (set by devs, you can check it on github). that check is run every 5 minutes. If there are coins in wallet (matured) it will pay everyone it can.

those predictions are just sum of submitted shares which was not yet paid. Which means, they were not marked as vtcpaid or monpaid in database.

I am trying to get to show coin balances on node wallets in some inteligent way. Not sure when I get it done.

you can always check our vtc mining wallet http://explorer.vertcoin.org/address/VkJkGBLemPnnTML9MB5P557ZLZw5znqABt right now it has a balanace of littlebit over 20 VTC which are all immatured (~5h mature time).


I see

so if I may ask already here:
- I can expect to be paid those verts soon anyway right ? Like even after those 5 hours right? Smiley Looks like whats in wallet is mostly what should be moved on my wallet heheh Smiley Generally wondering all of this as mining so many hours and its like very small part  arriving - even considering time that need them to mature ... (still I know to little about all of this and like for my bad recent days dont give me enough time to gather enough info Sad) - thats why asking as much as can now ...
- would ask as well - you want me to mine on your node for now? I noticed its on second network (I guess for miners between 1,5-3Mhs) - so asking if I am not making more burden then good in it Smiley (I chosed your node for now as you were closest and offering vtc/mon Smiley and like I wrote before not sure when will make own node...) - ? Tongue
- and last question -> if I for example move to own node ... all what was not paid here will be paid in time anyway right? Just ensuring as honestly never used p2pool this way :/

so thanks for all info till now and in advance for last my questions Wink
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!