Dimitris Apostolou
Dimitris Apostolou
``` [----------] 34 tests from WalletTests [ RUN ] WalletTests.SetupDatadirLocationRunAsFirstTest [ OK ] WalletTests.SetupDatadirLocationRunAsFirstTest (0 ms) [ RUN ] WalletTests.SproutNoteDataSerialisation [ OK ] WalletTests.SproutNoteDataSerialisation (1 ms) [ RUN ] WalletTests.FindUnspentSproutNotes...
``` zcash-gtest(68282,0x1032c6dc0) malloc: *** error for object 0x14000001f5: pointer being freed was not allocated zcash-gtest(68282,0x1032c6dc0) malloc: *** set a breakpoint in malloc_error_break to debug Process 68282 stopped * thread #1,...
All rpc tests assert. ``` Running stage rpc ================= === Running testscript paymentdisclosure.py === Initializing test directory /var/folders/pn/rswd5k6175d02hbt25tvl47r0000gn/T/testgbkw6p0r start_node: bitcoind started, waiting for RPC to come up start_node: RPC successfully...
I fixed it locally but the patch is somewhat complicated because the affected files are not part of this repo and are downloaded/compiled during build. On `depends/work/build/x86_64-apple-darwin22.0.0/zeromq/4.3.4-1fa97bb96a3/src/tcp_address.cpp` line 132 needs...
After updating `rustic-serialize` it now fails here. ``` $ RUST_BACKTRACE=1 cargo run --release --bin verifier Compiling snark v0.0.1 (/Users/rex/zcash-mpc/snark) error: failed to run custom build command for `snark v0.0.1 (/Users/rex/zcash-mpc/snark)`...
Can somebody write down the exact steps to run this thing? :) It's crazy to go step by step and find problems that nobody has ever tested.
For the record, I already had `gmp` installed.
Same error `fatal error: 'gmp.h' file not found` Somehow it expects to find it in `/usr/local/include` but MacPorts installs it in `/opt/local/include` Even if I force install it in `/usr/local/include`...
Network preferences is system-wide. The request is for app-specific proxy server support. See how it is implemented in Telegram, Textual or even Firefox, for example.
The main reason is that proxy servers are slow by definition. You are hopping through relays that provide many benefits (anonymity, censorship circumvention etc) but have the drawback of slow...