Bitcoin Forum
June 26, 2024, 03:21:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 [122] 123 124 125 126 127 128 129 130 131 132 133 134 135 136 »
2421  Other / Beginners & Help / Re: TUTORIAL: How to use Electrum (for beginners) on: May 03, 2018, 04:51:01 PM
Great tutorial! I'll link newbies that have problems setting up wallets here from now on.

The only thing I would like to add is a tldr; on Segwit:

Thank you very much for your feedback. I have just changed a few things in my tutorial.
2422  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: May 01, 2018, 11:38:08 AM
Not so sure about that, many people are waiting their pre orders from re-seller shops which are accumulating customers orders for masive bulk order.

I don't know on what basis re-sellers are supplied. I have been watching TREZOR's twitter account for a long time and according to their tweets it seems that the date of another batch is really close.

Who tried the Dry-run recovery process that got released yesterday? I've read some twesets about this and from what I understood, we're supposed to type seed in the software and not hardware?

On TREZOR T you can type in your seed on the device's screen, I have done it and had no problems. However, on TREZOR One, the device shows you only which word you have to type in on your computer. It is possible to use advanced recovery on TREZOR One, but it takes a lot of time and isn't turned on by default. It looks like you can't test your seed with advanced method, you will have to wipe the device.
2423  Other / Beginners & Help / TUTORIAL: How to use Electrum (for beginners) on: April 30, 2018, 06:41:16 PM
Table of contents

      1. What is Electrum?
      2. Creating a new wallet
      3. Using Electrum
      4. Enabling a full list of addresses
      5. Notes


1. What is Electrum?

Electrum is a free and open source software wallet which is available on many different platforms (Windows, OSX, Linux and Android). Unlike Bitcoin Core client, Electrum doesn't need to download any additional data because it connects to external servers. Don't worry, Electrum never sends your private key anywhere, it is stored locally which means that you are responsible for the security of your bitcoins.

You can download Electrum from here. You can always verify the signature of the downloaded file to make sure that the file wasn't modified by anyone using for example GnuPG (Linux) or Gpg4win (Windows).


2. Creating a new wallet

Electrum, at first launch, will ask you whether you want to connect to the server you know or do it automatically. If you don't know anyone trustful who runs an Electrum server then you should let Electrum connect automatically.



Next, you can type in the name of a new wallet or select your existing wallet by clicking "Choose". By default, your wallet should be located in "C:\Users\USERNAME\AppData\Roaming\Electrum\wallets" (Windows) or in "~/.electrum" (OSX and Linux). It is important because you will be able to backup the wallet file later.



You should see 4 options:

  • Standard wallet
  • Wallet with two-factor authentication
  • Multi-signature wallet
  • Import Bitcoin addresses or private keys

This time I would like to focus only on the first and on the last option, but what is the difference between these four kinds of wallets?

Standard wallet - it allows you to create a brand new wallet (with either Legacy or SegWit type of addresses). Only one private key is necessary to sign a transaction for this kind of wallet.

Wallet with two-factor authentication - a type of multi-signature wallet. You are given 2 of 3 keys. The third one is managed by TrustedCoin service. Google Authenticator is also needed.

Multi-signature wallet - a wallet with multiple private keys needed to spend from it. You can select up to 15 cosigners and any number of required signatures.

Import Bitcoin addresses or private keys - useful for creating watch-only wallets (in case you want to use air-gapped solution which needs one device for preparing transactions and another for signing them).



Select "Create a new seed" to create a new wallet. Electrum supports many different hardware wallets such as TREZOR, Ledger and Keepkey, but they are not free obviously.



Standard option generates a legacy type of addresses (starting with 1). This type is currently the most common one since it was available from the beginning of Bitcoin's existence.

SegWit addresses can start either from 3 (nested SegWit) or bc1 (native SegWit). Electrum generates native SegWit addresses which still might be not compatible with every service. Unfortunately, Electrum does not allow you to generate nested SegWit addresses which are backwards compatible. However, it is possible to import a nested SegWit address private key if you created your wallet on a website which supports this type of address. Transactions made to SegWit addresses are cheaper and take less space in a block. This helps Bitcoin a bit when the whole network is under huge load.

Since SegWit adoption is growing, I have decided to select "SegWit". Here you can find more information about SegWit.



This is a very important step. These 12 words are needed to recover your wallet in case you lost access to the backup of you wallet. Don't save your seed on your computer. You should write it down on a paper and store it in a secure place. Some people advise to use things like cryptosteel to make sure that your seed won't be destroyed by water or fire. Consider using a passphrase. It will act as 13th word of you seed which will be known only by you. You can enable it in "Options".

After you hit next, you will have to type in the seed you have just written down and enter a password which will encrypt your wallet file.




3. Using Electrum

Congratulations! You have just created your new wallet. Now, you are ready to receive and send Bitcoin. The window which is currently opened, shows your balance and previous transactions. It is obviously empty because nobody has sent you any bitcoins.



To see your Bitcoin address, select "Receive" tab. If someone wants to send you some bitcoin then the only thing you have to do is to copy "Receiving address". It might change after someone sends money to that address but don't worry. You can reuse your previous addresses.



Sending Bitcoin is fairly easy. Paste the address to which you would like to send BTC in "Pay to" field and enter the amount below. "Description" isn't broadcasted anywhere, you can use it to label transactions. The slider at the bottom indicates the fee for sending a transaction. Electrum automatically selects a proper fee to get your transaction confirmed in the next few blocks.




4. Enabling a full list of addresses

This feature is useful if you want to use several addresses at the same time without funding them. Normally, address changes in the "Receive" tab after one use.

To see a full list go to "View -> Show Addresses".



You should now see "Addresses" tab where there are all of your addresses. You can also spend bitcoins from a specific address by clicking a right mouse button and selecting "Spend".




5. Notes

Electrum gives you a full control of your private keys. You are responsible for their security. That's one of the biggest advantages of software wallets. It is not a perfect solution since malware can affect you, but that's why it is important to consider using air-gapped storage for larger amount of money in crypto.

I have created this tutorial in order to help people who use web wallets because they don't know how to use Bitcoin Core or Electrum. I didn't include any information about more advanced features such as coin control and creating a multi-signature address because I doubt that a complete newbie would be interested in using them. I have created a separate tutorial covering many advanced features of Electrum, you can find it here. Feel free to propose changes to this tutorial.
2424  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Is Poloniex Dead on: April 29, 2018, 10:06:09 PM
In the summer of 2017, this exchange froze my account for unknown reasons and only a few months later I was able to get my money. After this incident, I stopped using this exchange, there is a more reliable.

Did they give you any particular reason why they had frozen your account? I heard that it happened to many people so that's why I decided to stop using Poloniex and switch to Bittrex.
Poloniex was my first exchange on which I started trading altcoins. However, high fees, frozen accounts and small amount of available alts/tokens to buy forced me to use another exchange. Hasn't Poloniex been bought by someone recently?
2425  Economy / Scam Accusations / Re: User John547s3 scams people by not paying as promised after using a referal link on: April 29, 2018, 10:47:10 AM
John547s3 has just created another thread in which he advertises a certain website and asks for donations.

"Who is not a scammer in this online world, everyone at least does little scams somewhere or other" - archived
2426  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: April 26, 2018, 11:50:33 AM
Multibit HD is not even supported by it developers as explained here: https://bitcointalk.org/index.php?topic=2293714.0 I wouldn't suggest using it for anything at this point.

Exactly, I would recommend Electrum instead because it has many interesting features such as native SegWit, coin control and it supports a huge variety of hardware wallets.

Is trezor supported by multibit hd or do I have to use only trezor servers?
Thanks for all who answers

TREZOR servers are needed only at first boot because firmware is downloaded directly from their servers for additional security. After that, you can use your hardware wallet with any compatible software.

When are Trezor T's going on sale to the general public? You said April before but April is almost over.

Actually, it's Q2 2018 so they could announce sale anytime soon.
2427  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: April 25, 2018, 04:42:28 PM
I'm not really complaining about the how high the fees are. I just don't understand why It's displaying the same values for both High/Normal and Low/Economic and the huge gap between them.

Fees are estimated on the data from the last few hours (this includes transactions in the recent blocks as well as those which are still in the mempool). High fee usually should be enough for a transaction to get through even in the next block. Basically, you are trying to outbid others so high fee might even change after a block full of overpaid transactions. Low and Economic fees are rather calculated on average so it takes much longer for them update. That's how I understand it.

source please

Ethereum in-wallet support: https://www.reddit.com/r/TREZOR/comments/8ec1e5/disappointed_trezor_t_requires_3rd_party_to_work/dxtzl8p/
Bitcoin Private support: https://github.com/trezor/trezor-common/pull/85#issuecomment-383585824

#Edit: TREZOR has just released a new bundle. TREZOR One + Cryptosteel for 159 euro.
2428  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: April 25, 2018, 03:38:02 PM
TREZOR is working on Bitcoin Private support and Ethereum support directly on their wallet website instead of depending on MyEtherWallet which was attacked recently.

I have like 101 sat for high and normal and 1 for both economic and low.

I am using https://coinb.in/#fees and it also shows more than 96 sat/byte. What a spike, I paid only 5 sat/byte yesterday for my transaction. Is because people started panicking again?
2429  Bitcoin / Electrum / Re: Is Electrum a safe wallet to keep bitcoins? on: April 25, 2018, 02:49:34 PM
I am thinking if it would be possible to run some Linux distribution with GUI from USB stick, install Electrum wallet on this OS to generate keys and seed words and backing everything up until needed.

It is possible, of course. It would be even better if you decided to use a separate laptop without Internet connection on which you could store your encrypted private keys and sign transactions. If you are not going to send your bitcoins often then you will be fine with simply generating your wallet with live CD operating system, encrypting it (doing it either in Electrum or using a third party app such as VeraCrypt) and store on multiple devices in case one fails.
2430  Other / Meta / Re: Suggestion: Merit Phase 2 - Drain the Swamp (@theymos) on: April 25, 2018, 01:53:20 PM
Then remove your signature if it's really doesn't matter, you think you are better then others? Maybe I'm also willing to get some small income for posting, as I'm sure you do.

Why would he remove his signature if he deserves it? It looks like you misunderstood him. We don't want to stop you from earning a little amount money from signature campaings, but we want to make forum less bloated. If you post rarely then what's the problem with making high quality posts and thus earning merits for helpful posts?
2431  Bitcoin / Bitcoin Technical Support / Re: BTC Segwit Address not recognised by my Ledger Nano S Wallet on: April 25, 2018, 11:44:30 AM
I have used Ledger Nano S in the past and they had a huge problem with overloaded servers which caused long load times and transactions not loading properly. Try downloading the latest Electrum and while creating a new wallet, select "Use a hardware wallet". Next, you will have to select a derivation path (p2sh-segwit BIP49 button) and change the last digit depending on your account number (0 will generate the first one, 1 the second one and so on). Electrum connects to nodes that are hosted by other people so it it will be easy to notice if it was Ledger server's fault.
2432  Other / Meta / Re: TMAN'S guide to getting merit. on: April 25, 2018, 11:36:51 AM
I am not that much desperate to earn merit, but this guide might be actually helpful for newbies. I would appreciate if anyone could look through my posts and tell me if there are any serious mistakes. It is much easier for me to translate something from English to my native language - I don't have to give it much thought. Still, punctuation is the most difficult for me.
2433  Bitcoin / Development & Technical Discussion / Re: Will bitcoins no longer be mined after 2024? on: April 24, 2018, 06:01:02 PM
As I know, mining is a process of generating new blocks in blochchain. So, when all bitcoins will be generated, mining will still be mining. Coins just a rewards for them. Isn't it?

Yes, miners are rewarded for each solved block + they get all the fees from transactions that were included in the block. Assuming that someone will use Bitcoin in the 2140, miners will earn bitcoins only from the transaction fees.

Even after PoS being implemented, coins are going to be mined. It just doesn't require work anymore (which does require electricity) but staking coins.

To be more specific, it's rather called forging than mining. It still requires some electricity, but definitely way less than PoW.
2434  Economy / Services / Polish translation service on: April 22, 2018, 06:52:38 PM


As of today, I would like to offer translating texts from English to Polish and vice-versa. I am a native speaker of Polish which makes it easy for me to make texts sound natural. I am capable of translating long texts such as whitepapers and ANN/bounty threads as well as websites related to cryptocurrencies.

If you are interested in this kind of service, you can contact me by sending a private message on bitcointalk, telegram (@BitCryptex) or e-mail (bitcryptex@protonmail.com).



So far, I have done a few translations. Here are the examples.

BestMixer.io translation - Google Drive link

CoinGate.com translation - Google Drive link #1 and link #2

TREZOR translation project - partially available on the wallet

CoinsHOST announcement - thread on forum.bitcoin.pl

MVPS announcement - thread on forum.bitcoin.pl



All prices are negotiable, everything depends on the length and complexity of the provided text. Usually, my rate is between $0.06 and $0.10 per one word.

As a payment, I accept the following cryptocurrencies; Bitcoin, Litecoin and Ethereum.

I am open to any suggestions and questions.
2435  Other / Beginners & Help / Re: Let's talk about Privacy on: April 19, 2018, 07:51:08 PM
Does it really help if I use incognito mode in my browser?

Not really. The only thing that incognito mode does is forcing browser not to save anything that you are doing at the moment (cookies, history etc.) beside downloaded files, of course. Your ISP can still identify you and see what you are browsing. Try Tor browser, it might be slow but that's because of how it works.
2436  Alternate cryptocurrencies / Altcoin Discussion / Re: hardware wallet ? on: April 19, 2018, 06:45:47 PM
You can't go wrong with a Ledger Nano S or a Trezor.
I myself have multiple ledger nanos and I have no conplaints. Make sure you buy it from an official source and not 2nd hand from eBay/Craigslist.

There were some problems with hardware wallets in the past, not so long time ago. In another section there is a thread about security of hardware wallets and it turns out that they are not as secure as many people actually think. They are still quite good choice if you need to access some of your crypto on for example infected computer since the device doesn't expose your private keys.
2437  Other / Beginners & Help / Re: Let's talk about Privacy on: April 19, 2018, 06:08:43 PM
Wasn't TunnelBear bought by McAfee recently? I don't think that it will have a positive impact on it. I would recommend TorGuard instead. Their service is fairly good, they even sell pre-flashed routers with software designed for security of your network traffic. Also, it is worth mentioning that they support Lightning Network payments. If someone wants to try Lightning Network then their service is a good choice. Not only you get chance to test Lightning Network, but also you can improve your privacy.

Don't you think that you should mention something about Bitcoin mixers? They are a good choice if someone doesn't want to use any other cryptocurrency.
2438  Economy / Economics / Re: Bitcoin x banks on: April 19, 2018, 05:59:43 PM
So here we are linking Banks to Bitcoin again. Banks are not scared of Bitcoin and if they are not accepting deposits coming from Exchanges it is because of regulation filed by their government, it is not their own decision.

My country has not regulated Bitcoin yet and even there isn't any clear law describing which tax citizens should pay for their income from cryptocurrencies (including mining, trading, selling). Most of the banks here block transfers to crypto exchanges for additional "security". Unfortunately, some of them stop providing their service to their clients if they sell and buy cryptocurrencies using fiat. Hopefully, Bitcoin ATMs are slowly more common here. Our Ministry of Finances finally declared that they will take care of cryptocurrencies soon.
2439  Bitcoin / Hardware wallets / Re: Ledger Nano S has been lost! on: April 19, 2018, 05:34:59 PM
-For SegWit : /m/49'/0'/0'
-For Legacy : /m/44'/0'/0'
[...]
Safest way is to buy new hardware device(Ledger or Trezor) and just enter your seed,assuming that your lost Ledger have good pin protection and not to come to the hands of an experienced hacker(for which the possibility is very small).

If he uses the latest Electrum, it should show buttons which will allow him to choose correct derivation path. However, the last digit must be changed to access different accounts.



Ledger Nano S wipes itself if the PIN was entered incorrect 3 times. If he needs to access his funds anytime soon, he should do it on an offline computer and sign transactions only there.

Next time, consider using a passphrase for additional security! Ledger Nano S allows you to attach your passphrase to another PIN so you don't have to enter the whole word every time you reconnect your device.

2440  Bitcoin / Wallet software / Re: Eclair ⚡️ Lightning Wallet Released - Lightning network transactions on mainnet on: April 09, 2018, 06:32:56 PM
Important information!

ACINQ informed their Twitter followers that they have lost access to the app signing key which is needed to update their app.

Quote
We just discovered that we may have lost the signing key allowing us to update the app[1]

More information is available on their Twitter, they will probably release a new app so it is recommended to close all channels and transfer BTC to a new app once it is released.

[1] - https://twitter.com/acinq_co/status/982749521447936005
Pages: « 1 ... 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 [122] 123 124 125 126 127 128 129 130 131 132 133 134 135 136 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!