Category: Cryptocurrency News

Cryptocurrency News and Public Mining Pools

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

New to crypto scene. How does kraken compare to other websites?

I recently have been wanting to get into the crypto world and after some reading I heard good things about purchasing coins on kraken. I created an account but haven’t purchased anything yet. Is this website reliable and effective? submitted by /u/nktrey [link] [comments]

Hoard Marketplace Goes Live on Ethereum Mainnet

As promised on its development roadmap for 2021, Hoard Exchange launches its NFT Marketplace on the Ethereum Mainnet today, May 26th. The marketplace comes with a host of features and capabilities, including the provisions to loan and stake using NFT as collateral for the loan. The Hoard marketplace, one of the two broad categories of […]