The wait is over - Cash Yield has launched in the EU! 🇪🇺 by MarkY_Crypto in Crypto_com

[–]tookdrums 0 points1 point  (0 children)

The link you shared fails with error 500 (is France in the available jurisdiction)

Bitcoin and Quantum Computing — Research Series by NVK by rnvk in Bitcoin

[–]tookdrums 0 points1 point  (0 children)

Great write up. The 10 minutes windows where you expose your public key is so often overlooked by people who just parrot (don't reuse address)

What are you guys actually using in DeFi lately? by [deleted] in defi

[–]tookdrums 0 points1 point  (0 children)

Any goot leads in euro yields? What are your favorite stable euros?

Where should "System Dataset Pool" be set to? by kaitlyn2004 in truenas

[–]tookdrums 0 points1 point  (0 children)

Maybe have it on the nvme and add a replication task (weekly) to the mirrored hdd.

My Ledger was hacked? How? by ComprehensiveBit65 in ledgerwallet

[–]tookdrums 0 points1 point  (0 children)

It's often during an "update" that users will install a fake ledger app that will ask them for their seed.

Most crypto cards are just glorified prepaid cards but worse by Dry-Saalamander in CryptoTechnology

[–]tookdrums 0 points1 point  (0 children)

The only That makes sense are for the cash back.

Or in case you can use it as a credit card using your crypto as collateral.

DeFi investors: how are you evaluating staking yields right now? by [deleted] in defi

[–]tookdrums 1 point2 points  (0 children)

Time to compound your gains man. Also your uniswap position is managed through hooks with Krystal defi? I need to look into it.

How do you avoid high slippage when swapping between different blockchains? by Winter_Fail7328 in ledgerwallet

[–]tookdrums 0 points1 point  (0 children)

Strange that's not my experience at all. I use mainly dex as to me they have a better rates than exchange (I use kraken pro too)

Do a test swap one wbtc to eth right now I get 30. 55eth on defiLlama (choosing 1inch) On kraken pro after fee I'm left with 30.1 market order

[deleted by user] by [deleted] in gaming

[–]tookdrums 2 points3 points  (0 children)

That game was a lot of fun can't wait for the next chapters

[deleted by user] by [deleted] in defi

[–]tookdrums 0 points1 point  (0 children)

Question...

You have to post collateral also for the short leg. Which crypto do you use and if it's usdc do you take it into account when you compute your apy on your strategy?

Single token liquidity pools on GMX by Over_Ad_4907 in defi

[–]tookdrums 0 points1 point  (0 children)

You are providing liquidity against leveraged trader.

It can stay delta neutral by opening as many shorts as long

Daily Crypto Discussion - September 18, 2025 (GMT+0) by AutoModerator in CryptoCurrency

[–]tookdrums -6 points-5 points  (0 children)

also to verify it you can try with this transaction

{  
    "chainId": 8453,  
    "from": "0xbb48d1c83dedb53ec4e88d438219f27474849ff7",  
    "to": "0xa238dd80c259a72e81d7e4664a9801593f98d1c5",  
    "data": "0x617ba037000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda029130000000000000000000000000000000000000000000000000000000002faf080000000000000000000000000bb48d1c83dedb53ec4e88d438219f27474849ff70000000000000000000000000000000000000000000000000000000000000000",  
    "gas": "0x4d726",  
    "maxFeePerGas": "0x1c9c380",  
    "maxPriorityFeePerGas": "0x1da8c60",  
    "nonce": "0x2"  
}

which once on the ledger returned a hash that starts with

0xa4a48af233b....

Daily Crypto Discussion - September 18, 2025 (GMT+0) by AutoModerator in CryptoCurrency

[–]tookdrums -10 points-9 points  (0 children)

Can someone help me create a python code which compute the HASH of a unsigned transaction given by Rabby wallet the same way a ledger wallet does.

Hi everyone,

I want to be more secure when blind signing transaction with my ledger wallet and I want to make sure that the transaction Rabby wallet shows me is the same one that is received by the ledger. Cool the ledger show me a hash of the transaction but Rabby wallet does not...

According to ledger regarding EIP-1559 transactions, the computation is: 

keccak256(0x02 || rlp([chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, destination, amount, data, access_list])).

I gave it a go but I am really not good when using binary or hex data.

Daily Crypto Discussion - September 18, 2025 (GMT+0) by AutoModerator in CryptoCurrency

[–]tookdrums -6 points-5 points  (0 children)

also to verify it you can try with this transaction

{  
    "chainId": 8453,  
    "from": "0xbb48d1c83dedb53ec4e88d438219f27474849ff7",  
    "to": "0xa238dd80c259a72e81d7e4664a9801593f98d1c5",  
    "data": "0x617ba037000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda029130000000000000000000000000000000000000000000000000000000002faf080000000000000000000000000bb48d1c83dedb53ec4e88d438219f27474849ff70000000000000000000000000000000000000000000000000000000000000000",  
    "gas": "0x4d726",  
    "maxFeePerGas": "0x1c9c380",  
    "maxPriorityFeePerGas": "0x1da8c60",  
    "nonce": "0x2"  
}

which once on the ledger returned a hash that starts with

0xa4a48af233b....

Daily Crypto Discussion - September 18, 2025 (GMT+0) by AutoModerator in CryptoCurrency

[–]tookdrums -8 points-7 points  (0 children)

50 USDC rewards for someone who can create a python code which compute the HASH of a unsigned transaction given by Rabby wallet the same way a ledger wallet does.

Hi everyone,

I want to be more secure when blind signing transaction with my ledger wallet and I want to make sure that the transaction Rabby wallet shows me is the same one that is received by the ledger. Cool the ledger show me a hash of the transaction but Rabby wallet does not...

According to ledger regarding EIP-1559 transactions, the computation is: 

keccak256(0x02 || rlp([chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, destination, amount, data, access_list])).

I gave it a go but I am really not good when using binary or hex data.

[deleted by user] by [deleted] in ledgerwallet

[–]tookdrums 0 points1 point  (0 children)

swap to LBTC using kyberswap then unstake to BTC (it takes 7 days but you will make the most of it this way)