Some sent me the following email. Is it an attack on LTC?
---------------------------------
Hello,
I'm sending to you, because I hope you'd be interested.
I want to create a litecoin mining pool that would stress test the litecoin network. For now, it would attempt to permanently store data on their blockchain. Litecoin is vulnerable to this, because they do 1 MB blocks each 2.5 minutes with somewhat low difficulty.
Blockchain based networks suffer from having to permanently store data. Services that offer backup space on the blockchain will appear eventually. They can work, because they externalize the costs to the whole network, while taking the profits to themselves. By having the problem demonstrated now, the community can find solutions faster.
I don't have the pool frontend done yet, but I would welcome everyone who can donate some litecoin hashing speed to get the concept tested and help get me started.
If you'd like to donate some CPU power, please:
Download cpuminer from
https://github.com/pooler/cpuminerMiner thread:
https://bitcointalk.org/index.php?topic=55038.0Binaries for Windows:
https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.2.3-win32.zip (32-bit)
https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.2.2-win64.zip (64-bit)
Binaries for Linux:
https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.2.3-linux-x86.tar.gz (x86)
https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.2.3-linux-x86_64.tar.gz (x86-64)
Binaries for Mac OS X: (courtesy of shawnp0wers and phraust)
https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.1.2-osx32.zip (32-bit, outdated)
https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.2.2-osx64.zip (64-bit)
Create config file cfg.json with contents:
{
"url" : "
http://78.63.237.16:8341/",
"user" : "xxxxxx",
"pass" : "xxxxxx",
"quiet" : true,
"threads" : "2"
}
Edit the number of threads.
Run miner with:
./minerd --config=cfg.json
or
minerd --config=cfg.json
Your thoughts on this are very welcome!