litecoin123
Member
Offline
Activity: 70
Merit: 10
|
|
January 30, 2014, 04:37:11 PM |
|
Hello guys, i have a problem. When i past -o http://eu.betarigs.com:3333 -u myusername -p x to cgminer i get error [2014-01-30 16:48:24] cgminer: -O: Use only user + pass or userpass, but not bothwhat should i do? Any suggestions? I would like to rent my mining rig asap but now it is offline because of that error still have this problem Any suggestion how to fix it?
|
|
|
|
|
claygraffix
Member
Offline
Activity: 119
Merit: 10
|
|
January 30, 2014, 04:39:53 PM |
|
which pool are you using ? If possible, I would like to make 0.0259 BTC/day too
middlecoin.com I read a lot of BS on this forum about them, but they are paying me excellent rates. lol, no way they are paying 0.013-0.015 at most +1. Not trying to make this thread about middlecoin, so the following is a preface for comments regarding pricing here at betarigs. I've been on middlecoin for pretty well over a month, and while it's great for ease of use, after the high rejects, high fees (relative to other pools), servers dropping stats or going down, and other intermittent failures, it's within 20% of what I can make elsewhere. For some reason the overall pool BTC/Mh/Day rate *consistantly* beats my own on the pool. They typically average close to .014BTC/Mh/Day, as the above poster said, and I'm usually lucky to break .012-.013. There was a period of about 7-9 days of "dogemania" around MLK Day, but that's mostly gone now and they're back to normal. My rate yesterday was just under 0.01. I'd love to be proven wrong, but I think that .02 on a standard pool is pretty much impossible, and I've found most to pay at around .01-.011. My guess is that the median charge for this service is going to settle around .018-.02. This still beats middlecoin and other pools consistently and pays the owners a small fee for their inconvenience. +1 I did it for 2 weeks thats the exact payout I got from middlecoin nothing more Over the last 11 days on middlecoin I've averaged .0563 BTC with a high of .01 and low of .042. Using a 3MH/s and my main PC that's only pushing around 400KH/s while I work. Renting out my main rig for .02/MH/day for now. There will be some amazing days at middlecoin, and I've still got my little guy pointed there for whenever the rig isn't rented.
|
|
|
|
litecoin123
Member
Offline
Activity: 70
Merit: 10
|
|
January 30, 2014, 04:57:13 PM |
|
im getting frustrated because i did everything what it is said on the page... Add the arguments in bold to your cgminer start file:cgminer --scrypt -o http://eu.betarigs.com:3333 -u mysuername-381 -p x -o [your_usual_pool] -u [your_usual_pool_user] -x [your_usual_pool_password] ... but its not working... i get error... [2014-01-30 16:48:24] cgminer: -O: Use only user + pass or userpass, but not both (secondary pool is give-me-coins.com) Should i change x with my password or what??
|
|
|
|
Asmegin
Newbie
Offline
Activity: 27
Merit: 0
|
|
January 30, 2014, 05:11:00 PM |
|
Copy and paste your entire bat file as there is an error somewhere.
Make sure the second -p isn't -x, as you have above.
|
|
|
|
Speedie
|
|
January 30, 2014, 05:14:35 PM |
|
im getting frustrated because i did everything what it is said on the page... Add the arguments in bold to your cgminer start file:cgminer --scrypt -o http://eu.betarigs.com:3333 -u mysuername-381 -p x -o [your_usual_pool] -u [your_usual_pool_user] -x [your_usual_pool_password] ... but its not working... i get error... [2014-01-30 16:48:24] cgminer: -O: Use only user + pass or userpass, but not both (secondary pool is give-me-coins.com) Should i change x with my password or what?? cgminer -o expects a URL as an argument. cgminer -O expects a userpass in the format user:pass as an argument For whatever reason, given the error message that you are receiving, you have to be using an uppercase O rather than lowercase.
|
|
|
|
litecoin123
Member
Offline
Activity: 70
Merit: 10
|
|
January 30, 2014, 05:17:39 PM |
|
Entire .bat.. cgminer --scrypt -o http://eu.betarigs.com:3333 -u izyy2-381 -p x -o ltc.give-me-coins.com:3333 -O izyy2.1:x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --scrypt --lookup-gap 2 --gpu-engine 1100 This code is working perfectly: cgminer --scrypt -o ltc.give-me-coins.com:3333 -O izyy2.1:x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --scrypt --lookup-gap 2 --gpu-engine 1100 Where is the problem
|
|
|
|
Asmegin
Newbie
Offline
Activity: 27
Merit: 0
|
|
January 30, 2014, 05:20:29 PM |
|
Entire .bat.. cgminer --scrypt -o http://eu.betarigs.com:3333 -u izyy2-381 -p x -o ltc.give-me-coins.com:3333 -O izyy2.1:x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --scrypt --lookup-gap 2 --gpu-engine 1100 Where is the problem Pick one. This should work: cgminer --scrypt -o http://eu.betarigs.com:3333 -u izyy2-381 -p x -o ltc.give-me-coins.com:3333 -u izyy2.1 -p x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --lookup-gap 2 --gpu-engine 1100
|
|
|
|
Speedie
|
|
January 30, 2014, 05:20:58 PM |
|
Entire .bat.. cgminer --scrypt -o http://eu.betarigs.com:3333 -u izyy2-381 -p x -o ltc.give-me-coins.com:3333 -O izyy2.1:x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --scrypt --lookup-gap 2 --gpu-engine 1100 This code is working perfectly cgminer --scrypt -o ltc.give-me-coins.com:3333 -O izyy2.1:x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --scrypt --lookup-gap 2 --gpu-engine 1100 Where is the problem cgminer --scrypt -o http://eu.betarigs.com:3333 -u izyy2-381 -p x -o ltc.give-me-coins.com:3333 -u izyy2.1 -p x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --scrypt --lookup-gap 2 --gpu-engine 1100
|
|
|
|
litecoin123
Member
Offline
Activity: 70
Merit: 10
|
|
January 30, 2014, 05:25:49 PM |
|
Great, thank you very much there is some progress now i get below error [2014-01-30 18:24:20] Started cgminer 3.7.2 [2014-01-30 18:24:20] Started cgminer 3.7.2 [2014-01-30 18:24:20] Probing for an alive pool [2014-01-30 18:24:21] JSON key 'data' not found [2014-01-30 18:24:21] JSON inval data [2014-01-30 18:24:21] No suitable long-poll found for http://eu.betarigs.com:333 .bat cgminer --scrypt -o http://eu.betarigs.com:3333 -u izyy2-381 -p x -o ltc.give-me-coins.com:3333 -u izyy2.1 -p x --thread-concurrency 8192 -I 13 -g 2 -w 256 --shaders 2048 --scrypt --lookup-gap 2 --gpu-engine 1100
|
|
|
|
Asmegin
Newbie
Offline
Activity: 27
Merit: 0
|
|
January 30, 2014, 05:29:24 PM |
|
If you search this thread there should be information on the JSON error.
I believe it's normal to get it when your rig isn't rented. It should be mining at your LTC pool and show that error everytime it checks BetaRigs to see if you've been rented.
I got that error when BetaRigs was new but I haven't seen it in a few days so I assumed mux fixed it. Again, do some searches and see if there is anything.
|
|
|
|
litecoin123
Member
Offline
Activity: 70
Merit: 10
|
|
January 30, 2014, 05:34:40 PM |
|
thx, ive noticed that my rig can finally be rented if anybody want to rent it be the first one http://www.betarigs.com/rig/381 Thank you all for the support!
|
|
|
|
snuckles
Member
Offline
Activity: 100
Merit: 10
|
|
January 30, 2014, 05:37:19 PM |
|
Couple things how do i know when my funds are ready to rent? And also pool url what do i put there? because it keeps saying not valid mining pool? is it the STRATUM: stratum+tcp://pot.scryptominers.com or pot.scryptominers.com ? thanks guys PS new to all this sorry
|
|
|
|
Asmegin
Newbie
Offline
Activity: 27
Merit: 0
|
|
January 30, 2014, 05:40:20 PM |
|
Couple things how do i know when my funds are ready to rent? And also pool url what do i put there? because it keeps saying not valid mining pool? is it the STRATUM: stratum+tcp://pot.scryptominers.com or pot.scryptominers.com ? thanks guys PS new to all this sorry Not sure what you mean by 'funds ready to rent'. If you are renting, you send the money to the specified wallet. Within seconds the Rig page should show that the payment has been received and is waiting for 1 confirmation. This can take as little as 5 minutes or up to an hour during busy times (depending on traffic and your tip). Within seconds of getting that first confirmation, the rig page will update to say "Mining..." in green. And I use the full pool address. stratum+tcp://pot.scryptominers.com
|
|
|
|
snuckles
Member
Offline
Activity: 100
Merit: 10
|
|
January 30, 2014, 05:46:29 PM |
|
Just keeps saying = stratum+tcp://pool.xhash.net" isn't a valid mining pool address. Example of addresses: "middlecoin.com:3333", "stratum+tcp://middlecoin.com:3333". HTTP pools are not supported. ? After i put stratum+tcp://pool.xhash.net And yes it saying waiting funds so you say might be up to an hour? Thanks
|
|
|
|
snuckles
Member
Offline
Activity: 100
Merit: 10
|
|
January 30, 2014, 05:48:17 PM |
|
Sorted just waiting on funds it says hopefully not long
|
|
|
|
Asmegin
Newbie
Offline
Activity: 27
Merit: 0
|
|
January 30, 2014, 05:49:30 PM |
|
stratum+tcp://pool.xhash.net:3336 EDIT: Good! You can see your unconfirmed transaction on BlockChain and it will show your number in the queue and the estimated waiting time, but I've found this isn't very accurate.
|
|
|
|
jro238
Newbie
Offline
Activity: 29
Merit: 0
|
|
January 30, 2014, 05:49:54 PM |
|
Just keeps saying = stratum+tcp://pool.xhash.net" isn't a valid mining pool address. Example of addresses: "middlecoin.com:3333", "stratum+tcp://middlecoin.com:3333". HTTP pools are not supported. ? After i put stratum+tcp://pool.xhash.net And yes it saying waiting funds so you say might be up to an hour? Thanks I believe you need to put the port in there as well (the :#### after the address)
|
|
|
|
Acrobat
Member
Offline
Activity: 60
Merit: 10
|
|
January 30, 2014, 06:19:45 PM |
|
Over the last 11 days on middlecoin I've averaged .0563 BTC with a high of .01 and low of .042.
Using a 3MH/s and my main PC that's only pushing around 400KH/s while I work. Renting out my main rig for .02/MH/day for now. There will be some amazing days at middlecoin, and I've still got my little guy pointed there for whenever the rig isn't rented.
MC today (so far) is at 0.0208BTC/MH/day for me. Yesterday it was only at 0.011 for me so I was able to be competitive with the lowest prices up for offer and yesterday somebody indeed rented my rig. Today I've upped the price (a little above MC level) so it didn't got rented because it is above the lowest prices offered. In short, the supply and demand principle is working just fine here now.
|
|
|
|
|
|