Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. shares = 233
  2. hashes = (3100) / 1000. * 0.99 # rejected hash correction
  3. print hashes, "GHash/s"
  4. thashes_per_hour = hashes * 3600 / 1000
  5. power = 2.775
  6. cost = 0.232
  7. print "Magic number:", int((shares * thashes_per_hour) / (power * cost)), "shares/EUR"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement