Bitcoin Forum
March 28, 2024, 12:54:17 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4]  All
  Print  
Author Topic: JadeBitcoinGadget - Windows Gadget for slush and deepbit  (Read 13765 times)
phewajack
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
June 17, 2011, 12:45:56 PM
 #61

After looking into your file gadget.js, could you please fix this line of code?

Quote
function display_slush_data(key){
   $.getJSON('http://mining2.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

to this:

Quote
function display_slush_data(key){
   $.getJSON('http://mining.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

Simply remove the "2" from Slush's address to properly gain JSON stats from his server.  Thanks for your good work Jade!
1711630457
Hero Member
*
Offline Offline

Posts: 1711630457

View Profile Personal Message (Offline)

Ignore
1711630457
Reply with quote  #2

1711630457
Report to moderator
1711630457
Hero Member
*
Offline Offline

Posts: 1711630457

View Profile Personal Message (Offline)

Ignore
1711630457
Reply with quote  #2

1711630457
Report to moderator
1711630457
Hero Member
*
Offline Offline

Posts: 1711630457

View Profile Personal Message (Offline)

Ignore
1711630457
Reply with quote  #2

1711630457
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711630457
Hero Member
*
Offline Offline

Posts: 1711630457

View Profile Personal Message (Offline)

Ignore
1711630457
Reply with quote  #2

1711630457
Report to moderator
1711630457
Hero Member
*
Offline Offline

Posts: 1711630457

View Profile Personal Message (Offline)

Ignore
1711630457
Reply with quote  #2

1711630457
Report to moderator
jade (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 17, 2011, 12:49:08 PM
 #62

After looking into your file gadget.js, could you please fix this line of code?

Quote
function display_slush_data(key){
   $.getJSON('http://mining2.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

to this:

Quote
function display_slush_data(key){
   $.getJSON('http://mining.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

Simply remove the "2" from Slush's address to properly gain JSON stats from his server.  Thanks for your good work Jade!

Yes my dear! This will happen this night (currently on the jump...)!
cya,
Jade
jade (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 17, 2011, 05:32:10 PM
 #63

After looking into your file gadget.js, could you please fix this line of code?

Quote
function display_slush_data(key){
   $.getJSON('http://mining2.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

to this:

Quote
function display_slush_data(key){
   $.getJSON('http://mining.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

Simply remove the "2" from Slush's address to properly gain JSON stats from his server.  Thanks for your good work Jade!


DONE!

see http://www.4shared.com/file/vb_dy1Ym/JadeBitcoinGadget.html

Greetings,
Jade
RobertRibbeck
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
June 17, 2011, 08:49:43 PM
 #64

day late & a dollar short
it's api.bitcoin.cz now

After looking into your file gadget.js, could you please fix this line of code?

Quote
function display_slush_data(key){
   $.getJSON('http://mining2.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

to this:

Quote
function display_slush_data(key){
   $.getJSON('http://mining.bitcoin.cz/accounts/profile/json/'+key, function(json) {      display_slush_basic_html(json);
      display_slush_worker_html(json);
   });
}

Simply remove the "2" from Slush's address to properly gain JSON stats from his server.  Thanks for your good work Jade!


DONE!

see http://www.4shared.com/file/vb_dy1Ym/JadeBitcoinGadget.html

Greetings,
Jade

Please "Clear your browser cookies" then use http://bitcoinpyramid.com/r/3360 to Join BitCoin Pyramid
  use my referral & I'll refund a % of your first deposit back to your account
  Deposit .5 BTC or more and I'll give back 50% of what I receive

First Deposit of 1 BTC will get 75% of what I get back
phewajack
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
June 17, 2011, 09:07:50 PM
 #65

@Robert

He's using both addresses, and if you check out slushs API code, it does tell you to use mining.bitcoin.cz.  He actually has an SSL cert on there, and wants you to use https, but since he had to switch hosting companies (i believe it was hosting companies), the SSL cert hasn't been verified and is giving an error. 

max in montreal
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
June 18, 2011, 12:35:20 AM
 #66

WOW lots of great changes...only 2 bugs...

-sometimes the total hash rate is doubled
-estimated and unconfirmed colours are switched, estimated should be red and unconfirmed should be yellow, right now its the other way around.

other than that its perfect!
RobertRibbeck
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
June 18, 2011, 01:03:25 AM
 #67

@Robert

He's using both addresses, and if you check out slushs API code, it does tell you to use mining.bitcoin.cz.  He actually has an SSL cert on there, and wants you to use https, but since he had to switch hosting companies (i believe it was hosting companies), the SSL cert hasn't been verified and is giving an error. 



dua he's switching servers
which part don't you understand
when the switch is complete I don't think the old address will work for long

Please "Clear your browser cookies" then use http://bitcoinpyramid.com/r/3360 to Join BitCoin Pyramid
  use my referral & I'll refund a % of your first deposit back to your account
  Deposit .5 BTC or more and I'll give back 50% of what I receive

First Deposit of 1 BTC will get 75% of what I get back
RobertRibbeck
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
June 23, 2011, 06:26:52 PM
Last edit: June 24, 2011, 06:52:41 AM by RobertRibbeck
 #68

and NO calculated times ... just what slush reports
even checks if you wallet has changed
and all columns & data are spaced pretty

I've spent too much time correcting this
I spent hr & hrs  getting this to work "RIGHT"
Here is a pic of what i got
and it keeps your api key



donations don't work
If you want it send bit coin  here
  1DUAojYzqfZZ448pf8DfkLyA7edoifBvjh
then send me a message


Please "Clear your browser cookies" then use http://bitcoinpyramid.com/r/3360 to Join BitCoin Pyramid
  use my referral & I'll refund a % of your first deposit back to your account
  Deposit .5 BTC or more and I'll give back 50% of what I receive

First Deposit of 1 BTC will get 75% of what I get back
ElectroGeek007
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
July 01, 2011, 05:20:46 PM
 #69

WOW lots of great changes...only 2 bugs...

-sometimes the total hash rate is doubled
-estimated and unconfirmed colours are switched, estimated should be red and unconfirmed should be yellow, right now its the other way around.

other than that its perfect!

Heh, it has worked well up to this point, but today, it tells me at the top of the Gadget that I have a hash rate of 6 times (exactly) what my actual rate is, which is displayed in the lower section. Shocked

"And what the enemy will see, they will see the flash of our cannons, and they will hear the ringing of our swords, and they will know what we can do! By the sweat of our brow and the strength of our backs and the courage in our hearts! Gentlemen, hoist the colors!"
RobertRibbeck
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
July 19, 2011, 08:10:24 PM
 #70

Guess Jade gave up

NOT ME

add country exchange rate to my version



donations don't work
If you want it send bit coin  here
  1DUAojYzqfZZ448pf8DfkLyA7edoifBvjh
then send me a message

Please "Clear your browser cookies" then use http://bitcoinpyramid.com/r/3360 to Join BitCoin Pyramid
  use my referral & I'll refund a % of your first deposit back to your account
  Deposit .5 BTC or more and I'll give back 50% of what I receive

First Deposit of 1 BTC will get 75% of what I get back
mcfly1982
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 29, 2016, 09:06:08 PM
 #71

any chance of getting a copu of this? is jist what i was looking for.
-ck
Legendary
*
Offline Offline

Activity: 4060
Merit: 1622


Ruu \o/


View Profile WWW
June 30, 2016, 06:11:20 AM
 #72

any chance of getting a copu of this? is jist what i was looking for.
Look at the date on the thread you posted on. It hasn't been posted on in FIVE YEARS. This means that not only wont the gadget work any more since it won't be compatible, but the code is dead and unsupported. I'm locking this thread to prevent the same mistake happening again.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
Pages: « 1 2 3 [4]  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!