Search content
Sort by

Showing 15 of 15 results by VicTwenty
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0
by
VicTwenty
on 29/01/2021, 16:27:08 UTC
Is there anywhere to exchange bitcoin to dogecoin besides binance?
Everywhere else I've checked has disabled dogecoin.
Post
Topic
Board Electrum
Re: (Linux) Installed Electrum won't start. Electrum-Ltc no longer works
by
VicTwenty
on 30/03/2018, 07:31:45 UTC
yep. Same error even when using sudo.

$ sudo pip3 install urllib3 --upgrade
Code:
Downloading/unpacking urllib3 from https://pypi.python.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl#md5=1c11e1c80371cc4e89911071010a98d1
  Downloading urllib3-1.22-py2.py3-none-any.whl (132kB): 132kB downloaded
Installing collected packages: urllib3
  Found existing installation: urllib3 1.7.1
    Not uninstalling urllib3 at /usr/lib/python3/dist-packages, owned by OS
Successfully installed urllib3
Cleaning up...

Could it have something to do with the dependencies I installed?
"Install dependencies:
sudo apt-get install python3-setuptools python3-pyqt5 python3-pip"

I had electrum-ltc installed and working fine. Then I installed the dependencies above and electrum (btc), that's when electrum-ltc stopped working.
Post
Topic
Board Electrum
Re: (Linux) Installed Electrum won't start. Electrum-Ltc no longer works
by
VicTwenty
on 29/03/2018, 07:43:48 UTC
use pip3 and sudo so `sudo pip3 install urllib3`

Thanks for the reply.

tried sudo pip3 install urllib3
Code:
Requirement already satisfied (use --upgrade to upgrade): urllib3 in /usr/lib/python3/dist-packages
Cleaning up...
Post
Topic
Board Electrum
(Linux) Installed Electrum won't start. Electrum-Ltc no longer works
by
VicTwenty
on 28/03/2018, 05:40:45 UTC
Linux Mint 17 Qiana

I Installed electrum following the instructions on https://electrum.org/#download
Install dependencies:
sudo apt-get install python3-setuptools python3-pyqt5 python3-pip
Install Electrum:
sudo pip3 install https://download.electrum.org/3.1.1/Electrum-3.1.1.tar.gz

When I click the electrum icon through the applications menu nothing happens.
I have electrum-ltc installed and it was working. Since installing electrum it will not run.

If I try to start it through the command line I get the following error:
$ ./electrum
Code:
/usr/local/lib/python3.4/dist-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.7.1) or chardet (2.2.1) doesn't match a supported version!
  RequestsDependencyWarning)
Error: cannot import name 'DependencyWarning'. Try 'sudo pip install '

Trying to update urllib3 and chardet I get these errors:
$ sudo pip install urllib3
Code:
Requirement already satisfied (use --upgrade to upgrade): urllib3 in /usr/lib/python2.7/dist-packages
Cleaning up...

$ pip install --upgrade urllib3
Code:
Downloading/unpacking urllib3 from https://pypi.python.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl#md5=1c11e1c80371cc4e89911071010a98d1
  Downloading urllib3-1.22-py2.py3-none-any.whl (132kB): 132kB downloaded
Installing collected packages: urllib3
  Found existing installation: urllib3 1.7.1
    Not uninstalling urllib3 at /usr/lib/python2.7/dist-packages, owned by OS
  Can't roll back urllib3; was not uninstalled
Cleaning up...
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 283, in run
    requirement_set.install(install_options, global_options, root=options.root_path)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1436, in install
    requirement.install(install_options, global_options, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 672, in install
    self.move_wheel_files(self.source_dir, root=root)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 902, in move_wheel_files
    pycompile=self.pycompile,
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 206, in move_wheel_files
    clobber(source, lib_dir, True)
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 193, in clobber
    os.makedirs(destsubdir)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/urllib3'

Any help is appreciated.

Post
Topic
Board Mining (Altcoins)
Re: 1080 Ti mining OC and power?
by
VicTwenty
on 01/03/2018, 05:34:36 UTC
"384.111, 387.34 and 390.30" are the driver versions.

+100 core +200 memory
average is Aorus 730 sol/s and Zotac 720 sol/s.

+75 core +600 memory gives a similar hashrate.
Tried upping the core, found that +105 is the limit. Anymore then that and the miner will crash after a few hours.



Post
Topic
Board Mining (Altcoins)
Re: 1080 Ti mining OC and power?
by
VicTwenty
on 28/02/2018, 03:57:38 UTC
Aorus 740 sol/s
Zotac 730 sol/s
Sometimes they are getting the same hashrate, most of the time the aorus is +10 sol/s more than the zotac.

I've tried 384.111, 387.34 and 390.30
390.30 gets the best hashrate so far.

Not sure which cuda version the miner is really using. I tried to remove 7.5 and install 9.1
When I run the following commands I get different versions.

$ cat /usr/local/cuda/version.txt
CUDA Version 9.1.85

$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Tue_Aug_11_14:27:32_CDT_2015
Cuda compilation tools, release 7.5, V7.5.17
Post
Topic
Board Mining (Altcoins)
Re: 1080 Ti mining OC and power?
by
VicTwenty
on 27/02/2018, 09:05:26 UTC
@QuintLeo
Which driver and cuda version are you using?

EWBF on lubuntu 16.04 getting 730-740 sol/s, same as dstm.
Power 225w, +100 core, +100 memory

Maybe I lost the 'silicon lottery' on these cards.
Post
Topic
Board Mining (Altcoins)
Re: 1080 Ti mining OC and power?
by
VicTwenty
on 26/02/2018, 05:57:11 UTC
Memory DOES make a difference on equihash - though not a big one on the 1080 ti.

 On my Aorus (not the extreme), I found that +100 core +100 memory was the best setting for speed/efficiency that was stable - +150 memory gave a few more sol/s but wasn't long-term stable as those cards seem to push the memory pretty hard already, +200 memory gave me LOWER sol/s probably because it pushed the card up into the next "strap" range with higher latency settings.

 50% TDP (125 watts) gave 505 hash - don't bother this is a waste of the card.
 60% TDP (150 watts) gave 620 hash - this seems to be the best efficiency point that still has decent hashrate.
 70% TDP (175 watts) gave 680 hash - efficiency dropping but not a LOT yet
 80% TDP (200 watts) gave 725 hash - efficiency dropoff getting noticeable
 90% TDP (225 watts) gave 760 hash - ditto
100% TDP (250 watts) gave 780 hash - waste of power unless you have VERY VERY cheap power, and even then it's a bit iffy - though the cards still runs pretty cool at this setting as long as it's NOT in a hot room.


 Other cards may vary, though all of the cards I have to date (1 Gigabyte Windforce, 1 EVGA SC, pair of Aorus) all seem to match nearly identically up to about the 80% point, then the EVGA and Windforce start dropping a bit as temp doesn't let them boost the core as much.

Which miner are you using?
I'm getting 735 sol/s @ 90% TDP (225 watts).
Aorus (non-extreme. N108TAORUS) and Zotac (AMP Edition ZT-P10810D-10P)
+100 core, +100 memory.
Ubuntu with dstm miner.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
VicTwenty
on 11/02/2018, 12:50:48 UTC
What's the most reliable usb stick to use with nvOC?
I saw lexar s75 recommended a while back. The last two I bought failed within 3 months and that was using them just for normal file transfers.
I plan to get a ssd and sata to usb adapter in the future. For now I just want to test out nvOC.
Post
Topic
Board Mining (Altcoins)
Re: Has your gpu, psu or motherboard fried from a bad riser?
by
VicTwenty
on 18/01/2018, 09:02:42 UTC
Quote from: Undefined31415
If you have the necessary parts, you could build a test system with an old motherboard (with a PCIe x16 slot) and a cheap graphics card, then go through and test to see if you can get video on the card connected through the riser. I don't personally do this when I get new risers, but perhaps I should.

Great idea. Thanks!
One of those $100 refurbished systems would be good. Not a big loss if something goes wrong.

I find it strange that no highend pc hardware manufacturers are selling quality risers, i bet there would be big market for those for twice the price or more. As it stands the riser is weakest part in our setup by mile. Like, i am running pc worth thousands of $, yet wire it all up with some cheap chinese boards, thats asking for trouble.

OT, all mine have worked so far, using version 008.

That's what I was thinking.
It's not as if running multiple gpu's is not officially supported. Biostar makes a mining board designed for 10+ gpu's.

The only risers by highend pc manufacturers i've seen are unpowered ribbon cables. Thermaltake and Biostar makes them. Both have mixed reviews.
I've read that these aren't safe to use for a high watt card (1080ti).

Losing a gpu, motherboard, psu isn't even the worst case scenario.
If it starts a fire and you're not home, there goes everything..
Post
Topic
Board Mining (Altcoins)
Re: 3 card rig 1080Ti(2) + 1070Ti mini. 750w platinum vs 850w gold psu?
by
VicTwenty
on 11/01/2018, 07:16:12 UTC
I ended up getting the Seasonic.
Going to run the rig without risers. I have one aorus 1080Ti and a zotec is on the way, didn't buy the 1070Ti mini yet. I've heard the aorus takes up a lot of space compared to the other 1080Ti models. I'll see how much space I have left on the motherboard. Might just keep this rig at 2 cards.
Thanks for the help.
Post
Topic
Board Mining (Altcoins)
Re: 3 card rig 1080Ti(2) + 1070Ti mini. 750w platinum vs 850w gold psu?
by
VicTwenty
on 09/01/2018, 04:43:02 UTC
The only Rosewill Quark available here right now is the 750w $160.

How about Seasonic FOCUS Plus Series SSR-850FX 850W 80+ Gold $168 instead of the evga g3 850w?
Post
Topic
Board Mining (Altcoins)
Re: 3 card rig 1080Ti(2) + 1070Ti mini. 750w platinum vs 850w gold psu?
by
VicTwenty
on 08/01/2018, 22:50:39 UTC

Are those your only options? There are probably some more budget-friendly ones that will do the job.


Unfortunately all the 850w gold corsair and evga are around $190-$200 ($160 usd) here.
What are some other reliable psu manufacturers? Maybe I can find something cheaper.
Post
Topic
Board Mining (Altcoins)
3 card rig 1080Ti(2) + 1070Ti mini. 750w platinum vs 850w gold psu?
by
VicTwenty
on 08/01/2018, 22:18:58 UTC
I'm putting together a 3 card card rig. 2 x 1080ti and 1 x 1070ti mini.
Confused about which PSU to get. 750w vs 850w for this rig?
I can get the Corsair HX750, HX850 or RM850x tonight. Any of the other ones I'll have to wait a week for it to arrive.

Which PSU out of these do you recommend?

-PLATINUM

$165
Corsair HX750 750w

$165
Seasonic FOCUS Plus Series SSR-750PX 750W

$195
EVGA SuperNOVA 750w P2

$200
Corsair HX Series HX850 850W (only 1 left in store. might not be able to get this one)


-GOLD

$190
Corsair RM850x 850W 80+ Gold

$193
EVGA SuperNOVA 850w G3


*canadian prices.