Author: dfmines

Cryptocurrency News and Public Mining Pools

Event recap Web Summit 2021: crypto, climate change and Facebook

The topics of digital assets, nonfungible tokens, and the metaverse were on full display — even in panels unrelated to the crypto industry.

The stablecoin scourge: Regulatory hesitancy may hinder adoption

U.S. Treasury’s recommendations, if adopted, could hinder stablecoin innovation in the near future, but in the long run, they might be a boon.

Bitfly does this sometimes is there something i can do on my side ?

submitted by /u/Accomplished-Rice861 [link] [comments]

State of the MOONion: r/CryptoCurrency Subreddit Events and News!

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

Ethereum has been deflationary for over a week! A true store of value!

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

My code is so dumb. I just want the sender had enough money to commit transactions. Can you fix it? Thanks.

pragma solidity >=0.7.0 < 0.9.0; contract Coin { address public minter; mapping(address => uint) public balance; constructor(){ minter = msg.sender; } function mint(address reciver, uint amount) public { require(msg.sender == minter, "Not the creator, not the creator"); require(amount < 1e60); balance[reciver] += amount; } // I just want sender had enough money to commit trasaction.…
Read more

I don’t care paying crypto taxes: in my country there’s free healthcare and higher education for everyone. Not all the countries are like ‘Murica.

I've seen people from the slums entering college because they didn't have to pay. Free technical books rentals at uni's libraries, free housing for the poorest students that come from other cities (have to prove income to be eligible), free lunch and dinner (in some unis only, in others you have to pay from 50c…
Read more

Shameless Cross post :?

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

Concern About Infrastructure Bill

I see a lot of hoopla, but no hard information. So here is the actual text. https://www.congress.gov/bill/117th-congress/house-bill/3684/text Sorry for the bad formatting. ——— SEC. 80603. INFORMATION REPORTING FOR BROKERS AND DIGITAL ASSETS. (a) Clarification of Definition of Broker.–Section 6045(c)(1) of the Internal Revenue Code of 1986 is amended– (1) by striking “and'' at the end…
Read more