Post
Topic
Board Announcements (Altcoins)
Re: [XPM] [ANN] Primecoin High Performance
by
teknohog
on 18/07/2013, 07:44:39 UTC
Why did you write this script? what did you change, and what problem did you solve?
Looks to me that its a python script, basicly a frontend for,
currency = {
    "bitcoin": "BTC",
    "chncoin": "CNC",
    "litecoin": "LTC",
    "namecoin": "NMC",
    "ppcoin": "PPC",
    "primecoin": "XPM",
}
Makes bitcoind/primecoind/... usage easier, etc. updated script also tries to estimate block finding time for XPM also.

I should probalby have linked to the readme instead. These are some of my personal cryptocoin scripts I've been building up since 2010, and I'm not sure if they are useful to anyone else, but feel free to grab some ideas.