Bitcoin Forum
April 28, 2024, 02:54:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9]  All
  Print  
Author Topic: COMPLETED: Request for an RPC capable fork of cgminer (155 BTC pledged and paid)  (Read 19168 times)
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
January 02, 2012, 10:54:56 PM
 #161

Hi!

 I just sent 5 Bitcoins to Kano!

Thanks!
Thiago
5 Received! Thanks Thiago - that's the final one for me.

Now just to sort out what happened to Chefnet for ckolivas' last payment.
I also sent Chefnet a PM a couple of days ago.
But that was a day after his last login and he hasn't logged in since.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714316079
Hero Member
*
Offline Offline

Posts: 1714316079

View Profile Personal Message (Offline)

Ignore
1714316079
Reply with quote  #2

1714316079
Report to moderator
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
January 02, 2012, 11:44:12 PM
Last edit: January 03, 2012, 12:02:18 AM by Red Emerald
 #162

I'm making progress on my mining stats page.

http://mining-stats.stitthappens.com/

Right now, it is set to watch my miner, but I'll add a form to let you connect to any IP or port.  Everything under /api/ can already connect to anywhere (as long as the destination's firewall is open) so it won't take much work. I still need to see what happens when this points to a CPU miner

I'm planning on building some simple images out of these stats.  I might take the "api description" and turn it into a QR code (kind of like my avatar) with the MH/s underneath.

Would it be possible to get pool info via the RPC?  It would be nice to tell if a pool is down.  I was expecting that everything available via the current command line interface would also be available via the RPC but we just have "summary" and "devs"
"pools" ... (that and the rest are documented in the README file)

Dunno how I missed that.  Thanks.

Chefnet
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
January 03, 2012, 02:08:30 PM
 #163

sorry I was without Inet here are my 15 BTC to 148KkS2vgVi4VzUi4JcKzM2PMaMVPi3nnq

DeathAndTaxes (OP)
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
January 03, 2012, 02:10:20 PM
 #164

sorry I was without Inet here are my 15 BTC to 148KkS2vgVi4VzUi4JcKzM2PMaMVPi3nnq

YEAH!  Chefnet is back.  What a happy resolution to this project.
Yes your pledge can be paid to 148KkS2vgVi4VzUi4JcKzM2PMaMVPi3nnq
-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
January 03, 2012, 08:33:57 PM
 #165

Thanks very much!

Those who gave me alternative payments in case chefnet didn't pay out, please PM me your address and I'll send it back if you like.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
tnkflx
Sr. Member
****
Offline Offline

Activity: 349
Merit: 250


View Profile
January 03, 2012, 08:42:57 PM
 #166

Thanks very much!

Those who gave me alternative payments in case chefnet didn't pay out, please PM me your address and I'll send it back if you like.

No, you can have it (at least my share :p) Smiley Consider it an extra donation Smiley

| Operating electrum.be & us.electrum.be |
JinTu
Full Member
***
Offline Offline

Activity: 133
Merit: 100



View Profile
January 03, 2012, 10:04:57 PM
 #167

Sorry for cross-posting, but this would seem to be relevant to both the main cgminer and this API thread.

I hacked together a workalike version of api-example in Perl leveraging the JSON parlance of the API supported by Kano's wonderful enhancements.

Details are here.
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
January 03, 2012, 10:59:25 PM
 #168

Sorry for cross-posting, but this would seem to be relevant to both the main cgminer and this API thread.

I hacked together a workalike version of api-example in Perl leveraging the JSON parlance of the API supported by Kano's wonderful enhancements.

Details are here.
It's part of the core cgminer now - so you can post about it in the cgminer thread Smiley

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
January 12, 2012, 10:53:49 PM
 #169

So I realized it was going to be way too much work to write a full monitoring/notification center for cgminer.

Instead I am just going to write a simple plugin for Zabbix and let it handle all the graphs and what-not.

Also, this works quite well.
Code:
echo "version|" | nc ip.addr.of.miner 4028

kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
January 12, 2012, 11:49:02 PM
 #170

So I realized it was going to be way too much work to write a full monitoring/notification center for cgminer.

Instead I am just going to write a simple plugin for Zabbix and let it handle all the graphs and what-not.

Also, this works quite well.
Code:
echo "version|" | nc ip.addr.of.miner 4028
Hmm, I didn't know about nc.
Ah the joy of simple sockets Smiley

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
jake262144
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 13, 2012, 12:40:17 AM
 #171

If you never heard of netcat, you'll be glad to learn about cryptcat Kano.

Cryptcat uses Bruce Schneier's Twofish encryption algorithm to secure the connection. Sweet.
If you forget to provide a passphrase, the hard-coded default is "metallica". How can one NOT love open source software?
Pages: « 1 2 3 4 5 6 7 8 [9]  All
  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!