Bitcoin Forum
July 07, 2024, 08:01:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
61  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 07:17:42 PM
This looks amazing and we would love to merge your rigmon into nvoc. Moreover, we would love if you could join the dev team and help further improve nvoc.
nvoc has thousands of users, great and active community that provides feedback and gratitude so it will be great platform for your project.

We've been looking to add some sort of remote monitoring and management but it keeps being pushed aside as we work on further improving and bug fixing the core nvoc scripts.

It would be great to use your tool as a starting point (instead of starting from scratch) and we could further expand it to add management options like on the fly change of mining coin, OC adjustments, reboot, 1bash creation trough GUI, etc.

If interested in joining the dev team please contact papampi for details or at least share the code to be merged if you don't have time for further development. Thanks.
Sorry, I definitely have no time to make any promises for participation. I think we have different visions for its development. I like 1bash to be separated into smaller scripts (clocks, miners, etc) and put under git control to update remotely and apply automatically (suggested it to the original author, but think it was not implemented for a reason). But for newbies maybe easier to have all in one and no git.

I may consider sharing the code of rigmon as is, if you find it useful. It does not have currently a comprehensive manual, but there are some comments in the sample config. I am ready to answer questions and do minor changes I need (like miner autodetect). I intentionally did not use websockets to update, use polling instead - it may be reconsidered too. Remote management might be good but you have to provide authentication (maybe you already have it, as I said, I don't use nvOC as it was designed, I only use it as a kernel+video drivers with power/clock management, use own scripts to start anything).
62  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] INTENSE COIN - Blockchain backed decentralized VPN - SIGNATURES + XMAS on: January 21, 2018, 06:45:15 PM
Please add a telegram chat. I hate web-based messengers, but many people I know use telegram for many coins and services (Bitcoin Atom, Victorium coin, Coinomi wallet are some to name). Would be happy to join official Intense Telegram group.
63  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 03:53:05 PM
nvOc v0019-2.0 uses tmpfs for miner, watchdog, temp control, wtm, ... logs.
Only important temp control and watchdog logs saves to disk so you can check after reboot
That's great! Especially, if it mounts main FS r/o. I don't think so, though. Had no issues with the old one (put logs to tmpfs), but had issues with some of miniPC ARM boards where r/w mount of /etc (and rootfs) on SD card or internal flash in case of power fail event could lead to unrecoverable /etc data that was mounted r/w but had no writes and was writeable by root only. So if possible, I would like to mount main fs r/o.

Anyway, great system to start.
64  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 02:40:10 PM
Another goal was to make the system effectively read-only. Best of all - to run from RAM, but also an option - to run from compressed read-only file system (squashfs) with overlay in RAM, still having read/write partition to save settings, but only by request.

The idea was:
- boot from flash;
- run and save non-persistent changes/logs to ram;
- withstand any power losses with no risk to damage the file system;
- if any changes required, make them and save to flash overlay (emulated by a file on FAT file system).

Cloning of this system will be as easy as make a bootable flash and copy there squashfs file system image, kernel image and casper r/w file with changes (or simply put miners and settings to FAT for Windows users). And it could not be broken with power loss. So, nothing should be written to flash unless explicitly requested.
65  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 02:19:35 PM
An Xorg instance needs to be running on each GPU (which is what nvidia-xconfig -a or --enable-all-gpus does) to use nvidia-settings to change clocks and fan.
That's exactly the reason why I dropped ideas of making thin system. For AMD I did a USB-bootable one that required 1GB USB flash only, and only 500M of this was the compressed file system, the remaining space was allocated for copy-on-write overlay fs to save changes.
66  Alternate cryptocurrencies / Mining (Altcoins) / Re: nvOC v0019-2.0 Community Release Shrinked Image on: January 21, 2018, 02:14:20 PM
I thought the same thing but the problem is that nvOC is an easy to use mining system. I think it won't be easy to use for lots of people if you remove gnome desktop or another desktop interface. A lighter interface desktop would be a better solution.
I always prefer to build my mining linux myself. But for nvidia, I wasn't able to control undervoltage/overclocking. That's why I still use old nvOC. But from what I remember, these functions required from me to install X11 along the computing drivers. So I am not sure if desktop makes it so fat and not a required dependencies. Without them the system works, but was no fine tuning possible. I may be wrong.
67  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 12:56:48 PM
Lets get your hands dirty and start making it compatible with nvOC miners Wink
The issue is I don't know which miners provide an API to get the info desired. I know at the moment that all Claymore's miners (ETH, ZEC, XMR), ZM Zcash miner, ethminer provide the data (ZM does not report fans, but reports temperatures). I know nothing about others since I do not use them.

It was a fun project, now I'm playing with trading bots :-)
68  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 11:34:51 AM
Was just looking at your GitHub ethmon,
I'm not ethereum mining and not using claymore either but many nvOC users do.

Some questions:
1- Is it ok to add it to next nvOC releases?
2- Does it support multiple miners in one page? If not is it possible to add a page for multiple miners?

Forget about ethmon, as explained in one of its issues, it was abandoned and not developed anymore.

I rewrote it and called rigmon, it supports quite a lot, including RRD-like database for FAN/TEMP graphs, miner console view, etc, etc. (see that issue for more details). But I did not publish it and use internally. Writing a code for public requires some time to add README, examples, etc, etc. But only couple of users said thanks for it, not talking about donations... User interest is the main motivation for OpenSource projects, and I did not find such interest. So I decided to not waste time preparing it for public access and did not open.

rigmon supports multiple miner rigs with few cards per each, Claymore dual-mining, also it supports multiply miner groups to see group stats plus total. Supports miner console view (for Claymore and ZM). Customisable window title with rates. API call for external health monitoring (when there are issues, I receive a message on my phone via telegram and another Android-specific AutoRemote tool, rigmon provides the info, another script uses it).

Actually it is not an all-in-one solution as some other monitors. I wrote it for myself and find it useful. I do not need, say, miner control from it, so it lacks this. Recently added ZM API support and just found ethminer compatibility.




PS. How to post small image previews? I used img tag and they are huge...
69  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 11:01:56 AM
Exactly.

My test rigs on Win10. Ignore stale share counts, I have long pings from these test rigs.
rig01 is ethminer, rig02 is Claymore's, rigmon is my own tool and uses the same API for both miners.



PS. NVidia cards on Linux report temps/fans only in CUDA mode (tested with older miner for CUDA 8 ). In OpenCL mode they do not report this.
70  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 10:40:27 AM
Actually I am using Claymore's ETH miner in single mode. This night I tested ethminer 0.13 and found that it outperforms Claymore's one a little bit (even not counting the devfee). But I like to monitor it via API using own tools. I surprisingly found that latest ethminer is compatible for miner_getstat1 API call, but it requires CUDA 9. Older version for CUDA 8 works well, but it does not yet provide the same telemetry. That's the reason I want to upgrade. Newer version also works in OpenCL mode but hashrates are much lower than in CUDA mode.
71  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 21, 2018, 09:55:27 AM
I've been using nvOC for more than a year. I do not upgrade the base system, but upgrade only miner I use. Now I am going to switch to another miner which requires CUDA 9 (my system has CUDA 8.0).

Can anybody suggest me how to update CUDA to version 9 not touching the rest of the system? I can, of course, replace or update the whole nvOC and check if it has CUDA 9 (does it?), but prefer to update drivers only.

I have never used Linux as a desktop with graphic drivers (but use it heavily for console only servers), so have no experience with NVidia drivers.
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Nodez - Final Launch Date: 20th of Jan 2018 9:00PM UK Time on: January 20, 2018, 09:52:23 PM
Dev said - Okay, as you noticed this didnt work out and it doesnt help to blame. Waller needs to fix the grace thing, so we gonna delay another 24h. We wont provide bins before this time so once git is open pools can grab the source/bins and do their thing. Bootnodes getting pulled now.
Ok, so someone (some only pools) had time to build and run testnet, but others are not.
Sources still are not available to build and check.
Wallets not available even in the form of full nodes to build and play with.
Doesn't look fair. Looks like dirty games.
Seems I have to out either.
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 20, 2018, 11:18:32 AM
Isn't that what running Pixel Patcher accomplishes though? I certainly don't claim to be a modding wiz, but in my months of bios tweaking and learning how to tweak... I've never seen the mobo tweaks be a step in tutorials. Just mod bios, flash bios, patch bios, restart computer, then done.
Windows AMD drivers do not like patched VBIOS (of video cards), that can be fixed with atikmdag-patcher (that patches drivers).

But UEFI motherboard may not boot system at all if it is in SecureBoot mode and VBIOS was patched. It also may not recognise videocards with patched BIOS if in UEFI mode, thus, may require CSM enabled.

I have never seen such issues (but once I was not able to boot Linux USB flash until enabled BIOS CSM mode in the MB setup). But such issues may occur, so the README for BIOS editor on GitHub explains this. It does not mean that you definitly will have issues, it just means that tou might have them, and explains how to fix.
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 20, 2018, 07:11:36 AM
Looks like newest version 1.6.7 mentions that it requires some mobo tweaks to properly use, so if you can find 1.6.6 for download that was the one I used.
That comment about tweaks is equally applicable to any BIOS mod.

When you change BIOS, its cryptography signature becomes invalid. If you have SecureBoot enabled in the MB settings, it will not boot because GPU firmware seems to be "compromised". CSM means Compatibility Support Mode for UEFI BIOS, it may be required to boot non-UEFI firmware (or firmware with wrong checksum/signature).

So if it's required, it will be for any version of editor, or better said, for any modified video BIOS.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 19, 2018, 04:13:00 PM
I know 2GB GPUs are now worthless for Ethereum because of DAG's size but is there some kind of limitation when it comes to Cryptonight?
Would I have any advantage by buying a 4GB over a 2GB?
Does Cryptonight even have something like a DAG?
It has nothing with Claymore's ETH dual miner.
There is Claymore's miner for CryptoNight (Monero, Intense, etc).

From what I can guess, it uses memory somehow. More memory - more threads to mine CN. But is that a real limitation - I don't know. Also it has an option to double memory used to improve performance. You should test if you want more memory or not, it depends on your system.
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 19, 2018, 08:25:16 AM
It's quite a challenge to integrate third-party GPU miners with the wallet, mostly because the majority of anti-viruses and browsers block mining software from downloading or executing. This could really interfere with the usage and adoption of our products. That is why only a proprietary CPU miner is included with the wallet in its current form.
And that's right.
Wallet is not a miner. It may include a CPU-miner as a part of the node to check pools and/or testnet. But the main goal of coin developers should be the coin itself and related services, not a hardware-optimised miners, I think.
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 18, 2018, 06:44:58 PM
I don't recall DGB being listed on stocks.exchange (and don't see it there right now).
Yeah, my bad. That was @ Cryptopia.
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 18, 2018, 03:38:48 PM
some of the popular withdrawal solutions (doge/eth) are overpriced there.
Another one solution is DigiByte (DBG). Cheap and fast transactions. Used it to withdraw to Poloniex.
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 17, 2018, 10:57:40 PM
Not "every wallet", most wallets nowadays actually don't have it. It's only present for some coins that are more or less "cpu-friendly", cryptonight etc. The vast majority of altcoins don't have this feature in the wallets.
I talked about every wallet from the quoted download link for Intense Coin:
Quote
https://intensecoin.com/#download — any wallet from this page is just a wallet and doesn't do any mining.

I said nothing about other coins.
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: January 17, 2018, 09:55:50 PM
I've never even seen wallets that do GPU mining, where did you find one?  Smiley
https://intensecoin.com/#download — any wallet from this page is just a wallet and doesn't do any mining.
Not a GPU, but every wallet is able to mine. There is a "Start mining" button, pressing that it will CPU-mine.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!