Bitcoin Forum
May 30, 2024, 10:28:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 [181] 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 ... 317 »
3601  Economy / Speculation / Re: Would ETF APPROVAL in early 2019 ever have positive influence in Bitcoin Price? on: October 04, 2018, 08:59:12 AM
Some "experts" has made lots of wrong prediction in the past.

Fixed that for you..



The cryptocurrency market (especially bitcoin) is very irrational.
While an approved ETF might have a positive influence, i wouldn't bet on it.

Especially in times without too much of activity, it seems like the chart doesn't care about any news (neither positive nor negative).

I can very well imagine that an approved ETF would arouse some peoples curiosity, which then could lead to a rising interest again.
But i don't believe it will trigger another bull run as seen in 2017.
At least a positive movement seems to be more probable than a negative one regarding an approved ETF.
3602  Bitcoin / Development & Technical Discussion / Re: bitcoin wallet master key on: October 04, 2018, 08:51:38 AM
To spend single UTXO's you need the corresponding private key.

For a proper backup, it is enough to backup the master private key (starting with xpriv..).


You can get the xpriv by executing these commands:
Code:
walletpassphrase "YOUR_PASSWORD" 10
dumpwallet "FILENAME"

The first command unlocks your wallet for sensitive actions for 10 minutes.

The second command creates a text file in the data directory of core.
You'll be able to get your xpriv from this file.
3603  Bitcoin / Electrum / Re: [Guide] How to Create MultiSig Electrum Wallet for Beginners on: October 04, 2018, 08:45:30 AM
The easiest way to add 2fa protection to your seed in electrum is to use the seed extension feature. [...] Your backup will then consist of the seed words that your right down and the seed extension that you memorize.

The seed extension feature does NOT replace 2FA protection.
Data secured with 2FA needs 2 things to be accessed: Something you know (seed, password, secret information, ...) and something you have (token, mobile phone, ...).

Using the seed extension just adds another thing you need to know. This adds plausible deniability, but that's not 2FA - by definition.



Without both of those your wallet cannot be recovered.

I wouldn't be too sure about that.
Depending on the extended word (which basically is just a password) it might be able to be bruteforced.
The whole security (if you rely on the seed extension as security factor) is dependent from the password (lenght, char set, comlexity, ...) used. And humans are known to choose weak passwords.

If someone has access to the seed, bruteforcing a medium password is definitely an option.
3604  Bitcoin / Bitcoin Technical Support / Re: Sending Bitcoin to Electrum on: October 04, 2018, 08:34:17 AM
I save my address(es) and use the address as payment?

You don't explicitly use addresses for payment. On a technical level addresses don't exist.

What you actually do (or better: your wallet does) is, taking multiple UTXO and combining them to new UTXO's.
A part of these new UTXO's (usually one) is being assigned to the receipent, while another UTXO is being assigned to a new address of yours (your change).

To do this your wallet does need to sign the transaction using the private keys associated to the UTXO's you want to use.


So, all you need to keep care of are the private keys. In modern wallets (almost everyone, including electrum) you only have to backup a 12 or 24 word mnemonic code.
All of your private keys (and therefore also public keys + addresses) can be derived using this word phrase (keep multiple backups AND secured + hidden from curious eyes).



can someone send me a link to a intro to bitcoins?

I'd suggest visiting bitcoin.org. You'll find basic information there.
For further interest, google does give you quite a lot useful results.
3605  Economy / Trading Discussion / Re: Trading from a mobile application on Android. on: October 03, 2018, 09:11:49 AM
Using your mobile to access your exchanges account is a very bad idea. Especially if your 2FA device also is your mobile..
In this case you actually don't have any 2FA anymore. It would be enough to compromise your mobile phone, to get access to all of your coins on the exchanges.

Security-wise that's a disaster. Now add that to the fact that most mobile manufacturer skip from 1 up to 4 android-security patches (while showing you the most up-to-date version).
This creates a lot of gateways for an malicious actor to compromise your mobile and therefore also your cryptos stored on the exchange.


I'd heavily suggest NOT to use the mobile phone (or at least not the same device as your 2FA device) for trading etc..
3606  Alternate cryptocurrencies / Altcoin Discussion / Re: Need help to recover my hacked coins on: October 03, 2018, 07:54:28 AM
Unfortunately, as others already have mentioned, recovering your coins is not possible.

The best you can do know is to find out how this happened and prevent it in the future.
Can you verify which URL you have used to access MEW and forkdelta ?


The most probable case was that you somehow visited a phishing site (which exactly looks like the original, but is run by an attacker).
If you can verify that the URL's were indeed correct, you should scan your computer for malware. Chances are high in this case that the attacker has gained access to more than just your coins.
3607  Bitcoin / Bitcoin Technical Support / Re: Sending Bitcoin to Electrum on: October 03, 2018, 07:42:03 AM
I see the address 1Ahw6xqEmarByEaCeVKitLQfprHhEqRjQW1Asw9BGefMxkG4TTUhs1fsiKuyCQRmeccy in my Electron cash wallet now.

I see the address in the Addresses tab but what do I do with it now?  I do not see a monetary value associated with the address.  How do I know how much value is actually on this address?
There is nothing in my Coins tab.....

Then your client probably isn't properly snyced (check the circle at the bottom right, it should be green - if it is red, you might connect to another server to retrieve the information).
Your address 1Asw9BGefMxkG4TTUhs1fsiKuyCQRmeccy does hold a balance of 0.271.. BCH.

Your address 1Ahw6xqEmarByEaCeVKitLQfprHhEqRjQW contained 0.271 BCH until you sent them to your other address (1Asw9BGefMxkG4TTUhs1fsiKuyCQRmeccy) on 2018-09-24 at 20:30.


You can always check your balance on a block explorer. https://blockchair.com/ for example does support BTC and BCH.
3608  Bitcoin / Development & Technical Discussion / Re: How to accept crypto coins on my website on: October 02, 2018, 08:15:18 PM
How to accept crypto coins on my website

Basically you have 2 possibilities. Using a 3rd party service to integrate payments or build it yourself.
Building it yourself (or using open source projects (please only after a security audit!)) is the correct way (where only you are in possession of your money).

When using a 3rd party service, you need to trust them to handle your payments / secure your money.




plus if he don't know about crypto world
I want him to pay with his VISA/Paypal
and I convert his money to crypto

This is not automatically possible. The reason is that BTC is irreversible while VISA or paypal are reversible.
This would lead to a high amount of fraud towards the service provider who offers this kind of exchange.
3609  Bitcoin / Mycelium / Re: are funds automatically sent to my newest address / fees on: October 02, 2018, 07:51:29 PM
Transactions consist of inputs and outputs.
You can combine as much inputs to as much outputs as you wish (limited by size, logic, etc..).

If you don't have one UTXO >= 1btc, your wallet will combine as many as necessary to reach the 1+BTC.

For example (ignoring fees):
You have received: 0.1, 0.4 and 0.7 BTC.
Now to spend 1 BTC, your wallet will combine 2 inputs (0.4 and 0.7 BTC) to create 2 outputs (1 and 0.1 BTC).

You'll then have 2 UTXO (2 x 0.1 BTC).


Note that simply 'forwarding' your BTC to the same address, does NOT consolidate them into one UTXO.
Each output (receiving from a transaction) is one UTXO.
To properly consolidate your inputs, you'll have to create a transactions using all of your UTXO to create a single new UTXO.
3610  Bitcoin / Bitcoin Technical Support / Re: Lost Bitcoin on: October 02, 2018, 07:45:58 PM
@bob123 it would be great if you tell the name of the linux distro or recovery tools.

That's not really distro specific (even tho there are some available which have the basic tools for recovery, e.g. knoppix)
The majority of recovery tools are available for all most common distros (e.g. debian based).

You'll have a higher success rate on linux since there are way more (and better) free tools available for linux than for windows.


The chosen tool itself depends on the situation. An example would be:
For imaging / cloning the drive: dd
To correct partition level issues: Testdisk
To recover specific files based on ending (ignores file system): Photorec (is part of Testdisk)
3611  Bitcoin / Bitcoin Technical Support / Re: Formated HDD //ANY SOLUTION TO RECOVER WALLET BACKUP on: October 02, 2018, 06:58:47 PM
5 months in use has a high probability of overwriting the erased data.
Not saying that it wouldn't be worth a try, but i wouldn't expect too much from it.

Contacting their support might be more helpful, since there already has been cases where people got access to their wallet again after emailing the support with the email address used for their backup.
They might be able to resend you the backup link to your email (set as backup mail in your exodus wallet). If you then still know your password, you'll be able to access it. 
3612  Bitcoin / Bitcoin Technical Support / Re: Formated HDD //ANY SOLUTION TO RECOVER WALLET BACKUP on: October 02, 2018, 08:48:56 AM
What exactly does 'already used' mean ?
The more data is being written to the hard drive after the file has been deleted, the lower the chance of recovering it is.

How big is the hard drive ? And how much do you guess have been written to it after deleting the file ?

Also, if you have already used some recovery program, tell us the name. We can only suggest you 'better' tools if we know which tools you have tried.


The first step to recover usually is to stop using the hard drive immediately.
Then, create an image (better: multiple) of the drive (e.g. using dd) and perform your recovery on the images (preferably on a fresh image for each try).
3613  Bitcoin / Wallet software / Re: bither help on: October 02, 2018, 08:44:27 AM
I can’t put the seed into electrum It becomes a watch only wallet

That's unusual. I guess you made a mistake when importing your seed into electrum.

Do it again, but follow this guide accurately. Especially read the 4th step precisely.

As long as you have access to your seed words, you will be able to access your coins.
3614  Bitcoin / Bitcoin Technical Support / Re: trouble syncing new install? on: October 02, 2018, 08:37:01 AM
This might be caused by a hardware issue.

Can you verify that your CPU is not overclocked and cooled properly ?
And also check your hard drive (i.e. S.M.A.R.T. values) and your RAM (i.e. memory test).
3615  Bitcoin / Bitcoin Technical Support / Re: Lost Bitcoin on: October 02, 2018, 08:26:27 AM
I have the wallet.dat file here but when downloaded  the Bitcoin Core wallet and synched it and then overwrote the wallet.dat with the new one it came up with a balance of 0. Am I doing something wrong or missing something?

Core does never overwrite a wallet.dat if it already exists in the directory.
Chances are high that this is your old wallet (if it was in the correct directory).

Core does only create a new wallet.dat if there is no in the data directory (standard directory?)

Even if you have deleted the file, under some circumstances you would be able to recover it using some recovery tool and a linux distro.


But, the phrase from your OP is not related to core in any way (maybe your wallet password?).
3616  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: ZelCore wallet on: October 02, 2018, 08:19:25 AM
The combination of the username+password generates the private key in Zelcore. Nothing is stored on servers. If you combine a very strong user name and password, I'm no expert but it's seems it pretty secure, [...]


You are wrong. It is wrong to assume it 'pretty secure'.
You need a proper source of entropy to create a truly random private key.

If all the private key is based on is the 'entropy' of a human brain, you already lost. This is BY FAR less secure.
The key space to bruteforce is only a small percentage of the overall space in this case.



Quote
So.. your wallet basically is a brainwallet.

No it is NOT brainwallet, where did you get that idea from?  There is no phrases to pick, you must make your own login and password. They are hashed together to generate private key and there is no third party involved.

You do realize that you don't have to pick a 'phrase' for a brainwallet, but pick something. And with a login and a password, you are effectively choosing everything which the private key will be based on.

This is the pure definition of a brainwallet.



Quote
So.. your wallet basically is a brainwallet.

2nd You are totally wrong... it is not brainwallet at all.

 Roll Eyes

All of these jr. to member accounts claiming this do either not know what a brainwallet actually is or are somehow related to this wallet.
For me, this seems very fishy.


I would NOT RECOMMEND anyone to download/try/use this wallet!

Security-wise it creates an extremely weak private key (against bruteforcing) compared to a 'proper' desktop-/mobile-/hardware- and even online-wallets.
Additionally it is closed-source. So NO WAY to verify that there is no malware and/or backdoor.
3617  Bitcoin / Development & Technical Discussion / Re: why is core development and hosting centralized? on: September 30, 2018, 07:33:37 AM
Most core devs have accounts here, and have also twitters, why not post the signed stuff, checksums etc in there too? the more diverse points of failure the better, I would feel safer that way than sticking to one or two websites.

You might feel safer, but in reality you wouldn't actually gain any safety/security.

As long as the checksum file is signed by the correct key AND the binaries you have downloaded match the checksum, you can be sure of having a non-compromised version.
Spreading the same file between 10 more sites doesn't add any security and/or safety. It just adds more hassle when a key has to be revoked (since there are more places to announce the revocation).
3618  Bitcoin / Development & Technical Discussion / Re: About possibility to Sign messages in Segwit address in future on: September 30, 2018, 07:25:38 AM
Any news, particularly regarding such a feature in Core?

You might want to read the thread more carefully.

This is not a 'feature missing from core'. There is no standard yet. It is not defined how to exactly create AND verify messages signed from segwit addresses.

Electrum decided to implement this feature. But those messages will only be verifiable through electrum. Not trough any other wallet which offers segwit message signing.

If core (and any other wallet) was to add this 'feature' without a standard, we'd have 30 different types to create/validate signed messages. And you'd need to always use the same wallet as the signer of the message to verify it.
It is better to first agree on a standard, then let every wallet implement it. This way the messages will be verifiable between different wallets from anyone.
3619  Bitcoin / Mycelium / Re: People from Mycelium wallet stole 0.99 BTC on: September 30, 2018, 06:39:01 AM
Yes, On Feb 25ep, I made several attempts to restore HD-wallet, that could speed up the decision to withdraw coins by intruders on the mycelium's server side, IMHO.

This doesn't make any sense at all.
The private keys are not stored on any server. They are fully stored on your mobile, protected (not encrypted) by a pin.



Compromised iOS? Frend's phone isn't jailbraked or something about...
A 12-word backup was written with a pen on paper, I did not send or store it on any electronic device.

Compromising an iOS device isn't that hard. All you need is a properly prepared URL and a not-that-smart user.
You don't need to jailbreak a mobile to have it compromised.


Since your funds got stolen the same day you have tried to restore the seed on your friends mobile, this leads to the conclusion that either your friend stole your bitcoin or his mobile was compromised (which forwarded the entered seed to the attacker).
Personally, i believe your 'friend' stole your coins.

Usually the most obvious explanation is the correct one.. And the mycelium staff definitely did not steal your coins.. simply because they can't.
It was someone with access to your / your friends mobile phone.
3620  Bitcoin / Mycelium / Re: are funds automatically sent to my newest address / fees on: September 30, 2018, 06:29:39 AM
Are received funds sent to one of my "old" address (in Mycellium) automatically trasferred to the newest address?

No, why should they ?
If you receive funds to address X, they will stay associated to address X until you create a new transaction using the private key from address X.
Mycelium does not create any transactions without you explicitly tell it to do so.



Does Mycelium ask me if i am willing to pay the transaction costs for that transfer of the funds
to the newest address (that seems to be costly) ?

You will have to pay fees for any transaction you do, regardless of whether the recipient address belongs to you or someone else.
For each transaction you actively create, mycelium asks you for the fee you want to use. Mycelium is not creating any transaction in the background.
Pages: « 1 ... 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 [181] 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 ... 317 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!