Bitcoin Forum
November 01, 2024, 06:17:19 AM *
News: Latest Bitcoin Core release: 28.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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 ... 193 »
921  Bitcoin / Electrum / Re: Electrum Bitcoin Received/Sent Date And Time Question on: September 17, 2018, 08:45:28 PM
Yes it's possible. If the sender didn't pay a good enough fee the transaction might have taken a long time to confirm.

Why don't you look up the transaction ID on a block explorer like blockchain.info to see when the transaction confirmed? You can find the tx id by right clicking on the transaction on the history tab and choosing to view details.

Why does the time of the transaction matter so much? If this is about tracking who sent you how much money the way to do that is to hand out different receive addresses to different people or organizations and make a note of it in your wallet out i.e. put a description on the receive tab and save it. This way you will know who sent you how much.
922  Bitcoin / Electrum / Re: Electrum Bitcoin Received/Sent Date And Time Question on: September 17, 2018, 04:08:44 PM
The timestamp is from the blockchain i.e. when the transaction was first incorporated in a block which is also called the first confirmation. The timestamp is from the block header which is added by the miner and may be up to two hours off from the actual time. So basically it's not very accurate.

Also I suggest looking at the history tab for transaction status and not the receive tab. The receive tab is just for getting addresses and setting a description for them at the same time.
923  Bitcoin / Electrum / Re: Transferred BTC from CoinbasePro to Electrum SegWit Wallet - Questions on: September 16, 2018, 11:57:19 PM
Does it show up in your electrum wallet? If not then try looking up the transaction ID on blockchain.info to see what's up
924  Bitcoin / Electrum / Re: Understanding transaction history on: September 16, 2018, 03:29:43 PM
A few long shot options for you to try are given below:

- Go to view menu > show console, switch to console tab and enter this to increase your receive address gap limit and generate more change addresses as well:

Code:
wallet.change_gap_limit(200)
for thing in range(1,100): wallet.create_new_address(True)
wallet.synchronize()

- Failing the above try restoring the second HD account of your wallet. Go to file > new/restore, enter a unique filename and click next. Proceed to restore your wallet from seed as before with one change - a new derivation path of m/44'/0'/1'  . Note the single quotes are not optional. Also you can always switch wallet files via file > open.
925  Bitcoin / Electrum / Re: Electrum receive wallet says "pending" ...how can I tell if transfer cleared? on: September 13, 2018, 01:31:35 PM
pending on the receive tab is meaningless. look at the history tab to see whether you received the money or not. also note that exchanges do withdrawals in batches so you may have to wait for the next batch to go out. just because it says processed or whatever on the site doesn't mean they've sent the coins out.
926  Bitcoin / Electrum / Re: Chipmixer to Electrum private key import issue on: September 12, 2018, 03:12:28 PM
It is a basic mistake they are making and puts doubt on their entire service.
Then you clearly don't get what's the big difference between ChipMixer and every other mixer, and why they may be more efficient on breaking the link between the source of the coins and the output (the chips).

You know you can always ask the user to enter multiple addresses where the outputs will be sent? You don't have to resort to sharing private keys.

And BTW you talk about breaking the link. What about breaking the link with chipmixer? As long as they know your private keys they can steal from you. Today, tomorrow or 3 years from now!
927  Bitcoin / Electrum / Re: Chipmixer to Electrum private key import issue on: September 12, 2018, 03:02:34 PM
It was a mistake to trust this service. Any service that shares private keys as a mechanism to transfer bitcoin can't be trusted. He should do what he can now to secure his coins and the way to do that is to sweep them to an address whose private keys only he knows.
OP clearly said that there isn't even a history of transactions, so how is this a trust issue from ChipMixer's part?

That's probably related to the different wallet files issue that i talked about.

Quote
Also, what's the difference between trusting to send 0.5 BTC to a service and trusting to send and temporary hold a (shared) private-key with 0.5 BTC? In both cases, you must trust them enough to send your Bitcoins and expect them to send it back.

We all use exchanges to buy and sell bitcoin. We have to trust exchanges temporarily while they have our funds. Sometimes even that temporary risk bites us in the backsides when the exchange runs away with our money. Here you are asking the user to trust the service permanently i.e. even after you've "withdrawn" the funds.

The other thing is they are doing things the wrong way by sharing private keys. What else are they doing incorrectly? It is a basic mistake they are making and puts doubt on their entire service.
928  Bitcoin / Electrum / Re: Chipmixer to Electrum private key import issue on: September 12, 2018, 02:35:38 PM
It was a mistake to trust this service. Any service that shares private keys as a mechanism to transfer bitcoin can't be trusted. He should do what he can now to secure his coins and the way to do that is to sweep them to an address whose private keys only he knows.

Also OP regarding your lost coins did you try switching wallets like I said? Each time you import you import to a different wallet file so your latest imported private keys are probably sitting in a different wallet file. Just go to file > open or file > recently open. You should still send those coins to an address in a new standard wallet though.
929  Bitcoin / Electrum / Re: Chipmixer to Electrum private key import issue on: September 10, 2018, 01:55:09 PM
If your default wallet is made of imported private keys then you need to create a new standard wallet. Here's a guide to do it properly. Then you simply use the sweep function to sweep any private keys to it.

DON'T use the sweep function. The sweep function is designed to charge you a really high transaction fee. In that case, you may aswell use the sweep function in chipmixer (it does exactly the same thing)...

Import private keys and send a transaction with a small fee (1 sat per byte is enough to get a fast confirmation atm)...

The sweep function in Electrum now redirects you to the send tab where you can set a fee of your choice.
930  Bitcoin / Electrum / Re: Chipmixer to Electrum private key import issue on: September 10, 2018, 12:15:01 PM
If your default wallet is made of imported private keys then you need to create a new standard wallet. Here's a guide to do it properly. Then you simply use the sweep function to sweep any private keys to it.

The reason you do it like this is because knowledge of private keys is what determines ownership of bitcoin. You don't have exclusive knowledge of the chipmixer private keys. The owners of that site may also know the private keys. So you have to move the bitcoins to an address whose private keys only you control i.e. an address in the new electrum wallet you create.
931  Bitcoin / Electrum / Re: Chipmixer to Electrum private key import issue on: September 09, 2018, 08:19:35 PM
The correct way to receive bitcoin is to have the sender send them to an address whose private keys only you know. Sharing private keys is not the way to transfer bitcoin because you don't have exclusive control and the sender can move the coins too.

I suggest going to file > recently open or file > open in case you imported the private keys into a different wallet. If you find the correct wallet I suggest creating a new standard wallet via file > new/restore and then sending your bitcoins to an address in that. This way only you will have the private keys that control the coins.
932  Bitcoin / Electrum / Re: [Electrum] How to tell if custom seed is a BIP39 seed? on: September 09, 2018, 01:13:10 PM
The default worldlist is the same as the bip39 one but an interesting aspect of the electrum mnemonic algo is that it's not tied to any specific wordlist.

but isn't that true about any other implementation of BIP39? basically the wordlist itself is not important, it might as well be anything because each word only represents a number (index in the list) which is then used to generate the master private key.
other wallets may not have the interface feature for the user to do this but they have the capability of doing so, i believe.

The wordlists are a part of the bip39 standard. They have to update the standard each time they add another language Smiley

If you look at check function here or bip39_is_checksum_valid in electrum you will see that the wordlist is used to verify the checksum.

In the case of Electrum's own seed mnemonics the seed version is encoded in the mnemonic and it serves as a checksum and as a way to identify the wallet type. You can see how electrum verifies it's own seeds here (on_restore_seed) and here (is_new_seed). As you can see the dictionary is not being used to verify the seed mnemonic. Only that it hashes to a number with the correct prefix i.e. a valid seed version.

If you want to use a custom wordlist with electrum see here. Note replacing the wordlist with your own will mean that Electrum can't verify bip39 seeds anymore.
933  Bitcoin / Electrum / Re: [Electrum] How to tell if custom seed is a BIP39 seed? on: September 09, 2018, 12:07:10 AM
The default worldlist is the same as the bip39 one but an interesting aspect of the electrum mnemonic algo is that it's not tied to any specific wordlist. You can use your own custom wordlist with it and restore wallets without supplying the wordlist used i.e. restore on any electrum installation.
934  Bitcoin / Electrum / Re: Electrum disable use change address without UI. on: September 09, 2018, 12:05:20 AM
It's in the wallet file.  use_change = false. You can add it using jq:

Code:
jq ". + {use_change:false}" wallet_file
935  Bitcoin / Electrum / Re: [Electrum] How to tell if custom seed is a BIP39 seed? on: September 08, 2018, 11:52:27 AM
Electrum's seeds are not bip39 so this still doesn't apply to you.
936  Bitcoin / Electrum / Re: [Electrum] How to tell if custom seed is a BIP39 seed? on: September 08, 2018, 09:33:39 AM
When you use a hardware wallet the seed + any passphrase/extension are not shared with electrum. These are the secrets behind your bitcoins and they remain on your hardware wallet. So this doesn't affect you unless you restored your wallet from seed in electrum. Did you do that?
937  Bitcoin / Bitcoin Technical Support / Re: HOW TO CONVERT NON SPENDABLE TO SPENDABLE BTC on: September 07, 2018, 03:48:44 PM
THE PROBLEM IS THAT YOU HAVEN'T PROVIDED ENOUGH DETAILS AND EXPECT US TO HELP YOU

Start by telling us what wallet software you were using?
938  Bitcoin / Electrum / Re: Cold Storage Question on: September 07, 2018, 12:49:42 PM
you have to install the wallet on the offline device first in order to generate the master public key for the online wallet. see the guide here
939  Bitcoin / Electrum / Re: Unconfirmed transaction when sending from an electrum wallet to another on: September 07, 2018, 12:48:47 PM
It's already confirmed. If you don't see it in electrum you may want to restart electrum or switch servers. Failing that update to the latest version of electrum.
940  Bitcoin / Electrum / Re: Unable to use the seed from a wallet file to make any transaction on: September 06, 2018, 06:12:16 AM
Well you have malware on that PC. It modified the wallet file and replaced the addresses with the malware author's. Your bitcoins are gone and nothing can be done to get them back. The only thing you can do now is to format the hard drive and reinstall the operating system. This is the only way to ensure that the malware doesn't cause you problems in future.

Sorry for your loss.
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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 ... 193 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!