MuffinsThaCat
MuffinsThaCat
Would you please provide more information about this issue? Thanks
@volcano0dr I see the go examples are fairly new. What's the status of it working?
@volcano0dr can you we have a response to this?
Something like this:? const bitcoin = require("bitcoinjs-lib"); const bip32 = require("bip32"); const bip39 = require("bip39"); const mnemonic = "a random mnemonic phrase used as seed for BIP32"; const seed =...
It was installed but not sure why it isn't showing up in apt, I think was the issue. Looking into it. Will update
When we build the Coordinator control plane and Marble test applications: mkdir build cd build cmake .. make I am stuck at make with the following error: # runtime/cgo gcc_arm64.S:...
uname -a Linux d1cc01526652 6.6.12-linuxkit #1 SMP Fri Jan 19 08:53:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux I tried following unset GOARCH make but still same error [ 0%] Built...
root@d1cc01526652:/com.docker.devenvironments.code/marblerun# mkdir build && cd build root@d1cc01526652:/com.docker.devenvironments.code/marblerun/build# cmake .. -- The C compiler identification is GNU 11.4.0 -- The CXX compiler identification is GNU 11.4.0 -- Detecting C compiler ABI...
Works, thanks!
Actually sorry, need to unclose this for a second. There was an error at the end we missed. Updated terminal log root@d1cc01526652:/com.docker.devenvironments.code/marblerun# mkdir build && cd build root@d1cc01526652:/com.docker.devenvironments.code/marblerun/build# cmake .....