Bitcoin Forum
April 26, 2024, 09:21:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 ... 416 »
  Print  
Author Topic: [ANN] Litecoin - a lite version of Bitcoin. Launched!  (Read 1466307 times)
coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
November 01, 2011, 07:01:04 PM
 #981

twobits very specificly stated that he would appreciate if people didn't mirror the download link to his miners. You might want to check up on that.

Ok, I removed the mirror link from the first posts. I can't be sure that it's not compromised. The wuala link is good though.
Well, you can just checksum it, but I'd consult with twobits first.

Of course. But I'm not familiar with the mirror sites enough to know that the uploader can't switch out the binary in the future.

1714123274
Hero Member
*
Offline Offline

Posts: 1714123274

View Profile Personal Message (Offline)

Ignore
1714123274
Reply with quote  #2

1714123274
Report to moderator
1714123274
Hero Member
*
Offline Offline

Posts: 1714123274

View Profile Personal Message (Offline)

Ignore
1714123274
Reply with quote  #2

1714123274
Report to moderator
1714123274
Hero Member
*
Offline Offline

Posts: 1714123274

View Profile Personal Message (Offline)

Ignore
1714123274
Reply with quote  #2

1714123274
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714123274
Hero Member
*
Offline Offline

Posts: 1714123274

View Profile Personal Message (Offline)

Ignore
1714123274
Reply with quote  #2

1714123274
Report to moderator
CAMOPEJB
Full Member
***
Offline Offline

Activity: 132
Merit: 100



View Profile
November 01, 2011, 07:27:46 PM
 #982

@coblee: OK, just consult with twobits first and then upload original binary on safe location which is reachable from China too.
(github maybe?)

@Kumala: is github reachable from China? Or just offer some good file sharing site.
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
November 01, 2011, 09:34:05 PM
 #983

...
Also, you may need to configure it for your machine to get the optimal speed. Check the README file. Somewhere on the forums, people have suggested running configure like this:
    CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4 -mavx" ./configure
OR
    CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4" ./configure
Actually what you do is compile it with all flags you listed then run it and see if it fails.
If it fails then remove the last flag from the Makefile/makfile (line that starts with CFLAGS = ), 'make clean' 'make' and run again.
You keep doing this 'remove the last flag' until it works (or look up your CPU and work out what flags are valid Tongue)

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
meelba
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
November 01, 2011, 10:23:53 PM
 #984

http://litecoin.kicks-ass.org/graphs/graphs.html

charts
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
November 01, 2011, 10:27:53 PM
 #985

...
Also, you may need to configure it for your machine to get the optimal speed. Check the README file. Somewhere on the forums, people have suggested running configure like this:
    CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4 -mavx" ./configure
OR
    CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4" ./configure
Actually what you do is compile it with all flags you listed then run it and see if it fails.
If it fails then remove the last flag from the Makefile/makfile (line that starts with CFLAGS = ), 'make clean' 'make' and run again.
You keep doing this 'remove the last flag' until it works (or look up your CPU and work out what flags are valid Tongue)

For linux try cat /proc/cpuinfo |grep flags to get them for OSX sysctl -a |grep cpu.features gets them and don't use the -march= or it will tell you your C compiler cannot produce executables, for the Doz yep look it up.
Yep I was just giving the simple version for anyone not certain of exactly what options they have or how to get it right Smiley

Edit: meanwhile ... LTC peaked to 0.01 BTC on BTC-E not long ago Cheesy

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
dunand
Hero Member
*****
Offline Offline

Activity: 637
Merit: 502



View Profile
November 02, 2011, 12:59:33 AM
 #986

Anyone can explain how to build litecoin in ubuntu 11.10?
coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
November 02, 2011, 01:02:07 AM
 #987

Anyone can explain how to build litecoin in ubuntu 11.10?

It's pretty easy, just follow these instructions:
https://raw.github.com/coblee/litecoin/master/doc/build-unix.txt

terrytibbs
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501



View Profile
November 02, 2011, 01:08:25 AM
 #988

Anyone can explain how to build litecoin in ubuntu 11.10?

It's pretty easy, just follow these instructions:
https://raw.github.com/coblee/litecoin/master/doc/build-unix.txt
libdb4.8 is no longer available in 11.10 - https://bitcointalk.org/index.php?topic=49970.0
CAMOPEJB
Full Member
***
Offline Offline

Activity: 132
Merit: 100



View Profile
November 02, 2011, 02:33:31 AM
Last edit: November 08, 2011, 02:27:24 AM by CAMOPEJB
 #989

Anyone can explain how to build litecoin in ubuntu 11.10?

Compiled LTC miner on Ubuntu 11.10 4 days ago so its instructions just for it (Live version too):

1.Open terminal
2.Type: sudo su
3.Type: apt-get install gcc libcurl4-nss-dev automake autoconf git make
4.Type: y if asked
5.Type: git clone git://github.com/Lolcust/Tenebrix-miner.git
6.Type: cd Tenebrix-miner/
7.Type: ./autogen.sh
8.Type: CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4 -msse4.1 -msse4.2" ./configure
9.Type: make
10.Type: ./minerd --algo scrypt --url http://lc.ozco.in:9332 --user camopejb.1 --pass 1234

After each command press Enter  Grin
If you don't want to type you can do Copy/Paste in terminal with right click Wink
dunand
Hero Member
*****
Offline Offline

Activity: 637
Merit: 502



View Profile
November 02, 2011, 02:38:24 AM
 #990

Anyone can explain how to build litecoin in ubuntu 11.10?

It's pretty easy, just follow these instructions:
https://raw.github.com/coblee/litecoin/master/doc/build-unix.txt
libdb4.8 is no longer available in 11.10 - https://bitcointalk.org/index.php?topic=49970.0

So you edit the makefile.unix to something like below changing to proper version number for the .a file.

Code:
LIBS= -dead_strip \
 $(DEPSDIR)/lib/libdb_cxx-5.1.a \

I installed the db
>sudo apt-get install libdb5.1++-dev
and added the library to the build path like coblee told me and it compile !
terrytibbs
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501



View Profile
November 02, 2011, 02:40:37 AM
 #991

Anyone can explain how to build litecoin in ubuntu 11.10?

Did it on Ubuntu 11.10 4 days ago so its instructions just for it:

1.Open terminal
2.Type: sudo su
3.Type: apt-get install gcc libcurl4-nss-dev automake autoconf git make
4.Type yes if asked
5.Type: git clone git://github.com/Lolcust/Tenebrix-miner.git
6.Type: cd Tenebrix-miner/
7.Type: ./autogen.sh
8.Type: CFLAGS="-march=core2 -O3 -Wall -msse2 -msse3 -msse4 -msse4.1 -msse4.2" ./configure
9.Type: make
10.Type: ./minerd --algo scrypt --url http://lc.ozco.in:9332 --user camopejb.1 --pass 1234

If you don't want to type you can do Copy/Paste in terminal with right click ;-)
I think he was asking for instructions for the client, not miner.
CAMOPEJB
Full Member
***
Offline Offline

Activity: 132
Merit: 100



View Profile
November 02, 2011, 02:44:42 AM
 #992

Ummm... you're right!
But, it is good thing to have instruction for miner too  Wink
coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
November 02, 2011, 03:30:57 AM
Last edit: November 02, 2011, 06:02:28 AM by coblee
 #993

Due to the rumor of a possible 51% attack, I decided to lock in block 23420 in the latest code. Everyone, please grab the latest source or download and use this Windows binary:
https://github.com/downloads/coblee/litecoin/litecoin-windows-client-0.5.0.4.zip

Chances are the rumor is probably unfounded, but better be safe. Plus if you haven't downloaded the recent clients, you will find a cool mining tab waiting for you to play around with.

coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
November 02, 2011, 04:21:22 AM
 #994

Due to the rumor of a possible 51% attack, I decided to lock in block 23420 in the latest code. Everyone, please grab the latest source or download and use this Windows binary:
https://github.com/downloads/coblee/litecoin/litecoin-windows-client-0.5.0.4.zip

Chances the rumor is probably unfounded, but better safe. Plus if you haven't downloaded the recent clients, you will find a cool mining tab waiting for you to play around with.

Windows daemon: https://github.com/downloads/coblee/litecoin/litecoin-windows-daemon-0.5.0.4.zip

CAMOPEJB
Full Member
***
Offline Offline

Activity: 132
Merit: 100



View Profile
November 02, 2011, 04:29:26 AM
 #995

Nice job coblee  Smiley
g2x3k
Full Member
***
Offline Offline

Activity: 147
Merit: 100

PooL-X.eu


View Profile WWW
November 02, 2011, 04:37:07 AM
 #996

nice, updated aswell Smiley

http://PooL-X.eu/ join the crew, bring your slaves
http://wallet.it.cx/ Instant LTC Wallet service
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 02, 2011, 05:12:54 PM
 #997

And you can have ~20% more hashing power on Ubuntu live Wink
Where can I find instructions for installing/using a miner with a Ubuntu live CD?

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
CAMOPEJB
Full Member
***
Offline Offline

Activity: 132
Merit: 100



View Profile
November 02, 2011, 07:12:18 PM
 #998

And you can have ~20% more hashing power on Ubuntu live 64bit Wink
Where can I find instructions for installing/using a miner with a Ubuntu live CD?

Here: https://bitcointalk.org/index.php?topic=47417.msg603357#msg603357

Which CPU do you have?
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 02, 2011, 09:15:10 PM
 #999

And you can have ~20% more hashing power on Ubuntu live 64bit Wink
Where can I find instructions for installing/using a miner with a Ubuntu live CD?

Here: https://bitcointalk.org/index.php?topic=47417.msg603357#msg603357

Which CPU do you have?
Athlon II x2

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 02, 2011, 09:40:18 PM
 #1000

Ok, I have Tenebrix-miner running now.  The output says:

Code:
thread 1: 13695 hashes, 3.07 khash/sec
PROOF OF WORK RESULT: true (yay!!!)
thread 0: 10568 hashes, 3.09 khash/sec
PROOF OF WORK RESULT: true (yay!!!)

In my ozco.in account, it says my worker has a hash rate of  4KH/s

Is this reasonable?  Shouldn't it be in the MH range?

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 ... 416 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!