2/ Being the eternal skeptic, wanted to test if this website was actually legitimate (there are a lot of crypto scams out there; way too many)..
So we start off visiting the main website and set up a LTC:XMR conversion.
3/ The Monero address that you see in the picture above was created using this "mindwallet" altered tool created by Pactito (patcito.github.io)
3a/ Wouldn't recommend creating a Monero wallet this way, specifically, but this tool generates addresses deterministically with Argon2 as its KDF using BIP32 + BIP38
3b/ You can try it yourself. Password for this wallet = librehash
E-mail (salt) = librehash@test.com
You'll generate the exact same addresses and keys as you see here.
Benefit = in theory, you never need to have your private key stored anywhere, ever.
3c/ If you're wondering if this is legit or not, check out the @KeybaseIO implementation at keybase.io/warp ; as you can see, a simple 8-character alphanumeric password with 20+ btc in it has yet to be solved 3-4 years later (salt already given)
4/ Back to the site, we tested out a simple $LTC #Litecoin to $XMR #Monero transfer
5/ Elected to send about $20 worth of $LTC at the time. Enough of an amount to where it felt like a legitimate test. The 6 confirmation wait screen is pretty standard. Cool.
6/ Once that was finished, we were given this screen.
$XMR Monero is diff from other cryptocurrencies (obviously). We need to visit the transaction link.
7/ The link from above takes us here. Notice the two stealth addresses with question marks for 'amount'.
If we want to see ours, we need to use our reg. $XMR addy + priv. view key.
8/ Upon doing so, we can see that the correct output has been matched. Cross referencing it with what the site told us (and what we agreed to), we can see that the values match.
So this gets the stamp of approval right now.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
1/ Polkadot is a really well-designed project with some extremely smart folks at the helm - but their plan for interoperability with Bitcoin won't work for a few reasons that will be explained in detail within this thread. #Polkadot $DOT #Parity
This is where the 'XClaim' protocol is introduced.
2a/ One major setback stopping this from being trustless from the jump is the fact that Polkadot does not use Proof of Work (that is necessary) - but even putting this to the side, there are critical elements missing.
1/ Thread on @adam3us because he's the head of @Blockstream ; an organization that he created as a power grab over #Bitcoin to subvert its direction into a money making machine to salvage all of his previously failed experiments in crypto. @zooko is his student.
2a/ Curiously, the former CEO of Blockstream (before Adam Back), was Austin Hill - the same Austin Hill from the Zero Knowledge System company that they had created with one another.
1/ Once upon a time, CZ promised us that he would never list 'shitcoins'.
Not even if they "pay 400 or 4,000 BTC".
He forgot to mention (about the coins that he did list on his exchange "without fee", that he has extensive ties with each project's community)
2/ $NEO was probably listed because of @cz_binance's relationship with Da Hongfei (head of NGC Capital whom is also a seed investor in Binance); these guys go way back - maybe that's why @binance tends to list *almost all* of Da Hongfei's projects.
2a/ Attached, we can see Da Hongfei listed as one of the seed investors in Binance (source: Binance exchange whitepaper ; not the exchange token, but the actual exchange itself)
1/ This article enumerates the inefficacy of modern wallet solutions (and why I recently wrote a three-part series titled, 'Why You Don't Need a Hardware Wallet' <-- being released today in an hour or so).
2/ If you read the quoted tweet above and thought to yourself, 'Wait a minute, I thought that Bitcoin & blockchain were supposed to be unhackable!', then you're on the right track.
Its more so that the *cryptography* used for Bitcoin cannot be reasonably cracked.
3/ However, these cryptographic primitives (i.e., ecdsa) are only as strong as their implementation and only as secure as their execution environment.
The idea of encrypting 'wallet.dat' files (a default standard for $BTC by Core), is unnecessarily dumb & unnecessary.
2/ The fact that Ethereum has an account-based transaction system (vs. UTXO) means that all Ethereum wallets must have an incrementally increasing 'nonce' value; the downside here is that this requires one to 'sync' with a node / API running *somewhere* on planet earth
3/ More so to that API point that I made above, the disadvantage here for Ethereum users (in comparison to Bitcoin; don't worry I'll bring up an advanage).
Metamask users, for instance, have their wallets pointed at Infura(.)io's API endpoint.