Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Bitcoin Blockheight

Leírás

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

Képernyőmentések

GYIK

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.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Bitcoin Blockheight” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Bitcoin Blockheight” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.0.2

  • fixed number_format() for PHP8

1.0.1

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