Bitcoin Forum
May 25, 2024, 06:46:51 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 »
81  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 13, 2016, 02:33:16 PM
Here is the exact error message I have:

Code:
[08:23:41] Startup Pool No = 0
[08:23:41] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[08:23:41] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[08:23:41] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[08:23:41] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[08:23:42] Error -63 while attempting to enqueue branch 5 kernel.
[08:23:42] Error -63 while attempting to enqueue branch 5 kernel.
[08:23:42] GPU 0 failure, disabling!
[08:23:42] GPU 1 failure, disabling!
[08:23:42] Error -63 while attempting to enqueue branch 5 kernel.
[08:23:42] Error -63 while attempting to enqueue branch 5 kernel.
[08:23:42] GPU 0 failure, disabling!
[08:23:42] GPU 1 failure, disabling!

windows 7 x64
Almost the same on Ubuntu
82  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 13, 2016, 12:16:11 AM
Okay, I just need to find a way to replicate this issue - then I can fix it.
Should i reinstall the Ubuntu?

Was it Ubuntu 64-bit?
Yes, Ubuntu 15.10 64-bit
83  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 11:49:36 PM
Okay, I just need to find a way to replicate this issue - then I can fix it.
Should i reinstall the Ubuntu?
84  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 10:15:03 PM
best way to mine espers is go mine namecoin instead
What are you doing here?  Roll Eyes
85  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 10:06:50 PM
Omg it didn't work and the Gpu fans were making A LOT of noise, then i closed the terminal  Shocked

edit: i edited this part of the config file that was set to 80: "gpu-fan": "20"
and it didn't work anyways, with the .bin's it gives the error -63 and without the .bin's too

19:28:13] Started sgminer
[19:28:13] * using Jansson 2.7
[19:28:13] Loaded configuration file /home/nicolas/sgminer-wolf-esp/esp.conf
[19:28:13] Probing for an alive pool
[19:28:14] Startup GPU initialization... Using settings from pool Suprnova ESP.
[19:28:14] Startup Pool No = 0
[19:28:14] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[19:28:16] Error -63 while attempting to enqueue branch 1 kernel.
[19:28:16] GPU 0 failure, disabling!


86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 09:33:57 PM
Now i'm stuck on this:

[23:50:05] Started sgminer 5.1.1-19-g8bf1
[23:50:05] * using Jansson 2.7
[23:50:05] Loaded configuration file /home/nicolas/sgminer-wolf/esp.conf
[23:50:06] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[23:50:06] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[23:50:06] Probing for an alive pool
[23:50:09] Startup GPU initialization... Using settings from pool Suprnova ESP.
[23:50:09] Startup Pool No = 0
[23:50:09] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[23:50:11] Error: clSetKernelArg of all params failed.
[23:50:11] GPU 0 failure, disabling!


Remove ALL .bin files before running it.

i did it now and:

[18:20:57] Started sgminer 5.1.1-19-g8bf1
[18:20:57] * using Jansson 2.7
[18:20:57] Loaded configuration file /home/nicolas/sgminer-wolf/esp.conf
[18:20:58] Probing for an alive pool
[18:20:59] Startup GPU initialization... Using settings from pool Suprnova ESP.
[18:20:59] Startup Pool No = 0
[18:20:59] Building binary wolf-espPitcairngw64l8lg2tc6400nf10.bin
[18:20:59] Unable to open wolf-esp.cl for reading!
[18:20:59] Failed to init GPU thread 0, disabling device 0
[18:20:59] Restarting the GPU from the menu will not fix this.
[18:20:59] Re-check your configuration and try restarting.
Press enter to continue:

My config file:

{
   "pools":
   [
      {
         "name": "Suprnova ESP",
         "url": "stratum+tcp://esp.suprnova.cc:3451",
         "user": "nicolasbonza.3",
         "pass": "x",
         "priority": "0",
         "profile": "esp"
      }
   ],
   "profiles":
   [
      {
         "name": "esp",
         "algorithm": "hmq1725",
         "kernelfile": "wolf-esp",
         "xintensity": "10",
         "worksize": "64",
         "gpu-engine": "1000",
         "gpu-memclock": "1500",
         "gpu-powertune": "0",
         "gpu-threads": "1",
         "gpu-fan": "85"
      }
   ],
   "default-profile": "esp",
   "no-extranonce": true,
   "scan-time": "1",
   "queue": "0"
}


You're using the source from here? https://ottrbutt.com/tmp/sgminer-wolf-esp.tar.xz

I verified that works. The one CryptoCoderz put up, I don't know about.
I'll try yours now
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 09:23:04 PM
Now i'm stuck on this:

[23:50:05] Started sgminer 5.1.1-19-g8bf1
[23:50:05] * using Jansson 2.7
[23:50:05] Loaded configuration file /home/nicolas/sgminer-wolf/esp.conf
[23:50:06] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[23:50:06] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[23:50:06] Probing for an alive pool
[23:50:09] Startup GPU initialization... Using settings from pool Suprnova ESP.
[23:50:09] Startup Pool No = 0
[23:50:09] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[23:50:11] Error: clSetKernelArg of all params failed.
[23:50:11] GPU 0 failure, disabling!


Remove ALL .bin files before running it.

i did it now and:

[18:20:57] Started sgminer 5.1.1-19-g8bf1
[18:20:57] * using Jansson 2.7
[18:20:57] Loaded configuration file /home/nicolas/sgminer-wolf/esp.conf
[18:20:58] Probing for an alive pool
[18:20:59] Startup GPU initialization... Using settings from pool Suprnova ESP.
[18:20:59] Startup Pool No = 0
[18:20:59] Building binary wolf-espPitcairngw64l8lg2tc6400nf10.bin
[18:20:59] Unable to open wolf-esp.cl for reading!
[18:20:59] Failed to init GPU thread 0, disabling device 0
[18:20:59] Restarting the GPU from the menu will not fix this.
[18:20:59] Re-check your configuration and try restarting.
Press enter to continue:

My config file:

{
   "pools":
   [
      {
         "name": "Suprnova ESP",
         "url": "stratum+tcp://esp.suprnova.cc:3451",
         "user": "nicolasbonza.3",
         "pass": "x",
         "priority": "0",
         "profile": "esp"
      }
   ],
   "profiles":
   [
      {
         "name": "esp",
         "algorithm": "hmq1725",
         "kernelfile": "wolf-esp",
         "xintensity": "10",
         "worksize": "64",
         "gpu-engine": "1000",
         "gpu-memclock": "1500",
         "gpu-powertune": "0",
         "gpu-threads": "1",
         "gpu-fan": "85"
      }
   ],
   "default-profile": "esp",
   "no-extranonce": true,
   "scan-time": "1",
   "queue": "0"
}
88  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 02:51:53 PM
It is better to buy ESP rather than mining. ESP is trading and available at very cheap rates than you expect. Mine high profitable coins and convert it to ESP if you want to hold ESP for future gains.
Which cryptocurrency do you think is more profitable to mine than Espers?
89  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 02:39:24 PM
And now i've had the error -63 trying to use the Wolf0's miner on Windows 10 Pro 64bits

[10:56:04] Started sgminer 5.1.1
[10:56:04] * using Jansson 2.7
[10:56:04] Probing for an alive pool
[10:56:07] Startup GPU initialization... Using settings from pool esp.suprnova.cc.
[10:56:07] Startup Pool No = 0
[10:56:07] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[10:56:07] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[10:56:09] Error -63 while attempting to enqueue branch 5 kernel.
[10:56:09] GPU 0 failure, disabling!
[10:56:09] Error -63 while attempting to enqueue branch 5 kernel.
[10:56:09] GPU 0 failure, disabling!

the config .BAT file has:
sgminer-esp-win64.exe --algorithm hmq1725 --kernelfile wolf-esp -o stratum+tcp://esp.suprnova.cc:3451 -u nicolasbonza.3 -p x -I 16 -w 64

edit: It didn't work with "sgminer.exe" in the .BAT file, so i put the "sgminer-esp-win64.exe"

 i'll be using the old windows miner then..  Sad

I see from the log that the miner is trying to initialize two instances, while in your bat file there is no "-g 2" switch, are you sure you are running exactly that commandline?
Ignore this part, i removed the "-g 2" after it and tried again, and the error is the same
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 01:56:28 PM
And now i've had the error -63 trying to use the Wolf0's miner on Windows 10 Pro 64bits

[10:56:04] Started sgminer 5.1.1
[10:56:04] * using Jansson 2.7
[10:56:04] Probing for an alive pool
[10:56:07] Startup GPU initialization... Using settings from pool esp.suprnova.cc.
[10:56:07] Startup Pool No = 0
[10:56:07] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[10:56:07] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[10:56:09] Error -63 while attempting to enqueue branch 5 kernel.
[10:56:09] GPU 0 failure, disabling!
[10:56:09] Error -63 while attempting to enqueue branch 5 kernel.
[10:56:09] GPU 0 failure, disabling!

the config .BAT file has:
sgminer-esp-win64.exe --algorithm hmq1725 --kernelfile wolf-esp -o stratum+tcp://esp.suprnova.cc:3451 -u nicolasbonza.3 -p x -I 16 -w 64

edit: It didn't work with "sgminer.exe" in the .BAT file, so i put the "sgminer-esp-win64.exe"

 i'll be using the old windows miner then..  Sad
91  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 01:31:48 PM
And the rest .cl ? Program needs and general .cl and .cl Wolf all

Everything is there since i "git clone https://github.com/CryptoCoderz/sgminer-wolf.git" on ubuntu .-.
And i put the needed files on the "ADL_SDK" folder too
92  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 01:20:17 PM
Now after i put "export GPU_MAX_ALLOC_PERCENT=100" :
[10:03:38] Pool: 0  URL: stratum+tcp://esp.suprnova.cc:3451  User: nicolasbonza.
3  Password: x
[10:03:38] Press any key to exit, or sgminer will try again in 15s.
[10:03:54] Startup GPU initialization... Using settings from pool Suprnova ESP.
[10:03:54] Startup Pool No = 0
[10:03:54] Building binary wolf-espPitcairngw64l8lg2tc9920nf10.bin
[10:03:54] Unable to open wolf-esp.cl for reading!
[10:03:54] Failed to init GPU thread 0, disabling device 0
[10:03:54] Restarting the GPU from the menu will not fix this.
[10:03:54] Re-check your configuration and try restarting.
Press enter to continue:

[10:04:43] thread_prepare failed for thread 0Segmentation fault (core dumped)


are you running the miner from a folder which contains all the cl files into a "kernel" subfolder?
Yes, the file wolf-esp.cl is right there..
93  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 01:08:17 PM
Now after i put "export GPU_MAX_ALLOC_PERCENT=100" :
[10:03:38] Pool: 0  URL: stratum+tcp://esp.suprnova.cc:3451  User: nicolasbonza.
3  Password: x
[10:03:38] Press any key to exit, or sgminer will try again in 15s.
[10:03:54] Startup GPU initialization... Using settings from pool Suprnova ESP.
[10:03:54] Startup Pool No = 0
[10:03:54] Building binary wolf-espPitcairngw64l8lg2tc9920nf10.bin
[10:03:54] Unable to open wolf-esp.cl for reading!
[10:03:54] Failed to init GPU thread 0, disabling device 0
[10:03:54] Restarting the GPU from the menu will not fix this.
[10:03:54] Re-check your configuration and try restarting.
Press enter to continue:

[10:04:43] thread_prepare failed for thread 0Segmentation fault (core dumped)

But the file /kernel/wolf-esp.cl is there..
94  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 12:12:20 PM
My config file:
{
   "pools":
   [
      {
         "name": "Suprnova ESP",
         "url": "stratum+tcp://esp.suprnova.cc:3451",
         "user": "nicolasbonza.3",
         "pass": "x",
         "priority": "0",
         "profile": "esp"
      }
   ],
   "profiles":
   [
      {
         "name": "esp",
         "algorithm": "hmq1725",
         "kernelfile": "wolf-esp",
         "xintensity": "256",
         "worksize": "64",
         "gpu-engine": "1000",
         "gpu-memclock": "1500",
         "gpu-powertune": "0",
         "gpu-threads": "2",
         "gpu-fan": "85"
      }
   ],
   "default-profile": "esp",
   "no-extranonce": true,
   "scan-time": "1",
   "queue": "0"
}

aand it didn't work with the GPU: Sapphire ATI Radeon R9 270 2GB DDR5 256B 11220-00-20G

Change xintensity to 10 - any luck?
No
95  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 03:01:01 AM
My config file:
{
   "pools":
   [
      {
         "name": "Suprnova ESP",
         "url": "stratum+tcp://esp.suprnova.cc:3451",
         "user": "nicolasbonza.3",
         "pass": "x",
         "priority": "0",
         "profile": "esp"
      }
   ],
   "profiles":
   [
      {
         "name": "esp",
         "algorithm": "hmq1725",
         "kernelfile": "wolf-esp",
         "xintensity": "256",
         "worksize": "64",
         "gpu-engine": "1000",
         "gpu-memclock": "1500",
         "gpu-powertune": "0",
         "gpu-threads": "2",
         "gpu-fan": "85"
      }
   ],
   "default-profile": "esp",
   "no-extranonce": true,
   "scan-time": "1",
   "queue": "0"
}

aand it didn't work with the GPU: Sapphire ATI Radeon R9 270 2GB DDR5 256B 11220-00-20G
96  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 02:51:48 AM
Now i'm stuck on this:

[23:50:05] Started sgminer 5.1.1-19-g8bf1
[23:50:05] * using Jansson 2.7
[23:50:05] Loaded configuration file /home/nicolas/sgminer-wolf/esp.conf
[23:50:06] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[23:50:06] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[23:50:06] Probing for an alive pool
[23:50:09] Startup GPU initialization... Using settings from pool Suprnova ESP.
[23:50:09] Startup Pool No = 0
[23:50:09] Initialising kernel wolf-esp.cl with nfactor 10, n 1024
[23:50:11] Error: clSetKernelArg of all params failed.
[23:50:11] GPU 0 failure, disabling!
97  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 12, 2016, 02:24:28 AM
Okay, I JUST compiled this on Linux, and it works fine. Here's the details:

https://ottrbutt.com/tmp/sgminer-wolf-esp.tar.xz

Code:
{
"pools":
[
{
"name": "Suprnova ESP",
"url": "stratum+tcp://esp.suprnova.cc:3453",
"user": "Slut.1",
"pass": "x",
"priority": "0",
"profile": "esp"
}
],
"profiles":
[
{
"name": "esp",
"algorithm": "hmq1725",
"kernelfile": "wolf-esp",
"xintensity": "256",
"worksize": "64",
"gpu-engine": "1000",
"gpu-memclock": "1500",
"gpu-powertune": "0",
"gpu-threads": "2",
"gpu-fan": "85"
}
],
"default-profile": "esp",
"no-extranonce": true,
"scan-time": "1",
"queue": "0"
}

That was the used config.
Thank you so much, i was stuck on this part of the configuration, i'll try to start mining on Ubuntu now.
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 11, 2016, 03:02:17 PM
Strange feeling .....ccminer will come today ....LOL
I didn't understand what you mean
99  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 11, 2016, 02:38:49 PM
someone can compile for windows

Miners have already been compiled for windows

Here is a direct download URL for the windows binaries of the older miner:  >>>LINK HERE<<<

and the new one is >>>HERE<<<


I tested sgminer_build_hmq1725_b4 on Win7 64bit.
Works without any problems for me.

7950 ~ 1,3 MHs
7850 ~ 880 KHs
R7 370 ~ 1,1 MHs

On Win 8.1 with a 7850 the miner crashes. Donīt know why but will a have a look tomorrow.

I finally finished my new website, specifically for ESP mining hardware comparison.

Please check it out : http://esp-setup.weebly.com/


If you're interested to add your setup, you'll be rewarded with 5.000 ESP.
You can use the contact form on the site or this Google Spreadsheet:

https://docs.google.com/spreadsheets/d/1KQKkW-j8VI_ag4Sr4ZvzkCXFsHDbrn78VY4Kvjdfm2k/edit#gid=0
 
Please share and repost if you like this idea

Best regards
Can you add my configuration?

Hardware: Sapphire ATI Radeon R9 270 2GB DDR5 256B 11220-00-20G (1x)
.BAT file configuration: sgminer.exe --kernel hmq1725 -o stratum+tcp://esp.suprnova.cc:3451 -u nicolasbonza.3 -p x -I 16
Hashrate: 392kH/s
Software: sgminer-5-1-1-hmq1725 on Windows 10 Pro 64 bits

Hardware: Intel core I5-4670 (1x)
.BAT file configuration: cpuminer -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3451 -u nicolasbonza.2 -p x -q
Hashrate: 100kH/s
Software: cpuminer-hmq1725-win64 on Windows 10 Pro 64 bits

Edit: i added my configuration on this link: https://docs.google.com/spreadsheets/d/1KQKkW-j8VI_ag4Sr4ZvzkCXFsHDbrn78VY4Kvjdfm2k/edit#gid=0

Thanks a lot Cheesy
Post your ESP adress so I can send you your 10.000 ESP-
I put another config with the I5-4670 but with different software miner, it's gaving me about 140kH/s, so i put it on the link too
Adress: EeoFKkVD5yDDiZq68sGebRxX5SHvEKhsr2
i'll put more info on that link with more cpu's later too
100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: July 11, 2016, 12:11:56 PM
someone can compile for windows

Miners have already been compiled for windows

Here is a direct download URL for the windows binaries of the older miner:  >>>LINK HERE<<<

and the new one is >>>HERE<<<


I tested sgminer_build_hmq1725_b4 on Win7 64bit.
Works without any problems for me.

7950 ~ 1,3 MHs
7850 ~ 880 KHs
R7 370 ~ 1,1 MHs

On Win 8.1 with a 7850 the miner crashes. Donīt know why but will a have a look tomorrow.

I finally finished my new website, specifically for ESP mining hardware comparison.

Please check it out : http://esp-setup.weebly.com/


If you're interested to add your setup, you'll be rewarded with 5.000 ESP.
You can use the contact form on the site or this Google Spreadsheet:

https://docs.google.com/spreadsheets/d/1KQKkW-j8VI_ag4Sr4ZvzkCXFsHDbrn78VY4Kvjdfm2k/edit#gid=0
 
Please share and repost if you like this idea

Best regards
Can you add my configuration?

Hardware: Sapphire ATI Radeon R9 270 2GB DDR5 256B 11220-00-20G (1x)
.BAT file configuration: sgminer.exe --kernel hmq1725 -o stratum+tcp://esp.suprnova.cc:3451 -u nicolasbonza.3 -p x -I 16
Hashrate: 392kH/s
Software: sgminer-5-1-1-hmq1725 on Windows 10 Pro 64 bits

Hardware: Intel core I5-4670 (1x)
.BAT file configuration: cpuminer -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3451 -u nicolasbonza.2 -p x -q
Hashrate: 100kH/s
Software: cpuminer-hmq1725-win64 on Windows 10 Pro 64 bits

Edit: i added my configuration on this link: https://docs.google.com/spreadsheets/d/1KQKkW-j8VI_ag4Sr4ZvzkCXFsHDbrn78VY4Kvjdfm2k/edit#gid=0
Pages: « 1 2 3 4 [5] 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!