Bitcoin Forum
May 07, 2024, 06:59:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 [All]
  Print  
Author Topic: [Program for investigators] Check eth and btc address connections in bounty  (Read 637 times)
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 08, 2018, 06:02:40 AM
Last edit: October 31, 2018, 01:10:43 PM by Makkara
Merited by morvillz7z (4), Piggy (4), coinlocket$ (3), redsn0w (3), Speculatoross (2), babo (1), joniboini (1), btcltcdigger (1), FIEX (1)
 #1

I made this program few months back where you give in input the spreadsheets data of a bounty and give out a report in html which shows if any transaction between partecipants in the same category is found.


Repository with source code https://github.com/MakkaraServices/Bounty-Checker

Compiled Version https://github.com/MakkaraServices/Bounty-Checker/releases

Sample input https://drive.google.com/open?id=1oVsZbvhMv8T1FtylzMQ7qOedbYLuKrew

The program run under Windows, you need to install and get:
   
For the input data (example)
Once you are set and can compile the application, you need to create the following folder and files structure at the same level of the exe:
   
  • Bounties: this is where the data will be read
   
Under Bounties you create a folder named after the bounty:

  •    Bitmillex

Inside create the xml file:
          
  • BitmillexSpreadSheet.xml this must always be name of the bounty + “Spreadsheet.xlm”

Copy this code inside:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!--Bounty Users Connections-->
<Campaign Name="Bitmillex">
<SpreadSheet Category="Signature" File="Bounties\Bitmillex\SpreadSheet\Signature.txt" OriginalSpreadSheetLink="https://docs.google.com/spreadsheets/d/1P9NwmuDwuG7HNZHLvKFuFxQRBb7Je8fHWuDEwzOTWHA/edit#gid=57298040"/>
</Campaign>

Create a folder named "SpreadSheet", now open the Spreadsheet link specified in the xml and substitute replace '/edit#gid=<some_number>' with '/preview?usp=embed_googleplus' at the end of the link, copy and paste the rows with the user informations all inside a file named Signature.txt and place it under SpreadSheet folder

You can do the same thing for other bounty categories, the only requirement is that the user profile link must come before the eth address.

Here is some input data for the example above, just copy the folder Bounties under the exe path https://drive.google.com/open?id=1oVsZbvhMv8T1FtylzMQ7qOedbYLuKrew to try it


You can create your custom input file as well, instead of using infos from a spreadsheet, like this

Code:
https://bitcointalk.org/index.php?action=profile;u=1
0xaddress
https://bitcointalk.org/index.php?action=profile;u=2
0xaddress1
https://bitcointalk.org/index.php?action=profile;u=3
0xaddress2

The output html with all the information will appear in the bounty folder Bitmillex (index.html and Details folder contain everything)

Use the app
To run the application simply press start, you will see how is going through some phases of reading the data, checking the connections and creating the output.
In the end it will read he usernames in here from the forum to produce the html report, this part can take some time, just let the program run till you see final report opening up in your browser.


End result should look something like this: https://makkaraservices.github.io/Pool-of-stake-bounty-checks/ clicking on a user name will take you to the finding details https://makkaraservices.github.io/Pool-of-stake-bounty-checks/Details/1170328.html

 When you present your results put a reference to this thread please. Cool




Bitcoin update



Code and release version here, i added another button to find connectiond among bitcoin addresses, even segwit.  Cool
https://github.com/MakkaraServices/Bounty-Checker

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
1715065147
Hero Member
*
Offline Offline

Posts: 1715065147

View Profile Personal Message (Offline)

Ignore
1715065147
Reply with quote  #2

1715065147
Report to moderator
1715065147
Hero Member
*
Offline Offline

Posts: 1715065147

View Profile Personal Message (Offline)

Ignore
1715065147
Reply with quote  #2

1715065147
Report to moderator
1715065147
Hero Member
*
Offline Offline

Posts: 1715065147

View Profile Personal Message (Offline)

Ignore
1715065147
Reply with quote  #2

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

Posts: 1715065147

View Profile Personal Message (Offline)

Ignore
1715065147
Reply with quote  #2

1715065147
Report to moderator
coinlocket$
Legendary
*
Offline Offline

Activity: 2366
Merit: 1512


#1 VIP Crypto Casino


View Profile
October 08, 2018, 08:51:01 PM
 #2

Tried on a virtual machine with windows7 with 3 spreadsheet/bounty

And I got 3 errors

Two gap bounty
https://docs.google.com/spreadsheets/d/16iJbddhuhHs7G0lU4CMTASeVryTR3-RB6uHi3y_EFgg/edit#gid=875949511
Blank result


greentoken bounty
https://docs.google.com/spreadsheets/d/1EfE0Q2JpZWrWQ9JUxPQNXzzecP7mXJANZAE6dmb9E50/edit#gid=1341964714

and

payforblock bounty
https://docs.google.com/spreadsheets/d/14pZOdsaMvTn2dxF7InGyWwMmjGQpb7eTW0InOSPT0Ac/edit#gid=1161037249

The code is



but the result is

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 09, 2018, 04:57:32 AM
Last edit: October 09, 2018, 05:23:36 AM by Makkara
 #3

there was some "\" too much on the xml, i corrected above as well, just edit as follows

from
Code:
File="Bounties\\\Bitmillex\SpreadSheet\Signature.txt" 
to
Code:
File="Bounties\Bitmillex\SpreadSheet\Signature.txt" 

If you get some other error try to run the data in here https://drive.google.com/open?id=1oVsZbvhMv8T1FtylzMQ7qOedbYLuKrew so we know if everything is in order, you should see a report like this(3 users, 2 connected to 1):
https://makkaraservices.github.io/Bitmillex/

i run twogap for a test this is what i see: https://makkaraservices.github.io/Twogap/  Cool


I forgot to say you can create your custom input file as well, instead of using infos from a spreadsheet, like this

Code:
https://bitcointalk.org/index.php?action=profile;u=1
0xaddress
https://bitcointalk.org/index.php?action=profile;u=2
0xaddress1
https://bitcointalk.org/index.php?action=profile;u=3
0xaddress2

Remember you need the api key from etherscan, if you got it, you are ready to get blasted.  Cool

When you present your results put a reference to this thread please.


Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
coinlocket$
Legendary
*
Offline Offline

Activity: 2366
Merit: 1512


#1 VIP Crypto Casino


View Profile
October 09, 2018, 11:18:12 AM
Last edit: October 09, 2018, 11:37:31 AM by coinlocket$
 #4

I will try again this evening and I will report here results and questions if I will have some.

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 09, 2018, 06:13:55 PM
 #5

I will try again this evening and I will report here results and questions if I will have some.

Im noticing your xml is missing this part below, that is what is complaining about in the error
Code:
OriginalSpreadSheetLink="spreadsheet link"





Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
coinlocket$
Legendary
*
Offline Offline

Activity: 2366
Merit: 1512


#1 VIP Crypto Casino


View Profile
October 09, 2018, 07:34:10 PM
 #6

Tried again with two gap





Maybe now I'm doing wrong something with the signature.txt what I need to do exactly?

I create one inside the spreadsheet folder and?

Also on the example file, the link for the spreadsheet is edit#gid but you wrote " substitute replace '/edit#gid=<some_number>' with '/preview?usp=embed_googleplus"

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 09, 2018, 07:43:50 PM
 #7

You can try to download the sample data i linked and see if that work, in there you can check how the signature.txt data is supposed to look as well. That error is referring to the xml, but i dont see what is wrong with it at the moment.

You can also share your files so it's easier for me to see what is the problem

EDIT:

you are missing the closing " at the end of the spreadsheet link, that must be it




Also on the example file, the link for the spreadsheet is edit#gid but you wrote " substitute replace '/edit#gid=<some_number>' with '/preview?usp=embed_googleplus"

You need to do this because the spreadsheet is protected and doesn't allow you to copy data from it to paste on your *.txt
The link in the xml is just a reference to the original spreadsheet used in the report

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
coinlocket$
Legendary
*
Offline Offline

Activity: 2366
Merit: 1512


#1 VIP Crypto Casino


View Profile
October 09, 2018, 07:50:41 PM
 #8

Same error after the "

This is the copy paste xlm

Code:
<?xml version="1.0" encoding="utf-8"?>
<!--Bounty Users Connections-->
<Campaign Name="TWOGAP">
<SpreadSheet Category="Signature" File="Bounties\TWOGAP\SpreadSheet\Signature.txt" OriginalSpreadSheetLink="https://docs.google.com/spreadsheets/d/16iJbddhuhHs7G0lU4CMTASeVryTR3-RB6uHi3y_EFgg/preview?usp=embed_googleplus"
</Campaign>

the bitmillex works in part (we have the .edit link on the sample btw)


.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 09, 2018, 07:56:34 PM
 #9

Good, so it's just some small problem i cannot see at the moment. i can show you tomorrow the input data i prepared for twogap.

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
coinlocket$
Legendary
*
Offline Offline

Activity: 2366
Merit: 1512


#1 VIP Crypto Casino


View Profile
October 09, 2018, 09:48:59 PM
 #10

Ok, I will wait next update then, as a suggestion if possible it would be nice an option to save the eth API.

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 10, 2018, 04:54:50 AM
Last edit: October 10, 2018, 05:26:45 AM by Makkara
 #11

Ok, I will wait next update then, as a suggestion if possible it would be nice an option to save the eth API.


The *.xml file was not properly formatted <SpreadSheet> section was missing the closing tag /> after the link, this is the version fixed:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!--Bounty Users Connections-->
<Campaign Name="TWOGAP">
<SpreadSheet Category="Signature" File="Bounties\TWOGAP\SpreadSheet\Signature.txt" OriginalSpreadSheetLink="https://docs.google.com/spreadsheets/d/16iJbddhuhHs7G0lU4CMTASeVryTR3-RB6uHi3y_EFgg/preview?usp=embed_googleplus"/>
</Campaign>


To be sure the xml is correct use this(or create an empty template and start to work from that so it's easier):

https://codebeautify.org/xmlvalidator

Empty template:

Code:
<?xml version="1.0" encoding="utf-8"?>
<!--Bounty Users Connections-->
<Campaign Name="Name_Campaign">
<SpreadSheet Category="Category" File="Bounties\Name_Campaign\SpreadSheet\File.txt" OriginalSpreadSheetLink="linkspreadsheetoriginaldata"/>
</Campaign>

OriginalSpreadSheetLink can be any link that shows those people you found were really part of the campaign


There is new release in github, that can save the last etherscan key used

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
Parodium
Sr. Member
****
Offline Offline

Activity: 1036
Merit: 332


DMs have been disabled. I am busy.


View Profile
October 10, 2018, 02:46:54 PM
 #12

Great work, definitely a great tool for bounty managers.

I recommend that all bounty managers run this tool after their bounty ends, rather than periodically throughout, typically bounty abusers like to send all their tokens to a single master wallet which eventually makes them easy to catch.
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 11, 2018, 09:32:07 AM
 #13

This should also be used by anyone to understand what kind of campaign are run by clueless bounty manager and finally help to find and punish abuses, possibly faster

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
coinlocket$
Legendary
*
Offline Offline

Activity: 2366
Merit: 1512


#1 VIP Crypto Casino


View Profile
October 11, 2018, 11:50:18 PM
 #14

It seems to works now, I will do more test during the weekend.
Need always a manual check in the end since anyone can put other users data and the personal ETH address but this speed up the thing

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
buwaytress
Legendary
*
Offline Offline

Activity: 2800
Merit: 3443


Join the world-leading crypto sportsbook NOW!


View Profile
October 12, 2018, 06:53:49 AM
 #15

Will run this myself on an old list I manually compiled some time ago, would have been useful to have this tool then.

Maybe not for this particular tool but Any chance anyone tried inputting similar data but not using ETH addresses but cross compared to repository of like maybe Bitcoin addresses or even strings of known/marked addresses? Or know of such a tool? Might be useful beyond bounty multis, could this be modified to even be used to track where the washed funds go to AFTER multi abuse?

██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 12, 2018, 07:42:37 AM
 #16

Will run this myself on an old list I manually compiled some time ago, would have been useful to have this tool then.

Maybe not for this particular tool but Any chance anyone tried inputting similar data but not using ETH addresses but cross compared to repository of like maybe Bitcoin addresses or even strings of known/marked addresses? Or know of such a tool? Might be useful beyond bounty multis, could this be modified to even be used to track where the washed funds go to AFTER multi abuse?

If there is a website providing API to list BTC addresses transactions can be done, i think there is.

For checking where the funds go, is possible for both eth and btc, but it needs a prefixed max number of jumps from addr to addr in input, to avoid infinite loop if somebody covered its tracks very well.

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
FIEX
Sr. Member
****
Offline Offline

Activity: 630
Merit: 276


View Profile
October 12, 2018, 08:51:36 AM
 #17

This is great!
Great work Makkara, really hope once this has been finetunned more bounty managers will use it or people who like doing some investigations.

Keep this up Makkara! +1 Merit
Will check this out in a bounty where I'm community manager for the project.

Will post feedback in this thread!
btcltcdigger
Hero Member
*****
Offline Offline

Activity: 1988
Merit: 756


To boldly go where no rabbit has gone before...


View Profile
October 12, 2018, 12:06:18 PM
 #18

Any plan for a online version?
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 12, 2018, 01:28:14 PM
 #19

Any plan for a online version?

Is not a bad idea, i don't have a lot of experience on web development but i suppose this should work with some changes in asp.net.



Will post feedback in this thread!


share your results too  Cool

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
morvillz7z
Legendary
*
Offline Offline

Activity: 2184
Merit: 2019


Join the world-leading crypto sportsbook NOW!


View Profile
October 13, 2018, 02:08:10 PM
 #20

I think that a tool like this was much needed, anything that helps prevent scam/cheat or any kind of abuse gets my approval. I'm sure that bounty managers and those who like to catch alts will be very grateful for you did here, as it will definitely make their life easier by saving time and effort.

Good job again and congrats on the new rank.  Wink


  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
Piggy
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1416



View Profile WWW
October 13, 2018, 06:25:37 PM
 #21

Well done, this will make the life of many people easier indeed Smiley

It may be worth to explore the tracking of washed funds as buwaytress suggests, it may reveal even more than what this program does.
babo
Legendary
*
Offline Offline

Activity: 3598
Merit: 4131



View Profile WWW
October 13, 2018, 06:59:44 PM
 #22

Great!
Very nice job. Excellent

Very pleased to send my remaining merits (personal)
More when i'm recharged

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 14, 2018, 07:05:39 AM
 #23

~
~

~

Glad you like the program. If the time will allow me ill try to improve and add new checks and feature suggested in here. If some user feels like contributing to improve it by coding, you can fork or do a pull request as you like.  Cool

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
Makkara (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 166



View Profile
October 31, 2018, 01:02:57 PM
Merited by coinlocket$ (3)
 #24



Bitcoin update



Code and release version here, i added another button to find connectiond among bitcoin addresses, even segwit.  Cool
https://github.com/MakkaraServices/Bounty-Checker

Pi Network - mining app for phone: https://minepi.com/spippolino
Blockfolio trading: https://blockfolio.com/trading?r=MvFRE7EX98
Pages: 1 2 [All]
  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!