moneroexamples

Results 170 comments of moneroexamples
trafficstars

> is there any sdk that can create transaction and sign hex without rpc api? Yes there is, but depends what you want to do. If you are after JavaScript...

I just run `docker build --no-cache --build-arg NPROC=2 -t xmrblocks .` (I use 2 CPUS only on PC, not mac) on the master branch, and had issues. The error is...

On Fedora 37 this worked for me: Add `/etc/polkit-1/rules.d/60-cusotm.rules` file with the content of: ``` polkit.addRule(function(action, subject) { if ((action.id == "org.freedesktop.Flatpak.app-install" || action.id == "org.freedesktop.Flatpak.runtime-install"|| action.id == "org.freedesktop.Flatpak.app-uninstall" ||...

Thanks. Sorry, at the moment I do not know how to improve its performance.

Thanks. I will have a look. But if you already know how to do it, a PR into a `devel` branch would be welcomed.

Those two images are not mine. Did you try to build docker compose yourself?

I have been testing publishing images to dockerhub, but it hasn't worked well yet.