Suggestion: put OP in "Ignore" and move on. Stop wasting your time. I myself will be doing this. Bye OP
|
|
|
Update Electrum to the latest version.
This version is so old that it doesn't synchronize anymore.
|
|
|
What is showing up in the receiver's wallet?
The transaction has been confirmed already, so everything should be ok.
|
|
|
Hm. thanks. so this ban is ultimate or permanent?
If you don't see a length in the ban message, it's permanent.
|
|
|
1. Install Firefox on your Android phone; 2. Search for "MetaMask Firefox" and open the extension page; 3. Click "Add to Firefox"; 4. Click on the Firefox menu icon (top-right), scroll to the bottom and click at "MetaMask"; 5. Setup your wallet.
|
|
|
That's very much possible! I wouldn't touch that site with a 10 inch pole! I did checkout the network requests but nothing unusual. Typical 200/400/401 errors depending on the data validation. However I don't know what request meant. It is a post request but no data in header or response. It hashes the URL you put in the textbox and sends it to their server. Why? Don't know. There is more at the code.js file, which is responsible for getting the address and amount of the Bitpay URL.
|
|
|
Not this time. I had very little time to make this transaction, I could not wait for an answer from Trezor. I will try next time again, also will try to use https://bitpaydecoder.org seems like a good solution Just be careful with those non open-source tools. I see that this website does a lot of requests to a PHP page, which I don't see the reason why. They could provide you with a fake address controlled by the owner of the website. Better to get the addresses yourself by sending the GET request to the URL with the "Accept" header equal to "application/payment-request", or use a more trusted open source tool like https://decoder.bip70.org/
|
|
|
There's nothing like View -> Show Addresses on my version of electrum.
Are you sure?
|
|
|
But technically it is possible, right? So what happens, when somebody smart enough will make some improvements of his own to the algorithm of adress generation in some services, like blockchain.info or others? He will gain access to your coins? Is this real?
No? Those addresses are randomly generated. It's possible to get the same address, but I don't think you can "make your own algorithm" to generate the private keys more easily. Maybe if the service isn't pure RNG when generating those private keys.
|
|
|
View -> Show Addresses. Go to the Addresses tab and you will see every single one of your addresses.
Anyways, all your addresses in the wallet are valid forever. It doesn't matter if they are showing in the Receive tab or not.
|
|
|
One more question, can they really restore my session if i still have the BTC address as addressed below?
If you need to restore session, please provide your deposit address or used voucher code.
I guess they can.
|
|
|
YOU WERE PERMA BANNED!!!!!
It was showing as a 7 day ban because of a bug. Which ended up unbanning every banned account. Now that the bug was fixed, you got banned again.
And it's actually funny as hell how you have been crying about your ban for 1 month, saying that it was a mistake and that you learned your lesson, and when you mistakenly got unbanned, you kept shitposting copy pasted posts. Wtf??
Got it? You will not get unbanned. Your account is GONE. Now, please.... PLEASE... leave the forum.
|
|
|
~
They don't have a 24/7 support yet. But usually, they answer in 1-2 days. Just keep extending your session if needed and you will be fine. Edit: On a side note, I just saw that they increased the session default time to 7 days. So you will most likely not have to extend it.
This is what probably happened: Sorry about that. Our bitcoind got stuck. Please check again - it should be solved already. the last time (in January) when the same thing happened, he came to forum and fixed it in less than a day I confirm - this is the same issue as in January. We will need to investigate this more.
|
|
|
I never sent a BTC wallet to anyone and I learned about PGP for the first time. If I do not have this information, can not I return my account?
You can't if you don't have a way of proving that the account is yours.
|
|
|
Hello! For a bad behavior, he was punished with a ban, after a specified period of the ban, one day after the expiry of the term, is banned again. I do not understand what happened in one day?
Who are you talking about? Your account 'ihnattm' was permabanned.
|
|
|
Your post remembered me of this one: Report Sufficiently Answered Topic(s) to LockNo one from the Staff gave a conclusive answer on the subject. However, this post caught my attention: I see Anyways, the good news is: They ( Moderators) are now responding to " lock thread" requests. I tried it twice ( With the right reasons) and afterwards they locked the reported threads. In one instance, I PMed the Author right after using the " Report to Moderator" button. After a few hours the user had sent me a PM saying that "a mod already locked his thread". You can lock the thread now. P.S: There is no clear evidence that those posts were locked because of the report.
|
|
|
Install and run the local service and make the requests to it. The base URL for all requests is: https://blockchain.info/merchant/$guid/ " https://localhost:3000/merchant/$guid" where $guid is your Blockchain Wallet ID (used to login), and you should use the parameter "?password= main_password" where main_password is your wallet password. Here is an example for PHP: <?
$guid="GUID_HERE"; // YOUR WALLET ID $firstpassword="PASSWORD_HERE"; // YOUR PASSWORD $secondpassword="PASSWORD_HERE"; // SECOND PASSWORD IF YOUR ACCOUNT HAS DOUBLE ENCRYPTION ENABLED $amounta = "10000000"; $amountb = "400000"; $addressa = "1A8JiWcwvpY7tAopUkSnGuEYHmzGYfZPiq"; $addressb = "1ExD2je6UNxL5oSu6iPUhn9Ta7UrN8bjBy"; $recipients = urlencode('{ "'.$addressa.'": '.$amounta.', "'.$addressb.'": '.$amountb.' }');
$json_url = "http://localhost:3000/merchant/$guid/sendmany?password=$firstpassword&second_password=$secondpassword&recipients=$recipients";
$json_data = file_get_contents($json_url);
$json_feed = json_decode($json_data);
$message = $json_feed->message; $txid = $json_feed->tx_hash;
?> Source: https://www.blockchain.com/pt/api/blockchain_wallet_api
|
|
|
It's probably true. I remember seeing someone posting something like this in the week the merit system was released.
IMO, theymos should fix this (in case he didn't already).
|
|
|
|