Bitcoin Forum
April 27, 2024, 09:41:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 127 128 129 130 131 132 133 ... 416 »
  Print  
Author Topic: [ANN] Litecoin - a lite version of Bitcoin. Launched!  (Read 1466308 times)
Cosbycoin
Hero Member
*****
Offline Offline

Activity: 980
Merit: 506



View Profile
May 09, 2012, 07:48:51 PM
 #1641

Can anybody help me out here ?

I am getting this error on Mac OS X 10.5.8 :

Dyld Error Message:
  Symbol not found: __ZNKSt13bad_exception4whatEv
  Referenced from: /Applications/Litecoin-Qt.app/Contents/MacOS/Litecoin-Qt
  Expected in: /usr/lib/libstdc++.6.dylib

Also related thread without solution : https://bitcointalk.org/index.php?topic=55105

Still have no solution for this Cry

What can I do ? How to compile from source on Mac OS X 10.5.8 Huh

Grow a brain and figure it out yourself.

Know the only thing I did not figure out so far ?

WHY YOU ARE NOT BANNED for all your offtopic and 0 content posts.

I could ask you the same question TIMES 10. Look at the color of your ignore button. THAT SPEAKS VOLUMES OVER ANYTHING I POST LOL!!!!!!!!!!!!!

YOU FAIL!
1714254073
Hero Member
*
Offline Offline

Posts: 1714254073

View Profile Personal Message (Offline)

Ignore
1714254073
Reply with quote  #2

1714254073
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714254073
Hero Member
*
Offline Offline

Posts: 1714254073

View Profile Personal Message (Offline)

Ignore
1714254073
Reply with quote  #2

1714254073
Report to moderator
1714254073
Hero Member
*
Offline Offline

Posts: 1714254073

View Profile Personal Message (Offline)

Ignore
1714254073
Reply with quote  #2

1714254073
Report to moderator
1714254073
Hero Member
*
Offline Offline

Posts: 1714254073

View Profile Personal Message (Offline)

Ignore
1714254073
Reply with quote  #2

1714254073
Report to moderator
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
May 10, 2012, 12:28:13 AM
 #1642

Quick question, could someone help me set up solomining? I have litecoin downloaded and working (with around a 47 LTC balance I got from pool mining). I have had no trouble pool mining, but I set the litecoin.conf just like this:

testnet=0
server=1
rpcuser=miner
rpcpassword=litecoin

block_nTime=1317972665
block_nNonce=2084524493

#gen=0

#Change this if you want to use a different rpc port for mining
#rpcport=9332

#Only uncomment this if you are running litecoind (not Litecoin QT)
#daemon=1

and I am using the following settings in ScryptMiner (with a GUI frontend):

Threads: 4 (I have a i5-2500k) Scantime: 5
RPG Server: 1 (also tried server and localhost)
Username: miner
Password: litecoin
Port: 9332
<No additional parameters>

Could someone point out if I am doing something wrong? thanks!

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
MarketNeutral
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


View Profile
May 10, 2012, 04:40:09 AM
 #1643

A possible use for litecoins is to use them in lieu of bitcoins for educational purposes....

My kids were asking me about Bitcoin today, and after explaining the basics to them, it occurred to me that when the bitcoin adoption becomes more widespread, one of litecoin's uses could be to help teach children about bitcoins and p2p currencies without worrying about them making too many costly mistakes with bitcoins. Real wallets, real transactions, but negligible cost.


It may be a while before this idea is relevant, but assuming bitcoin becomes ubiquitous, educating children will be necessary.
DILLIGAF
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
May 10, 2012, 05:33:26 AM
 #1644

Quick question, could someone help me set up solomining? I have litecoin downloaded and working (with around a 47 LTC balance I got from pool mining). I have had no trouble pool mining, but I set the litecoin.conf just like this:

testnet=0
server=1
rpcuser=miner
rpcpassword=litecoin

block_nTime=1317972665
block_nNonce=2084524493

#gen=0

#Change this if you want to use a different rpc port for mining
#rpcport=9332

#Only uncomment this if you are running litecoind (not Litecoin QT)
#daemon=1

and I am using the following settings in ScryptMiner (with a GUI frontend):

Threads: 4 (I have a i5-2500k) Scantime: 5
RPG Server: 1 (also tried server and localhost)
Username: miner
Password: litecoin
Port: 9332
<No additional parameters>

Could someone point out if I am doing something wrong? thanks!

Here is what I used when I mined it I think your problem is the rpcallowip missing. And now I look more at it more no rpcport set although I think it might default to the 9332 never hurts to specify though and the daemon=1 is not set.

Code:

cat .litecoin/litecoin.conf
rpcuser=miners
rpcpassword=litecoin
rpcallowip=*
rpcport=9332
daemon=1
server=1
gen=0

block_nTime=1317972665
block_nNonce=2084524493
pooler
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
May 10, 2012, 09:47:43 AM
 #1645

Code:
rpcallowip=*

I think it's safer to restrict access to local machines only, with something like
Code:
rpcallowip=192.168.1.*

cf. All my fairbrix just went somewhere by themselves.....WTF! and Is the password really that important when mining from the local client?

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
May 20, 2012, 07:12:13 PM
 #1646

Hmm, alright so I have exactly this in my litecoin.config file:

Code:
cat .litecoin/litecoin.conf 
rpcuser=miners
rpcpassword=litecoin
rpcallowip=*
rpcport=9332
daemon=1
server=1
gen=0

block_nTime=1317972665
block_nNonce=2084524493

and exactly this in my reaper config:

Code:
host 127.0.0.1
port 9332
user miners
pass litecoin


protocol litecoin

worksize 256
aggression 17.5
threads_per_gpu 1
sharethreads 18
lookup_gap 2
gpu_thread_concurrency 6144

Still not working... did I do something wrong?

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
May 25, 2012, 07:30:33 PM
 #1647

Not a lot of people have been paying attention to LTC lately, however as the price continues to go down the hash rate has paradoxically been increasing over the past week.  I'm kind of wondering if LTC is hitting the floor of its "dead cat bounce".

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
May 26, 2012, 09:41:41 AM
 #1648

Not a lot of people have been paying attention to LTC lately, however as the price continues to go down the hash rate has paradoxically been increasing over the past week.  I'm kind of wondering if LTC is hitting the floor of its "dead cat bounce".

LOL! Is that your feeble attempt at "social engineering"?  Roll Eyes

Not a lot of people have been paying attention to LTC lately...
How do you know? There are probably million pasty faced fat fucks, in front of they monitors right now, dreaming about the next get-rich-quick scheme, involving LTC or BTC. Or maybe not.... Smiley

Where is Coblee? If he is on vacation, who is taking over the litecoin development?

While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
LoWang
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
May 27, 2012, 08:44:29 AM
 #1649

Where is Coblee? Just check his profile and you will see he is all over this forum, just not intersted in LTC apparently!  Sad Why don't you send him a PM? I did... And I have not seen him write anything to #litecoin on IRC for months, have you?
coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
May 27, 2012, 04:08:02 PM
 #1650

Where is Coblee? Just check his profile and you will see he is all over this forum, just not intersted in LTC apparently!  Sad Why don't you send him a PM? I did... And I have not seen him write anything to #litecoin on IRC for months, have you?

It's true that I'm not spending a lot of time developing Litecoin, but I'm still here. I'm trying to see if I can get the github.com/litecoin repository and refork the current bitcoin code and patch in the litecoin changes.
Fordy has been helping me a lot with submitting patches, but there's not much interest from developers in working on Litecoin. If you are interested in helping out, let me know. I definitely need help reforking, patching, and testing the new code.

tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
May 27, 2012, 05:06:02 PM
 #1651

LOL! Is that your feeble attempt at "social engineering"?  Roll Eyes


Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
LoWang
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
May 27, 2012, 09:19:08 PM
 #1652

well done Coblee! So now get yourself on IRC and cheer us up a bit there yet Grin
EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
May 28, 2012, 08:29:37 AM
 #1653

Where is Coblee? Just check his profile and you will see he is all over this forum, just not intersted in LTC apparently!  Sad Why don't you send him a PM? I did... And I have not seen him write anything to #litecoin on IRC for months, have you?

It's true that I'm not spending a lot of time developing Litecoin, but I'm still here. I'm trying to see if I can get the github.com/litecoin repository and refork the current bitcoin code and patch in the litecoin changes.
Fordy has been helping me a lot with submitting patches, but there's not much interest from developers in working on Litecoin. If you are interested in helping out, let me know. I definitely need help reforking, patching, and testing the new code.

Thanx Coblee, good news Smiley
I'll keep testing new versions, when they show up in git.

Litcoin users,  if you have ideas how to improve the LTC, please post your ideas to https://bitcointalk.org/index.php?topic=76636.msg850675#msg850675

Don't be shy to copy good ideas from other coins Wink

While reading what I wrote, use the most friendliest and relaxing voice in your head.
BTW, Things in BTC bubble universes are getting ugly....
Vod
Legendary
*
Offline Offline

Activity: 3682
Merit: 3054


Licking my boob since 1970


View Profile WWW
May 30, 2012, 01:00:57 AM
 #1654

I've heard a rumor that Litecoin is now able to be mined with GPUs.  If this is true, that will kind of spoil it for those who mine with just CPUs.  Any truth to this rumor?

https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soon!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
Cosbycoin
Hero Member
*****
Offline Offline

Activity: 980
Merit: 506



View Profile
May 30, 2012, 01:09:20 AM
 #1655

I've heard a rumor that Litecoin is now able to be mined with GPUs.  If this is true, that will kind of spoil it for those who mine with just CPUs.  Any truth to this rumor?

Wow...only now you're hearing the "rumor"?

It's true. Period.
Vod
Legendary
*
Offline Offline

Activity: 3682
Merit: 3054


Licking my boob since 1970


View Profile WWW
May 30, 2012, 01:10:29 AM
 #1656

Wow...only now you're hearing the "rumor"?

It's true. Period.

Until now I've only focused on Bitcoins.

Thanks for the info.   Smiley

https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soon!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
May 30, 2012, 06:02:18 AM
 #1657

Whats going on with my Litecoin?

Code:
# ~/litecoin/src/litecoind getbalance
4270.75610502
$ ~/litecoin/src/litecoind sendtoaddress MY_LTC_ADDRESS 4000.0
error: {"code":-4,"message":"Error: Transaction creation failed  "}

my litecoin source code is already up-to-date...

Thanks!
Thiago
LoWang
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
May 30, 2012, 07:13:38 AM
 #1658

Wow...only now you're hearing the "rumor"?

It's true. Period.

Until now I've only focused on Bitcoins.

Thanks for the info.   Smiley

it is true but no longer much profittable Undecided
LoWang
Full Member
***
Offline Offline

Activity: 147
Merit: 100



View Profile
May 30, 2012, 07:14:14 AM
 #1659

Where is Coblee? Just check his profile and you will see he is all over this forum, just not intersted in LTC apparently!  Sad Why don't you send him a PM? I did... And I have not seen him write anything to #litecoin on IRC for months, have you?

It's true that I'm not spending a lot of time developing Litecoin, but I'm still here. I'm trying to see if I can get the github.com/litecoin repository and refork the current bitcoin code and patch in the litecoin changes.
Fordy has been helping me a lot with submitting patches, but there's not much interest from developers in working on Litecoin. If you are interested in helping out, let me know. I definitely need help reforking, patching, and testing the new code.

Thanx Coblee, good news Smiley
I'll keep testing new versions, when they show up in git.

Litcoin users,  if you have ideas how to improve the LTC, please post your ideas to https://bitcointalk.org/index.php?topic=76636.msg850675#msg850675

Don't be shy to copy good ideas from other coins Wink


This topic should be put into the first post of this thread!
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
May 30, 2012, 07:07:57 PM
 #1660

Whats going on with my Litecoin?

Code:
# ~/litecoin/src/litecoind getbalance
4270.75610502
$ ~/litecoin/src/litecoind sendtoaddress MY_LTC_ADDRESS 4000.0
error: {"code":-4,"message":"Error: Transaction creation failed  "}

my litecoin source code is already up-to-date...

Thanks!
Thiago

So, I "lost" my Litecoins ?!
Pages: « 1 ... 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 127 128 129 130 131 132 133 ... 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!