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 in dogecoinall.db/Analyze #76

Closed herrBez closed 6 years ago

herrBez commented 6 years ago
mzanella commented 6 years ago
herrBez commented 6 years ago

Super suspicious is the similarity between https://raw.githubusercontent.com/tvl83/paperwallets.info/2d3502563daf4a3a92710c56a3d4f2a6eb474b33/src/janin.currency.js and https://raw.githubusercontent.com/amakary/Wallets-G/36cefb15c625f86c1427e9a17c2bb8d5140918a4/src/janin.currency.js

herrBez commented 6 years ago

For wowmuchpool

DELETE 
FROM Wallet
WHERE Address in (
SELECT w.Address
FROM Wallet as w, AccountWallet as aw
WHERE w.Address = aw.Wallet and 
aw.RawUrl="https://raw.githubusercontent.com/WowMuchPool/wowmuchpool.github.io/c4ecb7e212914bedfd0614b7e60e3786fac61435/index.html" AND
aw.Wallet not in
("1FSEEG2ZFULP51C1XBxEeyDF6Hj5A2sUaH","DC4nEaojifDbfudN7XYbeZzs3EU5XsYyrj",
"LYhSaQaM9jNH8AgbkDZ2kBzJ4PCcLDCfnV"))

+

DELETE FROM AccountWallet WHERE RawUrl="https://raw.githubusercontent.com/WowMuchPool/wowmuchpool.github.io/c4ecb7e212914bedfd0614b7e60e3786fac61435/index.html"