Bitcoin Forum
May 08, 2024, 04:31:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XRE] Revolver Coin. Decentralized Reward Platform. on: March 11, 2017, 03:09:39 AM
If I use the official X11evo sgminer, none of the pools seem to recognize the hashes. Am I missing something?

on yiimp someone is mining with 5.1.1 maybe is a setting problem, what are yours ?



Never had an issue with sgminer. Try this settings:
sgminer.exe -k X11Evo -o stratum+tcp://yiimp.ccminer.org:3553 -u YOUR_XRE_ADDRESS -p x -I 13

I see that the miner is detected by the pool but it doesn't seem to accept hashes.


Any idea? The graphs show my ccminer hashes.
SGminer:

Edit: I'm using 2x RX 480s and if I increase the intensity, the miner shows more hashrates than shown in the above image. I just don't understand why pools don't show my hashes.
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XRE] Revolver Coin. Decentralized Reward Platform. on: March 10, 2017, 04:47:52 PM
If I use the official X11evo sgminer, none of the pools seem to recognize the hashes. Am I missing something?
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] UR - Distributed Via A World-wide Airdrop, Based on Ethereum on: March 10, 2017, 07:28:57 AM
Is anyone able to open and use the block explorer?
44  Alternate cryptocurrencies / Mining (Altcoins) / Re: AMD Ryzen hashrate? on: March 02, 2017, 03:36:10 PM
1x AMD R9 290 = 870 H/ TDP 300
1x AMD RX 480 = 700 H/ TDP 150
1x AMD R9 470 = 650 H/ TDP 130
1x AMD R9 280x = 600 H/ TDP 250
1x AMD R9 280 = 550 H/ TDP 250

CPU mining it's worthless, as always Wink

Better to scale up with GPUs (7/8 per system) than with CPUs (up to 2 in very costly, and power hungry, configs). If you max out CPUs you loose hashrate on the GPUs, that's why CPU mining it's ridicolous compared to GPU; if you're using a botnet then good for you, but we're not talking about legit operations, not hacking others
My AMD FX8320E gives 320 H/S for Cryptonight with six threads while I'm able to mine other coins with my GPUs consuming 65W extra. While GPUs are much better, Ryzen may be able to close the gap. At least to an extent with Cryptonight.
45  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source ZEC/ETH/XMR/PASC miner (453 sol/s on 7990) on: February 26, 2017, 04:07:41 AM
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

I haven't succeeded mining ubiq with sgminer sometime ago... but I was using config files and probably didn't put the correct addy: "hhtp://..." or something so maybe it always thought I'm trying stratum...? Anyway please let us know if you succeed.
Same with a conf file.

run gg with help param, I think I saw there something that could make it work.
try bat file, not json.

edit: in any case you're expected to initiate a JSON RPC on your geth rpc port, proxies may be required... dunno...

i have try for mine on dwarfpool via her proxy :
gatelessgate.exe -k ethash -o http://localhost:8080/r1 -u <wallet> -p x --xintensity 5120 --worksize 128 --gpu-threads 1

it's work fine.


Are you trying to solo mine? If you are connecting to Dwrfpool, you don' require the proxy I think. I'm trying to solo mine and this miner asks for a username and password which isn't required for solo mining.
46  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source ZEC/ETH/XMR/PASC miner (453 sol/s on 7990) on: February 25, 2017, 07:32:20 PM
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

I haven't succeeded mining ubiq with sgminer sometime ago... but I was using config files and probably didn't put the correct addy: "hhtp://..." or something so maybe it always thought I'm trying stratum...? Anyway please let us know if you succeed.
Same with a conf file.
47  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source ZEC/ETH/XMR/PASC miner (453 sol/s on 7990) on: February 25, 2017, 07:10:06 PM
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!
I'm trying the following but it seems to ask for credentials and exits.

Code:
@echo off
@set GPU_FORCE_64BIT_PTR 0
@set GPU_MAX_HEAP_SIZE 100
@set GPU_USE_SYNC_OBJECTS 1
@set GPU_MAX_ALLOC_PERCENT 100
@set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe --gpu-platform 1 -k ethash -o http://127.0.0.1:8588 --xintensity 4620 --worksize 192 --gpu-threads 2 --no-extranonce
pause
You must add options for your ethereum wallet and password. See readme.txt in folder with miner.
Okay, when I solo mine with Geoil's miner, it doesn't ask for username or password.
48  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source ZEC/ETH/XMR/PASC miner (453 sol/s on 7990) on: February 25, 2017, 07:02:06 PM
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!
I'm trying the following but it seems to ask for credentials and exits.

Code:
@echo off
@set GPU_FORCE_64BIT_PTR 0
@set GPU_MAX_HEAP_SIZE 100
@set GPU_USE_SYNC_OBJECTS 1
@set GPU_MAX_ALLOC_PERCENT 100
@set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe --gpu-platform 1 -k ethash -o http://127.0.0.1:8588 --xintensity 4620 --worksize 192 --gpu-threads 2 --no-extranonce
pause
49  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source ZEC/ETH/XMR/PASC miner (453 sol/s on 7990) on: February 25, 2017, 04:46:49 PM
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

Thanks Zawawa. I'll try.
50  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source ZEC/ETH/XMR/PASC miner (453 sol/s on 7990) on: February 25, 2017, 04:39:44 PM
Is it possible to solo mine Ethash and Cryptonight coins with this miner?
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: February 03, 2017, 04:02:55 AM
trying to mine boolberry on suprnova, getting login failure, after it already worked... i'm using bbr-cudaminer
MBK's pool is working


Try downloading the scratchpad file from Suprnova again.
52  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: January 31, 2017, 07:39:51 PM
Is anyone able to mine Boolberry in any of the pools? All pools seem to be down at the same time.
53  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's ZCash AMD GPU Miner v5.0 on: November 14, 2016, 05:43:01 PM
Getting about 135 S/S on my modded RX480 with 5.0. I was getting about 77-80 with 4.0. No words to praise Claymore.
54  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genoil's ZEC miner: AMD ZCash miner for Windows - 0.6 on: November 02, 2016, 06:40:56 PM
I just tried four threads (-k zec zec zec zec) for the first time and I get 34-37 sols as against 24 - 27 without -k on my RX 480.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: October 22, 2016, 09:17:00 AM
Hi,

It might have been discussed already, but I couldn't find the details I need. I'm planning to mine BBR and I have a GTX 1060 and RX 480 on the same system. I tried this miner and it detects both GPUs and works. I'm using Windows 7. I would like to know these things:

1. I have a slow internet and the GUI wallet takes a lot of time to sync the blockchain. I would like to download it from here http://boolberry.com/downloads.html#blockchain_proof . But I don't know which one to download, whether the last one or the previous one.
2. After downloading the block chain, where to put it in Windows? I have installed the package in a nondefault location.

Please let me know if you need more details.

Thanks,
Vijay
56  Alternate cryptocurrencies / Mining (Altcoins) / Re: GTX 1060 A (released) on: September 09, 2016, 09:53:52 AM
i bought one today
WINDFORCE 6GB OC mode
Clock 1900-2100
power 100 watt
hashrate 18-19mhs using Genoil
got the gpu for 317$
disappointed kinda of :\
maybe its the miner problem ?

Try Claymore and OC the memory. I'm getting like 21-22.
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!