Bitcoin Forum
May 23, 2024, 09:01:31 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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 142 »
721  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genesis Mining Presents: SGMiner-GM - now with Zcash! [Updated 3/12/2016] on: January 14, 2017, 04:26:51 AM
For Zcash check this out

https://bitcointalk.org/index.php?topic=1716584.msg17498571#msg17498571

Gateless Gate miner was just ported into SGMiner-GM or SGMiner either or its usable with SGMiner now and really nice speeds are coming up  ..... . not sure if it works with ETH  it may .


Code:
Gateless Gate v0.1.0 - Started: [2017-01-13 23:29:17] - [0 days 00:00:24]
--------------------------------------------------------------------------------
(5s):130.2 (avg):144.1h/s | A:8  R:0  HW:0  WU:23.964/m
ST: 1  SS: 0  NB: 1  LW: 30  GF: 0  RF: 0
Connected to
Block: 0000000...  Diff:0  Started: [23:29:13]  Best share: 149.4
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0:  50.0C 1637RPM |  145.9/ 191.5h/s | R:  0.0% HW:0 WU:23.964/m rI:512
--------------------------------------------------------------------------------
[23:29:12] Started Gateless Gate v0.1.0
[23:29:12] * using Jansson 2.9
[23:29:12] Loaded configuration file zcash.conf
[23:29:12] Probing for an alive pool
[23:29:13] Antpool ZCash extranonce set to 4201000000000000
[23:29:13] Antpool ZCash target changed to 007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
[23:29:13] Startup GPU initialization... Using settings from pool Antpool ZCash.
[23:29:13] Startup Pool No = 0
[23:29:14] Building binary equihashEllesmeregw192l4.bin
[23:29:17] Initialising kernel equihash.cl with nfactor 10, n 1024
[23:29:17] Initialising kernel equihash.cl with nfactor 10, n 1024
[23:29:19] Accepted 6764217a Diff 39.62/1.000 GPU 0
[23:29:19] Accepted 36815d83 Diff 75.15/1.000 GPU 0
[23:29:25] Accepted 4acf2803 Diff 54.75/1.000 GPU 0
[23:29:28] Accepted 5f1ed919 Diff 43.06/1.000 GPU 0
722  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source cross-platform OpenCL Zcash miner on: January 14, 2017, 03:42:21 AM
In any case, I am actually quite happy about the port as you get so much stuff as a free bonus with sgminer.
The good thing is that it is much easier to work with the GCN assembly now.
I will do some experiments with global syncs first, then see how fast GDS is.


I knew it would be i didn't want to push it to much so i let others . Smiley .

thanks for the hard work .

trying it now .

got my 480 pushing 192 using this zcash.conf

CM 11 is doing 245.132 at stock setting so it won"t be long .. till OS software catches up and passes CM and hits max speeds . I.m not upset or against CM, his fees etc so please don't go there, don't misjudge me .

zcash.conf

Code:
{
"pools":
[
{
"name": "",
"url": "",
"user": "",
"pass": "z",
"priority": "0",
"profile": "zcash"
}

],
"profiles":
[
{
"name": "zcash",
"algorithm": "equihash",
      "api-listen": true,
      "api-allow": "W:127.0.0.1/24,W:192.168.1.0/24",
      "api-port": "4028",
      "failover-only": true,
      "rawintensity": "512",
      "worksize": "192",
      "gpu-threads": "2",
      "temp-target": "70",
      "temp-overheat": "80",
      "gpu-fan": "60-90",
       "no-submit-stale": true,
      "text-only": false
}
],
"default-profile": "zcash",
"no-extranonce": true
}

with this bat start up one of the many reason l like sgminer or the old school type BFG cgminer and  sgminer look way feel etcc ...

start_gatelessgate.bat

Code:
@echo off
echo "starting up gatelessgate"

Call :start

pause
GOTO ENDE


:start

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
del *.bin


gatelessgate.exe -c zcash.conf

EXIT /B 0

:ENDE

if you don"t like the looks use

Code:
 "text-only": with the true flag,

I'm gonna mess with setting more to see whats actually working atm ..

Thanks again top .

PS :

now all we need is some one to Add SSL/TLS support to Gateless Gate/sgminer-gm ,,,, with all the pools using SSL/TLS support now thanks to Clatymore Smiley ..... or few: by few i mean a lot Few but not all .

thanks top ,
723  Alternate cryptocurrencies / Mining (Altcoins) / Re: Alchemist updated support added for RPI with a broke controler on: January 14, 2017, 03:00:06 AM
 all credit should goes to Jstefanop  


with out him it couldn't have been done , all such credit belongs to Jstefanop, all i did was ask and push it some ...


That's why i used one 7 port usb3 hub for all five of my boards if i don't or tried to use all five boards with one USB2 hub,the most boards, i could power with one USB2 hub was 4 .so i had issues, so i had to buy a nice USB 3 hub with at least 7 ports self powered .. for all five .

I consider

you and Jatefanop  the real heroes of script, i know nothing or what im doing,I'm just a Advanced user with some know how with using hardware  and editing  code to some extent ,,, or just enough knowledge to fix my own stuff and give some tips . but don't get me wrong wish i could own up to the plug not being UN grateful either... thanks ...


Cya top . Smiley ...
724  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source cross-platform OpenCL Zcash miner on: January 14, 2017, 12:48:29 AM
DO i need to compile it for windows if i click on the windows version

I get this


https://github.com/zawawawa/gatelessgate/releases/download/v0.1.0/gatelessgate-0.1.0-win64.zip

dead link..
725  Bitcoin / Hardware / Re: GekkoScience is now dabbling with 16nm ASICs for new designs on: January 13, 2017, 01:01:45 PM
some might like this

https://community.sophos.com/products/unified-threat-management/f/web-protection-web-filtering-application-visibility-control/47019/here-s-how-to-block-windows-10-spying/171857?pi2132219849=709&pi2132219853=2


and mainly why i use 10

Uptimes are impressive, like 7 was
726  Bitcoin / Mining support / Re: Avalon6 - no hash rate on: January 13, 2017, 08:07:06 AM
Temperature: 63°C | Fan: 3000RPM

mine with the new fan, it's not to loud either i could sleep in the same room if i wanted to but the heat would drive me up a wall .I wish it would sty 40 Degrees or less all year long were i live so most heat over 40 degrees i hate when i was  in my 40 and below i wanted it like 90 all year..


well any way  glad you got it .
727  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: January 13, 2017, 07:29:55 AM
Suggestion :New feather i would even pay for  a new level a more improved profit mining that can auto sell and auto exchange to the most profitable exchanges at the time, I made the same suggestion in another thread that just started that has a really cool web site . I would pay a separate cost for a add-on type thing in awesome or level with a very low maintenance fee for may be 3 months at time as a incentive to keep it going , i think month to month would be to much work on the fee part .... to keep collecting it every month .. I'm no good at coding so no way i could do it.

just a Suggestion i don't expect it to happen nor would i demand it ...


 My Crypto Buddy

http://www.mycryptobuddy.com/

https://bitcointalk.org/index.php?topic=1747750.0
728  Alternate cryptocurrencies / Mining (Altcoins) / Re: MyCryptoBuddy.com - Sleek Web Utility Helping GPU Miners Maximize Profits on: January 13, 2017, 06:32:48 AM
These may be hard to do auto sell like nice hash with more freedom for whatever coins we want to the most profitable exchange at the time, profit mining using services like pool picker, coin base, coin wiz, what to mine i  know some one else did it at one time but only the rich big farms could afford it and the guy selling seemed like a jerk. I would pay for it if it was priced for every one at first month to month to see how it goes then if plans were offered i would probable buy up to three months at a time . 6 month to a year to me would be pushing it for some thing like this , this is just a Suggestion i don't expect it to be done but it sure would be nice if that kind service existed for everyone free and paid other then nice hash nothing against nicehash but i hate being locked to one place when you can make more moving around with more freedom with pools or coins you can pick  it would level the playing field even more and stop a lot of waste.... or idle coin waste. but again it may never happen the big farms wouldn't like it .


AWESOME miner kind of does it but no auto sell or auto exchange...

https://bitcointalk.org/index.php?topic=676942.0

The site looks great i book marked it i get some use out of it ..
729  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer L3 - 250mh - 400watt Scrypt miner coming soon on: January 13, 2017, 06:22:56 AM
over clocking to 300 MH goes that high .if ever get the cash for one I'll leave it at 230 mh and try to buy a second one later on ....i would think if you could over clock it to 460 that might make it 800 watts but i guess not and might be better off with two L3s with no over clocking .


Innosilicon dropped their price for Dominator A4. Nice move.


I guess we could thank Bitmain for that ... i wouldn't bitmain all ways has some plan to get us etc....
730  Bitcoin / Hardware / Re: GekkoScience is now dabbling with 16nm ASICs for new designs on: January 13, 2017, 05:01:22 AM
Maybe because every Windows since XP has sucked in progressively more intolerable ways?

VH has already mentioned Windows binaries to me. Should be okay.

IF you say so sigh,,,i have no issue with any version of windows in fact i use a windows 10 pro without all the BS in it and works better then any windows yet by BS I mean no


EDGE, NO store, telemetry free as free goes i don't know your definition on free, very basic. that windows_10_pro-ltsb activated with a digital license and legal runs the same as XP or 7 sigh, i guess if you don't know how to water down win 10 so it's Like XP or 7 use them, sorry I asked and excuse me ..


no windows is free of some kind of telemetry if it connects the internet but if you want to believe it is go for it . even in big crop behind fire walls it may have hacks there not even aware of ... my install image is 2,958 . i can get that even lower if I want but i got it just how i want it, my ram usage is may be 10 % .

Honestly. i asked because i didn't know you could even run XP with  new PC's at least i couldn't, and I thought he was kidding by the way it seemed to be posted, i was forced into using VISTA then 7 and for 6 month after 8 came out i had a copy i never used then 10 came i liked it that much and learn how to set it up like i want not like MS wants .

if you want a 2k replacement version try Windows 10 Enterprise 2016 LTSB it is very basic no bloat i noticed unlike home pro etc . but you may have to buy a crop license or use it with no activation which is legal but can be very annoying over time ... it's only hacked if you use one of the KMS activations your not suppose to . i use pro watered down like it but with even less so i can use my digital license . other wise if I had to use 10 any way then i have it or tweaked for a nicer kinder word then hacked, i would use either 7 or 8. more 7 with a win 8 skin

Thank top
731  Bitcoin / Mining support / Re: Avalon6 - no hash rate on: January 12, 2017, 07:54:28 PM
cool i was about to say reboot it everything seems ok .

thanks top .


732  Bitcoin / Mining support / Re: Avalon6 - no hash rate on: January 12, 2017, 07:40:44 PM
over top of that is some tabs, go to the network tab  then go to edit and post that screen . IF you SSH into the PI you may not or can not change much in a Openwrt type command line unless you know how to use openwrt  in SSH it is way different then your normal Linux command line with very few apps installed so it is faster and very light weight.

if it pings ok then try another pool ? . if it hashes bitmain may be having issue for you . im mining on antpool atm with my Avalon 6 .


does the fan spin down at all, I noticed it is spinning  at 7900 RPMS , i get two load spin up after i turn on my A6 then it settle down and  gets very quite,  i also replaced the fan for less noise  but the stock fan really isn't that bad .
733  Bitcoin / Hardware / Re: GekkoScience is now dabbling with 16nm ASICs for new designs on: January 12, 2017, 07:27:06 PM
I have old S3's and S1's.. how difficult will it be to implement these boards onto an S3?

Will the S3 controller run the boards?  


I am excited for these pod miners!!  I hope they run with windows XP lol. I fail at mastering raspbin or Linux... I can only windows Sad.

if he is able to do like he wants to : take off the old board and put the new upgraded board back on , i think he said he wouldn't reuse those controllers and make it easier for everyone to use..

and please excuse me for not wanting somethings that will set, i deleted that comment didn't think it really mattered, i guess it does to some .


why XP ? .   or is that a joke ? . 
734  Bitcoin / Mining support / Re: Avalon6 - no hash rate on: January 12, 2017, 06:51:46 PM
sense you moved it make sure the USB stuff is plugged in tight .

what does the very bottom line show in the GUI of the miner show, not the pretty red color part go to advanced setting .

Quote
Avalon Devices Status
Indicator   Elapsed   Device   MM   DNA   LocalWorks   SmartSpeed   GHS   Temperature(C)   Fan(RPM)   InputVoltage(V)   PG   EC

are any lights on the  USB converter flashing any colors ? .



pool settings right ?

try another pool ? .
the fan does turn at start up ?

it should hash all most right a way if everything is set up right sense it seems to be working right .

735  Alternate cryptocurrencies / Mining (Altcoins) / Re: Genesis Mining Presents: SGMiner-GM - now with Zcash! [Updated 3/12/2016] on: January 12, 2017, 06:59:13 AM
Does R9 270 2G supported and what flags should I use. I would like to mine xmr

Sense the R9 270 is a R7 370 2 gb or the 370 replaced  the 270 , these settings work on my two 370's for XMR minng, i had to use 1 thread over two or it would show zero hashing with two threads, it should work ok with the 270 ..


Code:
"no-extranonce": true,
"api-allow": "W:127.0.0.1",
"api-listen": true,
"api-mcast-port": "4028",
"api-port": "4028",
"failover-only": true,
"gpu-threads": "1",
"no-submit-stale": true,
"rawintensity": "512",
"worksize": "4"

manly you need this

Code:
"no-extranonce": true,
"failover-only": true,
"gpu-threads": "1",
"no-submit-stale": true,
"rawintensity": "512",
"worksize": "4"

this is what my XMR>conf looks like.

Code:
{
  "pools": [
    {
      "name": "MoneroPool",
      "nfactor": "10",
      "algorithm": "cryptonight",
      "url": "stratum+tcp://mine.moneropool.com:7777",
      "user": "",
      "pass": "x"
    }
  ],
  "api-listen": true,
  "api-allow": "W:127.0.0.1/24,W:192.168.1.0/24",
  "api-port": "4028",
  "failover-only": true,
  "rawintensity": "512",
  "worksize": "4",
  "gpu-threads": "1",
  "no-submit-stale": true,
  "no-extranonce": true
  }

each card does around 439 H
736  Alternate cryptocurrencies / Mining (Altcoins) / Re: Alchemist updated support added for RPI with a broke controler on: January 12, 2017, 05:09:18 AM
found some one here on the forums that lives ten miles a way form me that will look at my dead board and see if he can fix It, i can drop it off at his place of business and save on shipping may have 6 boards running soon I'm rebuilding my mining farm this year and gonna go kind of hard core home mining etc but with GPU's and script miners and may even try Hard drive mining and once side hack starts making his upgrade board for S1 to 5 heat sink i ll have a fun farm again . lol ...this year is starting to look but i know that all go down hill fast. nice hobby that's gonna cost but wtf  why not.

Btw great to hear you tried with a custom controller to me they work a lot better if the support is there ....

thanks top .
737  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate: zawawa's open-source cross-platform OpenCL Zcash miner on: January 12, 2017, 02:20:50 AM
nice once you do build it into sgminer-gm which is actually so much better then CM ,i will be dropping my use of CM the only thing CM has over sgminer-gm is speed it can't touch sgminer-gm other wise the Auto fan , API  a lone can out do CM, only reason i don't use sgminer-gm now for Zec is speed, i use it for ETH and XMR and it works just as good as any of CM stuff does for XMR And ETH if not better after you fine tune it .I guess the other nice thing is it is one miner does it all .  with lots of nice options that work with any algorithm that it has support for .  if you don't like the old school BFG/CGMIner look just use the flag

 
Code:
"text-only": true

 it makes it look like CM without the colors kind of or  any of the newer miners out but i like that look my self .
738  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - added sgminer-gm XMR/ETH/ZCASH on: January 11, 2017, 12:32:24 PM
I will have to say: this soft ware works great if you like Linux based miners and if asked which one would I use i would recommenced this one over any of the others first you have a lot of control or all most the same amount of control if you use Linux as your main OS and compile all the miners you self etc ....  sense i like windows more i use windows but from time to time do load this on a USB drive to try . i wanted say this is a really nice miners that started out bad but is getting better, which i honestly didn't think it would or get as good as it appears to be, it still won't replace windows for me.

thanks top .
739  Alternate cryptocurrencies / Mining (Altcoins) / Re: GPU driver error after Polaris editor on: January 11, 2017, 11:50:44 AM
yea like chronek said if you use the new AMD drivers they have drivers signing turned on now and it looks likes that gonna sty so those drivers with only work if you replace and patch the atikmdag.sys file with the atikmdag-patcher-1.4.3 or go back to the original bios which can be found here https://anorak.tech/ or don't use the new drivers at all if you want to use your molded bios and don't want to patch it unless they turn off drivers signing and sadly at some point in time you may have to use the newer drivers with stock bios or patch it, if they don't block that .

and depending on the AMD card the 15.12 drivers don't have RX 400 series support I tired to install them with my RX 400 series cards they didn't work and the release notes don't list the RX 400 series as supported cards,   but you may be able to add support, if you look around, i read some place, some were able to . me i would rather use whats new from past usages using old drivers with new gear it just didn't cut it for me, unless the new drivers had major bugs


Here is the how to if you don't mind Patching the new drivers with file links that explains it all . the new drivers work fine for some and for others there a nite mare .

https://www.techpowerup.com/228536/amd-bios-signature-check-re-enabled-with-relive-locks-out-polaris-bios-modders  
740  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: January 11, 2017, 10:00:26 AM
I'm starting to bug claymroe to add more API access even if it just for Awesome miner there is to much lacking using this with CM that can make things work a lot better like it does with  sgminer-gm miner  with ETH or XMR i feel it is time it was added by him but I'm being really nice when i ask SO i don't see the issue with adding more API access to CM it can still stay closed software . awesome miners is actually held back with only basic API access . and right now sgminer-gm comes no were close to CM in speed for ZEC mining and gate less miner is about to and he will work with any one and add stuff if asked . cm api Access offers no real control that matters, fans some times don't work right temps are wrong some times or don't show unless i reboot the remote PC and the controller PC a few times if it's a rig with more then one card i know that is CM miner doing it , etc, I  know that has lot to do with API access sense sgminer-gm does report everything right or seems to, has no reboot issues .Ill be honest using the new generic miner blows wind , I'm not complaining either if all you need is monitoring to see if the remote miner is still hashing it works great for that, at one point before we started getting better ZEC miners i did and was happy to have it .

hope he adds it even if it's just for awesome miner, i don't care right now, l get to use both in a more stable way if he does.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 142 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!