Author

Topic: Bitcoin Price, Blocks, etc. to Image (Read 189 times)

hero member
Activity: 1414
Merit: 802
Top Crypto Casino
February 08, 2023, 08:03:39 AM
#11
without the sub tab the image is lifted and is larger, but using sub tag and image width of 100 aligns it with text
Ah, yes, that's the default image size i set which is larger than the forum text. I can adjust it then. Thanks for mentioning it.
legendary
Activity: 4186
Merit: 4385
February 08, 2023, 07:21:22 AM
#10
testing current price: $


Code:
testing current price: $[sub][img width=100]https://pxdev.click/btc/price/1?color=000000¤cy=usd[/img]
[/sub]

without the sub tab the image is lifted and is larger, but using sub tag and image width of 100 aligns it with text
hero member
Activity: 1414
Merit: 802
Top Crypto Casino
February 08, 2023, 12:41:57 AM
#9
If you want to think about more features to add or even debate what should you implement next, I think that this thread[1] from BlackHatCoiner is a really great start to begin with. As soon as I saw your thread I instantly thought of his work
I've added some stats(MISC) that i thought usually using in the forum like the unconfirmed transactions, recommended fees, block heights (used in collectibles and games & rounds board when picking winner/s in raffle), 24 hours stats (BTC send and TX count).
legendary
Activity: 2492
Merit: 3597
Buy/Sell crypto at BestChange
February 05, 2023, 03:28:51 PM
#8
You mean, like how much the wallet address have received in specific date(dd/mm/yy)? or with date range? or with datetime (although i think this will be more complex ^^')?
In a specific date, this would be great for someone who wants to read the history of the forum and find out how much pizza Laszlo bought or some old stuff from 2013.

I remember someone asking for something similar, but I don't remember the topic.

Yes, but as of now i don't have an existing repo yet, even github account lol. I'll try to make one.
Please PM me when be ready, I will try to adjust it to fit my local currency.
hero member
Activity: 1414
Merit: 802
Top Crypto Casino
February 04, 2023, 09:39:08 PM
#7
I liked the idea and I think you have added an additional value that is not found in the previous services. Is it possible to add the Bitcoin Address Balance with history? It would be a nice feature to see the history of Bitcointalk and transactions with the topic date.
Thanks man.
You mean, like how much the wallet address have received in specific date(dd/mm/yy)? or with date range? or with datetime (although i think this will be more complex ^^')?

Off-topic: Can you make the code open source? I plan to host it and make some adjustments to work with my local currency rate.
Yes, but as of now i don't have an existing repo yet, even github account lol. I'll try to make one.
legendary
Activity: 2492
Merit: 3597
Buy/Sell crypto at BestChange
February 04, 2023, 03:33:55 PM
#6
I liked the idea and I think you have added an additional value that is not found in the previous services. Is it possible to add the Bitcoin Address Balance with history? It would be a nice feature to see the history of Bitcointalk and transactions with the topic date.

Off-topic: Can you make the code open source? I plan to host it and make some adjustments to work with my local currency rate.
hero member
Activity: 1414
Merit: 802
Top Crypto Casino
February 04, 2023, 11:19:10 AM
#5
Good effort OP. If you want to think about more features to add or even debate what should you implement next, I think that this thread[1] from BlackHatCoiner is a really great start to begin with. As soon as I saw your thread I instantly thought of his work but it seems that, at the moment, it only has two current information enabled - Address balances and USD exchange rate.

[1]https://bitcointalksearch.org/topic/shut-down-blackhatcoiners-blockchain-stats-bbcode-depicter-5366056
Wow, never know that this thread exists. Thanks for linking it, i can probably add most of those features mentioned there just give me a time though Grin.

As i'm currently creating a wallet watcher (email notification when sending/receiving bitcoin) that can be used for free without limit or account registration needed unlike other wallet watchers.
legendary
Activity: 1008
Merit: 3001
February 04, 2023, 07:08:16 AM
#4
Good effort OP. If you want to think about more features to add or even debate what should you implement next, I think that this thread[1] from BlackHatCoiner is a really great start to begin with. As soon as I saw your thread I instantly thought of his work but it seems that, at the moment, it only has two current information enabled - Address balances and USD exchange rate.

[1]https://bitcointalksearch.org/topic/shut-down-blackhatcoiners-blockchain-stats-bbcode-depicter-5366056
hero member
Activity: 1414
Merit: 802
Top Crypto Casino
February 04, 2023, 06:29:41 AM
#3
Hi, I will be honest with you, it's really cool but it's a bit hard to memorize all of that.😂 nevertheless nice thing to use when needed. If only theymos could implement this type of code insertion so we wouldn't have to type everything by hand, especially for people using mobile devices.
Thanks. Yeah, but i don't think you should memorize this things/URLs, you can visit this thread to check things up. But yeah that's the struggle, only if theymos will implement such thing but i doubt he will.
copper member
Activity: 1330
Merit: 899
🖤😏
February 03, 2023, 08:18:21 PM
#2
Hi, I will be honest with you, it's really cool but it's a bit hard to memorize all of that.😂 nevertheless nice thing to use when needed. If only theymos could implement this type of code insertion so we wouldn't have to type everything by hand, especially for people using mobile devices.

hero member
Activity: 1414
Merit: 802
Top Crypto Casino
February 03, 2023, 01:52:56 PM
#1
So i end up creating this thing after i found out that some other alternatives are not working anymore. Although i found 2 that but lacking some features.

Segwit and Legacy wallet address are supported. Background is transparent and color black #000000 is the default font color.
Supported Currency: ?currency=ticker
- USD
- EUR
- GBP
- PHP

Color:   ?color=hex_code
6-digit hex codes codes not including the hash sign "#".

Default value are in USD/BTC
Currency and Color are optional


Bitcoin Address Balance
Code:
https://pxzone.online/balance/wallet_address

Sample:
Code:
https://pxzone.online/balance/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa?color=000000
Result:




Bitcoin to Fiat Conversion
Code:
https://pxzone.online/btc/price/bitcoin_value

Sample:
Code:
https://pxzone.online/btc/price/0.001?color=59a210¤cy=eur
Result:




Fiat to Bitcoin Conversion
Code:
https://pxzone.online/fiat/btc/fiat_value

Sample:
Code:
https://pxzone.online/fiat/btc/2500?color=000000
Result:




Bitcoin Price History
Code:
https://pxzone.online/btc/history/dd-mm-yyyy

Sample:
Code:
https://pxzone.online/btc/history/04-12-2022?color=000000
Result:





MISC

I added some stats which can be accessed using the link below with some parameters ( ?misc=param) used and sample results in the table

Code:
https://pxzone.online/bitcoin?misc=param

Descriptions ParameterSample Results
Unconfirmed_Transactionsunconfirmed_tx
Transactions in the past 24 hours24h_tx_count
Bitcoins sent in the past 24 hours24h_btc_sent
Latest Block Hashlatest_hash
Hash on specific block heightmisc=block_height&block=(block_number)
Fastest Fee sat/vBfastest_fee
Economy Fee sat/vBeconomy_fee
Minimum Fee sat/vBminimum_fee


The conversion used came from Coingecko, APIs are from blockchain.com and Mempool.space

Let me know your thoughts, issues, anything in the comments/reply. Thanks.
Jump to: