Advertisement
Guest User

ANC Research

a guest
Oct 25th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. Myriad and Aux PoW Notes
  2.  
  3. Disclaimer/explanation: First of all, I am not a coder. I have a basic understanding of C/C++ but am not at all qualified to analyze the structural security of a cryptographic currency’s source code. This is an attempt to get ANC community started on a research supplement for the ANC coders so that they can work on code more and spend less time sifting through research/threads. I am hoping Meeh will respond and let us know what research would help.
  4.  
  5. Myriad Specifications (from ANN thread: https://bitcointalk.org/index.php?topic=483515.0):
  6.  
  7. No premine
  8. Proof of Work:
  9. Scrypt, SHA256D, Qubit, Skein or Myriad-Groestl
  10. Block time: 2.5 minutes per algorithm (30 second average over 5 algos)
  11. Each algorithm has separate difficulty
  12. Block reward halves every 967680 blocks (about 48 weeks)
  13. Initial block reward: 1000 MYR
  14. Total coin supply: About 2 billion MYR (after about 10 years)
  15. Difficulty adjusts every block
  16. P2P port: 10888
  17. RPC port: 10889
  18. Configuration file: myriadcoin.conf
  19. How it works
  20. Each proof of work algorithm has its own independent difficulty.
  21. Any algorithm can find the next block.
  22. All the algorithms use the same difficulty adjustment method.
  23. On average, each algorithm has the same chance of finding the next block.
  24. Each algorithm aims for a block generation time of 2.5 minutes.
  25. Over the five algorithms, a block should be found on average every 30 seconds.
  26.  
  27.  
  28. I. Whitepapers, explanations, links:
  29.  
  30. 1. “Multi-vPoW”: http://coinbrief.net/myriadcoin-merge-mining/
  31.  
  32. A. BTCTalk discussion, 3-page thread (as of 10/25/14) of Multi-vPoW: https://bitcointalk.org/index.php?topic=725991.0
  33.  
  34. 2. Dev Chat: neuroMode appears to be an active dev/MYR community member: https://bitcointalk.org/index.php?action=profile;u=97048;sa=showPosts
  35.  
  36. A. Merged mining children questions and answers:
  37. https://bitcointalk.org/index.php?topic=483515.msg8595148#msg8595148
  38.  
  39.  
  40. II. Issues for further research
  41.  
  42. Rapid inflation: Coin total for myriad is “about 2 billion after 10 years”; 1000 block reward (30 second average over 5 algos). “1/4 of all Myriadcoins have been produced. The last 3/4 will be produced over the next 9 years.” See the Myriad specs below.
  43.  
  44. Mintpal v2 failure: It has been suggested that reduced volume of MYR recently has stemmed from the failure of Mintpalv2, among the most popular MYR exchanges.
  45.  
  46. Crypto Hunger’s DigiByte grotestl pool:
  47. This is supposedly a pool operator scam, but its worth a look. Most likely: A. Pool operator scamming; B. Issues with the use of Grotestl algorithm; or C. Issues with the multi-PoW used by Digibyte, which, as I understand, is similar to that used by MYR. These issues were pointed out in early Sept. and I don’t know if they’ve been addressed. More research would be required. Links to convo can be found here:
  48. https://bitcointalk.org/index.php?topic=586320.msg8719108#msg8719108
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement