vault2018
- Is HyperLiquid trustworthy?Nov 18, 2024
Thank you for educating me. Fair explanation. At least TRX isn't afected by this. Need to check specifications for USDD.io
- Is HyperLiquid trustworthy?Nov 18, 2024
HyperLiquid asks for an email address, that is it. Not sure what you mean by 'unavailable for US resident'. Do you mean it is IP address/geo blocked? use a proxy/VPN. It does not ask where you live. Hype has witnessed…
- Is HyperLiquid trustworthy?Nov 16, 2024
Someone already deployed USDD. It is unusable within the EU and USA.. but exists based and on Tron - https://www.usdd.io/ Yes it does not have any blacklisting feature, meaning they cannot ban your address over that…
- Is HyperLiquid trustworthy?Nov 16, 2024
Yes the code is based off of ETH but the mechanisms to block use of generated addresses is absent from TRC20. Do you have any evidence that the addresses frozen were TRC20 based and that the private keys were NOT with…
- Is HyperLiquid trustworthy?Nov 14, 2024
I am sorry but you are not correct here. Tether LTD has explicit capabilities built to freeze assets, unlike TRX addresses. Due to the nature of its architecture and philosophy, it is impossible by design, unless you…
- Is HyperLiquid trustworthy?Nov 14, 2024
Great response. Very helpful. I didn't know this about Uniswap. Need to check Hype's ToCs. Thank you.
- Is HyperLiquid trustworthy?Nov 12, 2024
Is HyperLiquid trustworthy? It's kinda weird that no one seems to be trying to regulate HyperLiquid. I mean, they don't take direct bank payments, but you can deposit without any verification, even for stable coins,…
Interesting thread thank you. Although I don't see the point in finding K if you have P? Finding K leads you to P. I find this interesting: S1 = (h1+rx1*P)/k => k = (h1+rx1*P)/S1 S2 = (h2+rx2*P)/(k+1) => k+1 =…
Yes you got it my friend sorry. I can't find much data on it. Block nonce is usually 10 decimal characters 8 hex 32 bit. Was wandering what format the secret K value is if it is also a 32 bit string
Brute forced as in mining is only way I am familiar with
The transaction nonce is what is used to create the signature of the transaction or the r,s. It's private as it involves the private key to sign transactions
Thanks for that. Their is always some ninja here with knowledge needed. This is obviously historical block data? Any idea how to find individual transaction nonce? Thanks
Hey everyone, I'm curious if there's a script, tool, or method available to find the nonce value from older transactions or blocks. I know the nonce is already determined for all mined blocks, but I’m just wondering if…
- Understanding taproot addressesJul 27, 2023
Hey all. I'm having some trouble with taproot addresses. Can someone tell me how to change a hexadecimal private key into a taproot address using python? I'm using the bech32m library, but the taproot address I get…
- Same private key, different P2WSH addressesDec 8, 2022
Hey everyone, I'm having some issues converting a private key into a P2WSH address. So, I used this tool on a site to get the P2WSH address for private key '1', and it gave me a certain result. That same address came up…
- Zcash what's next?Jan 31, 2022
Technically ZCASH is much more secure than Monero, but nobody has as far as I know made a simple wallet or user interface to make use of the z-addresses simpler.
- How to find the public key of a Bitcoin addressAug 31, 2021
Thanks that helps. The issue I am still having is that when a address sends btc and I look at the scriptsig and extract the last 130 hex characters and enter it it the tools suggested in this thread it doesn't have any…
- How to find the public key of a Bitcoin addressAug 30, 2021
Ok I think I have found how to do that now. How about a method to do the reverse (turn uncompressed public key into address)? So I can verify that the public key I am gathering is correct.
- How to find the public key of a Bitcoin addressAug 30, 2021
I am referring to addresses that have spent coins and therefore exposed public key.
- How to find the public key of a Bitcoin addressAug 30, 2021
Any way that's available I just thought that getting it from sigscript was only way possible Ok I get that but the full public key is 130 characters. Is it the first 65 (X value) [moderator's note: consecutive posts…