Finding target based on difficulty calculation

0

I'm trying to find the current target value, but it is not listed in any place. So far I found out that the only way to get target value is to calculate it from "difficulty" value, which is now: 6,379,265,451,411 and that is found here: https://bitcoinwisdom.com/bitcoin/difficulty However Im not sure how do I convert that number so I can divided the maximum target over this so I can get current target. Could anyone explain how given this number 6,379,265,451,411 I can arrive at hexadecimal version of current target? Or how using nBits could I do that as well?

Alex T

Posted 2019-06-16T08:13:07.573

Reputation: 101

No answers