Author

Topic: [1050 TH] BitMinter.com [1% PPLNS,Pays TxFees +MergedMining,Stratum,GBT,vardiff] - page 346. (Read 837101 times)

legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
Quick website update:
  • Full page live stats
  • Worker list showing stales, now on its own page (look under the "my account" menu)
  • Get fresh round stats data from server every 2 minutes instead of every 5 minutes
  • Extrapolate round stats every 1/4 second instead of every second

Nice additional stats.  I wish instead of a popup (or maybe in addition to the popup under stats menu as a full page) there was a full page with all state, hashing power, top 50, etc.
Looks great ! Thanks for the changes. Like DeathAndTaxes wrote, a popup sucks a bit because i disabled them on my working computer.

Good idea. Now you can choose between pop-up or full page.

142 isn't 0.03% of 8,037 shares...

Oops. Fixed. Thanks for catching it! Never could learn this complex percentage stuff. Cheesy

I am not sure if you can see rejects by worker.  DeathAndTaxes_tiredminer is my workstation.  It is running cgminer 2.0.8 w/ "submit stale" option.  Can you see if it has a lower reject rate on NMC side?  cgminer 2.0.8 doesn't work w/ linuxcoin some incompatibility so my other 3 workers are running 2.0.7.  Just wondering if there was any improvement in stale rates.

Added to worker list so everyone can check theirs.
legendary
Activity: 1022
Merit: 1000
BitMinter
 Cheesy Grin perfect everything is ok now thanks a lot !
hero member
Activity: 518
Merit: 500
I think vcore is the only one to remove (or fill out). For the rest it seems it will take defaults. Like worksize is also 0 in my config, but it uses the automatic setting of 256 for my cards.
legendary
Activity: 1022
Merit: 1000
BitMinter
 Smiley ok this is very possible. I have lots of zero values. Try to remove them
hero member
Activity: 518
Merit: 500
@p4man: Looks like your experienced with cgminer. May sound silly but somehow cgminer does not recognize my configuration file. Is there some special trick or am i just dumb ? I created a configuration file via setings, w, with all information in it but i have to type in all information manually if i restart or close the program.  Huh

Oh oops, I thought DT asked me for my config file. Anyway, I noticed if you let cgminer write a config file, it will add zero values for things you didnt configure, notably Vcore. then it will refuse to launch with that config file unless you fill out those number correctly, or remove the lines.

but the command to use is

./cgminer -c yourconfigfile
hero member
Activity: 518
Merit: 500
Code:
{
"pools" : [
        {
                "url" : "http://mint.bitminter.com:8332",
                "user" : "P4man_linuxcoin",
                "pass" : "***"
        },
        {
                "url" : "http://api.bitcoin.cz:8332",
                "user" : "P4man.boven",
                "pass" : "***"
        }
],

"intensity" : "9,9",
"gpu-engine" : "725-1000,725-900",
"gpu-fan" : "40-85,40-85",
"gpu-memclock" : "300,300",
"gpu-powertune" : "0,0",
"temp-cutoff" : "80,80",
"temp-overheat" : "70,70",
"temp-target" : "55,55",

"algo" : "sse2_64",
"expiry" : "120",
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"worksize" : "0",

"donation" : "0.50",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

Havent figured out how to get auto-fan and auto-gpu in there, so I add those switches to the commandline.
donator
Activity: 1218
Merit: 1079
Gerald Davis
Post a copy of your config file (change password & username to password & username)
legendary
Activity: 1022
Merit: 1000
BitMinter
@p4man: Looks like your experienced with cgminer. May sound silly but somehow cgminer does not recognize my configuration file. Is there some special trick or am i just dumb ? I created a configuration file via setings, w, with all information in it but i have to type in all information manually if i restart or close the program.  Huh
hero member
Activity: 518
Merit: 500
really?  Did you get any errors or warning compiling?
Can you post the full output? Also, if you are using "-c configfile" perhaps try without, no idea if the syntax of that file changed.
donator
Activity: 1218
Merit: 1079
Gerald Davis
  cgminer 2.0.8 doesn't work w/ linuxcoin some incompatibility

It does work just fine, you just have to create a symbolic link because some libraries were renamed in recent ubuntu releases:

Code:
cd /lib64/
sudo ln -s libncurses.so.5 libtinfo.so.5

after that cgminer 2.0.8 will work fine on linuxcoin (at least it does here).

Well that solved one problem but no whenever it starts up I immediately get segmentation fault.
hero member
Activity: 518
Merit: 500
 cgminer 2.0.8 doesn't work w/ linuxcoin some incompatibility

It does work just fine, you just have to create a symbolic link because some libraries were renamed in recent ubuntu releases:

Code:
cd /lib64/
sudo ln -s libncurses.so.5 libtinfo.so.5

after that cgminer 2.0.8 will work fine on linuxcoin (at least it does here).
legendary
Activity: 1022
Merit: 1000
BitMinter
Much to learn for me Wink Thank you
donator
Activity: 1218
Merit: 1079
Gerald Davis
Looks great ! Thanks for the changes. Like DeathAndTaxes wrote, a popup sucks a bit because i disabled them on my working computer.

@DAT how do i submit stales with 2.0.8 ? Where is the option to be found ? Thanks

either use command line option of

Code:
--submit-stale

or add it to your config file

Code:
"submit-stale" : true
legendary
Activity: 1022
Merit: 1000
BitMinter
Looks great ! Thanks for the changes. Like DeathAndTaxes wrote, a popup sucks a bit because i disabled them on my working computer.

@DAT how do i submit stales with 2.0.8 ? Where is the option to be found ? Thanks
donator
Activity: 1218
Merit: 1079
Gerald Davis
Nice additional stats.  I wish instead of a popup (or maybe in addition to the popup under stats menu as a full page) there was a full page with all state, hashing power, top 50, etc.

I think one stat might be wrong...
Code:
Shift You Mint
Accepted 8,037 62,050
Rejected 142 (0.03%) 143 (0.23%)
Score 12.95% 51.56%

142 isn't 0.03% of 8,037 shares...


Code:
NMC block You Mint
Difficulty 199,569
Accepted 50,608 441,171
Rejected 2,987 (5.90%) 19,963 (4.53%)


I am not sure if you can see rejects by worker.  DeathAndTaxes_tiredminer is my workstation.  It is running cgminer 2.0.8 w/ "submit stale" option.  Can you see if it has a lower reject rate on NMC side?  cgminer 2.0.8 doesn't work w/ linuxcoin some incompatibility so my other 3 workers are running 2.0.7.  Just wondering if there was any improvement in stale rates.
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
Updates to the website:
  • Livestats fastest miners is now a top 50 list
  • Live round stats has lots of new data. As requested it now shows your own numbers too (requires being logged in)
  • Account details shows expected pay per BTC/NMC block based on your current scores in the 10 latest complete shifts
  • Transaction history links for NMC now go to the NMC block explorer
  • Transaction history now listed with newest entries first. You were right, it makes more sense.
  • Block info page links go to correct block explorer. Added link to block page in addition to coin generation page.
  • Removed cash out address from signup form. Some users found it a hassle. I may in the future also remove the optional worker from the signup form and instead create a default worker for new users. Just choose a username and go.
  • Updated some text here and there (e.g. short info about merged mining on front page)

Let me know if anything isn't working. If livestats look strange, first try clearing the cache in your browser and reloading the page.

The new round stats is a bit of a tight fit. I like the idea of a small popup with stats. Unfortunately the round stats have too many numbers to fit in a small window. The solution, at least for now, is scrollbars. Same for the top 50 list.
legendary
Activity: 2730
Merit: 1034
Needs more jiggawatts
Seeing D&Ts avatar just gave me an idea.. if we cant use (dynamic) banners, then why not dynamic avatars? Granted, they are small, cant link but it would be neat anyway to have a speed dial avatar showing your hashrate while promoting bitminter?

Sounds cool! You wanna give it a try? Wink
legendary
Activity: 1022
Merit: 1000
BitMinter
donator
Activity: 1218
Merit: 1079
Gerald Davis
Seeing D&Ts avatar just gave me an idea.. if we cant use (dynamic) banners, then why not dynamic avatars? Granted, they are small, cant link but it would be neat anyway to have a speed dial avatar showing your hashrate while promoting bitminter?

I saw someone from another pool had a "I am hashing xx GH/s at xyz" in the Avatar.
hero member
Activity: 518
Merit: 500
Seeing D&Ts avatar just gave me an idea.. if we cant use (dynamic) banners, then why not dynamic avatars? Granted, they are small, cant link but it would be neat anyway to have a speed dial avatar showing your hashrate while promoting bitminter?
Jump to: