Author

Topic: [ANN] Litecoin - a lite version of Bitcoin. Launched! - page 413. (Read 1466308 times)

legendary
Activity: 1358
Merit: 1003
Ron Gross
For me, it went from 1.8 khash/s to 2.2 khash/s. ArtForz has been working on it to perform better with scrypt. So it might crash and burn, but it shouldn't break your computer or anything.

Nice, that's a 20% increase. The risk is crashes, right ... but if it says it's doing X khash/s then it really is doing that, right?
Are there windows binaries available?
donator
Activity: 1653
Merit: 1286
Creator of Litecoin. Cryptocurrency enthusiast.
I've updated first post with some new information in the mining section.

...


https://github.com/ArtForz/cpuminer - Fastest but experimental

Can you give more details? Fastest by how much? "How much" experimental?

For me, it went from 1.8 khash/s to 2.2 khash/s. ArtForz has been working on it to perform better with scrypt. So it might crash and burn, but it shouldn't break your computer or anything.
legendary
Activity: 1358
Merit: 1003
Ron Gross
I've updated first post with some new information in the mining section.

...


https://github.com/ArtForz/cpuminer - Fastest but experimental

Can you give more details? Fastest by how much? "How much" experimental?
donator
Activity: 1653
Merit: 1286
Creator of Litecoin. Cryptocurrency enthusiast.
I've updated first post with some new information in the mining section.
hero member
Activity: 560
Merit: 501
smooth continuous difficulty retargeting based on an iir filter would be a nice feature



You are asking for too much man. The basic plan is this :

1. Create alternate crytocurrency ( rebrand Bitcoin to ScamCoin eg replace bitcoin in source to scamcoin etc. )
2. Launch and say it has many features and other typical BS
3. Huh
4. PROFIT

Not even hard.
bulanula forum post template:
"OMGWTFBBQ THIS SUCKS Y U COPY BITCOIN AND CHANGE NAMEINGS O BTW CAN U HELP ME GET BETTER SPEED FROM INTEL PROCESSINGS???"
sr. member
Activity: 300
Merit: 250

Fast transactions

We were impressed by the convenience of SolidCoin's fast transactions.  Although we know that fast confirmations are not necessarily as secure as Bitcoin's slower confirmations, they are very convenient for small merchants who don't need transactions to be super secure. The average Litecoin block takes 2.5 minutes, one quarter of Bitcoin's 10 minutes.  So if merchants wanted to be as safe as Bitcoin, they can wait for 4 times the number of Litecoin confirmations as compared to Bitcoin.



What convenience for merchants do they add?  6 confirms worth an hour is the same as 24 confirms worth an hour. Merchants can easily accept 0 confirm transactions. Are there any known cases of a double spend attack actually occurring?   
legendary
Activity: 1358
Merit: 1003
Ron Gross
Not sure why you are releasing Litecoin.. I dont see a difference between this and Fairbrix.. sure Fairbrix doesnt have an exchange but either does Litecoin.. what makes this different? Last time i checked Fairbrix is doing about 1k bricks a day.. so i guess there are still people mining it

Two differences that I like:

1. LiteCoin was pre-announced several days in advance.
2. LiteCoin has a limited supply of coins, and pretty much follows the Bitcoin protocol.

Some might find #2 a drawback, but I think it's a good feature. Let the market speak.
legendary
Activity: 889
Merit: 1000
Bitcoin calls me an Orphan
Not sure why you are releasing Litecoin.. I dont see a difference between this and Fairbrix.. sure Fairbrix doesnt have an exchange but either does Litecoin.. what makes this different? Last time i checked Fairbrix is doing about 1k bricks a day.. so i guess there are still people mining it
hero member
Activity: 633
Merit: 500
Some of you probably want to use minerd for mining and are unable to without a little difficulty.

http://www.mediafire.com/?v76sfm1yiwmiz9i

All you need to do is unpack those files into your Litecoin folder and start minerd with one of the .bat's included.  You can edit the .bat files to customize how many threads you're going to use for mining and other options.

Make sure you have the lines "server=1" and "gen=0" in your litecoin.conf file.  This way, the client is run as a server for solo mining and the client is instructed to not generate coins itself.  You may set "gen=1" if you want the client to do the mining.  It's up to you.
legendary
Activity: 1358
Merit: 1003
Ron Gross
Can you guys wait until I finish the website? I've got some minor work left but it's pretty much done.
No problem

Sorry, I just blogged about it.
I want everything to have as much chance as possible to be an early adopter.
Some people might need the extra few days to learn the subject material and make up their mind.
legendary
Activity: 1708
Merit: 1019
smooth continuous difficulty retargeting based on an iir filter would be a nice feature

hero member
Activity: 518
Merit: 500
Hacking a bit on CK's cgminer to support the new algorithm.  Haven't quite decided how to manage the AMD vs generic versions of scrypt.c in a good way.  It gets worse since ICC produces the best scrypt.o for the i7 using the generic version, but binaries produced by the free-as-in-beer license of that compiler can't be distributed.  I should count my blessings, at least SolarisStudio and llvm produce utterly crap code compared to profile guided output of gcc and icc so I don't have to worry about that.

I'll have to re-read the license, but I may be able to distribute the assembly output of ICC.

But at any rate, with some luck I should have the AMD/Linux guys taken care of with a nice miner a couple of days after this goes live.  Even if they have to pick the version of scrypt.c they like by hand.


So, how much would I be at a disadvantages with my Widnows 7 Intel machine?

Hehe like 3 times disadvantage. I get with my 2600K about 10 and them crappy AMD plastic shit gets 30 WTF !
legendary
Activity: 1358
Merit: 1003
Ron Gross
Hacking a bit on CK's cgminer to support the new algorithm.  Haven't quite decided how to manage the AMD vs generic versions of scrypt.c in a good way.  It gets worse since ICC produces the best scrypt.o for the i7 using the generic version, but binaries produced by the free-as-in-beer license of that compiler can't be distributed.  I should count my blessings, at least SolarisStudio and llvm produce utterly crap code compared to profile guided output of gcc and icc so I don't have to worry about that.

I'll have to re-read the license, but I may be able to distribute the assembly output of ICC.

But at any rate, with some luck I should have the AMD/Linux guys taken care of with a nice miner a couple of days after this goes live.  Even if they have to pick the version of scrypt.c they like by hand.


So, how much would I be at a disadvantages with my Widnows 7 Intel machine?
full member
Activity: 154
Merit: 100
Hacking a bit on CK's cgminer to support the new algorithm.  Haven't quite decided how to manage the AMD vs generic versions of scrypt.c in a good way.  It gets worse since ICC produces the best scrypt.o for the i7 using the generic version, but binaries produced by the free-as-in-beer license of that compiler can't be distributed.  I should count my blessings, at least SolarisStudio and llvm produce utterly crap code compared to profile guided output of gcc and icc so I don't have to worry about that.

I'll have to re-read the license, but I may be able to distribute the assembly output of ICC.

But at any rate, with some luck I should have the AMD/Linux guys taken care of with a nice miner a couple of days after this goes live.  Even if they have to pick the version of scrypt.c they like by hand.


jr. member
Activity: 35
Merit: 4
Here is a thread I started about it on reddit. It got downvoted.

I want everyone to see this and have a fair chance to be an early adopter. I don't remember such a well-planned release schedule with one of the design goals being fairness - if you agree, vote it up.

Your Reddit submission is not even under the /new section anymore: http://www.reddit.com/r/Bitcoin/new/

I love Reddit, but didn't know you can get "buried" so easily??
hero member
Activity: 630
Merit: 500
Posts: 69
Can you guys wait until I finish the website? I've got some minor work left but it's pretty much done.
No problem
hero member
Activity: 633
Merit: 500
./minerd --user 1 --pass 1 --url http://127.0.0.1:9332

There is something on port 19333 when I try nmap and telnet
Any idea what I may be doing wrong?


Try the 9332 I have there the default as listed in first post the 19333 is the port to open in the router to get the connections to other miners for the testnet and you may want rpcport=9332 in the .conf as well just to be sure.

That is how I have it, but I get the same error.  My guess is that my ports are closed.  With Fairbrix, this was solved with the creation of an IRC channel, I believe.

I did not open any ports when testing and it went fine this was what I have for conf file for the built in miner it worked well.

Code:

miner6@miner6:~/src/litecoin-0.4.0-441/src$ cat ~/.litecoin/litecoin.conf
rpcuser=miners
rpcpassword=litecoin
rpcallowip=*
rpcport=9332
daemon=1
server=1
gen=1
testnet=1

Yeah the built in miner works well, but some people are going to want to use minerd, so it's a small kink to work out.
hero member
Activity: 560
Merit: 501
Wow, beat me to that idea.  I'll put up another reddit with a catchier headline tonight if yours stays downvoted.  I already had the title in mind, something along the lines of "Did You Miss Out on The Bitcoin Gold Rush? Here is Your Chance Now" or something like that.
Can you guys wait until I finish the website? I've got some minor work left but it's pretty much done.
hero member
Activity: 630
Merit: 500
Posts: 69
Here is a thread I started about it on reddit. It got downvoted.

I want everyone to see this and have a fair chance to be an early adopter. I don't remember such a well-planned release schedule with one of the design goals being fairness - if you agree, vote it up.

Wow, beat me to that idea.  I'll put up another reddit with a catchier headline tonight if yours stays downvoted.  I already had the title in mind, something along the lines of "Did You Miss Out on The Bitcoin Gold Rush? Here is Your Chance Now" or something like that.
legendary
Activity: 1358
Merit: 1003
Ron Gross
Here is a thread I started about it on reddit. It got downvoted.

I want everyone to see this and have a fair chance to be an early adopter. I don't remember such a well-planned release schedule with one of the design goals being fairness - if you agree, vote it up.
Jump to: