Pages:
Author

Topic: [POOL] YAAMP.COM multipool multialgo profit switch with exchange - page 75. (Read 181063 times)

full member
Activity: 175
Merit: 100
yo you guys need to shut down ghostcoin, 10million hidden block. abort abort! lol!

https://bittrex.zendesk.com/hc/en-us/articles/203099464

add

https://bitcointalksearch.org/topic/m.9121527

we are currently working on our software so these situations are detected faster next time.
copper member
Activity: 1162
Merit: 1025
I tried to connect with ASIC SCRYPT miner TITAN.
Unfortunately no effect. Do you intend to make such a possibility?

i heard people are having problems mining anything but straight litecoin with those titans
copper member
Activity: 1162
Merit: 1025
yo you guys need to shut down ghostcoin, 10million hidden block. abort abort! lol!
full member
Activity: 155
Merit: 100
I tried to connect with ASIC SCRYPT miner TITAN.
Unfortunately no effect. Do you intend to make such a possibility?

Im not much familiar with asic. Do you get any error log? I'd like to debug it if you're willing to.


Yes, please:

 [2014-10-07 12:42:52] Pool 0: Unknown stratum msg: {"id": 4, "result": true, "error": null}
 [2014-10-07 12:42:52] Coinbase check: multiple inputs in coinbase: 0xc8
 [2014-10-07 12:42:52] Pool 0 misbehaving (coinbase check), disabling!
full member
Activity: 203
Merit: 100
Since 2 days X11 is hard to stay connected on.
jr. member
Activity: 204
Merit: 5
cant connect to x11 server? x13 and x15 are ok
full member
Activity: 175
Merit: 100
I tried to connect with ASIC SCRYPT miner TITAN.
Unfortunately no effect. Do you intend to make such a possibility?

Im not much familiar with asic. Do you get any error log? I'd like to debug it if you're willing to.
full member
Activity: 155
Merit: 100
I tried to connect with ASIC SCRYPT miner TITAN.
Unfortunately no effect. Do you intend to make such a possibility?
full member
Activity: 175
Merit: 100
we're trying to fix the problem
hero member
Activity: 526
Merit: 500
Its all about the Gold
Anyone else having issues with x11 and stratum connection?

**EDIT: adding additional info--100% rejects on many miners across the board for x11


Version   Count   Percent   Hashrate*   Reject
cpuminer/2.3.2   1735         100%
sgminer/4.2.2   429   4.82%   8 mh/s   0%
sgminer/4.1.0   362   11.19%   18.5 mh/s   0%
ccminer/2014.06.14   265         100%
ccminer/2014.06.15   183         100%
NiceHash/1.0.0   41   0.99%   1.6 mh/s   0%
x11-sgminer/4.1.0g   33         
sgminer/5.0.0   11   0.85%   1.4 mh/s   0%
sgminer/4.2.1   8         
ccminer/2014.05.10   7         100%
sgminer/v5.0.0   6         
ccminer/2014.09.11   6   0.14%   234.6 kh/s   93.8%
stratehm-stratum-proxy-0.6.0-S   4         
stratehm-stratum-proxy-0.5.1   4         
Total   3094      165.6 mh/s   37.1%

 * approximate from the last 5 minutes submitted shares


   
Pool Status
Algo   Coins   Miners   Hashrate   Fees   Current
Estimate   24 Hours
Estimated   24 Hours
Actual
scrypt   10   44   610.1 mh/s   0.5%   0.3963   0.3720   0.5314
x11   11   3094   140.6 mh/s   0.5%   0.3103   0.3554   0.3327
x13   4   141   1.2 gh/s   2.2%   0.2167   0.3522   0.3544
x15   2   73   621.5 mh/s   4%   0.3010   0.4201   0.3504
nist5   2   14   331.9 mh/s   4%   0.0683   0.0708   0.0709

 * values in mBTC/Mh/day
member
Activity: 70
Merit: 10
Anyway to link yaamp to a pool stat app on android?
sr. member
Activity: 401
Merit: 250
I'm working on adding balance reporting support for YAAMP into Miner Control.

There is a problem with the JSON data coming out of the YAAMP balance API.  When I access this:

Thanks for reporting. We've made a page to document the api: http://yaamp.com/site/api.

The bugged function /user is still there unfixed but we added the /wallet function to replace it. The results go through json_decode without issues.

That's better.  I would have gone with a list of algos vs. an object with algo properties but it was still easy to work with.  The wallet API is now incorporated into the latest version of Miner Control:


hero member
Activity: 854
Merit: 502
Having monitor this pool for few weeks now, seem to be solid earning. Will try it later  Smiley
full member
Activity: 175
Merit: 100
The individual x11 mining stats have disappeared. was working fine up to a little past payment today.The mining graph for my miner is charting , just the stats no longer show.

edit:added x11

Not sure exactly what happened. You can try to restart your miner in these cases.
full member
Activity: 175
Merit: 100
I'm working on adding balance reporting support for YAAMP into Miner Control.

There is a problem with the JSON data coming out of the YAAMP balance API.  When I access this:

Thanks for reporting. We've made a page to document the api: http://yaamp.com/site/api.

The bugged function /user is still there unfixed but we added the /wallet function to replace it. The results go through json_decode without issues.
hero member
Activity: 526
Merit: 500
Its all about the Gold
The individual x11 mining stats have disappeared. was working fine up to a little past payment today.The mining graph for my miner is charting , just the stats no longer show.

edit:added x11
sr. member
Activity: 401
Merit: 250
I'm working on adding balance reporting support for YAAMP into Miner Control.

There is a problem with the JSON data coming out of the YAAMP balance API.  When I access this:

http://yaamp.com/api/user?address=[myaddress]

I'm getting this:

Code:
{"account": {"unsold": 0.00015350, "balance": 0.00119714, "unpaid": 0.00135064, "paid": 0.01041488, "total": 0.01176552},"miners": {"x11": {"miners": 0, "shares": 0.021, "hashrate": 0}, "nist5": {"miners": 0, "shares": 1.317, "hashrate": 8444249}, }}

There are a couple of problems here.  First, there are no square brackets wrapping the list of algos.  Second, there is a trailing comma.  I believe the correctly formatted output should look like this:

Code:
{"account": {"unsold": 0.00015350, "balance": 0.00119714, "unpaid": 0.00135064, "paid": 0.01041488, "total": 0.01176552}, "miners": [{"x11": {"miners": 0, "shares": 0.021, "hashrate": 0}, "nist5": {"miners": 0, "shares": 1.317, "hashrate": 8444249}}]}

This passes the validator at JSON Lint which comes back with a formatted layout of this:

Code:
{
    "account": {
        "unsold": 0.0001535,
        "balance": 0.00119714,
        "unpaid": 0.00135064,
        "paid": 0.01041488,
        "total": 0.01176552
    },
    "miners": [
        {
            "x11": {
                "miners": 0,
                "shares": 0.021,
                "hashrate": 0
            },
            "nist5": {
                "miners": 0,
                "shares": 1.317,
                "hashrate": 8444249
            }
        }
    ]
}
hero member
Activity: 526
Merit: 500
Its all about the Gold
Still happening and been a couple hours now--my guess is its a DDOS attack.
newbie
Activity: 57
Merit: 0
anyone else getting this all the sudden?

tratum_recv_line failed[2014-09-15 11:58:07] Stratum connection interrupted
2014-09-15 11:58:07] GPU #0: GeForce GTX 750 Ti, 2495 khash/s
tratum connection failed: Failed connect to yaamp.com:3533; No error[2014-09-15
11:58:09] ...retry after 30 seconds


Same  here.. Stratum connection interrupted for a while.. Backup pools are active...
hero member
Activity: 526
Merit: 500
Its all about the Gold
anyone else getting this all the sudden?

tratum_recv_line failed[2014-09-15 11:58:07] Stratum connection interrupted
2014-09-15 11:58:07] GPU #0: GeForce GTX 750 Ti, 2495 khash/s
tratum connection failed: Failed connect to yaamp.com:3533; No error[2014-09-15
11:58:09] ...retry after 30 seconds
2014-09-15 11:58:39] Stratum detected new block
tratum_recv_line failed[2014-09-15 11:58:50] Stratum connection interrupted
2014-09-15 11:58:50] GPU #0: GeForce GTX 750 Ti, 2428 khash/s
tratum connection failed: Failed connect to yaamp.com:3533; No error[2014-09-15
11:58:52] ...retry after 30 seconds
2014-09-15 11:59:22] Stratum detected new block
2014-09-15 11:59:23] Stratum detected new block
tratum_recv_line failed[2014-09-15 11:59:24] Stratum connection interrupted
2014-09-15 11:59:24] GPU #0: GeForce GTX 750 Ti, 2399 khash/s
tratum connection failed: Failed connect to yaamp.com:3533; No error[2014-09-15
11:59:26] ...retry after 30 seconds
2014-09-15 11:59:56] Stratum detected new block
2014-09-15 11:59:56] Stratum detected new block
tratum_recv_line failed[2014-09-15 11:59:56] Stratum connection interrupted
tratum connection failed: Failed connect to yaamp.com:3533; No error[2014-09-15
11:59:59] ...retry after 30 seconds

9 ShowUser F10 Exit
Pages:
Jump to: