kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 03:36:51 AM |
|
Payout 363911 sent ca6fc32e30bdd9ef542f7eb4225e729678b99b72ffe45fb6ad394fd535e527ec and confirmed Anyone who takes detailed notice of the payouts and blocks ... My payout included my part of the 'donation'/'fee' Yeah that coinbase sent the donation differently - I fixed it after that - no problems caused of course, but you probably would have seen it if you looked at the block coinbase transaction itself also. ckdb knows the right amount to reward everyone based on the whole block, not the coinbase transaction breakdown. just this trans or the last two Just this one. It was one of my random (not payout) system checks that showed it up and I then fixed it. I had rebuilt the pool software for the restart I did the other day and missed making the donation change. The next system check showed it up and I then restarted the pool again with the change. Not a big deal since nothing can be lost by anyone (but me) But ... I should add a startup script check, to check it when I start the pool in case I ever forget again
|
|
|
|
|
kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 04:36:49 AM |
|
Heh thanks
|
|
|
|
kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 10:19:27 AM |
|
kano I d like to order by name my workers list in your webpage. Also would be nice to have the total amount of workers in the list. It will help me to control my farm. thanks
all you gotta do is sign up, then use username.worker as your username on the miners. Default order is by hash rate and it is not possible to choose other Done. How big is your farm?
|
|
|
|
pekatete
|
|
July 06, 2015, 10:43:03 AM |
|
Power reboot on the latest cgminer for S3 corrupts uptime reported, thus AVG too.
|
|
|
|
hurricandave
Legendary
Offline
Activity: 966
Merit: 1003
|
|
July 06, 2015, 11:47:54 AM |
|
LOVE the new option dots on the worker page. Simple and EASY...Just Awsome!
|
|
|
|
kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 12:42:38 PM |
|
Power reboot on the latest cgminer for S3 corrupts uptime reported, thus AVG too.
Hmm - if it's getting the time wrong send it a quit so it restarts at the current time. I'll look into why - yeah I had one of mine do that but I was also testing changes and stuff so I didn't think too much about it. I guess it's to do with ntp ... I probably need to add a few more seconds delay to it starting the first time.
|
|
|
|
kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 12:48:08 PM |
|
LOVE the new option dots on the worker page. Simple and EASY...Just Awsome! Yeah I've only done it on the workers page coz I can't see it being relevant to any other page. I guess though I need to get it to remember the setting in a cookie for when you leave/come back to the page or refresh it. I'll add that to the todo list
|
|
|
|
CapnBDL
|
|
July 06, 2015, 01:19:52 PM |
|
Dang....followed the directions to install the rewrite for cgminer (s3) but it says I'm still using 4.6.1-1. This can't be right & I see no difference in web interface. Knew this was gonna give me trouble....What did I do wrong?? I am not any good /w Linux...need some help plz. Thank You
What says you're still on 4.6.1-1? This is the step-by-step set of instructions that will get it upgraded with kano's stuff: ssh root@IP_OF_S3 enter password (default is root) cd / wget http://kano.is/AntS3/cgminer-ants3-4.9.2-94e04f6.tgz tar -xvzf cgminer-ants3-4.9.2-94e04f6.tgz rm cgminer-ants3-4.9.2-94e04f6.tgz cgset reboot
All you have to do is cut and paste. Once it's done, you can check what version of cgminer you're running: root@S3:~# cgminer-api version Reply was 'STATUS=S,When=1436134854,Code=22,Msg=CGMiner versions,Description=cgminer 4.9.2|VERSION,CGMiner=4.9.2,API=3.6|' [STATUS] => ( [STATUS] => S [When] => 1436134854 [Code] => 22 [Msg] => CGMiner versions [Description] => cgminer 4.9.2 ) [VERSION] => ( [0] => VERSION [CGMiner] => 4.9.2 [API] => 3.6 )
[/code] You can also tell in the web page... the status page is changed around to include other things (I circled a few of them): Thank You for the helping information. They worked, however I don't see the last picture you show in my web interface. BUT...where I am confused is....Go to SYSTEM tab, SOFTWARE tab, INSTALLED software says cgminer 4.6.1-1 version. I'm not crazy or seeing things, just sayin' it's understandable as to why I was confused. I did run the version check tho and it's updated to the new 'kano' s3 version. Thanks again!!
|
|
|
|
jonnybravo0311
Legendary
Offline
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
|
|
July 06, 2015, 01:35:09 PM |
|
Yes, the antminer stats page on the web GUI still shows 4.6.1-1. I noticed that was incorrect as well... but it's always been incorrect if you're using anything other than Bitmain's cgminer. Rely upon what the running cgminer on the machine says... not some web GUI that Bitmain probably just hardcoded with version info . Glad you got it sorted.
|
Jonny's Pool - Mine with us and help us grow! Support a pool that supports Bitcoin, not a hardware manufacturer's pockets! No SPV cheats. No empty blocks.
|
|
|
pekatete
|
|
July 06, 2015, 01:53:13 PM |
|
Power reboot on the latest cgminer for S3 corrupts uptime reported, thus AVG too.
Hmm - if it's getting the time wrong send it a quit so it restarts at the current time. I'll look into why - yeah I had one of mine do that but I was also testing changes and stuff so I didn't think too much about it. I guess it's to do with ntp ... I probably need to add a few more seconds delay to it starting the first time. Just in case it may help you track down the issue, my test rig sems to consistently return an uptime of 13 days +++ when power rebooted.
|
|
|
|
kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 01:54:14 PM |
|
LOVE the new option dots on the worker page. Simple and EASY...Just Awsome! Yeah I've only done it on the workers page coz I can't see it being relevant to any other page. I guess though I need to get it to remember the setting in a cookie for when you leave/come back to the page or refresh it. I'll add that to the todo list Now on the todone list
|
|
|
|
p3yot33at3r
|
|
July 06, 2015, 04:37:57 PM |
|
@ kano - is your relaynetworkclient working OK? Just want to make sure it's not just me
|
|
|
|
pekatete
|
|
July 06, 2015, 06:38:56 PM |
|
@ kano - is your relaynetworkclient working OK? Just want to make sure it's not just me Do tell .... experienced any issue that might be of interest to the wider community?
|
|
|
|
|
CapnBDL
|
|
July 06, 2015, 09:40:26 PM |
|
@ kano - is your relaynetworkclient working OK? Just want to make sure it's not just me Do tell .... experienced any issue that might be of interest to the wider community? https://bitcointalk.org/index.php?topic=766190.240Had to turn mine off too..... Yes?....please explain what is going on. I'm sure I'm not the only curious mind. Spam, dust, attempted DDOS attack, etc....what's up? And just an FYI; I tried to get a relayclient going....I suck @ linux tho....it may help somebody else.
|
|
|
|
kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 10:44:03 PM |
|
@ kano - is your relaynetworkclient working OK? Just want to make sure it's not just me Do tell .... experienced any issue that might be of interest to the wider community? https://bitcointalk.org/index.php?topic=766190.240Had to turn mine off too..... Yes I've spent the last hour trying to sort it out ... it's currently dead. Still trying to resolve the problems with it.
|
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
July 06, 2015, 11:18:02 PM |
|
Does it have to do with the massive tx flood the network is seeing?
|
|
|
|
kano (OP)
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 06, 2015, 11:37:18 PM |
|
Does it have to do with the massive tx flood the network is seeing? Yes - and the relay Current version is a little different so I was looking at the differences since I run more than one relay on different machines And the different relay client versions are of course acting differently, but the new client isn't always faster ...
|
|
|
|
romeosreal
Newbie
Offline
Activity: 8
Merit: 0
|
|
July 07, 2015, 12:19:19 AM |
|
I am new to cloud mining and this is my first time to rent a rig. I just rented a rig on betarigs then i was asked to enter my pool details so i registered with kano CKpool and entered the URL, i then used my bitcoin address and username as my workername. Pls i want to know if there is any other thing i need to do. The rig i rented is to last for 3 days.
If you registered on Kano's site, you can simply use the username you registered with as your rented rig's username so you can track your work. You can then put your Bitcoin address in the Settings page on Kano's site. ok thanks. but how will i be able to monitor it on on kano's site If you mine to a username you login and use the web site. As it says on the front web page ... If you mine to an address, you use the address links to see your stats: http://www.kano.is/address.php?a=1KanoiBupPiZfkwqB7rfLXAzPnoTshAVmbhttp://www.kano.is/worker.php?a=1KanoiBupPiZfkwqB7rfLXAzPnoTshAVmb_workerAs it says, use your address in place of mine. Address mining has very limited stats. i rented a rig on betarigs which was to last fro three days. I joined kano pool and used it as my pool settings for the rented rig. My rented rig has elapsed for over 20hrs and i've not received any payment. Does it mean i didn't make any coin or profit from the rig? did you use YOUR bitcoin address?? yes i did
|
|
|
|
|