Vladlen Vronsky

Results 10 comments of Vladlen Vronsky

I'd create a Pull Request. I need to figure out how to do that. For now I'm leaving this here for anyone encountering the same error.

Try including: `if(isFetching) return 'Loading...'; ` underneath `const cryptoDetails = data?.data?.coin;` See if this works. It worked for me.

It's still a bit buggy on a responsive webpage. Please share & add in with any more efficient functionality. :)

How can we get fees in there? I've broadcasted the last transaction but it's having difficulty confirming. See this bitcoin testnet transaction: https://live.blockcypher.com/btc-testnet/tx/2946d9b34eb63575898fc881ec0e157154f9afd24ed3d371f83616f097c9043e/ No fees. Would be nice to get...

> UPDATE: I've been able to resolve the FALSE output. Let's look at the "priv" variable. I changed `priv = PrivateKey(secret=secret)` to `priv = PrivateKey(secret)`

> The fees are not explicitly set in a transaction. They must be implicitly set based on this formula: `fee = input_amount - target amount - change_amount` > > Just...

Still stuck with no solution yet. @jimmysong would you have any idea to fix this?

> This worked! Cheers for the help! 👍

Nice catch @cmdruid can you specify which chapter we will encounter this on? Also, should we create a separate file that includes the entire "ripemd160.py" and import that file into...

> Thanks @cmdruid - so far I haven't ran into any issues using "hash160". So far the only big issue I had was on this problem: https://github.com/jimmysong/programmingbitcoin/issues/254 Thank you for...