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

Eliminate #59

Closed herrBez closed 6 years ago

herrBez commented 6 years ago
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.RawURL = 'https://raw.githubusercontent.com/nzsquirrell/p2pool.geek/e8860d98af33ea017283d939e78abc7f7fd7f508/sql/myriad.sql'
); 
DELETE FROM AccountWallet WHERE RawURL = 'https://raw.githubusercontent.com/nzsquirrell/p2pool.geek/e8860d98af33ea017283d939e78abc7f7fd7f508/sql/myriad.sql'

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 = 2998
); 
DELETE FROM AccountWallet WHERE Account = 2998