Bitcoin Forum
April 26, 2024, 06:52:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 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 ... 225 »
  Print  
Author Topic: [1200 TH] EMC: 0 Fee DGM. Anonymous PPS. US & EU servers. No Registration!  (Read 499434 times)
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
July 10, 2011, 01:37:15 PM
 #221

  • SMS Notifications on failed miner, payouts, account changes and solved blocks
  • Payouts in BTC or directly with Paypal in USD
  • Mobile pages for viewing on your mobile devices
  • On Demand payouts
  • Automatic payouts
Hi
is this above for for EU residents too or only for US?
TIA
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714114344
Hero Member
*
Offline Offline

Posts: 1714114344

View Profile Personal Message (Offline)

Ignore
1714114344
Reply with quote  #2

1714114344
Report to moderator
1714114344
Hero Member
*
Offline Offline

Posts: 1714114344

View Profile Personal Message (Offline)

Ignore
1714114344
Reply with quote  #2

1714114344
Report to moderator
1714114344
Hero Member
*
Offline Offline

Posts: 1714114344

View Profile Personal Message (Offline)

Ignore
1714114344
Reply with quote  #2

1714114344
Report to moderator
rearwheels
Sr. Member
****
Offline Offline

Activity: 444
Merit: 254



View Profile
July 10, 2011, 01:47:05 PM
 #222

solving blocks in a timely fashion is the coolest

'monkey

I think it will be tradition that every alternate blocks are solved in a very short time.
sabe
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
July 10, 2011, 04:02:55 PM
 #223

Just hit 70 GH/s Cheesy
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 10, 2011, 04:22:20 PM
 #224

  • SMS Notifications on failed miner, payouts, account changes and solved blocks
  • Payouts in BTC or directly with Paypal in USD
  • Mobile pages for viewing on your mobile devices
  • On Demand payouts
  • Automatic payouts
Hi
is this above for for EU residents too or only for US?
TIA

It's for everyone.  Obviously, I've not been able to test every country, but has been tested working in Italy, Singapore, Brazil, Australia, New Zealand, the UK, Austria (I think) - it should work for nearly every country, so long as you format your mobile number properly for international SMS.

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 10, 2011, 11:36:17 PM
 #225

Ok, finished rewriting all the scoring code in C from PHP and it's running on all servers (US, EU and PACRIM).

Can anyone more familiar with Meni's scoring system tell me what data is valuable to you as far as output goes? I will make an output for blocks like Continuum after a block is completed, but is there other scoring data that is valuable/interesting to know?

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
July 10, 2011, 11:40:29 PM
 #226

I'm good with just knowing it's being used. Cheers!

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 10, 2011, 11:53:32 PM
 #227

Well, I like to be as open as possible without compromising private data.

Also - I haven't forgotten about the API on your output Koop - I got bogged down with this scoring thing, but I should have that fixed either tonight or early this week.

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
tschaboo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 11, 2011, 01:38:37 AM
 #228

Ok, finished rewriting all the scoring code in C from PHP and it's running on all servers (US, EU and PACRIM).

Can anyone more familiar with Meni's scoring system tell me what data is valuable to you as far as output goes? I will make an output for blocks like Continuum after a block is completed, but is there other scoring data that is valuable/interesting to know?

I think it would be enough to put the score next to every share. It should be possible for everyone to recognize it's own shares. So you would publish the parameters for the algorithm (I know, you already did, but on the homepage or somewhere where it can be easily found) and how the miner can identify it's shares. I think that just hashing the workers user name would be anonymous enough.

With this information everyone can verify that every share got the right score and if the relation of his/her sum of scores and the payout conform. Actually, I never did that yet. But that's because I assumed that Meni himself checked this at Continuum.  Smiley
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 11, 2011, 01:46:45 AM
 #229

Are you talking about each share individually or a aggregate of each score per miner?  There would be thousands of shares per user and going through them would be pretty crazy.  I could put together an aggregate output on a per miner basis (I had already planned on doing this in graph form, anyway).

So let me know if you're talking about individual shares.  I have no problem doing that, but with 1 million plus shares per block on average I don't see any realistic way to do that in an output on an individual share basis.  I could maybe output the last n shares with a hashed username or something if individual shares are desired. 

I'm certainly open to any suggestions though.

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
btcboston
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
July 11, 2011, 03:03:51 AM
 #230

On the scoring, what values are you using for c and f (as described by Meni's system)?

Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 11, 2011, 04:39:42 AM
 #231

c is .001 and f is (-$c)/(1-$c)

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
geek-trader
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 11, 2011, 06:57:52 AM
 #232

Just joined.  Was in the Ars pool, but the SMPPS is boring.  300 MH/s heading your way.  Wink

Make 1 deposit and earn BTC for life! http://bitcoinpyramid.com/r/345
Play my FREE HTML5 games at: http://magigames.org  BTC donations accepted.
Reacon
Newbie
*
Offline Offline

Activity: 25
Merit: 0



View Profile WWW
July 11, 2011, 10:07:11 AM
 #233

Just joined.  Was in the Ars pool, but the SMPPS is boring.  300 MH/s heading your way.  Wink

Joined a few days ago. Figured I'd let my presence be known here as well, and give the thread a little bump.

Another 330 MH/s to add to the growing number.
tschaboo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 11, 2011, 10:58:19 AM
 #234

Are you talking about each share individually or a aggregate of each score per miner?

Well, actually I was talking about individual shares. Of course that's a few 100 MiB for longer rounds. But it would be enough to keep them online for 10 days or so. And they compress really well. The individual shares are needed to check if the scoring works. And I think the pool will change to difficulty-2-shares somewhen anyway, that would again half the size.

Of course that should not hinder you to also provide nice aggregated statistics.  Wink

[edit:] Maybe I could volunteer then to write some python or perl script that does some statistics on the dump file if there are requests.
sabe
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
July 11, 2011, 11:57:12 AM
 #235

  • SMS Notifications on failed miner, payouts, account changes and solved blocks
  • Payouts in BTC or directly with Paypal in USD
  • Mobile pages for viewing on your mobile devices
  • On Demand payouts
  • Automatic payouts
Hi
is this above for for EU residents too or only for US?
TIA

It's for everyone.  Obviously, I've not been able to test every country, but has been tested working in Italy, Singapore, Brazil, Australia, New Zealand, the UK, Austria (I think) - it should work for nearly every country, so long as you format your mobile number properly for international SMS.

Hmmm, who has it working in Singapore?
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 11, 2011, 12:06:07 PM
 #236

I thought someone said they had it working there?  Maybe not?

Is there a problem with that location?

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
rearwheels
Sr. Member
****
Offline Offline

Activity: 444
Merit: 254



View Profile
July 11, 2011, 12:18:01 PM
 #237

I thought someone said they had it working there?  Maybe not?

Is there a problem with that location?

Not me, I was talking to Sabe about gmail alert.

I have mine set to +65xxxxxxxx did not get the block completed notification earlier.
sabe
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
July 11, 2011, 12:32:37 PM
 #238

I tried +65XXXXXXXX, 65XXXXXXXX both not working for me.
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 11, 2011, 03:22:17 PM
 #239

Ok, I will try to remember to look into it specifically tonight.  Sabe and rearwheels, I may send you a couple test SMS tonight; you can ignore those but maybe post back if you got them and if there was anything unusual about them.

If you guys get charged by the SMS, let me know and I won't send out any test ones.  I don't want ya'll to get charged, but I will try to find another way to test +65 location.

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
rearwheels
Sr. Member
****
Offline Offline

Activity: 444
Merit: 254



View Profile
July 11, 2011, 03:36:26 PM
 #240


tks. updated donations during payout.

Our incoming SMS are not charged, so send away!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 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 ... 225 »
  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!