⛓️INTERCHAINED ⚡Electronero Network ʕ•̫͡•ʔ-̫͡-ʕ•͓͡•ʔ-̫͡-ʕ•̫͡•ʔ-̫͡-ʔ
⛓️INTERCHAINED ⚡Electronero Network ʕ•̫͡•ʔ-̫͡-ʕ•͓͡•ʔ-̫͡-ʕ•̫͡•ʔ-̫͡-ʔ
https://stackoverflow.com/questions/49062707/capture-both-stdout-stderr-via-pipe Does this method look like it can help? ``` use std::io::{BufRead, BufReader}; use std::process::{Command, Stdio}; fn main() { let child = Command::new("./dxrm") .stdout(Stdio::piped()) .stderr(Stdio::piped()) .spawn() .unwrap(); let output =...
@jjaone You are correct, sir! Tested on Ubuntu 16.04 and now my Hash rate has increased perhaps by 20% or more so far. I am running xmr-stak-cpu with no command...
@jjaone I am running Intel Xeon E5-2630L on Ubuntu 16.04 with 4 cores and 8gb Ram, and I am seeing 80-90 H/s per server on a single thread. With more...
Thanks @StealthBadger747 You're right and I have increased my threads to 4 in the config and added the following lines, now I am reaching 150 H/s on same Ubuntu 16.04...
AFAIK there is multiple models... Can't seem to find a link to E5-2630L with 4 cores....Found v2 with 6 cores and v4 10 cores.. But I am running E5-2630L v2...
No, I disagree and I believe that deprecating integrated addresses would be terrible. There's no sound reason to remove the functionality as it provides a basic function to combine public...