-
dEBRUYNEfort3hlulz: Do the transactions appear on the blockchain?
-
dEBRUYNEnvm, just saw your messages in #monero :-P
-
WoodpeckerHey I was sent here to tackle some low hanging fruit to familiarize myself with Monero Mining. I'm a Qt developer about 5 years, I've done a few Qml Apps when the ubuntu phone was a thing, and right now I am playing around with QtWebAssembly, and wanted to explore the prospect of
-
Woodpeckerembedding a monero miner into a web application, either proper or background.
-
WoodpeckerI got time to kill, have the project file in QtCreator, and am currently familiarizing myself with everything.
-
moneromoooSomething that's also related to "mining in a web application" is repo.getmonero.org/selene/primo which keeps the miner in a separate Qt program which talks to a browser extension.
-
Woodpeckeroof, thats one way to do it.
-
gingeropolousoooh yeah, thats a fun avenue
-
selstaWoodpecker: AFAIK RandomX does not work with webmining.
-
selstaBeste if you ask in #monero-pow
-
selstaBest*
-
selstaBut monero-gui always needs Qt developers :)
-
Woodpeckerselsta: Because Randomx is basically machine code
-
Woodpeckerright?
-
WoodpeckerI've been listening and reading up on it for the last hour and a bit.
-
WoodpeckerWhether that will gel with WebAssembly, mmm.
-
selsta> Web mining is infeasible due to the large memory requirement and the lack of directed rounding support for floating point operations in both Javascript and WebAssembly.
-
WoodpeckerWe already have multithreading with webassembly, so things are certainly changing in that space.
-
selstaso possible but super slow
-
Woodpeckerah
-
Woodpecker`All operators use round-to-nearest ties-to-even, except where otherwise specified. Non-default directed rounding attributes are not supported.` -- `Some of these limitations may be lifted in future versions of WebAssembly.`