Donely Gunn
Donely Gunn
Disabling webworker made the code work for me. I have ran yarn install also but I still have the issue. The worker path is: `Worker path: C:\Users\Donely\Desktop\giftmoneronodedemo\node_modules\monero-javascript\src\main\js\common\MoneroWebWorker.js . ` Thanks...
Yes. I believe the file does exist. When I run ls in the folder I get: ` Directory: C:\Users\Donely\Desktop\giftmoneronodedemo\node_modules\monero-javascript\src\main\js\common Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 8/25/2022 12:25...
If I add these lines of code to the top of my code it seems to work : `if (monerojs.LibraryUtils.WORKER_DIST_PATH.indexOf("C:") == 0 && monerojs.LibraryUtils.WORKER_DIST_PATH.indexOf("file://") == -1) monerojs.LibraryUtils.WORKER_DIST_PATH = "file://"+monerojs.LibraryUtils.WORKER_DIST_PATH;` I...
Thank you so much for the help and the work you do for this project!
I also tried to create the config, check that unlockheight exist. It still would not give me a transaction until the funds unlocked. ` const config1 = new monerojs.MoneroTxConfig({ address:...
Thanks for the Response and great library!
Does this code give you any errors or are you looking for the next steps in how to sign?