Pages:
Author

Topic: JadeBitcoinGadget - Windows Gadget for slush and deepbit (Read 13771 times)

-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
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.
newbie
Activity: 16
Merit: 0
any chance of getting a copu of this? is jist what i was looking for.
full member
Activity: 221
Merit: 100
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
member
Activity: 79
Merit: 10
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
full member
Activity: 221
Merit: 100
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

full member
Activity: 221
Merit: 100
@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
hero member
Activity: 504
Merit: 500
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!
newbie
Activity: 43
Merit: 0
@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. 

full member
Activity: 221
Merit: 100
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
newbie
Activity: 19
Merit: 0
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
newbie
Activity: 19
Merit: 0
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
newbie
Activity: 43
Merit: 0
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!
sr. member
Activity: 378
Merit: 250
I like being able to see all the miners in one glance so you can see what's down.
full member
Activity: 221
Merit: 100
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


newbie
Activity: 19
Merit: 0
Sorry for beeing a little bit calm the last day!

But i am planning something nice for you (not related to the gadget),
that will take another day ...   Wink

After that i will gladly have a look at BitClockers.

Greetings,
Jade
full member
Activity: 227
Merit: 100
Jade,

can you please add support for the BitClockers mining pool?

Thank you!
full member
Activity: 221
Merit: 100
Seems the slush lastshare times are not correct
month is a month behind
I've corrected that and formated it as well in the gadget script js file

[edit]
NO MORE FREE ride
see above

I spent several hr getting this to work
if your inclined donate here
  1DUAojYzqfZZ448pf8DfkLyA7edoifBvjh
sr. member
Activity: 350
Merit: 250
Hey there Jade,

The names is currently listed with only "." in the name being between the account name and the worker name that slush's pool adds to create a full worker name. For example, my account name is Litt and worker name is A1, then my full worker shows in the account page so it looks like Litt.A1 There are no underscore or anything else involved in the name. I list all my workers according to the miner machine in alphabet then GPU in # so that when I go click on add new worker, I would only add A1, A2, and so on with a password. I hope this clears it up.

When I open the widget on the worker tab, I currently only have 5 pages. First 4 with full 5 on each page then the last 5th page with only 4 workers for the total of 24. They only show the worker part of the name such as A1, A2.. and list only the ones on the page one of the worker list on my account page on Slush's pool.

I hope that helps clear it up.

Thanks for your continued efforts. The widget is already quite awesome and I'm sure everyone from all the pools will want some support soon  Smiley



Hi Litt,

i have looked at the 24+ workers problem. It no bug, the gadget is just fine.
What happens is, that slush pool does simply sends info on 24 workers and then just makes a silly face.
So once the API of slush pool if fixed, your workers will show up Smiley

Greetings,
Jade

Thanks for looking into it so thoroughly and trying to get to the bottom even though it doesn't effect a majority of users. Hopefully Slush can make a change to his API to send all worker stats and info soon because I really love your layout of the widget. Its really intuitive.  Smiley Cheers and happy mining!

gll
newbie
Activity: 57
Merit: 0
newbie
Activity: 19
Merit: 0
Hey there Jade,

The names is currently listed with only "." in the name being between the account name and the worker name that slush's pool adds to create a full worker name. For example, my account name is Litt and worker name is A1, then my full worker shows in the account page so it looks like Litt.A1 There are no underscore or anything else involved in the name. I list all my workers according to the miner machine in alphabet then GPU in # so that when I go click on add new worker, I would only add A1, A2, and so on with a password. I hope this clears it up.

When I open the widget on the worker tab, I currently only have 5 pages. First 4 with full 5 on each page then the last 5th page with only 4 workers for the total of 24. They only show the worker part of the name such as A1, A2.. and list only the ones on the page one of the worker list on my account page on Slush's pool.

I hope that helps clear it up.

Thanks for your continued efforts. The widget is already quite awesome and I'm sure everyone from all the pools will want some support soon  Smiley



Hi Litt,

i have looked at the 24+ workers problem. It no bug, the gadget is just fine.
What happens is, that slush pool does simply sends info on 24 workers and then just makes a silly face.
So once the API of slush pool if fixed, your workers will show up Smiley

Greetings,
Jade
Pages:
Jump to: