Author

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

hero member
Activity: 518
Merit: 500
This needs to be fixed. Probably some SC trolls.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Meanwhile ... on the subject of the micro txn spam ...
Hmm I guess it must be someone who visits this forum.

Up to now, I've received just over 1,000 micro txn's and all to the address I list in my sig (none to any other address)
Does seem a rather odd way to do it.
If anyone wants addresses they can just look in the block-chain Tongue

For me, litecoind is working fine - no problems so far.
Apparently BTC-e is having trouble with it (according to comments in the chat box)
Though, with BTC-e they will just keep all the micro-txn's they get since they already keep any amount they receive below 0.0001 LTC

As I've said in the other thread, I don't really see an issue with it since Litecoin should be able to handle it.
However, is anyone considering actually posting in here a fee/txn limit like gmaxwell suggested (except his are way too high)
and I'm wondering if we'd need to pretty much shutdown everyone and restart to make sure there are no fork issues for people accepting or not accepting the txn's?

Certainly if the fee was implemented I'd suggest a much lower one - maybe like 0.001 for txn's under 1 LTC (with a definite review of those 2 numbers in a month if the value of LTC increases)

Pretty suspicious that gmaxwell posts that just before it happened.
Either he knew about it indirectly from the culprits or is involved in it.
member
Activity: 81
Merit: 10

Is it possible to get rid of these spammings?

Is BTC protected against such things?

Client-update LTC?


I'd like to see this fixed also. BTC-e.com has suspended deposits which leaves 111 of my LTC's in limbo...
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: 4592
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
Jump to: