Bitcoin Forum
May 26, 2024, 05:55:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Backtracking a coin that is either derived/ forked from a (defunct) coin  (Read 226 times)
pixelated (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 09, 2017, 09:46:40 PM
 #1

Backtracking a coin that is either derived/ forked from a (defunct) coin

How can one (code agnostically) track if coin X has a bad history of being derived from an earlier defunct coin F or just a copy of another successful coin (like bitcoin) with minor code modifications and possibly no innovations(s)?
Chicago
Sr. Member
****
Offline Offline

Activity: 592
Merit: 259


View Profile
July 17, 2017, 05:41:19 PM
 #2

Hello,

    Suppose you have Jcoin which is a fork of Xcoin which is a fork of Ycoin which is a fork of Zcoin which is a clone of Litecoin.
    Also suppose you are able to find where in the Litecoin repository Zcoin had forked such that you know Zcoin was derived from Litecoin v0.i.j.k.

    With those versions and the known parent repository, you can then do a diff using git rebase of Jcoin code against the greatest common ancestor of them. (which would have been Litecoin in this case)

    When you do the diff, you will likely find some strings which should be Jcoin, are left in the code by mistake, are found as Xcoin, Ycoin or Zcoin.
    Another tell are the logos and icons.  Often when a repository is forked, you'll find the most recent ancestor's graphics still in the repository as png/jpg/gif, etc.

    Once you know Jcoin was derived from Xcoin, you can do the same exercise on the Xcoin code to find out where it had been derived from and then so on and so for Ycoin and then Zcoin making your way back to the original fork point from Litecoin.

    Its a little bit of work, but you can automate the git steps with some shell scripts so that all you're left with is having to inspect the git log to see the differences.

Best Regards,
-Chicago
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!