Daniel Andrei R. Garcia

Results 78 comments of Daniel Andrei R. Garcia

![Image](https://github.com/user-attachments/assets/9c003003-e8d3-4636-b895-c7b61acf3b27) Hi Unstoppable Wallet team, We are attempting to perform a reproducible build of version v0.43.0 for WalletScrutiny.com, but we're encountering a persistent build failure where the entire Gradle process...

@rafaelekol Thank you for the suggestion about increasing Docker memory. We've attempted to resolve the build failure with the following approaches: 1\. **Memory Allocation Improvements**: - Increased container memory from...

How much memory should I allocate - I already allocated 8gb ``` 2025-07-17T02:11:33.376+0000 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 1: dispatching class org.gradle.launcher.daemon.protocol.CloseInput 2025-07-17T02:11:33.380+0000 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 1: connection stop 2025-07-17T02:11:33.415+0000 [LIFECYCLE] [org.gradle.launcher.cli.DebugLoggerWarningAction]...

Tried with 14G of memory on our remote debian server. ``` > Task :app:compileFdroidReleaseKotlin w: file:///mnt/app/src/main/java/io/horizontalsystems/bankwallet/core/adapters/zcash/ZcashAdapter.kt:252:26 'val MINERS_FEE: Zatoshi' is deprecated. Upcoming SDK 2.1 will create multiple transactions at once...

I am using the Dockerfile that was referenced. - [build17](https://pastebin.com/bYejWKh6)

Thank you @rafaelekol, Finally was able to build. It needed 18GB. Full report [here](https://walletscrutiny.com/android/io.horizontalsystems.bankwallet/#verificationId=94fe9b5d462eecab7a9c7e10c07040de6d156ec7e6c2306a134161f589bd130c) Closing this issue now.

Hi Nathanos! Have you checked out WalletScrutiny.com. We're getting the same results for the latest build. Keraliss is currently assigned to this, maybe you guys could share notes? This is...

I can confirm that version 2.8.3 is **reproducible**. I have updated my [review](https://gitlab.com/walletscrutiny/walletScrutinyCom/-/merge_requests/842/diffs?commit_id=738417cd47c4721457816c5a6a7891cd212a35c6) in walletscrutiny, and would close issue [4254](https://github.com/trezor/trezor-firmware/issues/4254) once this is merged. Asciicast in YouTube for [Trezor Safe...

Thank you for the response. I will be attempting this now. Apologies for the late reply, we just completed the builds for other apps.

So update, the build failed yet again following the new instructions. It would be helpful to have a dockerfile for the builds, Our process usually involves a bash script, and...