• Breaking News

    Tuesday, November 26, 2019

    Bitcoin Daily Discussion, November 26, 2019

    Bitcoin Daily Discussion, November 26, 2019


    Daily Discussion, November 26, 2019

    Posted: 25 Nov 2019 11:00 PM PST

    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.

    We have a couple chat rooms now!

    Please check the previous discussion thread for unanswered questions.

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

    Microsoft Allows BTC Payments

    Posted: 25 Nov 2019 09:10 AM PST

    Poland Repatriates 100 Tons of Gold From Bank of England Storage. Nothing unusual, right?

    Posted: 26 Nov 2019 12:15 AM PST

    Current governments were never designed for a world of connectivity that both the internet and bitcoin enables. Bitcoin is the largest peaceful protest in history.

    Posted: 25 Nov 2019 09:23 AM PST

    Hodl Hodl now partners with Bitcoin Du Liban to provide tools for exploring Bitcoin and buying and selling it on the local market

    Posted: 26 Nov 2019 02:43 AM PST

    I want to get into bitcoin after watching for awhile

    Posted: 25 Nov 2019 10:56 PM PST

    I have looked at bitcoin but never really thought about buying into it, I have used it a lot to buy stuff and to take payments but I never used it to invest.

    I have about $2000 in savings, Once it dips more if it does im looking invest at least $1k. my money is just sitting in my savings doing nothing. maybe invest 1k now and then over the next few months put some money in every month so its not all in at the same price. Is this a good move?

    I heard china is getting bitcoin in 2020. will that make the price go up a ton if they all buy it? My buddy was talking about it.

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

    Anyone know what's planned for the 0.20 release of bitcoin in 6 months time?

    Posted: 26 Nov 2019 02:55 AM PST

    The only chart I care about

    Posted: 25 Nov 2019 04:16 PM PST

    Stack sats and hodl!

    Posted: 25 Nov 2019 11:51 AM PST

    Fold App Emerges From Beta, Adds Delta, Domino’s and Others for Sats-Back Rewards

    Posted: 25 Nov 2019 07:22 PM PST

    2019 Xmas will be for strong hands that accumulate. Enjoy the discount!

    Posted: 25 Nov 2019 03:33 PM PST

    Help me code it!

    Posted: 25 Nov 2019 11:59 PM PST

    Hi everyone, i am learning about Python and it's quite hard with me. I want to calculate Public key from Private key with ECC. I have the code from Github, transform it to Python 3.0 and it does not work:

    # Super simple Elliptic Curve Presentation. No imported libraries, wrappers, nothing. # For educational purposes only. Remember to use Python 2.7.6 or lower. You'll need to make changes for Python 3. # Below are the public specs for Bitcoin's curve - the secp256k1 import binascii Pcurve = 2**256 - 2**32 - 2**9 - 2**8 - 2**7 - 2**6 - 2**4 -1 # The proven prime N=0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 # Number of points in the field Acurve = 0; Bcurve = 7 # These two defines the elliptic curve. y^2 = x^3 + Acurve * x + Bcurve Gx = 55066263022277343669578718895168534326250603453777594175500187360389116729240 Gy = 32670510020758816978083085130507043184471273380659243275938904335757337482424 GPoint = (Gx,Gy) # This is our generator point. Trillions of dif ones possible #Individual Transaction/Personal Information privKey = 0xA0DC65FFCA799873CBEA0AC274015B9526505DAAAED385155425F7337704883E #replace with any private key def modinv(a,n=Pcurve): #Extended Euclidean Algorithm/'division' in elliptic curves lm, hm = 1,0 low, high = a%n,n while low > 1: ratio = high/low nm, new = hm-lm*ratio, high-low*ratio lm, low, hm, high = nm, new, lm, low return lm % n def ECadd(a,b): # Not true addition, invented for EC. Could have been called anything. LamAdd = ((b[1]-a[1]) * modinv(b[0]-a[0],Pcurve)) % Pcurve x = (LamAdd*LamAdd-a[0]-b[0]) % Pcurve y = (LamAdd*(a[0]-x)-a[1]) % Pcurve return (x,y) def ECdouble(a): # This is called point doubling, also invented for EC. Lam = ((3*a[0]*a[0]+Acurve) * modinv((2*a[1]),Pcurve)) % Pcurve x = (Lam*Lam-2*a[0]) % Pcurve y = (Lam*(a[0]-x)-a[1]) % Pcurve return (x,y) def EccMultiply(GenPoint,ScalarHex): #Double & add. Not true multiplication if ScalarHex == 0 or ScalarHex >= N: raise Exception("Invalid Scalar/Private Key") ScalarBin = str(bin(ScalarHex))[2:]; #print(ScalarBin); Q=GenPoint for i in range (1,len(ScalarBin)): # This is invented EC multiplication. Q=ECdouble(Q); print(("DUB", Q[0])); print(i) if ScalarBin[i] == "1": Q=ECadd(Q,GenPoint); print(("ADD", Q[0])); print() return (Q) PublicKey = EccMultiply(GPoint,privKey); print(); print("******* Public Key Generation *********"); print() print("the private key:"); print((hex(privKey))); print() print("the uncompressed public key (not address):"); print(PublicKey); print() print("the uncompressed public key (HEX):"); print(("04" + "%064x" % PublicKey[0] + "%064x" % PublicKey[1])); print(); print("the official Public Key - compressed:"); if PublicKey[1] % 2 == 1: # If the Y value for the Public Key is odd. print(("03"+str(hex(PublicKey[0])[2:-1]).zfill(64))) else: # Or else, if the Y value is even. print(("02"+str(hex(PublicKey[0])[2:-1]).zfill(64))) 
    submitted by /u/Phuc_Jackson
    [link] [comments]

    Bitcoin Core Software Update Now Uses Segwit Addresses By Default

    Posted: 25 Nov 2019 07:10 AM PST

    WB21 I have been waiting almost 2 years for a $5000 transfer from them.

    Posted: 26 Nov 2019 01:38 AM PST

    Been almost 2 years to have funds I "Withdrawn" From WB21 to my UK account its almost laughable. They did not hesitate in receiving my bitcoin. I had given up and accepted I had lost the money as I see no way of recovering it. So I tried one more time recently after months of no contact.Now they don't reply to my emails and my online account seems blocked.

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

    For all my high time preference folks that panic sell.

    Posted: 25 Nov 2019 06:32 PM PST

    My bank denied a Bitcoin purchase

    Posted: 25 Nov 2019 10:12 AM PST

    I am not surprised. I am just chocked. My bank denied me the ability to transfer funds from my bank to another bank in order to then use those funds to buy bitcoin on this cryptocurrency marketplace.

    I will change bank.

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

    1 million per Bitcoin??? Reasonable??

    Posted: 25 Nov 2019 04:16 PM PST

    Many Bitcoin bulls forecast a 1 million dollar Bitcoin. And although I would be very happy to see this happen, that would mean the number of billionaires would double. There are over 2000 wallets with 1000 BTC or more. Is it realistic to think we could double the number of billionaires? The world currently has just over 2000 billionaires.

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

    Inflation Epidemic has millenials moving to cryptocurrency

    Posted: 26 Nov 2019 03:07 AM PST

    Bitcoin Rebounds From FUD | New Core Release | Fold App Live

    Posted: 25 Nov 2019 06:30 PM PST

    Created this flyer to celebrate 10 years anniversary of BitcoinTalk.org, the forum created by Satoshi.

    Posted: 25 Nov 2019 03:03 PM PST

    I am really frustrated that i can't buy bitcoin.

    Posted: 25 Nov 2019 08:40 AM PST

    In india, bitcoin is illegal. i have been wanting to buy bitcoin for good 2 weeks but its just not happening for me. my sister is a country where its legal has refused to buy it for me. she thinks i am investing in a get rich quick scheme. I know she is trying to protect me as her little brother(12 year age difference) but i have made my mind to buy some but i Cant :((
    at the minimum i want to buy 2/max 4.

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

    Exclusive: ‘Nothing Is Above Bitcoin, No CBDC, No Stablecoins,' Says Blockstream CEO Adam Back

    Posted: 25 Nov 2019 05:50 PM PST

    Would someone please accelerate my transaction?

    Posted: 26 Nov 2019 01:02 AM PST

    I sent BTC from blockchain.info wallet and now the transaction is stuck almost 24h. I need it to be confirmed as soon as possible as I sent it to a service like shapeshift and I think my transaction there will soon be timed-out. Blockchain.info set the recommended fee and I have not changed it.

    my TX is: 84d761a1ad086b70d33c44625bcae6d8ab353912ae3337d10a9edba15e17fa23

    The address it is going to is 3QJ4Ls1Qvc1iY3Zvid5f7zur2cgBX3btBg.

    Thanks!

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

    Node best practices

    Posted: 25 Nov 2019 12:32 PM PST

    TLDR: How do I manage my small node for personal use?

    Recently I set up a BTC/LN node using Raspiblitz. It was a lot of fun getting it to the point it is currently at but I have a few questions that I couldn't find out by doing my own research. Mostly my questions at this point are on your personal opinions rather than how to's.

    My privacy is important to me but I'm unsure just how private I need to be. Sometimes I think I'm just paranoid or being overly cautious when I need'nt be. I set up my node to connect via Tor because I worry about things like my ISP knowing what I'm using my bandwidth for and potentially throttling or disconnecting my service. I live in the US so this concern might be unwarranted. I also worry about people seeing my IP on places like 1ML and finding out who I am IRL. I have to remind myself that I probably don't have enough money for someone to go through the effort of using this information against me. So I'm stuck wondering if its worth routing over Tor at all.

    I only need two wallets. A spending wallet and a savings wallet. The savings wallet should be on hardware when I eventually get one. My question is do I have a reason to connect my hardware wallet to my node at all? I'm only planning on sending TO my hardware, never from it (at least for many years). I didn't see a lot of guides on how to connect a hardware wallet to raspiblitz so it honestly seemed like it was not common to do it.

    The spending wallet should be on my phone so I can make purchases regardless if I'm away from home or not. I saw a few guides on how to connect Zeus and Zap to the node even over Tor with various tactics like DynamicDNS and Orbot. Someone mentioned that DynamicDNS defeats the purpose of routing through Tor anyways so maybe it's not worth the hassle? Is it possible right now to have the best of both worlds or at least a reasonable balance between privacy and convenience? I also like the idea of being able to manage my channels when I'm away from home as well but this is less important.

    My next concern has to do with routing. I understand the fees I could potentially gain by routing transactions are almost zero. That's fine, I'm not doing it for that, it would just be kind of cool to see something show up on my forwarding history and know that my node helped someone make a payment. Obviously I could never have as much capacity as ACINQ or one of the many online casinos but my (probably misguided) understanding is that I could still be helpful if I balance my channels properly, if not now then possibly later on when lightning gets more usage. Does anyone have any thoughts or resources on managing smaller capacity channels? My plan for balancing is to just buy something using a channel with bitrefill or foldapp so that I have in-bound capacity and using autopilot for outbound channels. Is that a good plan? Questions I've been wondering are things like "who should I connect to as a peer?", "how do I choose who I open channels with?", "is it better to connect to the big nodes or with smaller nodes like myself?", "are there any privacy concerns I haven't considered when opening channels or connecting to peers?"

    Sorry for the wall of text. I just generally like to have things organized and a lot of that is learning all of the options and how to weigh them. Thanks in advance.

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

    No comments:

    Post a Comment