-
When NANO is selected, the derivation path is hard-coded to m/44'/165'/n' for account #n, and the tool's BIP39/BIP44 derivation path is silently ignored.
This means that the Ian Coleman BIP39 tool …
-
I'm building a reactJS app for finding vanity addresses using this library and web workers to get multithreading. It all works great and the following code does the address creation and matching. Howe…
-
In functions:
* ledger_processor::receive_block
* ledger_processor::open_block
the debug code is inside an `ifdef NDEBUG` block but it should be `ifndef NDEBUG`.
Also, scan the rest of the cod…
-
```
[ RUN ] node.local_votes_cache_batch
/Users/runner/work/nano-node/nano-node/nano/core_test/node.cpp:2774: Failure
Value of: node.history.votes (receive1->root (), receive1->hash ()).empty …
-
The Wireshark dissector spec for Nano has fallen out-of-date as protocol changes have occurred the past couple years, so an update is needed.
- Current version: https://www.wireshark.org/docs/dfref…
-
To install wallet with somethink like: sudo apt-get install raiblocks-core
-
I want to run it on arm.
But executable don’t support arm.
Do you have source code of executable?
-
There is a RocksDB build issue on the new M1 ARM chip machines https://github.com/facebook/rocksdb/pull/7714. The fix is in master but not in any of the stable releases, at the time of writing the lat…
-
We should stop using the Emscripten JS file. We can instantiate the wasm file directly.
https://github.com/kripken/emscripten/wiki/WebAssembly-Standalone
-
Comments from community on https://docs.nano.org/node-implementation/contributing/#wip-developer-starter-pack
- One issue I have with it is the headers for different sections are inconsistent. Som…