Michael Galyuk
Results
2
comments of
Michael Galyuk
I downloaded sources and install Rust with this manual: https://github.com/mimblewimble/grin/blob/master/doc/build.md then I found the file: **/grin/servers/src/grin/sync/state_sync.rs** line 219: ` if now - prev > Duration::minutes(10) {` I've changed it to:...
Thanks for your response, Antonin. I hoped there is a completed crossplatform solution with ffmpeg. Fixing the C code of bindings is very difficult for me. It seems I will...