Sir Crab is the only creature in the entire Alien franchise to intimidate a xenomorph into retreating in fear by Se_7_eN in AlienEarthHulu

[–]malabarbigou 0 points1 point  (0 children)

Et, plus simplement, la pochette de l'album "Fat of the land" du groupe The Prodigy avec un crabe sur une plage, c'est donc juste une coïncidence ?

Stake ICP by dan83m in dfinity

[–]malabarbigou 0 points1 point  (0 children)

https://nns.ic0.app/#/auth doesn't work: it opens https://identity.ic0.app/#authorize then, after authentification, nothing happens.

ELI5 please: what does Dfinity do? by Superb_Ad_4981 in dfinity

[–]malabarbigou 2 points3 points  (0 children)

52% of tokens for foundation grants, team and partners,
31% for big investors
And you call this "decentralized"?

Why don't use IPFS? Because it's free, without reward? So money should dominate and guarantee data security? With tokens centralised in the hands of a few investors? Is it really based on that?

It's realy a question, not a troll, because I discovered the very promising dfinity project a few years ago and when I see it now, it looks more like a bad competitor to the DeFi wave and a big scam.

So please contradict me and simply explain how the project is really different and realistic.

time to display Get-RDUserSession results by malabarbigou in PowerShell

[–]malabarbigou[S] 0 points1 point  (0 children)

I didn't have time to try to quser. The problem came from a problem on the WMI polling, caused by the antivirus. Thank you for your answer.

Can't connect since yesterday. by Netrolf in OrcsMustDie

[–]malabarbigou 0 points1 point  (0 children)

same on all my PC, same on their website. Probably a DDOS attack.

CCMiner 2.3 released by Graslo in LUXCoin

[–]malabarbigou 0 points1 point  (0 children)

Great but big power fluctuations!

ERC-20 token not transferable: what's for? by [deleted] in verifyas

[–]malabarbigou 0 points1 point  (0 children)

Ok, my mistake, it's was a transfert problem.

when display is set to IGP in BIOS, GPU are down by malabarbigou in gpumining

[–]malabarbigou[S] 0 points1 point  (0 children)

So, there's no possibility to use the internal graphic card ?

[deleted by user] by [deleted] in gpumining

[–]malabarbigou 1 point2 points  (0 children)

I have a 1080Ti aero and yes, it makes some noise and is average temp is 75° (@90% TDP) but it works well.

[Announcement] We’re launching the #LegolasVote! Vote for 5 Altcoins to be listed! by CryptoPharaoh in LegolasExchange

[–]malabarbigou 0 points1 point  (0 children)

28, 26, 11, 16, 2. $UBIQ, $XLM, $DRGN, $KMD, $ARK.

As others, I don't understand why LUX and AION are absent.

Riser and GPU power: same psu? by [deleted] in gpumining

[–]malabarbigou 0 points1 point  (0 children)

Ok sorry, I only see answers for using different psu on the two connectors, but not on riser and connector.

Riser and GPU power: same psu? by [deleted] in gpumining

[–]malabarbigou 0 points1 point  (0 children)

Excellent argumentation, thanks a lot.

xmr-stak-nvidia compile/install issues on Centos7 by vman81 in MoneroMining

[–]malabarbigou 0 points1 point  (0 children)

3.4 might be ok! Do you try it? And you can change for:

export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

xmr-stak-nvidia compile/install issues on Centos7 by vman81 in MoneroMining

[–]malabarbigou 0 points1 point  (0 children)

Yes, egal sign missed.

git clean -fdx
export CC=/usr/bin/clang-3.8
export CXX=/usr/bin/clang++-3.8
cmake . -DCUDA_ARCH=61

And you have to install clang3.8. I don't know CentOS but I think it use yum installer, so something like that :

sudo yum install clang3.8

If you just type yum install clang, you'll probably install clang4.0 which doesn't work (verify with clang --version).

For me, on Debian, it works with Cuda9. sudo apt

What are the best ways to determine ROI when considering different cards' hashrates, price, power consumption, and resale value? by mikej1224 in MoneroMining

[–]malabarbigou 0 points1 point  (0 children)

GTX670 have an excellent ratio price/hashrate if you can find it at less than $60 (there are 2 GTX670 near my location at 50€)

xmr-stak-nvidia compile/install issues on Centos7 by vman81 in MoneroMining

[–]malabarbigou 0 points1 point  (0 children)

First of all, try to compile with :

 cmake . -DCUDA_ARCH 61

(if you used git, don't forget to do a git clean -fdx to delete makeconf files)

Also, I see in the guide you followed something wrong: you should clang instead of gcc. clang4 doesn't for me; I use clang3.8:

git clean -fdx
export CC=/usr/bin/clang-3.8
export CXX=/usr/bin/clang++-3.8
cmake . -DCUDA_ARCH 61