Pages:
Author

Topic: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool - page 37. (Read 794380 times)

newbie
Activity: 86
Merit: 0
mkxminer: optimized Lyra2rev2 miner for AMD GPUs (Vertcoin, Monacoin, XVG)

https://bitcointalksearch.org/topic/mkxminer-fast-lyra2zlyra2rev2-miner-for-amd-gpu-zcoin-gincoin-vert-mona-2360168

nicehash-only version

=== Speeds (no overclocking)
Radeon Pro Duo: 84.8MHs (42.4 + 42.4)
Fury X: 55MHs
Vega56: 47MHs (can be optimised further, just need some time and incentive)
RX 580: 39MHs
RX 480: 36MHs
R9 390: 32MHs
R9 380X: 26MHs
R9 280X: 26MHs
legendary
Activity: 1797
Merit: 1028
IT MEANS THAT TOO LITTLE WAS PAID FOR THE TRANSACTION FEE--

The transaction is stuck.  It will not confirm because the fee paid was too small.  I think many miners have been shorted like this since Friday.       --scryptr

If so, why can not I see it in blockshain?
No  money in the account , and no unconfirmed transfers.

TRY A DIFFERENT BLOCKCHAIN SERVICE--

 I don't know the answer.  Kenshirothefist blames BitCoin Gold and "a bumpy ride".  Good luck!       --scryptr


legendary
Activity: 1218
Merit: 1003
IT MEANS THAT TOO LITTLE WAS PAID FOR THE TRANSACTION FEE--

The transaction is stuck.  It will not confirm because the fee paid was too small.  I think many miners have been shorted like this since Friday.       --scryptr

If so, why can not I see it in blockshain?
No  money in the account , and no unconfirmed transfers.
legendary
Activity: 1797
Merit: 1028
IT MEANS THAT TOO LITTLE WAS PAID FOR THE TRANSACTION FEE--

The transaction is stuck.  It will not confirm because the fee paid was too small.  I think many miners have been shorted like this since Friday.       --scryptr
it should "bounce back" so they can send it out again, right?.. but the question is are they actually set up for it without manually going in to fix it? they don't seem too responsive about this issue on twitter. edit: and I'm kinda mad with how much btc dropped in this period so I've lost a fair bit of my earnings. >:|

IT MAY BOUNCE BACK, OR CONFIRM--

But the "bounce back" time is now about 3 weeks, instead of 3 days.  Then it is up to NiceHash to resend.  The last time I sent a transaction with a minimum fee it confirmed after 18-19 days instead of being returned to my BTC wallet.       --scryptr

EDIT: My Friday payout confirmed early Monday, nearly 72 hours after being posted on my stats page.       --scryptr
jr. member
Activity: 42
Merit: 12
IT MEANS THAT TOO LITTLE WAS PAID FOR THE TRANSACTION FEE--

The transaction is stuck.  It will not confirm because the fee paid was too small.  I think many miners have been shorted like this since Friday.       --scryptr
it should "bounce back" so they can send it out again, right?.. but the question is are they actually set up for it without manually going in to fix it? they don't seem too responsive about this issue on twitter. edit: and I'm kinda mad with how much btc dropped in this period so I've lost a fair bit of my earnings. >:|
legendary
Activity: 1797
Merit: 1028
IT MEANS THAT TOO LITTLE WAS PAID FOR THE TRANSACTION FEE--

The transaction is stuck.  It will not confirm because the fee paid was too small.  I think many miners have been shorted like this since Friday.       --scryptr
legendary
Activity: 1218
Merit: 1003
full member
Activity: 151
Merit: 100
Nice service and miners work great but maybe it would be too mutch to ask payout work too... https://blockchain.info/en/tx/be6209e2205a088168b485a62c16c4ea6c659c837389ad55024fa63d39fb0263
legendary
Activity: 1797
Merit: 1028
how to configure cryptonight miner?
i am using 5.6.1
i tried this code, sgminer opens and closes no mining..


sgminer.exe  -o stratum+tcp://cryptonight.in.nicehash.com:3355 -u MYBTCWALLET -p x

USE SGMINER-GM 5.5.5-8--

If you look in the source code for SGminer-5.6.1, you will find no CryptoNight kernel.  Instead, NiceHash modified SGminer-GM, which has code from Wolf0 for CryptoNight.

SGminer-GM v5.5.5-8 can be found on the NiceHash GitHub.  It will work well on NiceHash.       --scryptr

thanks you i will try this version

and my code is correct?


sgminer.exe  -o stratum+tcp://cryptonight.in.nicehash.com:3355 -u MYBTCWALLET -p x

IT IS BETTER TO USE A CONFIGURATION FILE--

In Windows or Linux, a configuration file will work better.  I posted a CryptoNight configuration on the previous page.  Here is the link: https://bitcointalksearch.org/topic/m.23986786 .

With this configuration on Windows, any word that is "ALL CAPS" is a variable, and will need to be replaced with the actual value for your rig.  That is, "PASSWORD" would be just "x", and "WORKER" could be "rig1".  The "MAXTEMP" values could be "85" and "87", or similar. Copy the configuration, paste it into Notepad, and put your personal info in the variable spots.  Save it as a file named "cryptonight .conf", being sure to save it as an "all files" type from Notepad. Then, launch SGminer-GM with a line like this:

sgminer.exe -c cryptonight.conf

The configuration file will be read into SGminer on launch.  A little typo can result in failure, but the configuration file is easier to manage than stringing all the variables into a single launch line.  The configuration file allows a miner to address the powerful features of SGminer like overheat protection, keeping stale shares from being submitted, and backup pools.  Although my configuration was for a Linux system that passes values as variables, the file is fine for Windows if the values are simply written in place.

The above line should work fine in a Command window, but a batch file with a shortcut makes it easier to use.  A simple batch file could be:

===CUT LINE===

:loop

sgminer.exe -c cryptonight.conf

goto loop
pause

==CUT LINE===

Save the text portion (not the cut lines) into a file called XMR.bat, create a shortcut to the batch file, and save it to your desktop.  The loop structure allows a miner to stop the program, make a change, and quickly restart.

--scryptr
newbie
Activity: 39
Merit: 0
Trying to send to multipool.us port 8888 (coin switching) and it goes dead every time it switches from BTC to DGB. I haven't monitored any other switches.

I have the diff set to 262144.. I can mine both coins independently just fine on their own ports.

Any ideas? Anyone using 8888 successfully?
legendary
Activity: 1500
Merit: 1002
Mine Mine Mine
bring back the old nicehash front page !
hero member
Activity: 616
Merit: 500
how to configure cryptonight miner?
i am using 5.6.1
i tried this code, sgminer opens and closes no mining..


sgminer.exe  -o stratum+tcp://cryptonight.in.nicehash.com:3355 -u MYBTCWALLET -p x

USE SGMINER-GM 5.5.5-8--

If you look in the source code for SGminer-5.6.1, you will find no CryptoNight kernel.  Instead, NiceHash modified SGminer-GM, which has code from Wolf0 for CryptoNight.

SGminer-GM v5.5.5-8 can be found on the NiceHash GitHub.  It will work well on NiceHash.       --scryptr

thanks you i will try this version

and my code is correct?


sgminer.exe  -o stratum+tcp://cryptonight.in.nicehash.com:3355 -u MYBTCWALLET -p x
legendary
Activity: 1797
Merit: 1028
how to configure cryptonight miner?
i am using 5.6.1
i tried this code, sgminer opens and closes no mining..


sgminer.exe  -o stratum+tcp://cryptonight.in.nicehash.com:3355 -u MYBTCWALLET -p x

USE SGMINER-GM 5.5.5-8--

If you look in the source code for SGminer-5.6.1, you will find no CryptoNight kernel.  Instead, NiceHash modified SGminer-GM, which has code from Wolf0 for CryptoNight.

SGminer-GM v5.5.5-8 can be found on the NiceHash GitHub.  It will work well on NiceHash.       --scryptr
hero member
Activity: 616
Merit: 500
how to configure cryptonight miner?
i am using 5.6.1
i tried this code, sgminer opens and closes no mining..


sgminer.exe  -o stratum+tcp://cryptonight.in.nicehash.com:3355 -u MYBTCWALLET -p x
newbie
Activity: 24
Merit: 0
Is nicehash fubar ATM? If I can get a rental started it just burns away with 90+% rejects, more often it wont even start, which is just burning through cancellation fees... the pool details are the same as they always have been and I know the pools are fine because I'm mining them with my personal miners. I feel like I'm being scammed, charge for rejects then charge for cancellation, perhaps the "new order fee" should be refunded if nicehash cancels the order.
You are right, they sometimes cancel orders and do not refund the fixed order fee. I also constantly get 10% stale shares on DaggerHashimoto, that does not happen often on X11 nor Equihash. Nicehash became hugely problematic. Also CryptoNight was recently pumped removing a lot of hashrate from other algorithms. I think in effect the buying prices will fall eventually - buyers collectively have to account for those risks. Plus a lot of miner software bugs and everyday 30-minute marketplace downs.
member
Activity: 112
Merit: 10
Is nicehash fubar ATM? If I can get a rental started it just burns away with 90+% rejects, more often it wont even start, which is just burning through cancellation fees... the pool details are the same as they always have been and I know the pools are fine because I'm mining them with my personal miners. I feel like I'm being scammed, charge for rejects then charge for cancellation, perhaps the "new order fee" should be refunded if nicehash cancels the order.
full member
Activity: 264
Merit: 100
need help? how to get 3d hooked up? to pool?
hero member
Activity: 979
Merit: 510

======

I have a question maybe you can help I keep getting stratum disconnects from nicehash on sgminer mining xmr and its turning into a real pain I even tried to download and run nicehash miner still the same on all my rigs I noticed sgminer is using api port 4000 or 4001 I have those ports open for my pc running storj farming could this be interfering with sgminer I no Im not the only one having trouble just not sure if my trouble is this reason thanks for any input

DISCONNECTS ARE NOT MINER-SPECIFIC--

I have the same problem.  Currently, I am mining CryptoNight with CPUminer-OPT, CPUminer-Multi, CCminer, and SGminer.  All the miners disconnect every few minutes.  The statistics on NiceHash are not consistent, either, as the miners are not connected long enough to obtain a good average.  I also notice that the pool difficulty is set at 300 thousand, rather than 40 thousand or 80 thousand.

I am earning more this week than last, but the live stats are not reliable.  NiceHash should comment.       -scryptr

We have the same situation here, both CPU and GPU mining gets frequent disconnects and stratum interrupts. The miners reconnect quickly, but it's definitely not working quite right.

I also have been having this issue
newbie
Activity: 24
Merit: 0
Time to close the nicehash tab and go to MINING RIG RENTALS!
Have you seen the rent prices on MINING RIG RENTALS? It's a complete rip off, I do not understand who would buy hashpower at those prices.
full member
Activity: 241
Merit: 100
If you are mining lyra2rev2(Vertcoin) please move away from coinotron. They currently have 68% of the Vertcoin network hashrate. We prefer that you mine to p2pool. Then even with a majority hashrate we wouldn't have anything to worry about . Also, it seems that nicehash only lists a few pools to mine to, so here are some alternatives

Alternative pools:

p2pools network 1 pools (100mh/s and up):

http://scanner1.alwayshashing.com/

p2pool network 2 pools( under 100mh/s):

http://scanner2.alwayshashing.com/

Traditional pools:

http://give-me-coins.com/vertcoin-pool

https://vertcoin.miningpoolhub.com/

https://www.zpool.ca/

Setup your own p2pool (no fees, best payout, easy to do):

Setup your own p2pool:

Windows guide :

network 1 video (100mh/s + miners) video : https://www.youtube.com/watch?v=InQ3sWkrirw

network 2 video (100 mh/s and under miners) video : https://www.youtube.com/watch?v=CE9kGh-gGnI

text guides:

network 1: https://gist.github.com/veqtrus/e2b7c34d9c8b3ad285209ae1b13ca2b2


network 2 :https://pastebin.com/Wx9d12KF

Ubuntu guide:

https://www.youtube.com/watch?v=DBwuCALkf1U
Pages:
Jump to: