what's the difference between scrypt and sha algo? why I'm always get boo when using scrypt algo? Thanks.
They are completely different proof-of-work algorithms. You must use
scrypt for Litecoin, and you must use
sha256d for Bitcoin.
Added this to the FAQ on the first post.