Just posted my first #NFT on @rariblecom. The collector will receive a 12×18 print as well as the digital file. Tensions Print collectible https://t.co/MJBdK45vsH? #rarible #ethereum #nonfungible #digitalasset #nft via @rariblecom
— Joey the photographer (@iJmillz) February 21, 2021
Tag Archives: ethereum
What if Ethereum is the Myspace of DeFi?
— Zack Voell (@zackvoell) February 21, 2021
![]() | submitted by /u/TheCryptomath [link] [comments] |
The number of #Ethereum addresses just reached 100,000,000

In January 2018, when #ETH peaked at $1400, the number of addresses was only 19,000,000.#BULLISH pic.twitter.com/1AFxLl8a72— The Moon 🌙 (@iThemooncarl) February 21, 2021
Trading perpetual futures can be risky, @noshitcoins explains how the multi-leg options strategy works for traders looking to profit as #Ethereum price takes aim at the $2,000 level https://t.co/iQb2JoE6ra
— Cointelegraph (@Cointelegraph) February 21, 2021
Record Moves: #bitcoin Jumps To $57,000, #ethereum Crosses $2,000 As Elon Musk Calls Prices High https://t.co/33qClo65RX pic.twitter.com/jWYU07WKdB
— BitcoinAgile (@bitcoinagile) February 21, 2021
We update the page to English version.
Visit us at: https://t.co/JStZ0XXCUY#bitcoin#Ethereum pic.twitter.com/pHdyqCERaP— KRANEO10 – WWW.HLTBITCOIN.COM (@KRANEO10WHALE) February 21, 2021
Using multi-leg options can give traders a less risky way to invest in Ethereum price as it pushes above $2,000.
I am creating a miner in C++ for solo mining, and am struggling to create the proper coinbase transaction.
Say I have a bc1 address, like bc1qfc7fameteuguetm0kfzypnvf2ju6wppdvj6tkc
, what would be and example of a coinbase transaction with this, and how would I get to it?
https://developer.bitcoin.org/reference/transactions.html
01000000 .............................. Version
01 .................................... Number of inputs
| 00000000000000000000000000000000
| 00000000000000000000000000000000 ... Previous outpoint TXID
| ffffffff ............................ Previous outpoint index
|
| 29 .................................. Bytes in coinbase // height+message below, byte length
| |
| | 03 ................................ Bytes in height
| | | 4e0105 .......................... Height: 328014
| |
| | 062f503253482f0472d35454085fffed
| | f2400000f90f54696d65202620486561
| | 6c74682021 ........................ Arbitrary data // custom data, include extranonce here
| 00000000 ............................ Sequence // i thought this was all Fs?
01 .................................... Output count
| 2c37449500000000 .................... // coinbase value
| ????????????????? ............. // here, how do i properly fill this part??
| 00000000 ............................ Locktime
These are the parts needed to create the data for the transaction.
Everything up to the output, i understand. but i dont know what to put between the coinbase value and locktime. how does the address convert to hex? what OP codes do i need? and is this transaction layout correct?
And then I would then hash it and input it as a new transaction into the block as like so,
tx = {
"data" : "<hex string mentioned above>",
"hash" : "<double sha256 of data above>",
}
is that the only data i need for the json?
Thanks in advance.
If you are reading this, you are early to #Bitcoin. How do I know? Imagine thinking you were late to the Internet in the early 2000s. A little search engine named Google is only a few years old, Facebook and Twitter haven’t launched, and Netflix only mails DVDs.
— Cameron Winklevoss (@cameron) February 21, 2021