Faculty Advisor
Ruben Recabarren
Faculty Advisor
Bogdan Carbunar
Location
FIU Wellness & Recreation Center
Start Date
8-4-2019 2:00 PM
End Date
8-4-2019 4:00 PM
Session
Poster Session 3
Abstract
Bitcoin, and it's derivatives such as Litecoin, have been touted as a way to safely make anonymous transactions. This ability has come into question multiple times, with different papers coming up with different degrees of anonymity. Our goal for Overseer is to completely deanonymize all Lite-coin transactions. Our plan to accomplish this includes the creation of a network crawler using the JavaScript litecoin-p2p library provided by the Litecoin group. Using this crawler, we will connect to every node on the Litecoin network. Once we have that accomplished, we will begin sending addr messages to all the nodes advertising our own listening server. The goal of this is to get peers that don't accept incoming connections to connect to us so we can monitor them as well. By connecting to every node and sending the addr messages, we hope to have enough network coverage that all the nodes who don't accept incoming connections will connect to us. Once they are connected to us, it is trivial to deanonymize them as we'd have their IP address. At this point, when every node is connected to, we will monitor the transactions that occur on the network, and determine who is the originator of them. This project is signi_cant because it will completely connect to the entire Litecoin network, which should allow us to deanonymize every transaction conducted on the network.
File Type
Poster
Grokking Litecoin
FIU Wellness & Recreation Center
Bitcoin, and it's derivatives such as Litecoin, have been touted as a way to safely make anonymous transactions. This ability has come into question multiple times, with different papers coming up with different degrees of anonymity. Our goal for Overseer is to completely deanonymize all Lite-coin transactions. Our plan to accomplish this includes the creation of a network crawler using the JavaScript litecoin-p2p library provided by the Litecoin group. Using this crawler, we will connect to every node on the Litecoin network. Once we have that accomplished, we will begin sending addr messages to all the nodes advertising our own listening server. The goal of this is to get peers that don't accept incoming connections to connect to us so we can monitor them as well. By connecting to every node and sending the addr messages, we hope to have enough network coverage that all the nodes who don't accept incoming connections will connect to us. Once they are connected to us, it is trivial to deanonymize them as we'd have their IP address. At this point, when every node is connected to, we will monitor the transactions that occur on the network, and determine who is the originator of them. This project is signi_cant because it will completely connect to the entire Litecoin network, which should allow us to deanonymize every transaction conducted on the network.
Rights Statement
In Copyright. URI: http://rightsstatements.org/vocab/InC/1.0/
This Item is protected by copyright and/or related rights. You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. For other uses you need to obtain permission from the rights-holder(s).
Comments
**Abstract Only**