Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Bitcoin Blockheight

Mô tả

This plugin offers limited support. This is something I had developed for my own blog (Bombthrower.com) and decided to release it because a lot Bitcoiners have taken to referring to the blockheight as a kind of timestamp.

In the back of my mind I have the idea that if it becomes widely used, I may add options to link the blockheight field to an on-chain copy of the post somewhere, like IPFS (or maybe an ordinal).

Support

If you have a question or concern around the plugin, you can:

* Email me at microsaas@thirteen.ca 
* Catch me on Twitter: @Stuntpope
* On Nostr: npub1elwpzsul8d9k4tgxqdjuzxp0wa94ysr4zu9xeudrcxe2h3sazqkq5mehan (NIP-05: markjr@bombthrower.com) 

If you find this plugin useful, please consider donating to support its development:

  • via BTC: bc1qcjjk8f9ynznm9aqx4lqtaucw5y8qs0gs0a8aju

  • Lightning: lnbc1pjzem7hpp502vefct5jyv4lgjrhr76rstfvgq4tsds7eyhvsts9z6l47exr0fsdqu2askcmr9wssx7e3q2dshgmmndp5scqzpgxqyz5vqsp5hjumlyrmchfvkd0q3tc3q0kktlpnu7d3frjk4ln5uq4n6pjm00zs9qyyssqma8xvjhshaq25aq0p5t85eyq2jjxsygjd97ka0tmrtpaajndwmj4xf5x4mtjalp8xzj8mz8ju6kmyet8l8r59z3a75nu60npglddltspfffw7c

Ảnh màn hình

  • The current blockheight is fetched when you publish your post
  • There are a few methods to control display, including a shortcode
  • The blockheight shows up as if it were a date field

Hỏi đáp

How does it get the blockheight?

It makes a call to an endpoint maintained on a server here, it’s just a .txt file with the current blockheight. There’s cronjob that populates that from a nearby Bitcoin node on our network.

Does it support any other blockchains? Like Ethereum?

No. Next question.

Does it update the blockheight for a post when it is revised?

Not yet. This may be added if there is any demand for it.

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Bitcoin Blockheight” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.0.1

  • a call to getblockheight() was missing its function prefix