Author

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

hero member
Activity: 560
Merit: 501
is there a litecoin mining pool that allows connections on port 80? thanks!
Pool-X does: http://pool-x.eu/gettingstarted
sr. member
Activity: 351
Merit: 250
is there a litecoin mining pool that allows connections on port 80? thanks!
sr. member
Activity: 309
Merit: 250

Is it possible to get rid of these spammings?

Is BTC protected against such things?

Client-update LTC?

legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
LOL ah Luke is a moron sometimes ... that's funny.
Maybe you should just ban him from editing the wiki since he's just being destructive and isn't that a reason for banning an account?
hero member
Activity: 826
Merit: 1000
While LTCs value finally seems to have gotten more stable something must be wrong with the reported difficulty.

I haven't gotten a block since almost 2 weeks, am I just unlucky?

You must be solo mining, so yes, probably.
legendary
Activity: 1666
Merit: 1057
Marketing manager - GO MP
While LTCs value finally seems to have gotten more stable something must be wrong with the reported difficulty.

I haven't gotten a block since almost 2 weeks, am I just unlucky?
sr. member
Activity: 352
Merit: 250
Firstbits: 1m8xa
Block chain updating.

I've got about 1700 transactions with the value of one 0.00000001 LTC and it's still increasing. Someone must've been REALLY bored.
member
Activity: 81
Merit: 10
I don't get what they are trying to achieve spamming those 0.00000001 sends, but the Wiki edits are priceless Smiley Luke-jr probably invested in some other cryptocoin Wink
full member
Activity: 132
Merit: 100
hello,
could someone this 283-live-solidcoin24-and-btc-e-data-in-sierrachart software for e-btc ltc / ltc btc / usd modify?
cu
Here ya go: http://www.megaupload.com/?d=XRSUMTBF
If you're on Win you need first to install Python 2.7 (Not 3.xx !)
http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi
Then start cmd and type:
PATH C:\Python27;%PATH%
To start script you type:
Python C:\src\solidchartfeed.py -s btceBTC -a 10
or
Python C:\src\solidchartfeed.py -s btceUSD -a 10
wow ... it works without problems. Thank you.
NP - just modified two numbers in source  Cool
Njoy  Wink
newbie
Activity: 12
Merit: 0
hello,
could someone this 283-live-solidcoin24-and-btc-e-data-in-sierrachart software for e-btc ltc / ltc btc / usd modify?
cu
Here ya go: http://www.megaupload.com/?d=XRSUMTBF
let me know if it has problems... but I think its working correct  Cool
hmm syntax error ... can you make the exe plz  Smiley
cu
I cannot compile that code right now - sorry

If you're on Win you need first to install Python 2.7:
http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi

Then start cmd and type:
PATH C:\Python27;%PATH%

To start script you type:
Python C:\src\solidchartfeed.py -s btceBTC -a 10
or
Python C:\src\solidchartfeed.py -s btceUSD -a 10


wow ... it works without problems. Thank you.
hero member
Activity: 560
Merit: 501
I'd like to take this opportunity to introduce many of you to the relaunched version of my block explorer: http://explorer.liteco.in/.

Thanks to everyone who helped me get set up (I'll get around to creating a proper about/thanks page, I promise). There is also an advertisement spot available, take a look at ?topic=51841 for more information.
full member
Activity: 132
Merit: 100
I'm glad I can help  Wink

Oh yes, it depends on your CPU, but if step 10 fails:

8.Type: CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4 -msse4.1 " ./configure
9.Type: make clean
9.1.Type: make

when try step 10 again
if it fails again try removing -msse4.1 etc... eventually it will work ;-)
donator
Activity: 1064
Merit: 1000
People in here have been so nice, so I am just gone ask for help with another thing I have been thinking about. I have a old computer standing around, the reason why I don't use it is because it has no harddrive the on in it broke and so far I haven't bothered replacing it. Is there any program I can use to run litecoins from a usb stick? and if so anyone feel like they can help me set it up? Smiley thanks

I recommend Ubuntu bacause it is easier to use: http://www.ubuntu.com/download/ubuntu/download

And here is step by step instruction for miner:

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 -r -1 -s 3

After each command press Enter  Grin
If you don't want to type you can do Copy/Paste in terminal with right click Wink
Thank you very much Smiley
full member
Activity: 132
Merit: 100
People in here have been so nice, so I am just gone ask for help with another thing I have been thinking about. I have a old computer standing around, the reason why I don't use it is because it has no harddrive the on in it broke and so far I haven't bothered replacing it. Is there any program I can use to run litecoins from a usb stick? and if so anyone feel like they can help me set it up? Smiley thanks

I recommend Ubuntu bacause it is easier to use: http://www.ubuntu.com/download/ubuntu/download

And here is step by step instruction for miner:

0.Start Ubuntu and click Try Ubuntu (http://www.ubuntu.com/sites/www.ubuntu.com/files/active/try-intsall.jpg)
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 -r -1 -s 3

After each command press Enter  Grin
If you don't want to type you can do Copy/Paste in terminal with right click Wink
hero member
Activity: 560
Merit: 501
People in here have been so nice, so I am just gone ask for help with another thing I have been thinking about. I have a old computer standing around, the reason why I don't use it is because it has no harddrive the on in it broke and so far I haven't bothered replacing it. Is there any program I can use to run litecoins from a usb stick? and if so anyone feel like they can help me set it up? Smiley thanks
Use something like a Ubuntu or Debian "live USB" and compile the miner following the instructions in my post on the Litecoin forums: http://liteco.in/threads/compiling-minerd-on-debian-ubuntu.15/
donator
Activity: 1064
Merit: 1000
People in here have been so nice, so I am just gone ask for help with another thing I have been thinking about. I have a old computer standing around, the reason why I don't use it is because it has no harddrive the on in it broke and so far I haven't bothered replacing it. Is there any program I can use to run litecoins from a usb stick? and if so anyone feel like they can help me set it up? Smiley thanks
hero member
Activity: 540
Merit: 500
The future begins today
One more Litecoin accepted service (this one only accepts Litecoins Grin)

https://btclot.com/vpn/
donator
Activity: 1064
Merit: 1000
Thank you very much Smiley It seemed to have solved the problem, I am now getting around 8 khash/s. Is there anything else I can do to increase my speed?

In order to increase your speed replace pthreadGC2.dll with this one:

http://content.wuala.com/contents/jbw9/pub/Bitcoin/Tenebrix/miner/win/pthreadGC2.dll

And replace minerd with this file:

http://content.wuala.com/contents/jbw9/pub/Bitcoin/Tenebrix/miner/win/minerd-corei7-avx.exe?dl=1

(rename it to minerd.exe)

I am not sure what is wrong but the p2pool seems very wierd.

Nothing wrong with p2pool - it is normal behavior  Cool
 

Litecoin was launched on Thursday Oct 13, 03:00 GMT

First month... Smiley
Congrats!  Grin

Thank you for the help, really increased my speed Smiley
full member
Activity: 140
Merit: 100
Nothing wrong with p2pool - it is normal behavior  Cool

Being inefficent? I only tried it for 2 days so it could be variance. But there are almost no hashes being done mining in it from the miner readout and the estimated pay if block is found that the pool window shows has never been showing more then a couple of hours of actuall payments from another pool...
Jump to: