Bitcoin Forum
April 18, 2024, 03:54:32 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How hard would it be to create a Litecoin Armory?  (Read 904 times)
pf (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 105


View Profile
August 03, 2016, 10:15:30 PM
 #1

I hope it's not too hard, given that Litecoin is basically Bitcoin with a few tweaks.

If it's not too hard, could someone here do it? Wink

If it's not quite as easy as that, how come?

Thank you.
1713412472
Hero Member
*
Offline Offline

Posts: 1713412472

View Profile Personal Message (Offline)

Ignore
1713412472
Reply with quote  #2

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

Posts: 1713412472

View Profile Personal Message (Offline)

Ignore
1713412472
Reply with quote  #2

1713412472
Report to moderator
1713412472
Hero Member
*
Offline Offline

Posts: 1713412472

View Profile Personal Message (Offline)

Ignore
1713412472
Reply with quote  #2

1713412472
Report to moderator
1713412472
Hero Member
*
Offline Offline

Posts: 1713412472

View Profile Personal Message (Offline)

Ignore
1713412472
Reply with quote  #2

1713412472
Report to moderator
achow101
Staff
Legendary
*
Offline Offline

Activity: 3360
Merit: 6505


Just writing some code


View Profile WWW
August 03, 2016, 10:18:16 PM
 #2

There would certainly be a great deal of changes, but since I have not studied Litecoin (nor have any interest), I don't know the specifics. I don't think anyone working on Armory right now is interested in adapting it for altcoins.

At a minimum, there would need to be changes to the hashing algorithms for verifying blocks as Litecoin uses Scrypt and not SHA256d. The genesis block, magic bytes, and other blockchain parameters would also have to be changed as well.

droark
Sr. Member
****
Offline Offline

Activity: 525
Merit: 282


View Profile WWW
August 08, 2016, 06:05:58 AM
 #3

There is a Namecoin version of Armory. You could use that as a guide. Not sure how up-to-date it is but it should work.
josephbisch
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
August 09, 2016, 12:54:30 AM
 #4

Here's the repo for the Namecoin fork of Armory: https://github.com/namecoin/BitcoinArmory. If you are checking out the commit history, make sure you look as far back as this commit: https://github.com/namecoin/BitcoinArmory/commit/90351e11601cc5e2c09481dad6b56f6a7a4f620e.

As you can see it hasn't been updated since late 2014. For now, it is abandoned. You can see some reasoning in the remaining open issue. That issue also links to this thread of which you are also the original poster, so you are probably already aware of that thread.

The necessary changes were already covered well by knightdk. For Namecoin, we still needed to touch the C++ code even though Namecoin uses the same hash algorithm as Bitcoin, because we needed to use a different directory to load blocks from (~/.bitcoin versus ~/.namecoin on Linux) and because Namecoin uses merged mining, so the block parsing needs to account for that. For Litecoin you definitely need to touch the C++ code to use scrypt as the hashing algorithm (as knightdk already stated).

If you don't know where to start, the Namecoin fork is better to use as a reference than nothing, even though it is outdated.
Pages: [1]
  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!