Bitcoin Forum
May 30, 2024, 06:18:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 [85] 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 »
1681  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 07:46:41 PM

There is something wrong with worker deletion: wrong worker is deleted when I tried to delete one, and they are not completely gone from the database.

For some reason the TRC pool worker table was out of sync.  I synced it up with the others.

the api is perfect! .. good job.

Is there any way to get the current pool being mined via scrypt throught he api?

Check out api2.php and let me know what you think.

I would separate Multiport stats to a separate API call: apiMultiport.php (take out worker and pool data). There could be different frequency when those stats are needed, they would be on a different window/screen in the API reader most likely anyway.



By the way, the display is different when there's no API key.  It just shows the hashrates for the various currencies.
1682  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 07:33:11 PM

There is something wrong with worker deletion: wrong worker is deleted when I tried to delete one, and they are not completely gone from the database.

For some reason the TRC pool worker table was out of sync.  I synced it up with the others.

the api is perfect! .. good job.

Is there any way to get the current pool being mined via scrypt throught he api?

Check out api2.php and let me know what you think.

I would separate Multiport stats to a separate API call: apiMultiport.php (take out worker and pool data). There could be different frequency when those stats are needed, they would be on a different window/screen in the API reader most likely anyway.


They're fairly inexpensive operations, and they're cached..  Are they breaking your reader?
1683  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 05:29:57 PM

There is something wrong with worker deletion: wrong worker is deleted when I tried to delete one, and they are not completely gone from the database.

For some reason the TRC pool worker table was out of sync.  I synced it up with the others.

the api is perfect! .. good job.

Is there any way to get the current pool being mined via scrypt throught he api?

Check out api2.php and let me know what you think.
1684  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 04:13:29 PM

There is something wrong with worker deletion: wrong worker is deleted when I tried to delete one, and they are not completely gone from the database.

For some reason the TRC pool worker table was out of sync.  I synced it up with the others.
1685  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 04:09:35 PM
Is the donator list updated manually, just on a slow refresh, or... ? I bumped my donation up to 4% to be a "patron", but I'm not on the list after an hour or so. *shrug*

Oops!  Bug in the stats..  I had originally planned to set patron at 5% but forgot to modify the SQL when I changed it to 4.  Thanks for reporting, you should be showing up now!
1686  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 04:07:30 PM
Quote
Last 30 Blocks Found - NVC
Block   Confirms   Finder   Time
27,351   12   mike270   2013-06-19 13:04:13

Congratulations Smiley

woohoo!
1687  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 04:07:21 PM
I was trying to set donation to a fraction of a percent Wink but the form apparently reset it to 0. Hint Hint.

Try putting in a leading zero (i.e. "0.1" or "0.5") rather than just ".5".. 
1688  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 07:34:24 AM
Upped my donation % from 2 to 3 in light of the work you've been doing. Thanks for running such a great pool!

Thanks man!
1689  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 07:34:13 AM
So, I've got the donations page ready to go.  There are 3 tiers of donators:

4%+ - Patron
3%-4% - Sponsor
2%-3% - Supporter

I also have a section called "Hero Users" which will be at the top of the donator page.  Currently accepting nominations for Hero Users!
The ones that are already there, is it by total donation or percentage? Or other means of contribution?

Also, stats page looks fine on my Nexus 4.

Edit: Stupid slight suggestion: a total personal donation ticker either on the donation or account page. Cheesy

That's in the works but requires a bit more coding.  Right now the ones that are there are by percentage only.
1690  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 06:11:19 AM
Any HTML wizards have a clue why the right side of the stats page gets cut off on mobile browsers?
1691  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 04:39:27 AM
Hi flound..I noticed some extra workers in the list in the Json object I think the list retains deleted workers.. plus could you add in the current pool the scrypt is currently mining? Also I wondered if it was better to order the List having the worker names as keys then have the coins as values to workers? e.g
{"workers":{"name:"{"coin":{"key":"value"},"coin":{"key":"value"}}}}

I think the worker list is cached, so you might just have to wait for them to disappear.  Or, it might be something I need to fix in the DB.

Both of the people writing apps around the API preferred the current format, I am open to changes but I don't want to break anything.
1692  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC] DigitalCoin.Co | Instant | Stable | Reliable | Usable for Purchases on: June 19, 2013, 02:13:53 AM
You can add https://www.multipool.in to your pools list.  DGC is on port 3343.  No fees.

Thanks!
1693  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 02:05:44 AM
What is that relative to, if you were to direct 1000x hashrate to bitcoin instead?

Yes all of the profitability numbers are relative to mining Bitcoin.
1694  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTB] SBC, will pay in LTC. 625 SBC = 1LTC on: June 19, 2013, 01:45:29 AM
Guess I'm not generating much interest.  Tell you what, I need to raise my rep around here, so I'll do 1LTC for 500 SBC for this transaction, I think that's more than fair to get the ball rolling...  Maybe not but I'll find out soon enough, eh?  Shoot me a better offer if you have one.

Anyone interested?

What is SBC?  Tincoin?


If you're referring to the periodic table, that would be SNC.

Shit, you got me, SBC would be Antimonycoin.
1695  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 19, 2013, 01:30:47 AM
Hello flound1129,

Been mining with ya for a while. Recently, LTC has been up for a bit. So I come to the question, what does it mean that "Effective Profitability (24hr) 1.27 " ? This is on page https://www.multipool.in/multiport_stats.php Haven't seen that in FAQ or by searching on this forum.

Thanx,

Armchair Miner

Each time the multiport switching script runs, it records in the DB the instantaneous profitability of all coins.  The Effective Profitability is the average profitability for the past 24 hours of the multiport.  I keep meaning to change that to "Calculated Profitability", which is more precise.
1696  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTB] SBC, will pay in LTC. 625 SBC = 1LTC on: June 19, 2013, 01:02:34 AM
Guess I'm not generating much interest.  Tell you what, I need to raise my rep around here, so I'll do 1LTC for 500 SBC for this transaction, I think that's more than fair to get the ball rolling...  Maybe not but I'll find out soon enough, eh?  Shoot me a better offer if you have one.

Anyone interested?

What is SBC?  Tincoin?
1697  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 18, 2013, 11:48:47 PM
So, I've got the donations page ready to go.  There are 3 tiers of donators:

4%+ - Patron
3%-4% - Sponsor
2%-3% - Supporter

I also have a section called "Hero Users" which will be at the top of the donator page.  Currently accepting nominations for Hero Users!
1698  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 18, 2013, 11:41:42 PM
ranlo and gnomicide, what are your usernames on the site?
1699  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 18, 2013, 09:34:25 PM
I'm also considering adding an EU multiport within the next few weeks.  Need to see how many miners/coin daemons I can cram onto a micro instance first Smiley
1700  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 18, 2013, 08:25:21 PM
Is TRC pool ok? We seems to have unusual long block, over 6hrs and still mining.

Everything looks OK, shares are being inserted in the db and no errors in the logs.. Just bad luck.

Looks like a block just came in.
Pages: « 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 [85] 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!