Bitcoin Forum
May 10, 2024, 06:56:10 PM *
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 ... 416 »
  Print  
Author Topic: [ANN] Litecoin - a lite version of Bitcoin. Launched!  (Read 1466392 times)
kano
Legendary
*
Offline Offline

Activity: 4494
Merit: 1808


Linux since 1997 RedHat 4


View Profile
October 12, 2011, 12:26:43 AM
 #121

got minerd working for localhost... will have to mess with config so I can have multiple computers connect to litecoind Smiley

I don't suppose there are any -nice- output options for minerd like cgminer has?  cgminer keeps running stats at the top of the screen that lets you know your hash rate, your shares/min, cpu usage, etc, etc... this spammage of 'thread # #.## khash/sec' will annoy me -real- fast, but I like to see some things.
No.
minderd is based on the old cpu miner version of cgminer - before the current incantation of cgminer existed.
All the nice output (and the major redesign of it internally) was written by ckolivas in cgminer.

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
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
grod
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
October 12, 2011, 01:30:30 AM
 #122

You can put the scrypt algorithm into cgminer yourself.  It's not hard.  cgminer already has support for multiple algorithms.  It'll be a gross hack, since it won't work with the beautiful code to auto-benchmark and pick the best CPU miner for your hardware, but it can be done almost as simply as overwriting one of the existing algorithm files with scrypt.c

I'm hoping to get enough time to do reasonable scrypt support in cgminer.  Not having much luck getting time to work in it lately, but it won't be hard.  CK's code is a joy to work with.


coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1654
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
October 12, 2011, 02:19:34 AM
 #123

Important

I have some bad news. Unfortunately, I need to make everyone download a new binary (or source code) again. I found a flaw in my logic that could lead to a potential attack against the chain. Technical details in the next paragraph. Basically, some people might have been able to start mining on the real chain ahead of time. So I need to patch up the code to prevent that. I will make another post when source and binaries are ready. Really sorry about this, but it's good that I caught this.

Here's the technical details for those of you that understand and care. I locked down the genesis block such that only the genesis hash is checked in and you need to provide the genesis time and genesis nonce in order for the client to run. But if you modify the code, you can easily bypass this check. So you can start working on the chain by building on the genesis hash. I previously thought about this, so I found one block and locked that block hash into the code. Even if you start building a chain against the genesis block, you won't be able to correctly find the first block that matches the block hash in the code. Your chain will be rejected by all the other clients because the block hash won't match. This is all good, EXCEPT I accidentally left a client running on the real chain in the open. So if someone modifies the code to run against the genesis block, their client can request block 1 from me. And once they do that, they can start building their chain against that in secret. I am not 100% sure that someone is doing this, but I checked the logs and noticed a connection from a few unknown IP addresses AND I saw a few getdata calls that were requesting for blocks. Since it's possible that the blocks have been sent out, I will need to patch the code to lock another block in. This time I will find the 2nd block in private, and lock that in. I figure it's better to be safe.

coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1654
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
October 12, 2011, 04:41:02 AM
 #124

Important

I have some bad news. Unfortunately, I need to make everyone download a new binary (or source code) again. I found a flaw in my logic that could lead to a potential attack against the chain. Technical details in the next paragraph. Basically, some people might have been able to start mining on the real chain ahead of time. So I need to patch up the code to prevent that. I will make another post when source and binaries are ready. Really sorry about this, but it's good that I caught this.

Here's the technical details for those of you that understand and care. I locked down the genesis block such that only the genesis hash is checked in and you need to provide the genesis time and genesis nonce in order for the client to run. But if you modify the code, you can easily bypass this check. So you can start working on the chain by building on the genesis hash. I previously thought about this, so I found one block and locked that block hash into the code. Even if you start building a chain against the genesis block, you won't be able to correctly find the first block that matches the block hash in the code. Your chain will be rejected by all the other clients because the block hash won't match. This is all good, EXCEPT I accidentally left a client running on the real chain in the open. So if someone modifies the code to run against the genesis block, their client can request block 1 from me. And once they do that, they can start building their chain against that in secret. I am not 100% sure that someone is doing this, but I checked the logs and noticed a connection from a few unknown IP addresses AND I saw a few getdata calls that were requesting for blocks. Since it's possible that the blocks have been sent out, I will need to patch the code to lock another block in. This time I will find the 2nd block in private, and lock that in. I figure it's better to be safe.

Ok, I checked in a fix and uploaded a new Windows client. Please check first post.

coblee (OP)
Donator
Legendary
*
Offline Offline

Activity: 1654
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
October 12, 2011, 06:39:47 AM
 #125

Voting has closed, Litecoin will be launched at Thursday Oct 13, 03:00 GMT
If you are in the US, that's 8pm pacific and 11pm eastern on Wednesday Oct 12. That's less than 24 hours away!
Make sure you have updated your binaries.

EskimoBob
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


Quality Printing Services by Federal Reserve Bank


View Profile
October 12, 2011, 08:32:38 AM
 #126

Voting has closed, Litecoin will be launched at Thursday Oct 13, 03:00 GMT
If you are in the US, that's 8pm pacific and 11pm eastern on Wednesday Oct 12. That's less than 24 hours away!
Make sure you have updated your binaries.

Lets try to get the fixed litecoin.conf file up for EU users so they can download it automatically and start mining at the same time as US users.
 

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

Activity: 518
Merit: 500



View Profile
October 12, 2011, 08:34:16 AM
 #127

Voting has closed, Litecoin will be launched at Thursday Oct 13, 03:00 GMT
If you are in the US, that's 8pm pacific and 11pm eastern on Wednesday Oct 12. That's less than 24 hours away!
Make sure you have updated your binaries.

Oh great !
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
October 12, 2011, 08:35:19 AM
 #128

Lets try to get the fixed litecoin.conf file up for EU users so they can download it automatically and start mining at the same time as US users.

Are there differencies in the config depending on the time zone?    Huh

localhost
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
October 12, 2011, 08:49:30 AM
 #129

Voting has closed, Litecoin will be launched at Thursday Oct 13, 03:00 GMT
If you are in the US, that's 8pm pacific and 11pm eastern on Wednesday Oct 12. That's less than 24 hours away!
Make sure you have updated your binaries.
Sucks to be Europe. But well, that's still better than millions of premined coins and I had to get up at 5:45am UTC+2 anyway... might as well make it 5 I guess... Also, I hope that the starting difficulty won't be ridiculously low.

-
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
October 12, 2011, 08:53:27 AM
 #130

Sucks to be Europe. But well, that's still better than millions of premined coins and I had to get up at 5:45am UTC+2 anyway... might as well make it 5 I guess... Also, I hope that the starting difficulty won't be ridiculously low.

Same here, I'm getting up at 4:30 GMT and teaching a class at 6:00 GMT.  I might try getting up a bit earlier too, let see how it goes.

worldinacoin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
October 12, 2011, 10:15:51 AM
 #131

So far this looks the most uncontroversial of CPU coins....
norulezapply
Hero Member
*****
Offline Offline

Activity: 481
Merit: 502


View Profile
October 12, 2011, 10:22:25 AM
Last edit: October 12, 2011, 10:58:51 AM by norulezapply
 #132

Voting has closed, Litecoin will be launched at Thursday Oct 13, 03:00 GMT
If you are in the US, that's 8pm pacific and 11pm eastern on Wednesday Oct 12. That's less than 24 hours away!
Make sure you have updated your binaries.

Lets try to get the fixed litecoin.conf file up for EU users so they can download it automatically and start mining at the same time as US users.
 

+1. It would be great if there was a litecoin.conf that we can just wget at 3AM and start mining (or even just a text file that was updated with the 2 extra parameters at 3AM that we could append to our configs?). Although I'm glad I have my backup plan if not
localhost
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
October 12, 2011, 10:33:43 AM
 #133

So far this looks the most uncontroversial of CPU coins....
No premining, no crazy inflation (although I must say something like a 1% inflation once "all coins" are mined would have gotten my vote), no tax, a scheduled launch (even though it's not really at an awesome time).
If the starting difficulty is high enough to prevent the few earliest miners from getting a massive stash and the chain from growing so fast that late miners won't even be able to mine because they spend their time waiting for the chain to download (cf SC2), then there won't be much negative stuff to say about it...

-
Ashkelon
Full Member
***
Offline Offline

Activity: 188
Merit: 100


View Profile
October 12, 2011, 10:53:13 AM
 #134

is there any chance of implementation within the btc-e exchange?

dominus mysteria
terrytibbs
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501



View Profile
October 12, 2011, 11:13:32 AM
Last edit: October 12, 2011, 07:03:01 PM by terrytibbs
 #135

I'll try waking up early in the morning to upload the litecoin.conf to http://litecoin.org/downloads/litecoin.conf for you shell-script ninjas. I'm not promising anything, but I'll do my best to get it up as soon as coblee gives us all the genesis hash.

Please note that I will not be specifying an rpcuser or rpcpassword argument for you. It is up to you to pass this onto your daemon with the -rpcuser and -rpcpassword parameters. Also make sure you add -server and -daemon if you're running on a headless box.

Edit: I've decided to specify all the parameters, you can just wget the configuration file and be all set for mining.
Here's how the config will look once pushed to the server:
Code:
rpcuser=miner
rpcpassword=litecoin
server=1
 
// Genesis hash will replace this line.
worldinacoin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
October 12, 2011, 11:15:17 AM
 #136

For me the time is just perfect, can set it up and go for my lunch! Smiley
norulezapply
Hero Member
*****
Offline Offline

Activity: 481
Merit: 502


View Profile
October 12, 2011, 11:37:53 AM
 #137

Is adding daemon=1 necessary? Mine runs perfectly fine with just server=1

I think daemon might have been deprecated by the looks of the bitcoin wiki
localhost
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
October 12, 2011, 11:46:40 AM
 #138

Is adding daemon=1 necessary? Mine runs perfectly fine with just server=1
Mine too. I'm getting rich on the testnet lol

-
terrytibbs
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501



View Profile
October 12, 2011, 11:48:33 AM
 #139

Is adding daemon=1 necessary? Mine runs perfectly fine with just server=1

I think daemon might have been deprecated by the looks of the bitcoin wiki
Edit: Nevermind, look at my post just above this.
atticus
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 12, 2011, 11:53:30 AM
 #140

Assuming launch goes well, this might be the best of the GPU hostile currencies. It's the only one not ridiculously premined...

I think full support should be thrown behind this coin, versus trying to keep Fairbrix alive.  They are too similar overall, and Fairbrix has already been hacked... barely anyone is mining it now. For Litecoin to succeed we need to push for a pool first and eventually an exchange.
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 ... 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!