Sityl
Newbie
Offline
Activity: 43
Merit: 0
|
|
December 08, 2017, 08:45:16 PM |
|
I was actually asking about the Bitcoin transfer fee for transferring from wallet to wallet. I know the transaction fees have been high lately, and 0.005 seems kinda small, wasn't sure if it takes a big chunk out of what is sent. Also, if there was any way to wait until, for example, 0.01, or something.
|
|
|
|
STSMiner
|
|
December 08, 2017, 08:51:58 PM |
|
It's normal in the sense that the site has had a major server upgrade over the last 36 hours. If you left your miners running, the earnings will be added, including the areas where it was not logged by the website, the backend logs all earnings as well, so you will still get paid for the gaps in the graph.
|
|
|
|
|
Sityl
Newbie
Offline
Activity: 43
Merit: 0
|
|
December 08, 2017, 09:07:16 PM |
|
Max, do you know if the 5% is applied while the earnings are accumulated, or if they are applied at the end, when the coins are being sent out? Cheers)
|
|
|
|
brightfame
Newbie
Offline
Activity: 12
Merit: 0
|
|
December 08, 2017, 09:15:12 PM |
|
Anyone has any clue why all the current blocks on the pool are status NEW and with 0 amount?
|
|
|
|
Lercker
|
|
December 08, 2017, 09:18:22 PM |
|
Max, do you know if the 5% is applied while the earnings are accumulated, or if they are applied at the end, when the coins are being sent out? Cheers) 2% is taken from block share as blocks are mined. 5% is taken when they are transfered to the exchange to help pay tx fees and exchange fees. On payout your local wallet (or exchange wallet if you do that) pool pays the tx fee, so the amount you see in the Balance is usually what you get (at least when getting BTC as payment).
|
|
|
|
Lercker
|
|
December 08, 2017, 09:20:25 PM |
|
Anyone has any clue why all the current blocks on the pool are status NEW and with 0 amount? The pools servers currently can not fully handle the load of blocks being found (from all of the additional miners), so they are updating slowly.
|
|
|
|
Sityl
Newbie
Offline
Activity: 43
Merit: 0
|
|
December 08, 2017, 09:22:30 PM |
|
Max, do you know if the 5% is applied while the earnings are accumulated, or if they are applied at the end, when the coins are being sent out? Cheers) 2% is taken from block share as blocks are mined. 5% is taken when they are transfered to the exchange to help pay tx fees and exchange fees. On payout your local wallet (or exchange wallet if you do that) pool pays the tx fee, so the amount you see in the Balance is usually what you get (at least when getting BTC as payment). That's brilliant, I love it!
|
|
|
|
guytechie
|
|
December 08, 2017, 11:38:44 PM |
|
I'm guessing the web front end is still bogged down, huh?
|
Put something in my tip jar if I made your day. BTC: 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
|
|
|
t3hpwnographer
|
|
December 09, 2017, 12:29:32 AM |
|
I hope it catches up before Sunday (payday for me - I don't make the minimum for the other days). Because right now I can tell I'm not making as much as I normally do.
Even though it's been slowly declining, this week is a massive decline from last week.
*Crosses fingers*
I'm in the same boat. I'm just a little anxious since I've had a couple bounties fall through on me recently as well, so I'm hoping if anything there will just be a little delay before payout occurs.
|
|
|
|
btc-sandman
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 09, 2017, 12:55:55 AM |
|
I have a question that hopefully someone can help with. When I search my BTC address on the wallet search, it comes up as BCH. Will this still payout in BTC or is it going to be BCH? I'm confused because I know the site is going through some struggles right now, so I just wanted to see if anyone knew why it may be showing as BCH. Thanks for any help!
|
|
|
|
igotek
|
|
December 09, 2017, 01:24:37 AM |
|
How to download ? Here it is.... JK's zPool Manual Miner Batch V1.0@echo off :STARTNEWALGO SETLOCAL EnableExtensions SET ADDY=1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP SET DEV= SET ID=i7-920-GPU REM NOTE: ADDY is where you put in your wallet address. DEV is for device numbers to mine on. If you have REM two video cards, then you will set it as 'SET DEV=-d 0,1' . If you wish to only use your second REM and third video cards, you would use: 'SET DEV=-d 1,2' ... and so on. ID is just a string to REM identify your miner's connection on the wallet page via the password field preview displayed. REM leave DEV blank to select all cuda devices. Equihash device selection not implemented yet. REM SET ALGOLOC=http://nomadpaintball.tripod.com/currentalgo.txt SET ALGOFN=currentalgo.txt REM ALGOLOC is the URL to the file that has your algo selection. ALGOFN is the filename itself. REM Set them appropriately to your file location and name. REM SET A=ccminer180.exe SET B=ccminerx11e.exe SET C=ccminerlyra2.exe SET D=ccminerlbry1.exe SET E=ccminerlbry.exe SET F=ccminer.exe SET G=equihash.exe REM NOTE: A,B,C,D,E,F&G are all the miner app file-names. You should be able to use path:\to\ccminer.exe etc. if REM you so desire. I highly suggest putting a copy of each ccminer version you are using, in one folder REM with this naming structure to keep it simple. 'C:\zPool.ca\ccminer.exe' etc... eliminates path:\to\ fluff. REM SET POOL=mine.zpool.ca SET ALGOLOC=http://nomadpaintball.tripod.com/currentalgo.txt SET ALGOFN=currentalgo.txt SET A01=x13 SET A02=x11 SET A03=qubit SET A04=x15 SET A05=lyra2v2 SET A06=neoscrypt SET A07=decred SET A08=blakecoin SET A09=c11 SET A10=quark SET A11=groestl SET A12=blake2s SET A13=x14 SET A14=x17 SET A15=nist5 SET A16=skein SET A17=sib SET A18=x11evo SET A19=lbry SET A20=keccak SET A21=myr-gr SET A22=equihash COLOR 0A SET PASS=%ID%,c=BTC SET WHATTOMINE=NONE IF EXIST .\currentalgo.txt DO DEL currentalgo.txt IF EXIST .\nextalgo.txt DO DEL nextalgo.txt :TOP1 CLS ECHO Fetching current algorythm selection... powershell -version 2.0 -Command "(New-Object Net.WebClient).DownloadFile('%ALGOLOC%', '%ALGOFN%')" REM Windows PowerShell 2.0 or greater is needed to be able to access the web and download a file from the command interpreter. REM IF EXIST .\currentalgo.txt SET /P WHATTOMINE=<currentalgo.txt IF %WHATTOMINE% == NONE ECHO Web connection unavailable. Retry in 5 seconds... IF %WHATTOMINE% == NONE CHOICE /c · /n /t 5 /d · IF %WHATTOMINE% == NONE GOTO TOP1 ECHO %WHATTOMINE% selected. SET /A NEXTALGO=%WHATTOMINE% IF %WHATTOMINE% == %A01% START "%DEV%:%A01%" /min %A% %DEV% -r 0 -a %A01% -o stratum+tcp://%A01%.%POOL%:3633 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A02% START "%DEV%:%A02%" /min %A% %DEV% -r 0 -a %A02% -o stratum+tcp://%A02%.%POOL%:3533 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A03% START "%DEV%:%A03%" /min %A% %DEV% -r 0 -a %A03% -o stratum+tcp://%A03%.%POOL%:4733 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A04% START "%DEV%:%A04%" /min %A% %DEV% -r 0 -a %A04% -o stratum+tcp://%A04%.%POOL%:3733 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A05% START "%DEV%:%A05%" /min %C% %DEV% -r 0 -a %A05% -o stratum+tcp://%A05%.%POOL%:4533 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A06% START "%DEV%:%A06%" /min %D% %DEV% -r 0 -a %A06% -o stratum+tcp://%A06%.%POOL%:4233 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A07% START "%DEV%:%A07%" /min %A% %DEV% -r 0 -a %A07% -o stratum+tcp://%A07%.%POOL%:5744 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A08% START "%DEV%:%A08%" /min %A% %DEV% -r 0 -a %A08% -o stratum+tcp://%A08%.%POOL%:5743 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A09% START "%DEV%:%A09%" /min %A% %DEV% -r 0 -a %A09% -o stratum+tcp://%A09%.%POOL%:3573 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A10% START "%DEV%:%A10%" /min %A% %DEV% -r 0 -a %A10% -o stratum+tcp://%A10%.%POOL%:4033 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A11% START "%DEV%:%A11%" /min %A% %DEV% -r 0 -a %A11% -o stratum+tcp://%A11%.%POOL%:5333 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A12% START "%DEV%:%A12%" /min %A% %DEV% -r 0 -a %A12% -o stratum+tcp://%A12%.%POOL%:5766 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A13% START "%DEV%:%A13%" /min %A% %DEV% -r 0 -a %A13% -o stratum+tcp://%A13%.%POOL%:3933 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A14% START "%DEV%:%A14%" /min %A% %DEV% -r 0 -a %A14% -o stratum+tcp://%A14%.%POOL%:3737 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A15% START "%DEV%:%A15%" /min %A% %DEV% -r 0 -a %A15% -o stratum+tcp://%A15%.%POOL%:3833 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A16% START "%DEV%:%A16%" /min %F% %DEV% -r 0 -a %A16% -o stratum+tcp://%A16%.%POOL%:4933 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A17% START "%DEV%:%A17%" /min %A% %DEV% -r 0 -a %A17% -o stratum+tcp://%A17%.%POOL%:5033 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A18% START "%DEV%:%A18%" /min %B% %DEV% -r 0 -a %A18% -o stratum+tcp://%A18%.%POOL%:3553 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A19% START "%DEV%:%A19%" /min %E% %DEV% -r 0 -a %A19% -o stratum+tcp://%A19%.%POOL%:3334 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A20% START "%DEV%:%A20%" /min %E% %DEV% -r 0 -a %A20% -o stratum+tcp://%A20%.%POOL%:5133 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A21% START "%DEV%:%A21%" /min %F% %DEV% -r 0 -a %A21% -o stratum+tcp://%A21%.%POOL%:5433 -u %ADDY% -p %PASS%,%WHATTOMINE%,stats IF %WHATTOMINE% == %A22% START "%DEV%:%A22%" /min %G% --server %POOL% --user %ADDY% --pass %PASS%,%WHATTOMINE%,stats --port 2142 --eexit 3 :WAITAGAIN CLS ECHO Miner loaded and mining %WHATTOMINE%. Waiting for algo change or miner app to close. SET ISRUNNING=FALSE FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %A%" /FI "WINDOWTITLE eq %DEV%:%WHATTOMINE%"') DO IF %%x == %A% SET ISRUNNING=TRUE IF %ISRUNNING% == TRUE GOTO TRUE FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %B%" /FI "WINDOWTITLE eq %DEV%:%WHATTOMINE%"') DO IF %%x == %B% SET ISRUNNING=TRUE IF %ISRUNNING% == TRUE GOTO TRUE FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %C%" /FI "WINDOWTITLE eq %DEV%:%WHATTOMINE%"') DO IF %%x == %C% SET ISRUNNING=TRUE IF %ISRUNNING% == TRUE GOTO TRUE FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %D%" /FI "WINDOWTITLE eq %DEV%:%WHATTOMINE%"') DO IF %%x == %D% SET ISRUNNING=TRUE IF %ISRUNNING% == TRUE GOTO TRUE FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %E%" /FI "WINDOWTITLE eq %DEV%:%WHATTOMINE%"') DO IF %%x == %E% SET ISRUNNING=TRUE IF %ISRUNNING% == TRUE GOTO TRUE FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %F%" /FI "WINDOWTITLE eq %DEV%:%WHATTOMINE%"') DO IF %%x == %F% SET ISRUNNING=TRUE IF %ISRUNNING% == TRUE GOTO TRUE FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %G%" /FI "WINDOWTITLE eq %DEV%:%WHATTOMINE%"') DO IF %%x == %G% SET ISRUNNING=TRUE IF %ISRUNNING% == FALSE GOTO RESTART :TRUE CHOICE /c · /n /t 20 /d · REM Check URL every x minutes for an algo selection change (60s x 5Min == 300), etc. REM powershell -Command "(New-Object Net.WebClient).DownloadFile('%ALGOLOC%', 'nextalgo.txt')" IF EXIST .\nextalgo.txt SET /P NEXTALGO=<nextalgo.txt IF %NEXTALGO% == %WHATTOMINE% ECHO No change detected. Still mining %WHATTOMINE% IF %ISRUNNING% == FALSE GOTO RESTART CHOICE /c · /n /t 2 /d · IF %NEXTALGO% == %WHATTOMINE% GOTO WAITAGAIN :RESTART FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %A%"') DO IF %%x == %A% TASKKILL /F /IM %A% FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %B%"') DO IF %%x == %B% TASKKILL /F /IM %B% FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %C%"') DO IF %%x == %C% TASKKILL /F /IM %C% FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %D%"') DO IF %%x == %D% TASKKILL /F /IM %D% FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %E%"') DO IF %%x == %E% TASKKILL /F /IM %E% FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %F%"') DO IF %%x == %F% TASKKILL /F /IM %F% FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %G%"') DO IF %%x == %G% TASKKILL /F /IM %G% SET /P WHATTOMINE=<nextalgo.txt GOTO STARTNEWALGO
JK's nVidia zPool Miner "Manual" Batch V1.0
Update: Updated to 1.0. Tested and functions well. No major changes since V0.9 Beta; just beautification and cleaning up the mess. This batch REQUIRES Windows Powershell >= 2.0. But luckily that covers PC's from Vista and later. 99% of users will not need to install or download anything extra. Simple. Same as my original batch instructions, but as well you must enter the URL and filename of where you will be uploading a text file containing the name of the algo you wish your miner to mine. If the batch can't get on the internet, you will see a huge red error. It will continue to retry every so many seconds. My example is just a txt file on a tripod website. All I do is change the algo name in the text file (that only contains the algo name in it) and the miner will automatically check it and change the app as needed. If it detects no miner running, it will restart it's whole process. You can also visit the url and see the text file I am currently using. I have not tested this fully for longer than a few min.... but AFAIK, it should work fine. I tested it. It works great. I have all of my farms running this batch now. Please report any issues you may have. And I'm looking for feedback and suggestions. I bet you guys didn't think a batch can do this.
|
I cannot live, I cannot die, trapped in myself. Hold my breath as I wish for death. Oh please god, help me !
|
|
|
JaredKaragen
Legendary
Offline
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
|
|
December 09, 2017, 02:24:12 AM |
|
How to download ?
The code you quoted needs to be saved as a text batch file (xxxx.bat). The miner apps always change with new versions with more optimizations, so I dont link a specific miner.... but in my posts I do have the miner apps/versions listed that I use most commonly, you just didn't see the link in my post you quoted from that leads to the original post with more data https://bitcointalk.org/index.php?topic=1260863.msg15119470#msg15119470
|
|
|
|
Ryuh
|
|
December 09, 2017, 02:37:29 AM |
|
I really want to mine at your pool, but every time i do it it pick ups the wrong coin to mine now and then even tho i speciffied c=<SYMBOL>. For example i want to mine Innova, but i get this: As i mine on non BTC address, but Innova address, why does it pick up other coins and why does it says exchange against Innova at the bottom? I lose a lot of hash power(60 cards) for nothing. Can you explain to me what i'm doing wrong?. Here is my .bat file for reference: ccminer -a neoscrypt -o stratum+tcp://neoscrypt.mine.zpool.ca:4233#xnsub -u myaddress -p c=INN,pc1
|
|
|
|
JaredKaragen
Legendary
Offline
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
|
|
December 09, 2017, 02:42:02 AM |
|
I really want to mine at your pool, but every time i do it it pick ups the wrong coin to mine now and then even tho i speciffied c=<SYMBOL>. For example i want to mine Innova, but i get this:
As i mine on non BTC address, but Innova address, why does it pick up other coins and why does it says exchange against Innova at the bottom? I lose a lot of hash power(60 cards) for nothing. Can you explain to me what i'm doing wrong?.
Here is my .bat file for reference:
ccminer -a neoscrypt -o stratum+tcp://neoscrypt.mine.zpool.ca:4233#xnsub -u myaddress -p c=INN,pc1
You should re-read the mainpage of the website. you select what coin you get paid in. not what coin you mine.
|
|
|
|
btc-sandman
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 09, 2017, 02:56:36 AM |
|
You should re-read the mainpage of the website.
you select what coin you get paid in. not what coin you mine.
I think that helped answer the problem I was having, but I am using Awesome Miner to hop algos. Does anyone know if there is a way to specify your payout coin when using Awesome Miner?
|
|
|
|
Ryuh
|
|
December 09, 2017, 03:13:13 AM |
|
I really want to mine at your pool, but every time i do it it pick ups the wrong coin to mine now and then even tho i speciffied c=<SYMBOL>. For example i want to mine Innova, but i get this:
As i mine on non BTC address, but Innova address, why does it pick up other coins and why does it says exchange against Innova at the bottom? I lose a lot of hash power(60 cards) for nothing. Can you explain to me what i'm doing wrong?.
Here is my .bat file for reference:
ccminer -a neoscrypt -o stratum+tcp://neoscrypt.mine.zpool.ca:4233#xnsub -u myaddress -p c=INN,pc1
You should re-read the mainpage of the website. you select what coin you get paid in. not what coin you mine. Thank you for the answer, my English is not very good and i dont fully understand what is written on the main page. So basically i mine whatever the pool give me and the pool exchange it to Innova in my example, is that correct?
|
|
|
|
Sityl
Newbie
Offline
Activity: 43
Merit: 0
|
|
December 09, 2017, 03:29:35 AM |
|
I really want to mine at your pool, but every time i do it it pick ups the wrong coin to mine now and then even tho i speciffied c=<SYMBOL>. For example i want to mine Innova, but i get this:
As i mine on non BTC address, but Innova address, why does it pick up other coins and why does it says exchange against Innova at the bottom? I lose a lot of hash power(60 cards) for nothing. Can you explain to me what i'm doing wrong?.
Here is my .bat file for reference:
ccminer -a neoscrypt -o stratum+tcp://neoscrypt.mine.zpool.ca:4233#xnsub -u myaddress -p c=INN,pc1
You should re-read the mainpage of the website. you select what coin you get paid in. not what coin you mine. Thank you for the answer, my English is not very good and i dont fully understand what is written on the main page. So basically i mine whatever the pool give me and the pool exchange it to Innova in my example, is that correct? Yes, this is correct. Sometimes, there may not be enough Innova in the pool to pay your full amount, but it will warn you this is the case.
|
|
|
|
Ryuh
|
|
December 09, 2017, 03:45:00 AM |
|
Thank you guys for the help. I was very confused what is going on and i had to ask.
|
|
|
|
spider703
|
|
December 09, 2017, 04:13:56 AM |
|
crackfoo there are any ideas on launching other servers for your pool located in other countries?
|
BTC 1Hof999zuqUKpifmzrSABv7tNr4nRaoJKM LTC Lf2L6DTBr2gXT38d7cVRqDQiHMndtXQyNW or write me in https://t.me/spider703
|
|
|
|