QUOTE(Tenboro @ Apr 14 2020, 09:07)
Correct, you would never "lose" anything from your balance just because the wallet holding the address it was sent to is retired. Though we'll most likely maintain the P2SH fallback for as long as the Core wallet backend does; since you can easily generate P2SH and bech32 addresses in the same wallet, there is no maintenance overhead for keeping it. You'd just have to click the link again every time we cycle wallets.
Thanks, that is exactly what I wanted to be certain of (IMG:[
invalid]
style_emoticons/default/wink.gif)
QUOTE(DJNoni @ Apr 14 2020, 06:57)
You don't have actual BTC on your e-h wallet. What you see is just the amount that has come in through your account, and you can choose what to do with that value: use the 'donate' function for stars, or use the 'adopt a server' function for hath income. But you can't get your BTC back, can't forward it - it's not actually there.
Technically incorrect, and it wasn't my question anyway.
You see, when someone creates a new account in EH, the site's system (let's say "Tenboro's servers system" or TSS for brevity) also creates a new wallet, complete of its private key to operate on it; these are permanently assigned to the account just created (DB table or some such other referring system).
The wallet does exist, it's just that it's not under your control; rather, TSS controls it on your behalf, and EH interface gives you only those commands you have in the "donation" page.
Such commands in the "donation" page, when sent to the web server on TSS, get translated in commands to the wallet associated with your account (which you can surely think of as "your wallet", though in a real sense they are all Tenboro's wallets, since he has control of their private keys).
And the sums visible in them wallets, are really in them, in the sense that the blockchain has those coins locked to that wallet in the transactions' ledger; i.e., you need to have knowledge of that wallet private key, to be able to move them somewhere else.
In other words, that wallet is real; it apperas as a somewhat virtual "one-way" wallet to you, but that is just the effect of the site's interface. On the TSS it is a real wallet, two-way full functions. It must be so, otherwise the whole system wouldn't work.
This post has been edited by mundomuñeca: Apr 14 2020, 15:26