username1565
username1565
JSON-RPC working using POST-queries, and need cURL... What about write the portable and universal open-source api for all altcoins blockchains?
Wow, rx/yada in GPU's version of xmrig? I saw this only in XmrigCC, but it's for CPU: https://github.com/Bendr0id/xmrigCC/pull/343 and in SRBMiner-Multi: https://github.com/doktor83/SRBMiner-Multi/blob/9ce7a25bbe6883d7f660de6e012c9d4077a3088d/Readme#L44 but it's for AMD. I see this pull-request...
Wow! I see conflicts was been resolved, in this pull-request. @pdxwebdev , is this working on CPU only, or with GPU's too? I see OpenCL, and CUDA is disabled, on...
@pdxwebdev , @xmrig , @ajstead , @tybiboune , @MrSMiTHex, @Spudz76 Hello, guys! Somebody know how to setup `rx/yada` xmrig on HiveOS? I just go into my account on https://the.hiveos.farm and...
Is there possible, according `donate-level`, to pay donations in YadaCoins, and do mining that donations, using algo `rx/yada`, just to do not let auto-switch the miner on `another algo` (when...
Also, is this possible to resize canvas, like resizing this div: https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_resize ???
Wrote resizable canvas, myself: https://jsfiddle.net/8wf49bpo/ This is modification of this code: https://codepen.io/yananas/pen/rwvZvY There is minimum dependencies, just `bootstrap.min.css` to load glyphicons and styles from there, by class name in the...
> Is it possible to point to documentation repository instead of wikipedia? > > To keep things consistent If something contains in [RFC](https://www.rfc-editor.org/retrieve/), maybe yes.
I see here: https://waveswallet.io/js/waves-lite-client-mainnet-0.5.22.js in this https://waveswallet.io/ there is some code to sign and verify messages: ``` axlsign.openMessage = function(publicKey, signedMsg) { checkArrayTypes(signedMsg, publicKey); if (publicKey.length !== 32) throw new...
Ok, I did post the code with working example here: http://rejetto.com/forum/index.php?topic=12119.0 - HFS_FILE_CHAT_XHR.zip (129.74 kB) But I think you can make this more elegant in server-side code. Because each message...