Bitcoin Forum
April 26, 2024, 06:08:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 138 139 140 141 ... 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
November 10, 2014, 05:29:13 PM
 #1801

Can someone help me with amd miner for CSD ? Can't get correct hashrate. Max hashrate with 4 x amd sapphire 270x is only  ~200Khs .

Could you post your config or send it to me in a PM?

I'll try and help you find the correct settings.

Sending by priv.message my config
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
BitSlapper
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
November 10, 2014, 07:03:41 PM
 #1802

Can someone help me with amd miner for CSD ? Can't get correct hashrate. Max hashrate with 4 x amd sapphire 270x is only  ~200Khs .

Could you post your config or send it to me in a PM?

I'll try and help you find the correct settings.

Sending by priv.message my config

Got it I'll take a look and update you when I have something

BitSlapper      Coin Shield : 2QscvkN2ddvKHhQZD9RjYS6nGXSLSSgQYJ6peCCXV8RNP8FZj2r
hoze
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
November 10, 2014, 08:00:38 PM
 #1803

Can someone help me with amd miner for CSD ? Can't get correct hashrate. Max hashrate with 4 x amd sapphire 270x is only  ~200Khs .

Could you post your config or send it to me in a PM?

I'll try and help you find the correct settings.

Sending by priv.message my config

Got it I'll take a look and update you when I have something

Ok. Thx
BitSlapper
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
November 11, 2014, 03:48:36 AM
Last edit: November 11, 2014, 04:09:29 AM by BitSlapper
 #1804

Ok so cestballot and hoze caused me to take a look at my code an debug it for a while today...

I fixed 3 major Issues so please use this new binary!

1. GPU Settings were getting over written by the first GPU in the rig.

2. Added a warning for Cards that don't support the 64 bit instruction set, such as the HD6950.

Basically these cards aren't supported because of how the SK1024 kernel works. So that means I also added a way to disable GPU's. There's a new devices section in the config. For now you must enter all of the devices you want running in there.

For example if you have a 3 GPU rig:

"devices" : "0,1,2"

if you just did

"devices" : "0,1"

Then device 2 would be disabled.

Also ensure you have at least one other setting setup for all 3 cards such as:

"gpu-engine" : "1080,1050,950"



3. I fixed the CPU usage issue. Went from 99% on my rig down to 12%.


Here is the new Windows x64 binary:

https://www.dropbox.com/s/h2lcngoudtbuv5w/SKMiner.7z?dl=0

BitSlapper      Coin Shield : 2QscvkN2ddvKHhQZD9RjYS6nGXSLSSgQYJ6peCCXV8RNP8FZj2r
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
November 11, 2014, 04:31:02 AM
 #1805

Ok so cestballot and hoze caused me to take a look at my code an debug it for a while today...

I fixed 3 major Issues so please use this new binary!

1. GPU Settings were getting over written by the first GPU in the rig.

2. Added a warning for Cards that don't support the 64 bit instruction set, such as the HD6950.

Basically these cards aren't supported because of how the SK1024 kernel works. So that means I also added a way to disable GPU's. There's a new devices section in the config. For now you must enter all of the devices you want running in there.

For example if you have a 3 GPU rig:

"devices" : "0,1,2"

if you just did

"devices" : "0,1"

Then device 2 would be disabled.

Also ensure you have at least one other setting setup for all 3 cards such as:

"gpu-engine" : "1080,1050,950"



3. I fixed the CPU usage issue. Went from 99% on my rig down to 12%.


Here is the new Windows x64 binary:

https://www.dropbox.com/s/h2lcngoudtbuv5w/SKMiner.7z?dl=0

ATI 5970 don't works but 7700 looks good, thx for DEV !
CPU 1-2%


mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
November 11, 2014, 12:40:28 PM
 #1806

Ok so cestballot and hoze caused me to take a look at my code an debug it for a while today...

I fixed 3 major Issues so please use this new binary!

1. GPU Settings were getting over written by the first GPU in the rig.

2. Added a warning for Cards that don't support the 64 bit instruction set, such as the HD6950.

Basically these cards aren't supported because of how the SK1024 kernel works. So that means I also added a way to disable GPU's. There's a new devices section in the config. For now you must enter all of the devices you want running in there.

For example if you have a 3 GPU rig:

"devices" : "0,1,2"

if you just did

"devices" : "0,1"

Then device 2 would be disabled.

Also ensure you have at least one other setting setup for all 3 cards such as:

"gpu-engine" : "1080,1050,950"



3. I fixed the CPU usage issue. Went from 99% on my rig down to 12%.


Here is the new Windows x64 binary:

https://www.dropbox.com/s/h2lcngoudtbuv5w/SKMiner.7z?dl=0

Thank you for the updated miner. Indeed it works better and also more stable on my rig. Could you please publish also the source code of this updated miner? Thanks again.
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
November 11, 2014, 03:58:40 PM
 #1807

first GPU block found!  I will send you on day of GPU mining for thx dev. send me your address BitSlapper by MP.

Best Regards

CestBallot

BitSlapper
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
November 11, 2014, 06:14:11 PM
 #1808

Thank you for the updated miner. Indeed it works better and also more stable on my rig. Could you please publish also the source code of this updated miner? Thanks again.

I'm working on getting the source up on my github today.

I wanted to post it when I had it Linux compatible but it's taking a while for me to get my VM up and running.

I'll post here when it's up and share the link.

BitSlapper      Coin Shield : 2QscvkN2ddvKHhQZD9RjYS6nGXSLSSgQYJ6peCCXV8RNP8FZj2r
BitSlapper
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
November 11, 2014, 06:15:15 PM
 #1809

first GPU block found!  I will send you on day of GPU mining for thx dev. send me your address BitSlapper by MP.

Best Regards

CestBallot

Message Sent

Glad you're finding blocks!

BitSlapper      Coin Shield : 2QscvkN2ddvKHhQZD9RjYS6nGXSLSSgQYJ6peCCXV8RNP8FZj2r
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
November 12, 2014, 12:07:39 AM
 #1810

first GPU block found!  I will send you on day of GPU mining for thx dev. send me your address BitSlapper by MP.

Best Regards

CestBallot

Message Sent

Glad you're finding blocks!



strange h/s variation :/ wave after 5-10 minutes

BitSlapper
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
November 12, 2014, 03:27:09 AM
 #1811

Thank you for the updated miner. Indeed it works better and also more stable on my rig. Could you please publish also the source code of this updated miner? Thanks again.

I'm working on getting the source up on my github today.

I wanted to post it when I had it Linux compatible but it's taking a while for me to get my VM up and running.

I'll post here when it's up and share the link.

I'm uploading my source to github tomorrow.

I had to fix a bug that had to do with the GPU threads today.

I'll post here when it's up,

BitSlapper      Coin Shield : 2QscvkN2ddvKHhQZD9RjYS6nGXSLSSgQYJ6peCCXV8RNP8FZj2r
kev7112001
Sr. Member
****
Offline Offline

Activity: 479
Merit: 250


View Profile
November 12, 2014, 03:32:01 AM
 #1812

Thank you for the updated miner. Indeed it works better and also more stable on my rig. Could you please publish also the source code of this updated miner? Thanks again.

I'm working on getting the source up on my github today.

I wanted to post it when I had it Linux compatible but it's taking a while for me to get my VM up and running.

I'll post here when it's up and share the link.

I'm uploading my source to github tomorrow.

I had to fix a bug that had to do with the GPU threads today.

I'll post here when it's up,

so 69xx series wont run explains why i was having issues on my 6970's

MCXNOW MODERATOR
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
November 12, 2014, 02:48:19 PM
 #1813

200 CSD send to BitSlapper for DEV works. (3 blocks found in 24h)
But mined performence decrease and stop ...



Need news ati miner :/

Best regards

mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
November 12, 2014, 04:10:34 PM
 #1814

200 CSD send to BitSlapper for DEV works. (3 blocks found in 24h)
But mined performence decrease and stop ...


Need news ati miner :/

Best regards
Hi cestballot!
Can you double check that you sent the 200CSD to BitSlapper's address? I just got 200CSD to the address in my signature and I wondered if it was really intended to me.
hero18688
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
November 12, 2014, 05:05:51 PM
 #1815

Nobody cares about when to exchange CSD?

BitSlapper
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
November 12, 2014, 05:14:26 PM
 #1816

200 CSD send to BitSlapper for DEV works. (3 blocks found in 24h)
But mined performence decrease and stop ...


Need news ati miner :/

Best regards
Hi cestballot!
Can you double check that you sent the 200CSD to BitSlapper's address? I just got 200CSD to the address in my signature and I wondered if it was really intended to me.


Well he sent it to the address I gave him in a private message....

It just happens to be I copied your signature instead of mine lol.

My fault

BitSlapper      Coin Shield : 2QscvkN2ddvKHhQZD9RjYS6nGXSLSSgQYJ6peCCXV8RNP8FZj2r
BitSlapper
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
November 12, 2014, 05:17:11 PM
 #1817

200 CSD send to BitSlapper for DEV works. (3 blocks found in 24h)
But mined performence decrease and stop ...



Need news ati miner :/

Best regards

Which card are you seeing this on?

I notice R9 270's don't have this issue but my R9 280x does.

I made a few changes yesterday and I'm testing the R9 280x by itself in a system today.

My main focus is to get the source uploaded to github today.

After that I'll be looking more into the bugs and getting the source linux compatible

BitSlapper      Coin Shield : 2QscvkN2ddvKHhQZD9RjYS6nGXSLSSgQYJ6peCCXV8RNP8FZj2r
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
November 12, 2014, 06:20:40 PM
 #1818

200 CSD send to BitSlapper for DEV works. (3 blocks found in 24h)
But mined performence decrease and stop ...


Need news ati miner :/

Best regards
Hi cestballot!
Can you double check that you sent the 200CSD to BitSlapper's address? I just got 200CSD to the address in my signature and I wondered if it was really intended to me.


Well he sent it to the address I gave him in a private message....

It just happens to be I copied your signature instead of mine lol.

My fault

 Smiley OK BitSlapper. So let me forward you that 200 with a little extra from me.  Wink
Meantime I got another 202CSD to the same address, cestballot is that you? PM to me to send it back.
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
November 12, 2014, 06:32:40 PM
 #1819

I use MSI R7770

Best regards

IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
November 12, 2014, 09:37:02 PM
 #1820

Hey all.......is Coinshield being traded on an exchange yet?
Pages: « 1 ... 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 138 139 140 141 ... 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!