Bitcoin Forum
April 26, 2024, 03:56:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 385 »
  Print  
Author Topic: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come  (Read 785444 times)
hoze
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
October 31, 2014, 05:56:21 PM
 #1721

@djm34:
Thanks for the reliese , I've reached 126Mh/s with 6x 750Ti. I'll try some clocking for squeeze more power

What clocks do U use??
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714147019
Hero Member
*
Offline Offline

Posts: 1714147019

View Profile Personal Message (Offline)

Ignore
1714147019
Reply with quote  #2

1714147019
Report to moderator
1714147019
Hero Member
*
Offline Offline

Posts: 1714147019

View Profile Personal Message (Offline)

Ignore
1714147019
Reply with quote  #2

1714147019
Report to moderator
1714147019
Hero Member
*
Offline Offline

Posts: 1714147019

View Profile Personal Message (Offline)

Ignore
1714147019
Reply with quote  #2

1714147019
Report to moderator
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
October 31, 2014, 06:00:58 PM
 #1722

dammit... remove the line I told you to add
and replace any occurance of uint64_t in sk1024.cu by unsigned long long (I must be missing something... this shouldn't be necessary)
after doing this operation on all these files:
Algo/sk1024.cu
Algo/sk1024_keccak.cu
hash/MinerThread.cpp
miner2.h

it did finally build and it (slowly) runs:
Code:
        ***** skMiner for nVidia GPUs by djm34  *****
                     This is version v0.2
        based on ccMiner by Christian Buchner and Christian H. 2014 ***
                   and on primeminer by Videlicet
         Copyright 2014 djm34
          BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
                           CSD: 2S2pCpRXyb8Lpre52U3Xjq2MguSdaea5YGjVTsJqgZBfL2S24ag
Initializing Miner 127.0.0.1:9325 Number of Cards = 1 Timeout = 10
Connected to 127.0.0.1:9325...
[MASTER] Coinshield Network: New Block 35227
2.6 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35227 | Diff = 37 0-bits | 00:00:11
[MASTER] Coinshield Network: New Block 35228
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:22
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:33
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:45
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:56
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:07
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:18
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:29
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:40
i'll tell if it'll find any blocks in the next days...
thank you again for your hints Smiley

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
October 31, 2014, 06:30:09 PM
 #1723

dammit... remove the line I told you to add
and replace any occurance of uint64_t in sk1024.cu by unsigned long long (I must be missing something... this shouldn't be necessary)
after doing this operation on all these files:
Algo/sk1024.cu
Algo/sk1024_keccak.cu
hash/MinerThread.cpp
miner2.h

it did finally build and it (slowly) runs:
Code:
        ***** skMiner for nVidia GPUs by djm34  *****
                     This is version v0.2
        based on ccMiner by Christian Buchner and Christian H. 2014 ***
                   and on primeminer by Videlicet
         Copyright 2014 djm34
          BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
                           CSD: 2S2pCpRXyb8Lpre52U3Xjq2MguSdaea5YGjVTsJqgZBfL2S24ag
Initializing Miner 127.0.0.1:9325 Number of Cards = 1 Timeout = 10
Connected to 127.0.0.1:9325...
[MASTER] Coinshield Network: New Block 35227
2.6 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35227 | Diff = 37 0-bits | 00:00:11
[MASTER] Coinshield Network: New Block 35228
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:22
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:33
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:45
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:56
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:07
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:18
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:29
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:40
i'll tell if it'll find any blocks in the next days...
thank you again for your hints Smiley
what card are you using ? 3MH/s is very bad... (compute_30 ?)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
October 31, 2014, 06:33:06 PM
 #1724

dammit... remove the line I told you to add
and replace any occurance of uint64_t in sk1024.cu by unsigned long long (I must be missing something... this shouldn't be necessary)
after doing this operation on all these files:
Algo/sk1024.cu
Algo/sk1024_keccak.cu
hash/MinerThread.cpp
miner2.h

it did finally build and it (slowly) runs:
Code:
        ***** skMiner for nVidia GPUs by djm34  *****
                     This is version v0.2
        based on ccMiner by Christian Buchner and Christian H. 2014 ***
                   and on primeminer by Videlicet
         Copyright 2014 djm34
          BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
                           CSD: 2S2pCpRXyb8Lpre52U3Xjq2MguSdaea5YGjVTsJqgZBfL2S24ag
Initializing Miner 127.0.0.1:9325 Number of Cards = 1 Timeout = 10
Connected to 127.0.0.1:9325...
[MASTER] Coinshield Network: New Block 35227
2.6 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35227 | Diff = 37 0-bits | 00:00:11
[MASTER] Coinshield Network: New Block 35228
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:22
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:33
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:45
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:56
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:07
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:18
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:29
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:40
i'll tell if it'll find any blocks in the next days...
thank you again for your hints Smiley
what card are you using ? 3MH/s is very bad... (compute_30 ?)
yes, gtx660-oem with 1152 cuda cores
any other tweaking hint is welcome Smiley

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
October 31, 2014, 07:43:25 PM
 #1725

dammit... remove the line I told you to add
and replace any occurance of uint64_t in sk1024.cu by unsigned long long (I must be missing something... this shouldn't be necessary)
after doing this operation on all these files:
Algo/sk1024.cu
Algo/sk1024_keccak.cu
hash/MinerThread.cpp
miner2.h

it did finally build and it (slowly) runs:
Code:
        ***** skMiner for nVidia GPUs by djm34  *****
                     This is version v0.2
        based on ccMiner by Christian Buchner and Christian H. 2014 ***
                   and on primeminer by Videlicet
         Copyright 2014 djm34
          BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
                           CSD: 2S2pCpRXyb8Lpre52U3Xjq2MguSdaea5YGjVTsJqgZBfL2S24ag
Initializing Miner 127.0.0.1:9325 Number of Cards = 1 Timeout = 10
Connected to 127.0.0.1:9325...
[MASTER] Coinshield Network: New Block 35227
2.6 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35227 | Diff = 37 0-bits | 00:00:11
[MASTER] Coinshield Network: New Block 35228
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:22
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:33
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:45
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:56
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:07
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:18
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:29
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:40
i'll tell if it'll find any blocks in the next days...
thank you again for your hints Smiley
what card are you using ? 3MH/s is very bad... (compute_30 ?)
yes, gtx660-oem with 1152 cuda cores
any other tweaking hint is welcome Smiley
try to overclock a bit you should get at least 4MH/s, if you have enough memory, you can try to increase the throughput also.

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
hoze
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
October 31, 2014, 07:49:38 PM
 #1726

Thanks , Ill check out
EDIT: Stabilized it at 145 MH/s with 5x280X Vapor-X, but did not find any block.
I have a rig of Nvidia which mining with 110MH/s and hits blocks ...
It should work, in principle, I will check again (to make sure I didn't mess with before releasing) if the nonce doesn't skip any value...
What's the conf of 750ti for your previous released miner,I got only around 19mh/s for each 750ti.

Can you share your 280x config file ? I can't get my rig of AMD work corectly. In test machine single msi amd 280x work nice (~25Mhs) but in the other machine with 4x amd 280x only get ~50Mhs...
Namsbreh
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


View Profile
October 31, 2014, 07:56:07 PM
 #1727

I have a 6 card (750ti) rig solo mining, speed is approx 75mh, 2 cards are stone cold, I think only 4 cards are mining.

Before I start to investigate, am I missing something really obvious, my launch config is skminer.exe 127.0.0.1 9325 6


try the new version I published, also how many core/thread has your cpu ?

Thanks djm.  I downloaded your new version, 6 cards now running.  The CPU on the rig is an intel dual core & the mobo is an H61.

Donation to follow once I have found some blocks.


Supercomputing
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
October 31, 2014, 08:00:20 PM
 #1728

new sources and binaries for nvidia miner: http://ge.tt/4dUHeF32/v/0?c

main change:
* support added for compute_30 (the performance are bad... but it works... not enough register for skein 1024 leading to large spill store
* kernel working now with compute 5_2
* optimization of skein for compute >= 3_5
gtx750: 22.5MH/s
gtx780ti: 43MH/s
gtx 980: 63MH/s
* possibility to select the card to be used together with new format for IP:PORT selection

example Release/skminer 127.0.0.1:9325 gtx980#1,gtx980#2,gtxWhatever

(in the example, the program will run on two gtx980 and ignore the gtxWhatever as it won't find it on your computer (so make sure you put names of card which exist)... alternatively 980#1,980#2 will also work (as in ccminer).

If no second argument is given, it will use every card found on the system.
There is may-be a limitation, as I think, the number of card should be smaller or equal to the number of cpu core/thread (need to be verified though... and I don't have enough pci port for that...)

* new display format, I used supercomputing one.
* added compilation for linux (it is again supercomputing one...) please let me know if it works.


current hashrate on my system with this version: 193MH/s (2 gtx980, 1 gtx750 and 1 gtx780ti), cpu usage 26% (which is high compared to ccminer)

Works on Linux


Testnet:
./skminer 10.0.0.2:8325 750#1
        ***** skMiner for nVidia GPUs by djm34  *****
                     This is version v0.2
        based on ccMiner by Christian Buchner and Christian H. 2014 ***
                   and on primeminer by Videlicet
         Copyright 2014 djm34
          BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
                           CSD: 2S2pCpRXyb8Lpre52U3Xjq2MguSdaea5YGjVTsJqgZBfL2S24ag

cards asked 1
existing card: 750#1
Initializing Miner 10.0.0.2:8325 Number of Cards = 1 Timeout = 10
Connected to 10.0.0.2:8325...
[MASTER] Coinshield Network: New Block 7422
17.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 7422 | Diff = 30 0-bits | 00:00:12
19.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 7422 | Diff = 30 0-bits | 00:00:23
20.7 MH/s | 0 Blks ACC=0 REJ=0 | Height = 7422 | Diff = 30 0-bits | 00:00:34
20.5 MH/s | 0 Blks ACC=0 REJ=0 | Height = 7422 | Diff = 30 0-bits | 00:00:46
20.8 MH/s | 0 Blks ACC=0 REJ=0 | Height = 7422 | Diff = 30 0-bits | 00:00:57
21.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 7422 | Diff = 30 0-bits | 00:01:08
21.2 MH/s | 0 Blks ACC=0 REJ=0 | Height = 7422 | Diff = 30 0-bits | 00:01:19

                GeForce GTX 750 Ti (1)

******* BLOCK with 30 Leading Zero Bits FOUND *******

                Preparing for Block Submission...

Submitting Block...
[MASTER] Block Accepted By Coinshield Network.
[MASTER] Coinshield Network: New Block 7423
20.7 MH/s | 1 Blks ACC=1 REJ=0 | Height = 7423 | Diff = 30 0-bits | 00:01:31

Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
Supercomputing
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
October 31, 2014, 08:33:02 PM
 #1729

Linux makefiles with some output enhancements for djm34's miner (v0.2):

https://www.dropbox.com/s/rjagl880gjqboh6/skminer.v02.tar.gz?dl=0

tar -xvf skminer.v02.tar.gz

cd skminer

./autogen.sh

./configure

make



Don't forget to change the NVCC options in the Makefile to match your GPU's compute capability:
-gencode=arch=compute_xx,code=\"sm_xx,compute_xx\"

For example, compile with the options below for execution on a GTX 750 GPU
-gencode=arch=compute_50,code=\"sm_50,compute_50\"

Please see the following link for help:
https://developer.nvidia.com/cuda-gpus

Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
October 31, 2014, 10:04:29 PM
 #1730

dammit... remove the line I told you to add
and replace any occurance of uint64_t in sk1024.cu by unsigned long long (I must be missing something... this shouldn't be necessary)
after doing this operation on all these files:
Algo/sk1024.cu
Algo/sk1024_keccak.cu
hash/MinerThread.cpp
miner2.h

it did finally build and it (slowly) runs:
Code:
        ***** skMiner for nVidia GPUs by djm34  *****
                     This is version v0.2
        based on ccMiner by Christian Buchner and Christian H. 2014 ***
                   and on primeminer by Videlicet
         Copyright 2014 djm34
          BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
                           CSD: 2S2pCpRXyb8Lpre52U3Xjq2MguSdaea5YGjVTsJqgZBfL2S24ag
Initializing Miner 127.0.0.1:9325 Number of Cards = 1 Timeout = 10
Connected to 127.0.0.1:9325...
[MASTER] Coinshield Network: New Block 35227
2.6 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35227 | Diff = 37 0-bits | 00:00:11
[MASTER] Coinshield Network: New Block 35228
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:22
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:33
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:45
2.9 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:00:56
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:07
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:18
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:29
3.0 MH/s | 0 Blks ACC=0 REJ=0 | Height = 35228 | Diff = 37 0-bits | 00:01:40
i'll tell if it'll find any blocks in the next days...
thank you again for your hints Smiley
what card are you using ? 3MH/s is very bad... (compute_30 ?)
yes, gtx660-oem with 1152 cuda cores
any other tweaking hint is welcome Smiley
try to overclock a bit you should get at least 4MH/s, if you have enough memory, you can try to increase the throughput also.
overclocking is not an option since it makes the card unstable and not worth the additional max. 400 khs it brings...
regarding the throughput, i can even double it but then i get just 2 Mhs and increasing/decreasing it by small steps doesn't make a significative difference (got just +100 khs with throughput = 512*1 * 512*1...
beside that it's four times more cpu intensive than ccminer, so it's actually slowing down the primeminer...
sorry, but i don't think it's worth waiting to see if any blocks gets mined, i'll go back to multipools for now.

Superxfast
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
November 01, 2014, 01:18:36 AM
 #1731

Hello,

I intend to mine with GPU but, could you please share how many coins I can dig a day with 4 AMD card 208x or 4 AMD card 290 or 4 card nvidia 780
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
November 01, 2014, 02:16:52 AM
 #1732

skunk,

I'll work on a fix for this when I build the GPU Pool Miner. GPU Pools are coming after Core 1.0.2 Update which is coming after CPU Pools Launch. Currently finishing up CPU pool backend to get it ready for Beta Testing [it will be a Live pool, that I will be working on until I am satisfied everything is correct]. Will then build UI, open the source code, and start working on Core 1.0.2. This will be a mandatory update [Block Version 3 with Time-Lock], and should bring a lot smoother difficulty adjustments Smiley It will also include a Debug LLP so I can monitor specific Debug Outputs remotely, and ensure that everything "under the hood" continues to run smoothly.

Depending on how efficiently the Pool runs, and the necessity, I can add a synchronization protocol to keep a pool server cluster mining for the same pool. Might consider releasing a third code base too, as a joint CPU / GPU pool for Coinshield. We'll see, my TODO list keeps getting longer  Tongue

Thank You,
Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
November 01, 2014, 06:14:45 AM
 #1733

@ djm34
 
Stupid question for you. This miner doesn't allow us to solo mine from one computer to the other, does it?

Was just curious because the skminer allows that.

which one ? (it should in principle as it uses the same code)

From post 1,445: https://bitcointalk.org/index.php?topic=657601.msg9287828#msg9287828

When I try your new one I get this "The procedure entry point clRelease could not be located in the dynamic link library OpenCl.dll"

EDIT: When I run it on the rig with the wallet, it starts but closes after a few seconds. Tried to add pause but no message comes up. It just sits there.
not sure what to see on post 1445.
which opencl version is there on your computer ? may-be a problem with the version you are using...

Sorry, I thought you meant what miner I was using to solo mine. That is what that post was for.

I'll try and update the opencl and see if that helps (I have no idea what version I am on).
that was my question and still is (however I assume it is the amd one), because there is no link to any amd miner on that post.
The amd miner was released later on.
However all the miners (amd/prime/nvidia) use the same logic to connect to the wallet. So if it works for one, it should work for the others.

Re-downloaded the miner from the cuda thread and all is working fine now.

Solo mining from Rig 1 to Rig 2 with no problems. Will send more coins to you after I find some more blocks.

Thanks


If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 01, 2014, 10:25:38 AM
 #1734

@ djm34
 
Stupid question for you. This miner doesn't allow us to solo mine from one computer to the other, does it?

Was just curious because the skminer allows that.

which one ? (it should in principle as it uses the same code)

From post 1,445: https://bitcointalk.org/index.php?topic=657601.msg9287828#msg9287828

When I try your new one I get this "The procedure entry point clRelease could not be located in the dynamic link library OpenCl.dll"

EDIT: When I run it on the rig with the wallet, it starts but closes after a few seconds. Tried to add pause but no message comes up. It just sits there.
not sure what to see on post 1445.
which opencl version is there on your computer ? may-be a problem with the version you are using...

Sorry, I thought you meant what miner I was using to solo mine. That is what that post was for.

I'll try and update the opencl and see if that helps (I have no idea what version I am on).
that was my question and still is (however I assume it is the amd one), because there is no link to any amd miner on that post.
The amd miner was released later on.
However all the miners (amd/prime/nvidia) use the same logic to connect to the wallet. So if it works for one, it should work for the others.

Re-downloaded the miner from the cuda thread and all is working fine now.

Solo mining from Rig 1 to Rig 2 with no problems. Will send more coins to you after I find some more blocks.

Thanks


still don't understand what was your opencl lib error, because the miner for nvidia doesn't use opencl

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
November 01, 2014, 11:19:38 AM
 #1735

skunk,

I'll work on a fix for this when I build the GPU Pool Miner. GPU Pools are coming after Core 1.0.2 Update which is coming after CPU Pools Launch. Currently finishing up CPU pool backend to get it ready for Beta Testing [it will be a Live pool, that I will be working on until I am satisfied everything is correct]. Will then build UI, open the source code, and start working on Core 1.0.2. This will be a mandatory update [Block Version 3 with Time-Lock], and should bring a lot smoother difficulty adjustments Smiley It will also include a Debug LLP so I can monitor specific Debug Outputs remotely, and ensure that everything "under the hood" continues to run smoothly.

Depending on how efficiently the Pool runs, and the necessity, I can add a synchronization protocol to keep a pool server cluster mining for the same pool. Might consider releasing a third code base too, as a joint CPU / GPU pool for Coinshield. We'll see, my TODO list keeps getting longer  Tongue

Thank You,
Viz.
thank you for the update viz, pools are a good news if this coin gets more popular, but still won't make my card's 3 Mhs worth the fuss...
i was thinking about getting a 750ti (less power/noise with slightly better hashing rates) since i thought the price would drop with the introduction of the 900 series, but it didn't yet...

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 01, 2014, 12:38:06 PM
 #1736

skunk,

I'll work on a fix for this when I build the GPU Pool Miner. GPU Pools are coming after Core 1.0.2 Update which is coming after CPU Pools Launch. Currently finishing up CPU pool backend to get it ready for Beta Testing [it will be a Live pool, that I will be working on until I am satisfied everything is correct]. Will then build UI, open the source code, and start working on Core 1.0.2. This will be a mandatory update [Block Version 3 with Time-Lock], and should bring a lot smoother difficulty adjustments Smiley It will also include a Debug LLP so I can monitor specific Debug Outputs remotely, and ensure that everything "under the hood" continues to run smoothly.

Depending on how efficiently the Pool runs, and the necessity, I can add a synchronization protocol to keep a pool server cluster mining for the same pool. Might consider releasing a third code base too, as a joint CPU / GPU pool for Coinshield. We'll see, my TODO list keeps getting longer  Tongue

Thank You,
Viz.
thank you for the update viz, pools are a good news if this coin gets more popular, but still won't make my card's 3 Mhs worth the fuss...
i was thinking about getting a 750ti (less power/noise with slightly better hashing rates) since i thought the price would drop with the introduction of the 900 series, but it didn't yet...
~100 euros, I don't see how it could get lower (might find a deal with miners selling out though, if they are as smart as for selling coins, you might found some at 10 euros  Grin)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
November 01, 2014, 01:12:14 PM
 #1737

~100 euros, I don't see how it could get lower (might find a deal with miners selling out though, if they are as smart as for selling coins, you might found some at 10 euros  Grin)
the cheaper 750ti i could find in spain sells at 128 euros and the palit stormx dual that i was watching still sells at 145 euros...
however it's not the card price my main concern but mining profitability itself, coinshield might be the last coin worth mining since multipools are almost not worth electricity costs and new coins are not worth my time.
time has passed since the great jackpotcoin ride which raised my hobbyist interest into cryptocurrency and even if a 750ti is a small investment, it's still an investment that needs to prove to be worth since i'm not even a gamer.

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 01, 2014, 01:45:06 PM
 #1738

~100 euros, I don't see how it could get lower (might find a deal with miners selling out though, if they are as smart as for selling coins, you might found some at 10 euros  Grin)
the cheaper 750ti i could find in spain sells at 128 euros and the palit stormx dual that i was watching still sells at 145 euros...
however it's not the card price my main concern but mining profitability itself, coinshield might be the last coin worth mining since multipools are almost not worth electricity costs and new coins are not worth my time.
time has passed since the great jackpotcoin ride which raised my hobbyist interest into cryptocurrency and even if a 750ti is a small investment, it's still an investment that needs to prove to be worth since i'm not even a gamer.
no matter what go for the cheaper, they are all equal (and they don't need fancy fans and you can do oc yourself)
and if you are a gamer, buy a 970 or a 980 might not make ROI but at least you will have fun (which is priceless)

by the way when does start the coin recycling stuff ?
(because actually that's may-be the only thing which could attract attention...)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
November 01, 2014, 02:08:42 PM
 #1739


still don't understand what was your opencl lib error, because the miner for nvidia doesn't use opencl

I am not the sharpest tool in the shed so I might have been doing or trying something I should not have.

I'll place the blame on myself.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 01, 2014, 04:45:34 PM
 #1740


still don't understand what was your opencl lib error, because the miner for nvidia doesn't use opencl

I am not the sharpest tool in the shed so I might have been doing or trying something I should not have.

I'll place the blame on myself.
no problem... what happens in the shed stays in the shed  Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Pages: « 1 ... 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] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 385 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!