Bitcoin Forum
May 05, 2024, 12:44:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: 📌[ANN][ZER]🔐ZERO - Your Transactions Are Your Business ✅  (Read 36851 times)
deathrider2786
Newbie
*
Offline Offline

Activity: 79
Merit: 0


View Profile
June 18, 2018, 04:43:54 AM
 #241

Hi everyone..

I am try to setup my machine - win 10 64 bit to mine Zero coin, however the miner crashes, stating optiminer has stopped working.. and then goes into loop

@echo off
ECHO "WARNING: You need 8GB of virtual memory in Windows for EACH graphic card you mine on! Otherwise the program might crash and you need to restart Windows."

ECHO "Change the WALLETADDRESS and RIGNAME in mine_zero.cmd to yours!"
TIMEOUT /T 2
:start

#REM For http://zero.easymine.rocks use following:
#SET WALLETADDRESS=t1YDRA4MfZa32YvwzKKnVxe8TdFXXdLdLVJ
#SET RIGNAME=MyRIG01

SET GPU_FORCE_64BIT_PTR=1

optiminer -s zero.suprnova.cc:6568 -u My Wallet address.MyRIG01 -p x
TIMEOUT /T 10
goto start
pause


I am running  this on AMD rx580 8GB cards. RAM installed on my MoBo is 4 GB DDR4.

Can somebody help here, thanks...
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
R3DEY3 (OP)
Newbie
*
Offline Offline

Activity: 338
Merit: 0


View Profile WWW
June 18, 2018, 08:02:36 AM
 #242

Hi everyone..

I am try to setup my machine - win 10 64 bit to mine Zero coin, however the miner crashes, stating optiminer has stopped working.. and then goes into loop

@echo off
ECHO "WARNING: You need 8GB of virtual memory in Windows for EACH graphic card you mine on! Otherwise the program might crash and you need to restart Windows."

ECHO "Change the WALLETADDRESS and RIGNAME in mine_zero.cmd to yours!"
TIMEOUT /T 2
:start

#REM For http://zero.easymine.rocks use following:
#SET WALLETADDRESS=t1YDRA4MfZa32YvwzKKnVxe8TdFXXdLdLVJ
#SET RIGNAME=MyRIG01

SET GPU_FORCE_64BIT_PTR=1

optiminer -s zero.suprnova.cc:6568 -u My Wallet address.MyRIG01 -p x
TIMEOUT /T 10
goto start
pause


I am running  this on AMD rx580 8GB cards. RAM installed on my MoBo is 4 GB DDR4.

Can somebody help here, thanks...



Mining  FAQ:

1) GPUS with less than 4GB of memory are not supported, as the mining algorithm is quite demanding.

AMD Vega gpus are not supported.
NVIDIA 3GB gpus are not supported.
NVIDIA GTX1050 gpus are not supported.
NVIDIA 6GB gpus are not supported by the Windows miner. They are only supported by the Linux version.

2) If you have an onboard graphics card, you have to disable it in the miner. Use the -d switch to select gpus. If for example you have 3 gpus and one onboard card, you have to add the following at the end of your bat file: -d 1 -d 2 -d 3

Example Bat File : optiminer -s stratum.cryptoforge.cc:3032 -u YOURADDRESS.YOURWORKERNAME -p x -m 8080 -d 1 -d 2 -d 3 -i 1

3) In Windows, make sure to set a permanent swap file (virtual memory) equal to 8GB x (number of cards). For example for 3 x 8GB gpus, this should be AT LEAST 24GB. To do this, go to your computer advanced settings and select the virtual memory tab (may be slightly different, depending on your version of Windows).

4) For optimal performance on AMD gpus, use the blockchain drivers and properly modded bioses and overclock/undervolt settings.

AMD Example:
On AMD RX480-580/8GB cards, optimal settings reported are voltage -100 mV, power 80%, core/mem 1150/2150Hz.

NVIDIA Example:
On NVIDIA 1070 cards, optimal settings reported are TDP 70%, core/mem +100/+500.

5) MINING HARDWARE ROUGH ESTIMATES

AMD
RX 470/480/570/580 8GB = 10-12 S/s
RX 470/480/570/580 4GB = 5-6 S/s

NVIDIA
1060 = 8-9 S/s
1070 = 11-12 S/s
1070Ti = 11-13 S/s
1080 = 12-13 S/s
1080Ti = 15 S/s

6) Mining Rewards
One block is mined every 2 minutes, therefore 720 blocks are mined every day. It takes 720 blocks for freshly mined zeros to mature and to be transferred to your wallet. This means you will see the coins after AT LEAST 24 hours. This is the same for every zero pool. You may verify the transactions by using zeroexplorer.
deathrider2786
Newbie
*
Offline Offline

Activity: 79
Merit: 0


View Profile
June 18, 2018, 09:09:16 AM
 #243

Hi everyone..

I am try to setup my machine - win 10 64 bit to mine Zero coin, however the miner crashes, stating optiminer has stopped working.. and then goes into loop

@echo off
ECHO "WARNING: You need 8GB of virtual memory in Windows for EACH graphic card you mine on! Otherwise the program might crash and you need to restart Windows."

ECHO "Change the WALLETADDRESS and RIGNAME in mine_zero.cmd to yours!"
TIMEOUT /T 2
:start

#REM For http://zero.easymine.rocks use following:
#SET WALLETADDRESS=t1YDRA4MfZa32YvwzKKnVxe8TdFXXdLdLVJ
#SET RIGNAME=MyRIG01

SET GPU_FORCE_64BIT_PTR=1

optiminer -s zero.suprnova.cc:6568 -u My Wallet address.MyRIG01 -p x
TIMEOUT /T 10
goto start
pause


I am running  this on AMD rx580 8GB cards. RAM installed on my MoBo is 4 GB DDR4.

Can somebody help here, thanks...



Mining  FAQ:

1) GPUS with less than 4GB of memory are not supported, as the mining algorithm is quite demanding.

AMD Vega gpus are not supported.
NVIDIA 3GB gpus are not supported.
NVIDIA GTX1050 gpus are not supported.
NVIDIA 6GB gpus are not supported by the Windows miner. They are only supported by the Linux version.

2) If you have an onboard graphics card, you have to disable it in the miner. Use the -d switch to select gpus. If for example you have 3 gpus and one onboard card, you have to add the following at the end of your bat file: -d 1 -d 2 -d 3

Example Bat File : optiminer -s stratum.cryptoforge.cc:3032 -u YOURADDRESS.YOURWORKERNAME -p x -m 8080 -d 1 -d 2 -d 3 -i 1

3) In Windows, make sure to set a permanent swap file (virtual memory) equal to 8GB x (number of cards). For example for 3 x 8GB gpus, this should be AT LEAST 24GB. To do this, go to your computer advanced settings and select the virtual memory tab (may be slightly different, depending on your version of Windows).

4) For optimal performance on AMD gpus, use the blockchain drivers and properly modded bioses and overclock/undervolt settings.

AMD Example:
On AMD RX480-580/8GB cards, optimal settings reported are voltage -100 mV, power 80%, core/mem 1150/2150Hz.

NVIDIA Example:
On NVIDIA 1070 cards, optimal settings reported are TDP 70%, core/mem +100/+500.

5) MINING HARDWARE ROUGH ESTIMATES

AMD
RX 470/480/570/580 8GB = 10-12 S/s
RX 470/480/570/580 4GB = 5-6 S/s

NVIDIA
1060 = 8-9 S/s
1070 = 11-12 S/s
1070Ti = 11-13 S/s
1080 = 12-13 S/s
1080Ti = 15 S/s

6) Mining Rewards
One block is mined every 2 minutes, therefore 720 blocks are mined every day. It takes 720 blocks for freshly mined zeros to mature and to be transferred to your wallet. This means you will see the coins after AT LEAST 24 hours. This is the same for every zero pool. You may verify the transactions by using zeroexplorer.


Thanks for the response.. please see below:-

My GPU's are 8GB AMD rx 580 series. I do have a onboard graphic card, but when i run the optminer script, it says that the GPU identified are GPU0 and GPU1 for the 2 AMD's.

it then says setup started and then comes out of the command line, press any key to continue.

Have tried these pools -- supernova, zero.cryptoforge, mining.uk and a few more. but no luck so far. I am stuck Sad
R3DEY3 (OP)
Newbie
*
Offline Offline

Activity: 338
Merit: 0


View Profile WWW
June 18, 2018, 09:19:39 AM
 #244

Hi everyone..

I am try to setup my machine - win 10 64 bit to mine Zero coin, however the miner crashes, stating optiminer has stopped working.. and then goes into loop

@echo off
ECHO "WARNING: You need 8GB of virtual memory in Windows for EACH graphic card you mine on! Otherwise the program might crash and you need to restart Windows."

ECHO "Change the WALLETADDRESS and RIGNAME in mine_zero.cmd to yours!"
TIMEOUT /T 2
:start

#REM For http://zero.easymine.rocks use following:
#SET WALLETADDRESS=t1YDRA4MfZa32YvwzKKnVxe8TdFXXdLdLVJ
#SET RIGNAME=MyRIG01

SET GPU_FORCE_64BIT_PTR=1

optiminer -s zero.suprnova.cc:6568 -u My Wallet address.MyRIG01 -p x
TIMEOUT /T 10
goto start
pause


I am running  this on AMD rx580 8GB cards. RAM installed on my MoBo is 4 GB DDR4.

Can somebody help here, thanks...



Mining  FAQ:

1) GPUS with less than 4GB of memory are not supported, as the mining algorithm is quite demanding.

AMD Vega gpus are not supported.
NVIDIA 3GB gpus are not supported.
NVIDIA GTX1050 gpus are not supported.
NVIDIA 6GB gpus are not supported by the Windows miner. They are only supported by the Linux version.

2) If you have an onboard graphics card, you have to disable it in the miner. Use the -d switch to select gpus. If for example you have 3 gpus and one onboard card, you have to add the following at the end of your bat file: -d 1 -d 2 -d 3

Example Bat File : optiminer -s stratum.cryptoforge.cc:3032 -u YOURADDRESS.YOURWORKERNAME -p x -m 8080 -d 1 -d 2 -d 3 -i 1

3) In Windows, make sure to set a permanent swap file (virtual memory) equal to 8GB x (number of cards). For example for 3 x 8GB gpus, this should be AT LEAST 24GB. To do this, go to your computer advanced settings and select the virtual memory tab (may be slightly different, depending on your version of Windows).

4) For optimal performance on AMD gpus, use the blockchain drivers and properly modded bioses and overclock/undervolt settings.

AMD Example:
On AMD RX480-580/8GB cards, optimal settings reported are voltage -100 mV, power 80%, core/mem 1150/2150Hz.

NVIDIA Example:
On NVIDIA 1070 cards, optimal settings reported are TDP 70%, core/mem +100/+500.

5) MINING HARDWARE ROUGH ESTIMATES

AMD
RX 470/480/570/580 8GB = 10-12 S/s
RX 470/480/570/580 4GB = 5-6 S/s

NVIDIA
1060 = 8-9 S/s
1070 = 11-12 S/s
1070Ti = 11-13 S/s
1080 = 12-13 S/s
1080Ti = 15 S/s

6) Mining Rewards
One block is mined every 2 minutes, therefore 720 blocks are mined every day. It takes 720 blocks for freshly mined zeros to mature and to be transferred to your wallet. This means you will see the coins after AT LEAST 24 hours. This is the same for every zero pool. You may verify the transactions by using zeroexplorer.


Thanks for the response.. please see below:-

My GPU's are 8GB AMD rx 580 series. I do have a onboard graphic card, but when i run the optminer script, it says that the GPU identified are GPU0 and GPU1 for the 2 AMD's.

it then says setup started and then comes out of the command line, press any key to continue.

Have tried these pools -- supernova, zero.cryptoforge, mining.uk and a few more. but no luck so far. I am stuck Sad

No worries, you need to specify each GPU with appropriate device number (-d 0)  

so if you have 8 cards you need all 8 devices listed in your bat file or you can just choose the whole platform with the (-c 1) command.

-d 0 -d 1 -d 2 -d 3 -d 4 -d 5 -d 6 -d 7 or -c 1 / -c 2 / -c 0 (it will be one of the three for the platform)  Choose one of the options.  

Optiminer is very CPU intesive so it might not handle all 8 cards running off one BAT file - If it works but crashes try splitting up the cards into two BAT files of 4 cards.

Example:  

-d 0 -d 1 -d 2 -d 3  x 1 BAT

-d 4 -d 5 -d 6 -d 7 x 1 BAT
 
deathrider2786
Newbie
*
Offline Offline

Activity: 79
Merit: 0


View Profile
June 18, 2018, 09:49:38 AM
 #245

Hi everyone..

I am try to setup my machine - win 10 64 bit to mine Zero coin, however the miner crashes, stating optiminer has stopped working.. and then goes into loop

@echo off
ECHO "WARNING: You need 8GB of virtual memory in Windows for EACH graphic card you mine on! Otherwise the program might crash and you need to restart Windows."

ECHO "Change the WALLETADDRESS and RIGNAME in mine_zero.cmd to yours!"
TIMEOUT /T 2
:start

#REM For http://zero.easymine.rocks use following:
#SET WALLETADDRESS=t1YDRA4MfZa32YvwzKKnVxe8TdFXXdLdLVJ
#SET RIGNAME=MyRIG01

SET GPU_FORCE_64BIT_PTR=1

optiminer -s zero.suprnova.cc:6568 -u My Wallet address.MyRIG01 -p x
TIMEOUT /T 10
goto start
pause


I am running  this on AMD rx580 8GB cards. RAM installed on my MoBo is 4 GB DDR4.

Can somebody help here, thanks...



Mining  FAQ:

1) GPUS with less than 4GB of memory are not supported, as the mining algorithm is quite demanding.

AMD Vega gpus are not supported.
NVIDIA 3GB gpus are not supported.
NVIDIA GTX1050 gpus are not supported.
NVIDIA 6GB gpus are not supported by the Windows miner. They are only supported by the Linux version.

2) If you have an onboard graphics card, you have to disable it in the miner. Use the -d switch to select gpus. If for example you have 3 gpus and one onboard card, you have to add the following at the end of your bat file: -d 1 -d 2 -d 3

Example Bat File : optiminer -s stratum.cryptoforge.cc:3032 -u YOURADDRESS.YOURWORKERNAME -p x -m 8080 -d 1 -d 2 -d 3 -i 1

3) In Windows, make sure to set a permanent swap file (virtual memory) equal to 8GB x (number of cards). For example for 3 x 8GB gpus, this should be AT LEAST 24GB. To do this, go to your computer advanced settings and select the virtual memory tab (may be slightly different, depending on your version of Windows).

4) For optimal performance on AMD gpus, use the blockchain drivers and properly modded bioses and overclock/undervolt settings.

AMD Example:
On AMD RX480-580/8GB cards, optimal settings reported are voltage -100 mV, power 80%, core/mem 1150/2150Hz.

NVIDIA Example:
On NVIDIA 1070 cards, optimal settings reported are TDP 70%, core/mem +100/+500.

5) MINING HARDWARE ROUGH ESTIMATES

AMD
RX 470/480/570/580 8GB = 10-12 S/s
RX 470/480/570/580 4GB = 5-6 S/s

NVIDIA
1060 = 8-9 S/s
1070 = 11-12 S/s
1070Ti = 11-13 S/s
1080 = 12-13 S/s
1080Ti = 15 S/s

6) Mining Rewards
One block is mined every 2 minutes, therefore 720 blocks are mined every day. It takes 720 blocks for freshly mined zeros to mature and to be transferred to your wallet. This means you will see the coins after AT LEAST 24 hours. This is the same for every zero pool. You may verify the transactions by using zeroexplorer.


Thanks for the response.. please see below:-

My GPU's are 8GB AMD rx 580 series. I do have a onboard graphic card, but when i run the optminer script, it says that the GPU identified are GPU0 and GPU1 for the 2 AMD's.

it then says setup started and then comes out of the command line, press any key to continue.

Have tried these pools -- supernova, zero.cryptoforge, mining.uk and a few more. but no luck so far. I am stuck Sad

No worries, you need to specify each GPU with appropriate device number (-d 0)  

so if you have 8 cards you need all 8 devices listed in your bat file or you can just choose the whole platform with the (-c 1) command.

-d 0 -d 1 -d 2 -d 3 -d 4 -d 5 -d 6 -d 7 or -c 1 / -c 2 / -c 0 (it will be one of the three for the platform)  Choose one of the options.  

Optiminer is very CPU intesive so it might not handle all 8 cards running off one BAT file - If it works but crashes try splitting up the cards into two BAT files of 4 cards.

Example:  

-d 0 -d 1 -d 2 -d 3  x 1 BAT

-d 4 -d 5 -d 6 -d 7 x 1 BAT
 

alright so i got 2 GPUs now wihch i was gonna add to the 4 i already had. I will keep the 2 separate to mine zero coin to start off. In this case my command should be

optiminer -s stratum.cryptoforge.cc:3032 -u YOURADDRESS.YOURWORKERNAME -p x -m 8080 -d 1 -d 2 ( each for the respective gpu).

And is the -i 1 or -c 1 required as well to be suffixed at the end after -d 2 ?
gregmolnar
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 18, 2018, 10:05:39 AM
 #246

In case anyone is looking for a mining-os with a zero miner, at Cowry OS we've added it: https://bitcointalk.org/index.php?topic=3687272.0
R3DEY3 (OP)
Newbie
*
Offline Offline

Activity: 338
Merit: 0


View Profile WWW
June 18, 2018, 10:31:04 AM
 #247

alright so i got 2 GPUs now wihch i was gonna add to the 4 i already had. I will keep the 2 separate to mine zero coin to start off. In this case my command should be

optiminer -s stratum.cryptoforge.cc:3032 -u YOURADDRESS.YOURWORKERNAME -p x -m 8080 -d 1 -d 2 ( each for the respective gpu).

And is the -i 1 or -c 1 required as well to be suffixed at the end after -d 2 ?

Ok cool, -i 1 = Intensity, this is the max setting for this miner.

If your using the -d commands you won't need to specify -c command as the devices will already be discovered.

Good luck - If you need anymore mining help, I would join our dedicated mining channel over on Discord - https://discord.gg/czYPpau  
topteam
Newbie
*
Offline Offline

Activity: 157
Merit: 0


View Profile
June 19, 2018, 06:06:09 AM
 #248

20 Sol/s on 1070 is it right?
-Night-
Member
**
Offline Offline

Activity: 97
Merit: 11


View Profile
June 19, 2018, 04:09:44 PM
 #249

20 Sol/s on 1070 is it right?
AMD miners are leaving... Hi Nvidia and high difficulty and low profitability. Good job.
R3DEY3 (OP)
Newbie
*
Offline Offline

Activity: 338
Merit: 0


View Profile WWW
June 21, 2018, 06:24:18 PM
 #250

mabsootgedan
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
July 02, 2018, 05:03:30 PM
 #251

It has been quiet here for the past week...Vacation time?
icobuffer
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile WWW
July 03, 2018, 09:37:09 AM
 #252

We have added your project to a fast growing platform for ICO investors https://icobuffer.com/projects/zero. We recommend you to add more information about your project, it will affect the rating positively. Please write me if you have any questions.
CryptoForge.cc
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
July 03, 2018, 02:10:33 PM
 #253

It has been quiet here for the past week...Vacation time?

Nope, no vacations here. We just got our first build of a MAC node up.

https://pbs.twimg.com/media/DhLeo5nX4AUrtzw.jpg
mabsootgedan
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
July 03, 2018, 05:18:05 PM
 #254

It has been quiet here for the past week...Vacation time?

Nope, no vacations here. We just got our first build of a MAC node up.

https://pbs.twimg.com/media/DhLeo5nX4AUrtzw.jpg

That's what I thought - BTW, was just kidding. great to have a MAC node. keep up with the good stuff coming our way!
vanthoi
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
July 05, 2018, 06:23:06 PM
 #255

Hi everyone.
My pool has just added Zero
If you need a good pool to make money
Please visit: http://zero.mine-vn.com
The current pool fee is: 0
uExchange
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile WWW
July 07, 2018, 02:49:32 PM
 #256

ZERO listed on uExchange.net

Tickers:
https://uexchange.net/trading/zerobtc
https://uexchange.net/trading/zeroltc

Website: https://uexchange.net
ANN: https://bitcointalk.org/index.php?topic=4618630
Listed on banner: https://uexchange.net/125x125.png

Dev please PM me to send you secret code for future communication.This code will be your identifier.
R3DEY3 (OP)
Newbie
*
Offline Offline

Activity: 338
Merit: 0


View Profile WWW
July 09, 2018, 12:20:27 AM
 #257

ZERO listed on uExchange.net

Tickers:
https://uexchange.net/trading/zerobtc
https://uexchange.net/trading/zeroltc

Website: https://uexchange.net
ANN: https://bitcointalk.org/index.php?topic=4618630
Listed on banner: https://uexchange.net/125x125.png

Dev please PM me to send you secret code for future communication.This code will be your identifier.

Thanks for the listing! Will send a PM over.
R3DEY3 (OP)
Newbie
*
Offline Offline

Activity: 338
Merit: 0


View Profile WWW
July 10, 2018, 08:51:34 AM
Last edit: July 10, 2018, 10:11:49 AM by R3DEY3
 #258

Zero Mobile Wallet - Google Playstore - NOW LIVE



CanErik
Hero Member
*****
Offline Offline

Activity: 756
Merit: 541



View Profile
July 10, 2018, 08:41:33 PM
 #259


Hi;

I love it. I know this is very new and we need to polish this to be ready for use case. You know what I mean.

Kind regards
liomojo1
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500


View Profile
July 11, 2018, 09:39:05 AM
 #260

Hi I am doing 28h/s with a 1080ti and amd rx580 only 12 is this normal?
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 »
  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!