Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. For all coin
  2.  
  3.  
  4. - Find Network Difficulty
  5.  
  6. Network hashrate * BlockTime = Network Difficulty
  7.  
  8. - Find BlockTime
  9.  
  10. Network Difficulty / Network hashrate = BlockTime
  11.  
  12.  
  13.  
  14.  
  15. - Find Network hashrate
  16.  
  17. Network Difficulty / BlockTime = Network hasrate (difficulty is the total number of hashes you need to find a block on average)
  18.  
  19.  
  20.  
  21. - Calculate how long it take for coin to be available to spen on an exchange base on there confirmation number.
  22. -- For Aeon on Bittrex = 48 confirmation
  23.  
  24. BlockTime * 48 = 11520/secs / 60 / 60 = 3,2 hours for a transaction to be available for spending.
  25.  
  26.  
  27. -------------------
  28.  
  29. Mining Difficulty = Number of hashes to get a share
  30.  
  31.  
  32. - if your hashrate is example 1 Kh/s and you put the difficulty manually to 10 000
  33. it mean you will aproximatively send 1 share every 10 seconds
  34.  
  35.  
  36. - so if mining difficulty is 10 000 and the miner hash rate is 1000,
  37. then thats mean the miner should send 1 share each every 10 seconds.
  38.  
  39.  
  40. * i need to know at witch frequency the pool send a new job
  41.  
  42. - let's say pool sends to your miner jobs with difficulty=1000,
  43. and accepts 2 shares every minute,
  44. so therefore miner hashrate is 1000*2/60=33.33H/s so diff*shares/time
  45.  
  46. ----------------------------------------
  47.  
  48. - Find how long to find a block with my current mining hashrate
  49.  
  50. Network Difficulty / Mining hasrate = Time to find a block
  51.  
  52. - Find how long for a pool to find a block with is current hashrate
  53.  
  54. Network Difficulty / Pool Hashrate = Time to find a block
  55.  
  56.  
  57.  
  58. -------------------------------------------
  59.  
  60. Market Cap / Circulating Supply = Price of the Coin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement