• Breaking News

    Monday, September 21, 2020

    Bitcoin Mentor Monday, September 21, 2020: Ask all your bitcoin questions!

    Bitcoin Mentor Monday, September 21, 2020: Ask all your bitcoin questions!


    Mentor Monday, September 21, 2020: Ask all your bitcoin questions!

    Posted: 21 Sep 2020 04:01 AM PDT

    Ask (and answer!) away! Here are the general rules:

    • If you'd like to learn something, ask.
    • If you'd like to share knowledge, answer.
    • Any question about Bitcoin is fair game.

    And don't forget to check out /r/BitcoinBeginners

    You can sort by new to see the latest questions that may not be answered yet.

    submitted by /u/rBitcoinMod
    [link] [comments]

    This is the sound cybernetic hornets make as they protect the Bitcoin network while simultaneously helping to make Oil & Gas producers more efficient with their waste gas.

    Posted: 20 Sep 2020 12:45 PM PDT

    We need to ban banks because criminals can use it

    Posted: 20 Sep 2020 02:16 PM PDT

    Just got freestyle rapper Harry Mack to rap about BTC/Satoshi

    Posted: 20 Sep 2020 01:14 PM PDT

    FinCEN Files Show Criminals Moved Billions As Banks Watched, yet BTC is targeted by the very same banks?

    Posted: 20 Sep 2020 10:38 AM PDT

    I made a Bitcoin lemonade stand yesterday but nobody had Btc

    Posted: 20 Sep 2020 05:46 AM PDT

    some old ladies were nice and gave me cash then i got to explain Bitcoin. It was not such a good experiment. Nobody told me to stop so that was good

    submitted by /u/10YOredditandbitcoin
    [link] [comments]

    Monday Art - swedetoshi

    Posted: 21 Sep 2020 02:21 AM PDT

    Monday Art - Josh Cranton

    Posted: 21 Sep 2020 02:22 AM PDT

    Should I buy bitcoin at its current price? Im new to investing

    Posted: 21 Sep 2020 02:42 AM PDT

    As Bitcoiners jump through the KYC/AML hoops...

    Posted: 20 Sep 2020 08:07 PM PDT

    FinCEN leak paints picture of indiscriminate money laundering with help of world's largest banks as govt turns blind eye

    A massive leak of internal bank documents has supposedly revealed that the world's biggest financial institutions moved more than $2 trillion in suspected dirty money for mobsters, drug cartels, and ponzi schemers.

    submitted by /u/Mark_Bear
    [link] [comments]

    Monday Art - Benjamin Clegg

    Posted: 21 Sep 2020 02:22 AM PDT

    Bitcoin Blockchain Grows to 300 Gigabytes in Size

    Posted: 21 Sep 2020 03:32 AM PDT

    Bitcoin Fullnode Install Guide for Dummies ;-)

    Posted: 20 Sep 2020 05:55 PM PDT

    Bitcoin Fullnode Install Guide for Dummies ;-)

    Feel free to stop at Level 0 or Level 1, which is fine. More advanced configs are offered to those with more tech savvy. BTW, the "For Dummies" is a callback to a set of "tech" books in the 90's intended to be as easy as possible. It is in jest and not intended to insult the reader. Finally, if you dislike the formatting, a well formatted copy can be found here

    There is a fairly small subset of r/Bitcoin users that run a full node. I think the idea of running a full node has gotten a bad rap over the years since there is so much talk about running on a Raspberry Pi, or getting zippy SSDs. Although all of this can be fun, it is often not really required at all. Here are some ways to run a full node starting with the very simple. I'll get into more complex configs, but these are all optional.

    Tech Skill Level: 0 (the basics)

    1. Download Bitcoin Core
    2. Launch the downloaded installer and install the app
    3. Launch the installed "Bitcoin Core" app and let it run overnight

    In many cases, thats it. If your running a new machine with a fairly good internet connection, 8 or 9 hours will be enough to complete the "Initial Block Download" (IBD). This may fill up your drive a bit, but again, on most new machines, 300 GB of space isn't that hard to come by.

    Tech Skill Level: 1 (encrypted wallet)

    One thing we left out in the level-0 exercise is encrypting your wallet. It's easy enough to do well, but a bit more difficult to do right. The main challenge is that humans generate really poor passwords. If you want a good password, the best way is to use something called "diceware". Basically, you just grab 4 or 5 dice and each throw of the dice represents a certain word on a special list. The throw {1,4,5,3,1} for example would be the word camping on the EFF-diceware-wordlist. So you repeat this a few times until you have a list of 8 or so words which becomes the passphrase you use to encrypt your wallet. Write it down, it is always hard to remember at first. So at level-1 your list becomes:

    1. Download Bitcoin Core
    2. Launch the downloaded installer and install the app
    3. Launch the installed "Bitcoin Core" app and let it run overnight
    4. Choose Encrypt Wallet from the Settings menu
    5. Enter your 8 word (or so) passphrase generated using the Diceware method

    Wallet Encryption Dialog

    Tech Skill Level: 2 (enable pruning if needed)

    Though I said "300 GB of space isn't hard to come by", some times it actually is. If space is an issue, a simple way to fix it is to tell bitcoin to simple take less space. This is called "pruning" and can take that number from 300 GB down to below 5 GB. If you can't find 5 GB, then you'll have to read ahead to level-4 to add USB storage. But the good news is, enabling pruning is pretty easy, we just add another step to our working list:

    1. Download Bitcoin Core
    2. Launch the downloaded installer and install the app
    3. Launch the installed "Bitcoin Core" app and let it run overnight
    4. Do the wallet encryption steps here if you wish
    5. Choose Options from the Settings menu
    6. Choose Prune block storage to: and select the max size for the blocks to use
    7. Exit and restart the bitcoin application for the changes to take effect

    Pruning Dialog

    Note, even setting this to 1 GB will still leave you with about a 4.5 GB install. The blocks take up a lot of space, but the chainstate and other folders eat up at least 3.5 GB and they can't be pruned. Also, be aware, to disable pruning requires you to perform the entire IBD again. While pruned some other functions my be disabled as well, so just know that pruning does limit some functionality.

    Tech Skill Level: 3 (verify the installer)

    Although this is arguably something that should be done at level-0, some find the intricacies of comparing hash (thumbprint) values to be tedious and beyond the scope of a beginner. You will find these types of hash compares suggested quite often as a way to prevent running tainted programs. Programs are often tainted by bad disk or network performance, but most often, taint is malicious code inserted by viruses or malware. This is a way to guard yourself against those types of attacks.

    What I cover here is a very basic comparison on the certificate, but a more thorough verification advised by mosts uses a program called Gpg4Win, and is beyond the scope of this beginners guide. But regardless, most users should strive to do this minimum level of validation.

    1. Download Bitcoin Core
    2. Launch the downloaded installer
    3. When prompted "Do you want to allow..." click Show more details
    4. In the details section select Show information about the publisher's certificate
    5. In the certificate window select the Details tab
    6. In the Details tab Subject should start with "CN = Bitcoin Core Code Signing Association"
    7. Ensure Thumbprint in Details reads ea27d3cefb3eb715ed214176a5d027e01ba1ee86
    8. If the checks pass, click OK to exit the certificate window and Yes to allow the installer to run.
    9. Launch the installed "Bitcoin Core" app and let it run overnight
    10. Do the wallet encryption steps here if you wish
    11. Do the optional pruning steps here if you wish

    Certification Validation Windows

    Note: The certificate used to sign the current Bitcoin installer is only valid from March 2020 to March 2021. After that point the thumbprint on the certificate will change. This is by design and intentional. If your reading this post after March 2021, then it is understood that the thumbprint has changed.

    Tech Skill Level: 4 (use secondary storage)

    We glossed over the "new machine with fairly good internet" part. Truth be known many people do not have fairly new machines, and find the IBD to take longer than the "over night" best wishes. For most people the slowdown is the disk access when calculating what is called chainstate. This requires fast random reads and writes to the disk. If you have an SSD disk, this will be no problem, but if you have a non-SSD "spinning" disk, random writes are always slow. Though an SSD will speed things up, they are pricey, so a nice middle ground may be a simple high-end USB key drive. You can get some with 10 to 15 MB/s random writes for $20 on Amazon. This is usually a order of magnitude faster than a "spinning" disk. And with pruning (see level-2), a small USB drive should be fine.

    Once you decide on a drive, the tricky part will be to enable external storage. It requires editing a configuration file and adding a line. First, we want to create a directory on the key drive. You will need to determine the drive letter of your USB key drive. For the sake of this example, we will assume it is D:, but you must determine this yourself and correct the example. Once you know the drive letter, create a blank folder on the drive called Bitcoin. So for this example, creating Bitcoin on drive D: will create the path D:\Bitcoin. Once done, assuming that D: is your drive, here are the new steps including the edit of the configuration file:

    1. Download Bitcoin Core
    2. Launch the installer, verify it, then run it
    3. Launch the installed "Bitcoin Core" app and let it run overnight
    4. Do the wallet encryption steps here if you wish
    5. Do the optional pruning steps here if you wish
    6. Launch "Notepad" by typing "Notepad.exe" in the windows search bar then click Open
    7. Type the line datadir=D:\Bitcoin (depending on your drive letter) in the blank file
    8. Choose Save from the File menu in notepad
    9. Type %APPDATA%\Bitcoin\bitcoin.conf (note the percent signs) in the File name box
    10. Select All Files from the Save as type dropdown
    11. Click the Save button and overwrite the file if prompted
    12. Exit and restart the bitcoin application for the changes to take effect

    Save As Dialog

    Now that you've reached this level of technical expertise, there are many new configuration options that you can begin to modify if you wish. Most configuration data is contained in the bitcoin.conf file and learning how to maintain it is a key step for a node operator.

    Tech Skill Level: 5 (all other customizations)

    Here's a short list of various things you can ADD to your bitcoin.conf file. You generally just add a new line for each configuration settings.

    • addresstype=bech32
    • changetype=bech32

    The addresstype / changetype allows your wallet to use the native-segwit (bech32) format. This is the most efficient and inexpensive way to spend bitcoin, and is a recommended configuration. The default uses something called p2sh-segwit which is more compatible with older wallets, but more expensive to spend.

    • minrelaytxfee=0.00000011

    Changing the minrelaytxfee setting allows you to help propagate lower fee transactions. It will require more memory but TXN memory is capped at 300 MB by default anyways, so if you have enough memory, it is a good setting to choose.

    • dbcache=2048

    The dbcache setting controls how many MB of memory the program will use for the chainstate database. Since this is a key bottleneck in the IBD, setting this value high (2048 MB) will greatly speed up the IBD, assuming you have the memory to spare

    • blocksdir=C:\Bitcoin
    • datadir=D:\Bitcoin

    In level-4 we discussed moving the datadir to a fast external storage, but the majority of the space used for bitcoin is the blocks directory (blocksdir). Although you should always use for fastest storage for datadir, you are free to use slow storage for blocksdir. So if you only want to consume a small amount of your SSD (assumed D:) then you can keep your blocks on your slow "spinning" drive.

    • upnp=1

    One of the harder challenges you may face running a node, is to get incoming connections. If you are lucky, you may find that your firewall and network HW support the uPnP protocol. If they do, this setting will allow bitcoin to configure uPnP to allow incoming connections to your node.

    submitted by /u/brianddk
    [link] [comments]

    Kraken Is on Track to Create the Bank of the Future Based on Bitcoin

    Posted: 20 Sep 2020 12:15 PM PDT

    Lightning Deposits are now available on Bitaroo, Australia's biggest Bitcoin Only exchange

    Posted: 21 Sep 2020 04:46 AM PDT

    This is kind of big news so shilling it here, hope that's fine.

    All details:

    https://www.reddit.com/r/Bitaroo/comments/iwyjat/deployed_lightning_deposits

    submitted by /u/ethan_bitaroo
    [link] [comments]

    Sydney man sentenced for mining over AU$9,000 in crypocurrency on CSIRO kit

    Posted: 21 Sep 2020 02:38 AM PDT

    BitMex Tests Satellite Crypto System to Run a Bitcoin Node Without Internet Connection

    Posted: 20 Sep 2020 10:43 PM PDT

    Daily Discussion, September 21, 2020

    Posted: 21 Sep 2020 12:00 AM PDT

    Please utilize this sticky thread for all general Bitcoin discussions! If you see posts on the front page or /r/Bitcoin/new which are better suited for this daily discussion thread, please help out by directing the OP to this thread instead. Thank you!

    If you don't get an answer to your question, you can try phrasing it differently or commenting again tomorrow.

    Join us in the r/Bitcoin Chatroom!

    Please check the previous discussion thread for unanswered questions.

    submitted by /u/rBitcoinMod
    [link] [comments]

    Hashrate reaches new ATH

    Posted: 20 Sep 2020 12:40 PM PDT

    Satellite powered system launched to run Bitcoin nodes without Internet

    Posted: 21 Sep 2020 03:18 AM PDT

    Global banks defy U.S. crackdowns by serving oligarchs, criminals and terrorists - ICIJ

    Posted: 21 Sep 2020 01:10 AM PDT

    Now you can have your Bitcoin and eat the bull too - new Bitcoin ATM in Saigon/Vietnam at BigPig BBQ

    Posted: 20 Sep 2020 08:17 PM PDT

    Paxful.com banned 10.6 BTC

    Posted: 21 Sep 2020 04:13 AM PDT

    Paxful.com banned 10.6 BTC

    Beware of using centralized P2P cryptocurrency exchange like paxful, I've been selling bitcoin for high volume of transaction with the platform since February, but then when my volume increased they've banned my account.

    With my months that I've been using the platform I never had a problem on any transaction nor have any dispute on any of my transactions, I'm also fully verified and complied with all their terms (no duplicate accounts, etc) but then they banned me suddenly without any reason or warning.

    Bot emails that i received

    10.6 btc account

    For all users out there! Beware of using this platform, I highly recommend bisq or localcryptos as alternative. If any paxful employee is reading this I hope you can take action on this matter!

    submitted by /u/pokawaaa
    [link] [comments]

    Where can I find sites that support the Lightning Network?

    Posted: 20 Sep 2020 04:20 PM PDT

    Where can I find sites that support the Lightning Network?

    submitted by /u/wick0x
    [link] [comments]

    Not your keys, not your crypto -- is there no space for compromise?

    Posted: 21 Sep 2020 05:01 AM PDT

    You know, people are always asking if we should always always trust only ourselves and I think the answer is always more nuanced than yes or no.

    I wonder if, at some point, if you're holding crypto and savings as part of a risk diversification strategy, then you also want to consider either taking out insurance on your savings — costly — or allocating some of it to something like Kraken, which would, as a Federal bank, include deposit insurances.

    It's a point of failure, for sure, just like keeping money at an exchange but perhaps it's never going to be so straightforward. I'm thinking of the future, where sooner or later, we'll need to think of inheritance. What if we don't have kids. What if we don't have spouses or close friends. What if they're not into Bitcoin and don't want to be. We still want to make sure they get it after we pass on. And not get lost forever when private keys are buried with us.

    We might then consider engaging such services for custodial services alongside inheritance plans — so when we die, for example, I can have some assurance that my will is carried out and a custodial entity, perhaps a bank like Kraken, would ensure my crypto is passed on properly.

    We use Electrum, Trezor, Bitamp or whatever other sole custory wallet because we believe that "not your keys, not your crypto" but we are acutely aware that everything is about context. Everything is about context, don't you agree?

    submitted by /u/BitAmp-Official
    [link] [comments]

    No comments:

    Post a Comment