Teodor Ionescu

Results 14 comments of Teodor Ionescu

some code sample would be useful in diagnosing it

> If the wallet is already open by monero-wallet-rpc, attempting to re-open the same wallet with the same instance of monero-wallet-rpc will succeed It doesn't succeed. Test the following code:...

> It is not supposed to be a multi-user wallet. As long as the first connection is alive, the second connect must fail. Misspelled 'wallet' with 'daemon', I might've confused...

> The second call to open the wallet with monero-wallet-rpc succeeds as expected, because there is no issue re-opening the same wallet on the same instance of monero-wallet-rpc. That fails...

> Mac OS. I think it occurs only on Windows platforms for some reason. Possibly wallet-rpc code bug? Will dig deeper into it the following days > That's how it...

> If that's an option for you, a workaround is to enable [esModuleInterop](https://www.typescriptlang.org/tsconfig#esModuleInterop). **Solves it for me.** Though I had to change the syntax of other imports I have.

Try to add a default peeer in the configuration file: ``` peer=eu-nodes.mainnet.beam.mw:8100 ``` "settings.ini" file should be located in beam folder in AppData/Local. I don't know the equivalent for Apple.

You should use another package for that. I think https://www.npmjs.com/package/svg-png-converter would do it

There is no standard. Binaries can be anywhere. Note in `.gitignore` they're stripped off git's scraper. Although since `/cmd` is for your main project applications they should be in `/cmd`