herrBez / Nduja

Nduja is a software that de-anonymize crypto-currencies' addresses
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Dfinity #58

Closed herrBez closed 6 years ago

herrBez commented 6 years ago

Eliminate Dfinity accounts that have https://raw.githubusercontent.com/dfinity/hs-donation-receipts/82b9f4f8f7638887e73b23c89153164285b7d0e7/donation-receipts.csv since are donation receipts from Ether Wallet

Maybe cancel all dfinity?

mzanella commented 6 years ago
DELETE FROM Wallet WHERE Address IN (SELECT aw.Wallet
    FROM AccountWallet as aw INNER JOIN Account as a INNER JOIN Wallet as w 
    WHERE a._id = aw.Account AND w.Address = aw.Wallet
    AND aw.Account = 197
); 
DELETE FROM AccountWallet WHERE Account = 197