Author: dfmines

Cryptocurrency News and Public Mining Pools

Price analysis 5/26: BTC, ETH, BNB, ADA, DOGE, XRP, DOT, ICP, UNI, BCH

Dip-buyers catalyzed a strong relief rally in Bitcoin and altcoins but decreasing volumes and overhead resistance suggest the market is losing momentum.

Which cryptos have the largest subreddits compared to their market caps?

I recently noticed that some cryptos have huge subreddits but relatively small market caps, and vice versa, so I decided to compile some data on the top 100 cryptos by market cap to see which coins have more or less support vs their market cap. For each $1B in market cap, this data shows how…
Read more

Script to update Ethereum Prices in Youtube Title

https://www.youtube.com/watch?v=ppslF1Sj7_I script.js const fs = require("fs");const readline = require("readline");const { google } = require("googleapis");const OAuth2 = google.auth.OAuth2;const https = require('https');let priceNow = "";const fetch = require('node-fetch');const { time } = require("console");let url = "https://api.coingecko.com/api/v3/simple/price?ids=ethereum&vs_currencies=usd";let settings = { method: "Get" };fetch(url, settings) .then(res => res.json()) .then((json) => {priceNow = json;}); // If modifying these scopes, delete…
Read more

Analyst Expects Bitcoin to ‘Grind Down’ to $15K, With a ‘Periodic Dead Cat Bounce’ Along the Way

An analyst from the biotech consulting group Biotechvalley Insights believes after bitcoin lost 53% from the crypto asset’s all-time high, “the party is clearly over.” The biotech consulting group analyst thinks crypto investors will witness a slow “grind down the slope of hope with a periodic dead cat bounce” and expects prices to drop to […]

Questions about ERC

Hello, I have been actively studying the ethereum blockchain for a while and I keep getting ahead of myself with all the directions people can take. I see an exhaustive list on github with all the known major token standards (there seems to be like 30 differents kinds). But no matter where I search, there…
Read more

PayPal To Begin Allowing Bitcoin Withdrawals

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

Polygon (MATIC) Releasing Development Kit For Ethereum-Connected Chains

Safe to say, Polygon has been on a tear lately. On the heels of a DappRadar report noting more than 75,000 active users and nearly $1B in value flows through their layer 2 protocol, the Polygon team has announced a new developer SDK for streamlined app creation. In the past month, our team at NewsBTC […]

PayPal to Let Users Send Bitcoin Off PayPal

This is huge and signifies equally huge PayPal's ambitions in crypto: Speaking at Consensus on Wednesday, PayPal's head of blockchain and crypto, Jose Fernandez da Ponte said the company will be adding support for third-party wallet transfers. This means that PayPal and Venmo users will be able to send Bitcoin not only to others on…
Read more