• Breaking News

    Saturday, October 5, 2019

    Cryptocurrency Daily Discussion - October 5, 2019 (GMT+0)

    Cryptocurrency Daily Discussion - October 5, 2019 (GMT+0)


    Daily Discussion - October 5, 2019 (GMT+0)

    Posted: 04 Oct 2019 05:09 PM PDT

    Welcome to the Daily Discussion. Please read the disclaimer, guidelines, and rules before participating.


    Disclaimer:

    Though karma rules still apply, moderation is less stringent on this thread than on the rest of the sub. Therefore, consider all information posted here with several liberal heaps of salt, and always cross check any information you may read on this thread with known sources. Any trade information posted in this open thread may be highly misleading, and could be an attempt to manipulate new readers by known "pump and dump (PnD) groups" for their own profit. BEWARE of such practices and exercise utmost caution before acting on any trade tip mentioned here.


    Rules:

    • All sub rules apply in this thread. The prior exemption for karma and age requirements is no longer in effect.
    • Discussion topics must be related to cryptocurrency.
    • Comments will be sorted by newest first.

    To see prior Skeptics Discussions, click here.

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

    Russian buys Bitcoin, gets GayCoin instead, sues Apple saying his iPhone made him gay

    Posted: 04 Oct 2019 05:59 AM PDT

    U.S. Congress Summons Mark Zuckerberg to Testify on Libra Cryptocurrency

    Posted: 05 Oct 2019 01:40 AM PDT

    buy the dip?

    Posted: 04 Oct 2019 11:46 PM PDT

    Vitalik's overview of ETH 2.0

    Posted: 05 Oct 2019 12:57 AM PDT

    Ether: A New Model for Money

    Posted: 05 Oct 2019 01:28 AM PDT

    Paypal didn't show up to Libra meeting then quit

    Posted: 04 Oct 2019 01:37 PM PDT

    My instagram got banned so I made a decentrlaized verison of it

    Posted: 04 Oct 2019 07:12 PM PDT

    Crypto Life

    Posted: 05 Oct 2019 04:00 AM PDT

    Great developer handbook how to start programing with IOTA

    Posted: 04 Oct 2019 11:03 AM PDT

    PayPal withdraws support for Facebook’s Libra cryptocurrency

    Posted: 04 Oct 2019 01:38 PM PDT

    Stablecoin News: Korea's largest payment processor BC Card partners with Terra to launch prepaid debit card with 3 Million+ affiliates

    Posted: 05 Oct 2019 01:54 AM PDT

    British cops have raised £240,000 in their first ever UK-based auction of cryptocurrencies

    Posted: 05 Oct 2019 02:09 AM PDT

    A Python Script for Live Bitcoin Price Ticker (Using Exchange Websockets)

    Posted: 04 Oct 2019 06:11 PM PDT

    Hi Everyone!

    I've seen that people in this group have been interested in scripting and building simple things to interact with the cryptocurrency markets.

    To help everyone out, I wrote up a brief script which will connect to the websocket for any major exchange and start streaming price data from the exchange.

    It's so easy to do anyone could do it. All you need is Python and the ability to copy and paste code. Let's quickly walk through how we can get started.

    Install Library

    We will need to install the following library.

    pip install shrimpy-python 

    Script

    Once the library has finished installing, you can run this simple script to begin streaming live Bitcoin ticker data.

    # import the Shrimpy library for free crypto exchange websockets import shrimpy # create the Shrimpy websocket client client = shrimpy.ShrimpyWsClient() # define the handler to manage the output stream def handler(msg): # multiple trades can be returned in each message, so take the last one ticker = msg['content'][len(msg['content']) - 1]['price'] print(ticker) # construct the subscription object subscribe_data = { "type": "subscribe", "exchange": "binance", "pair": "btc-usdt", "channel": "trade" } # connect to the Shrimpy websocket and subscribe client.connect() client.subscribe(subscribe_data, handler) # disconnect from the websocket once data collection is complete client.disconnect() 

    That's it! Let me know if you have any questions. You can find the documentation for these APIs here. I also wrote up a few example articles to provide more information:

    Script for Cryptocurrency Price Charts

    Script for Bitcoin Price Live Ticker

    Automating Crypto Portfolios with Trading Scripts

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

    Bakkt’s 1st Block Trade with Bitcoin

    Posted: 04 Oct 2019 04:31 PM PDT

    ETH 2.0 moments that keep me up at night

    Posted: 05 Oct 2019 03:35 AM PDT

    Kevin Murcko CEO of CoinMetro on the benefit of using Chainlink with CoinMetro.

    Posted: 04 Oct 2019 04:39 PM PDT

    MimbleWimble Explained: Privacy is a MUST

    Posted: 05 Oct 2019 01:29 AM PDT

    For the first time ever during a financial survey, I was asked about cryptocurrencies. I'm assuming that is a good thing for us, yeah?

    Posted: 04 Oct 2019 09:30 AM PDT

    Mangocoin is ready for mining

    Posted: 05 Oct 2019 04:36 AM PDT

    Turkish Government Freezes Up to 3.3 Million Bank Accounts — This Is 'Why Bitcoin?'

    Posted: 04 Oct 2019 05:29 AM PDT

    India Seriously Need Crypto!

    Posted: 05 Oct 2019 04:05 AM PDT

    Tips for creating a crypto price ticker with a RasPi

    Posted: 05 Oct 2019 03:58 AM PDT

    Hi! I have a Raspberry Pi 3b+ and would like to buy the kit to set up a ticker on a small screen with a few crypto prices. Can anyone with experience of this let me know what exact setup you used, and the steps I would have to follow to build it?

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

    Hashing Ad Space (Asimi to Btc)

    Posted: 05 Oct 2019 03:50 AM PDT

    Tom Lee: 1% Of U.S. Citizens Own Bitcoin

    Posted: 05 Oct 2019 03:00 AM PDT

    Looking for other instant fiat on ramps, like Cash app? (US)

    Posted: 04 Oct 2019 08:56 PM PDT

    So my friend got banned from cash app, like many others. For his purposes when he buys BTC he needs it instantly. Are there any other options for fiat on-ramps where you can send the BTC away as soon as you pay? I've only used Gemini + Coinbase before and afaik you can't send those ones out instantly.

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

    No comments:

    Post a Comment