vault2018

Member
25
Posts
121
Reputation
Dec 3, 2017
Joined
Recent posts
  • Thank you for educating me. Fair explanation. At least TRX isn't afected by this. Need to check specifications for USDD.io

  • 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…

  • 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…

  • 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…

  • 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…

  • Great response. Very helpful. I didn't know this about Uniswap. Need to check Hype's ToCs. Thank you.

  • 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…

  • 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…

  • 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.

  • 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…

  • 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.

  • I am referring to addresses that have spent coins and therefore exposed public key.

  • 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…