Bitcoin Forum
April 28, 2024, 08:29:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 416 »
  Print  
Author Topic: [ANN] Litecoin - a lite version of Bitcoin. Launched!  (Read 1466308 times)
terrytibbs
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501



View Profile
February 18, 2012, 04:42:52 PM
 #1501

Having a minor issue with the Litecoin client.

I recently installed litecoin-windows-client-0.5.0.9 on Windows 7. What I had done to install was unzip the file onto my Win Desktop and
in the folder, double clicked the executable.

Unlike the bitcoin client, it did not create a program entry in Windows /program menu, so I had to make a shortcut to the executable.
Also LItecoin does not appear in my Windows Program Lists, unlike the Bitcoin Client which does.

Now I would like to uninstall Litecoin client from this PC for now, how do I go about that? I have already secured my Litecoin wallet.

I do see the Litecoin installation under the "Roaming" directories, similar to Bitcoin, but I have no clue as to uninstalling it.


Thanks,
Stew
Stewart,
The default Litecoin client is different in this regard, as it does not install itself. In your case, you would delete the Litecoin directory in your %AppData%\Roaming directory (after backing the wallet.dat up), and the files extracted from the "litecoin-windows-client-0.5.0.9.zip" archive. To my knowledge, the client itself does not modify the Windows registry.

Good luck.
1714292957
Hero Member
*
Offline Offline

Posts: 1714292957

View Profile Personal Message (Offline)

Ignore
1714292957
Reply with quote  #2

1714292957
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714292957
Hero Member
*
Offline Offline

Posts: 1714292957

View Profile Personal Message (Offline)

Ignore
1714292957
Reply with quote  #2

1714292957
Report to moderator
StewartJ
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 18, 2012, 05:01:20 PM
 #1502

Having a minor issue with the Litecoin client.

I recently installed litecoin-windows-client-0.5.0.9 on Windows 7. What I had done to install was unzip the file onto my Win Desktop and
in the folder, double clicked the executable.

Unlike the bitcoin client, it did not create a program entry in Windows /program menu, so I had to make a shortcut to the executable.
Also LItecoin does not appear in my Windows Program Lists, unlike the Bitcoin Client which does.

Now I would like to uninstall Litecoin client from this PC for now, how do I go about that? I have already secured my Litecoin wallet.

I do see the Litecoin installation under the "Roaming" directories, similar to Bitcoin, but I have no clue as to uninstalling it.


Thanks,
Stew
Stewart,
The default Litecoin client is different in this regard, as it does not install itself. In your case, you would delete the Litecoin directory in your %AppData%\Roaming directory (after backing the wallet.dat up), and the files extracted from the "litecoin-windows-client-0.5.0.9.zip" archive. To my knowledge, the client itself does not modify the Windows registry.

Good luck.

Thanks for the heads up on that. Now I know what to do. Guess it makes it a little more portable in that respect.

I am planning on having 2 different Litecoin installations on separate PCs: one PC for personal LTC wallet storage, and the other PC  dedicated to mining LTC.  I'm assuming each Litecoin installation will generate their own separate LTC addresses.  Guess the trick here is to make sure  not to ever mix the 2 Litecoin wallets.
terrytibbs
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501



View Profile
February 18, 2012, 05:12:14 PM
 #1503

I am planning on having 2 different Litecoin installations on separate PCs: one PC for personal LTC wallet storage, and the other PC  dedicated to mining LTC.  I'm assuming each Litecoin installation will generate their own separate LTC addresses.  Guess the trick here is to make sure  not to ever mix the 2 Litecoin wallets.
This is correct. If you feel so inclined, you can even run two clients on the same box, just pass datadir -datadir=1 to one, and -datadir=2 to the other.
StewartJ
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 18, 2012, 05:14:19 PM
 #1504

I am planning on having 2 different Litecoin installations on separate PCs: one PC for personal LTC wallet storage, and the other PC  dedicated to mining LTC.  I'm assuming each Litecoin installation will generate their own separate LTC addresses.  Guess the trick here is to make sure  not to ever mix the 2 Litecoin wallets.
This is correct. If you feel so inclined, you can even run two clients on the same box, just pass datadir -datadir=1 to one, and -datadir=2 to the other.

Ahhh, good info.  Thanks Terrytibbs
LoWang
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
February 20, 2012, 04:29:36 PM
 #1505

One thing I have noticed is that minerd hits DNS really hard.
(my DNS server at home is using a full CPU to deal with 3 of them)

Is this true? Anybody can confirm? But why would minerd do it? It should use only one url so there is no reason to continuously do dns requests right?...
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
February 20, 2012, 05:00:39 PM
 #1506

Heads up to coblee: You need to integrate net.h and net.cpp from bitcoin 0.5.2 for the program to compile correctly in Linux with the newest version of miniupnp, otherwise you get

Code:
error: too few arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int*)'

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
StewartJ
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 24, 2012, 07:34:21 PM
Last edit: February 24, 2012, 08:24:26 PM by StewartJ
 #1507

Just in case you haven't seen the announcement for it, here is the Litecoin Faucet:
http://freelitecoins.appspot.com/

The Thread Announcement:
https://bitcointalk.org/index.php?topic=65936.0


forrestv
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
February 24, 2012, 09:08:12 PM
 #1508

P2Pool users: An upgrade is required in the next 24 hours in order to continue mining. There is a scheduled protocol change that breaks compatibility with older nodes, but adds support for raising your local difficulty and is more robust against DoS attacks. See https://bitcointalk.org/index.php?topic=18313.msg758574#msg758574 . Thanks!

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
February 26, 2012, 06:01:26 PM
 #1509

Heads up to coblee: You need to integrate net.h and net.cpp from bitcoin 0.5.2 for the program to compile correctly in Linux with the newest version of miniupnp, otherwise you get

Code:
error: too few arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int*)'
https://github.com/coblee/litecoin/pull/16

There is the pull request, that fixes this.
tatsuchan
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
March 02, 2012, 12:51:48 PM
 #1510

I'd really like to see some mac updates.  The client I had won't work for me after I had to do a time machine re-install.  Can't figure out how to load the app.  It instantly crashes.  Would be nice to run Litecoins on the computer as most of the time it's open for iTunes while I'm at my drafting table at the office.

Also, this might not be the best place to start requesting this, but I think we should have some sort of backup system implemented into the Litecoin app.  Push a button, it exports a file to the DESKTOP ready for USB backup. I was thrilled to see that the Litecoin app had a built in miner (less thrilled that I had to add a minerd), but we REALLY NEED to make this stuff more user friendly.  I know my way around computers, but I find myself having to do a lot of research for some of the smallest things.  Miners might put up with it, but why would anyone else?  Having a noob-friendly system might help Litecoin.  If you look at practicality reasons for Litecoin, it will be the cellphone/ipad kids that would really kick these coins off with small trade systems.
StewartJ
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
March 02, 2012, 02:29:38 PM
 #1511

I'd really like to see some mac updates.  The client I had won't work for me after I had to do a time machine re-install.  Can't figure out how to load the app.  It instantly crashes.  Would be nice to run Litecoins on the computer as most of the time it's open for iTunes while I'm at my drafting table at the office.

Also, this might not be the best place to start requesting this, but I think we should have some sort of backup system implemented into the Litecoin app.  Push a button, it exports a file to the DESKTOP ready for USB backup. I was thrilled to see that the Litecoin app had a built in miner (less thrilled that I had to add a minerd), but we REALLY NEED to make this stuff more user friendly.  I know my way around computers, but I find myself having to do a lot of research for some of the smallest things.  Miners might put up with it, but why would anyone else?  Having a noob-friendly system might help Litecoin.  If you look at practicality reasons for Litecoin, it will be the cellphone/ipad kids that would really kick these coins off with small trade systems.

Interesting.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 02, 2012, 06:16:13 PM
 #1512

Quote
coblee authored 3 months ago
Looks like dead project, as we already seen many times (examples are TBX/FBX/IXC etc.). Sad
coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
March 02, 2012, 06:26:23 PM
 #1513

Quote
coblee authored 3 months ago
Looks like dead project, as we already seen many times (examples are TBX/FBX/IXC etc.). Sad

It's not dead. I'm still working on it. If anyone wants to help, please let me know.

Garr255
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


What's a GPU?


View Profile
March 02, 2012, 07:36:22 PM
 #1514

I'm fairly new when it comes to programming, but I'd love to help out however I can. You can contact me best via email or skype.

“First they ignore you, then they laugh at you, then they fight you, then you win.”  -- Mahatma Gandhi

Average time between signing on to bitcointalk: Two weeks. Please don't expect responses any faster than that!
humilulo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 03, 2012, 08:08:55 AM
 #1515

thanks for the litecoin faucet. hey, are there any litecoin exchange sites? where can i find those? and what about a bitcoincharts equivalent for litecoin? (thanks in advance)
Rubberduckie
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000



View Profile
March 03, 2012, 08:18:12 AM
 #1516

https://btc-e.com/exchange/ltc_btc

and

https://vircurex.com/

Cosbycoin
Hero Member
*****
Offline Offline

Activity: 980
Merit: 506



View Profile
March 09, 2012, 01:27:41 AM
 #1517

Quote
coblee authored 3 months ago
Looks like dead project, as we already seen many times (examples are TBX/FBX/IXC etc.). Sad

It's not dead. I'm still working on it. If anyone wants to help, please let me know.


What exactly are you working on concerning litecoin?

Merchant acceptance?

Security?

Usability?
ShadowAlexey
Donator
Legendary
*
Offline Offline

Activity: 968
Merit: 1002



View Profile
March 09, 2012, 10:18:42 AM
 #1518

Being a fork of bitcoin, most of job is to import its improvements, and add support for mining gui with capability of p2p.
Cosbycoin
Hero Member
*****
Offline Offline

Activity: 980
Merit: 506



View Profile
March 10, 2012, 02:01:38 AM
 #1519

Being a fork of bitcoin, most of job is to import its improvements, and add support for mining gui with capability of p2p.

I disagree, merchant acceptance can't be ported over from bitcoin by pressing the "import" button.

That is a huge part of the success of a currency. How many people accept it as a medium of exchange.
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
March 10, 2012, 02:10:18 AM
 #1520

Being a fork of bitcoin, most of job is to import its improvements, and add support for mining gui with capability of p2p.

I disagree, merchant acceptance can't be ported over from bitcoin by pressing the "import" button.

That is a huge part of the success of a currency. How many people accept it as a medium of exchange.

Great, where is your list of products and services you offer? Maybe once people see what you already have covered they'll be inspired to fill in the gaps...

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Pages: « 1 ... 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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 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!