Howard Wu
Howard Wu
This is a great idea! We've been wanting to add this as well. Glad there is interest, and we'll make an effort to incorporate it
@WyseNynja #207 adds support for deriving sequential indices. The approach we took was to continue supporting the `--count` command for multiple wallets, while introducing a new counter `--indices` (short `-k`)...
Replace `mymonero-core-cpp/CMakeLists.txt` with: ``` cmake_minimum_required(VERSION 3.4.1) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED YES) set(PROJECT_NAME "mymonero-core-cpp") project(${PROJECT_NAME}) enable_testing() find_package(Boost COMPONENTS unit_test_framework system thread REQUIRED) set(MONERO_SRC "contrib/monero-core-custom") include_directories(${Boost_INCLUDE_DIRS}) include_directories(${MONERO_SRC}) include_directories("${MONERO_SRC}/epee/include") include_directories("${MONERO_SRC}/common") include_directories("${MONERO_SRC}/vtlogger") include_directories("${MONERO_SRC}/crypto") include_directories("${MONERO_SRC}/cryptonote_basic") include_directories("${MONERO_SRC}/cryptonote_core")...
What's the status on this?
Yes, we do.
A few thoughts - - I agree the Debug behavior for the private key in toolkit should be a no-op. I think it would be risky if this ended up...
Oh that's actually good to know, I'll look into it, did not realize that was the case
How many cores is your machine? 16-cores is the minimum requirement for testnet2.
Amazing! The latest build seems to error on this: ``` Aug 18 23:04:55.765 ERROR cargo_tarpaulin: Failed to get test coverage! Error: Failed to run tests: An error occurred while waiting...
@akattis Is this issue still relevant for us?