Bitcoin Forum
May 24, 2024, 07:05:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ... 192 »
561  Bitcoin / Electrum / Re: $160 fee to send $10? on: July 10, 2019, 02:00:16 PM
what is that icon in the bottom right? i've never seen that in electrum
562  Bitcoin / Electrum / Re: Generate addresses independently of Electrum on: July 05, 2019, 01:59:29 PM
I've tried m/84'/0'/0' , m/84'/0'/0'/0' , and m/84'/0'/0'/0 with valid Electrum segwit and BIP39 mnemonic "abandon about razor", but I'm not getting the same result as Electrum (bc1qp0efh7jms7f580e7nnywjg5vzm90njm0rdvqpe for index 0).  Everything matches the results from BIP84 in Ian Coleman, so I'm not sure what's going wrong here.

First of all that mnemonic is not valid bip39 according to electrum but it is according to the ian coleman site. Regardless you can still create a bip39 wallet with it in electrum. The way to do this is to make sure to click on options and choose bip39 in the seed entry step and in the next step choose native segwit as the derivation path. If you do this you will get addresses that match the bip84 derivation path option on iancoleman's site (m/84'/0'/0'/0).

That mnemonic is also a valid electrum seed so if you don't click on options and check bip39 electrum will use a different method to convert to the binary seed (2 in the op) and as a result you get different addresses.

So overall you have to pay attention to details like these.
563  Bitcoin / Electrum / Re: Electrum 3.3.7 was just released on: July 04, 2019, 07:57:21 AM
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
564  Bitcoin / Electrum / Re: Generate addresses independently of Electrum on: July 04, 2019, 07:55:10 AM
it uses bip84 for bech32 addresses. only one account is used (0').

https://github.com/bitcoin/bips/blob/master/bip-0084.mediawiki

keystore.py has code relevant to derivation paths but it's a bit of a mess really. there's no one function or set of constants AFAICT. it's spread out.
565  Bitcoin / Electrum / Re: Warning! Be careful when you copy and paste bitcoin address from Electrum wallet on: June 30, 2019, 02:59:54 AM
making money is the reason for it.
566  Bitcoin / Electrum / Re: Missing wallet after update from 3.0.3 to 3.3.6 on: June 29, 2019, 11:11:42 AM
Use your operating system's search tool to look for files named "default_wallet" or "wallet.dat"
567  Bitcoin / Electrum / Re: Warning! Be careful when you copy and paste bitcoin address from Electrum wallet on: June 29, 2019, 04:24:35 AM
looks like you have malware on your system
568  Bitcoin / Electrum / Re: Is there any way to add a change address to Electrum Offline Android wallet? on: June 28, 2019, 06:34:07 AM
If you have any one address' private key and the xpub you can recover the private keys of all the addresses in the electrum wallet.

569  Bitcoin / Electrum / Re: Think I've been Phished on: June 27, 2019, 10:25:36 PM
You can report the transaction to cops in your local area.
570  Bitcoin / Electrum / Re: Ellectrum Send Issue on: June 27, 2019, 10:22:41 PM
This error message usually means that the server you are connected to is malicious in nature and blocking your spending transaction. You should just learn to switch servers properly (hint you have to right click and choose use server). Try one of the bauerj ones.

i don't think that's correct in this case because of the third line of the error message which clearly indicates the reason. the malicious servers return an error message that can not be parsed which then would show a different message to user which has no "reason" in it.
OP's transaction has dust output in it and since 99% of the nodes are enforcing the same rules i don't think changing servers would help him at all.

Apologies. You are correct. That's a different error message (non standard transaction one)

@OP When this happens it's usually because users are confusing mbtc with btc. So I suggest choosing btc under tools > preferences > general tab > base unit and trying again.
571  Bitcoin / Electrum / Re: Is there any way to add a change address to Electrum Offline Android wallet? on: June 27, 2019, 10:11:39 PM
I think what you're looking for is to increase the Gap Limit, see How can I pre-generate new addresses?:
Quote
Code:
[wallet.create_new_address(False) for i in range(50)]
(read reference link first!)

I've never used Electrum on Android, so I'm not sure if it has a console to enter this.

Actually you have to pass True to that function for change addresses.

@OP I suggest you restore from seed on an offline PC and then do the cold storage dance:

http://docs.electrum.org/en/latest/coldstorage.html

This is the way to spend from cold storage in electrum.

If you insist on exporting the private key then understand that knowledge of the private key + your xpub gives an attacker complete access to your wallet. So it is not safe. But if you want to do it anyway then you will still need to restore from seed on an offline PC, run the command LoyceV gave you (with the small modification I mentioned above) until that address shows up in your wallet (how to check). Then simply right click on it on the addresses tab (view > show addresses) and choose to view the priv key
572  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Wallet & Seed Storage Question? on: June 27, 2019, 02:48:08 AM
See here for why a poem is a bad idea here: https://bitcointalk.org/index.php?topic=311000.msg3345309#msg3345309

Why do you think someone who stole your entire safe couldn't open it at their leisure?
573  Bitcoin / Electrum / Re: Ellectrum Send Issue on: June 27, 2019, 02:25:12 AM
This error message usually means that the server you are connected to is malicious in nature and blocking your spending transaction. You should just learn to switch servers properly (hint you have to right click and choose use server). Try one of the bauerj ones.
574  Bitcoin / Electrum / Re: xbup address of a 2fa wallet on: June 27, 2019, 02:23:11 AM
there is no such thing as a public xpub address. xpubs are not addresses. they are extended public keys. usually you don't make them public though since doing so makes it possible for anyone with the xpub to see all your transactions. it also lowers your security a little.

2fa wallet is a 2 of 3 multisig wallet so there are 3 xpubs not just one. note that trusted coin controls one of the xpub's corresponding xprv. so be very careful here. you don't want to hand out this xpub and find that you don't have access to the corresponding xprv that lets you spend the coins.

so what are you trying to do exactly?

575  Bitcoin / Electrum / Re: Missing wallet after update from 3.0.3 to 3.6.6 on: June 26, 2019, 11:36:15 PM
so look under D drive like it says in the config file. Note you can use file > open or click on the browse button on the startup screen of electrum to open a different wallet. you can also do file > save copy to save a copy of the wallet file. this is easier than digging through the file system looking for it.
576  Bitcoin / Electrum / Re: I have my mnemonic, but when trying to recreate my wallet the installer crashes on: June 25, 2019, 11:51:53 PM
old versions are deliberately crashed because they are unsafe.
577  Bitcoin / Electrum / Re: So many issues with the Electrum wallet on: June 25, 2019, 07:59:57 PM
and write down the seed words using pen and paper.
578  Bitcoin / Electrum / Re: Electrum wallet input parameters on: June 24, 2019, 08:24:27 PM
(depending on the distro you might not need sudo)

open is not a linux command and linux apps are not stored under /applications so i'm guessing the op is using macos.
579  Bitcoin / Electrum / Re: Help with Electrum? on: June 24, 2019, 08:22:13 PM
electrum can generate a seed on your own pc. you don't have to use some random website for that. idk why you did it like this but this is likely the source of the compromise.

did someone tell you to do it like this? blame that person.
Yeah someone PM'ed me on Reddit. If it happens again I will be suspicious. If not then it's no biggie.

Do check your browser history to confirm that you downloaded electrum from download.electrum.org. Add a bookmark in your browser to https://electrum.org and always use that when downloading electrum.

Then you should remove that wallet file from your file system to prevent accidental use: http://docs.electrum.org/en/latest/faq.html#where-is-my-wallet-file-located

When you next run electrum it should let you create a new wallet. This time follow this guide.

580  Bitcoin / Electrum / Re: Help with Electrum? on: June 23, 2019, 03:27:41 PM
electrum can generate a seed on your own pc. you don't have to use some random website for that. idk why you did it like this but this is likely the source of the compromise.

did someone tell you to do it like this? blame that person.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!