Bitcoin Forum
May 29, 2024, 09:07:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 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 ... 124 »
1301  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 04:08:51 PM
A small addon:
Changing lines in main ps1 file from
Code:
 #Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
   $Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD


This is cool restless, thank you! I have added this to nemos' github to request it in future versions.

Actually need this taken to the next level, log the TOTAL EARNED at say 18:00 each day, and have the script take current value - previous value * BTC value = 'PROFIT from Last 24 Hours'   !!!!

Millsys that would be excellent.... I could finally ditch my spreadsheet if that happened!

millsys and airwalker, I will be releasing my "logging script" later this week. You will need some webspace with cpanel (for cronjobs).
1302  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 04:06:02 PM
to be clear, wouldn't this only call for the wallet info at the same rate as the nemos interval?
Most of my machines run an interval between 1200-1800, so 2-3 calls per hour maybe.


Yes, think so.. But some people mine at 90 seconds interval......
1303  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 04:05:06 PM
Hi Folks,

Currently using Nemosminer for 1 month and no issue.

Would like to know if you have found a way to receive payment from Ahashpool in Litecoin to avoid BTC fee between wallet ?

Thanks

I'm curious about this as well, when does it become more profotable to exchange to eth or ltc and how difficult is that to setup... guess this is really a question for the guys running the pools.

Ahash only does BTC.

Quote
This is a mining pool that auto-exchange all earnings to BTC.
1304  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 06:23:40 AM
A small addon:
Changing lines in main ps1 file from
Code:
 #Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
   $Balance = Invoke-RestMethod "[b]https://www.ahashpool.com/api/wallet/?address=[/b]$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD

Be careful with this. Don't call this API too often. Probably once, twice per hour. It might get your wallet banned if you call it too many times.
When I made http://my pools.you-stupid-woman.com tool I remembered a pool owner saying that users calling the wallet API was taking a lot of bandwidth, even more than just the algo API...
1305  Alternate cryptocurrencies / Mining (Altcoins) / Re: I found my old wallets and .dat files...... on: January 09, 2018, 05:36:09 AM
GUYS!!!! So this thing is now at 3 yrs and 34 weeks as we speak, however at some point...the 122k approx coins came into the wallet as a ballance and I successfully transferred them out to an exchange! Recovered approx 2k USD. Still gonna let this sync and see if any more coins "show up" lol.

I cant thank you guys enough!

Now....I'm going to see if I have any Vertcoin, cuz apparently I was mining that too.

Wow, lucky guy. Congrats Smiley
1306  Alternate cryptocurrencies / Mining (Altcoins) / Re: Is it possible to get correct information on how to power a rig properly? on: January 08, 2018, 02:42:54 PM
I know you said that you have "made your choice" etc, but I was once told by an electronic engineer how I should wire my rigs and he said that when using powered risers (like the typical USB riser with a molex or 6-pin 12V input) you MUST power ALL risers with the same PSU that powers the motherboard, and only use the 6-pin PCIe power from the 2nd PSU.

I know it usually works to do it the wrong way and many many people are fine for months or even years, but as @priviet  said - different PSUs are never exactly the same in their 12V output but their circuitry is attempting to "smooth" or "stabilize" their output and this gets more complicated the bigger the difference between them. So... if they both sit at say 12.2V everyone is happy, but if one of them has a problem, or is overloaded by all GPUs needing max power at once or something and it droops to 11V - you could get a lot of heat or popped capacitors.

I work as a technician with electronics (I'm definitely not an engineer) and one thing I learned a long time ago is that problems with power account for the majority of faults or problems with electronics. It's a good idea to get the power right and to give your system more power than it needs if you can afford it. I will repeat this because I know this is an issue that has caused a lot of arguments - it usually works to do it the wrong way. Usually.

Anyone agree with this? I split half miners (gpus + risers) in one psu... And now i'm scared

Another problem is to split the 6-pin using Y 6-pin cable, i burned (literally) one yesterday.. any suggestion?  Huh



As said above, everybody is saying something different. I have my mobo, risers and 1 GPU on my 650 PSU. My other 2 GPUs are on my second 1200 PSU.
1307  Alternate cryptocurrencies / Mining (Altcoins) / Re: Idk which coins i should choose on: January 08, 2018, 02:38:58 PM
Im thinking about investing 750$ in ETH and Ripple
can you tell me about another coins that you have invested on?
ps
i am kinda newbie, i only mine ZEC
thanks.

BSD might go somewhere one day... (according to others).

Check out their ANN on this forum.
1308  Alternate cryptocurrencies / Mining (Altcoins) / Re: What a nightware ... Lesson learned. on: January 08, 2018, 02:37:54 PM
So after 6 hours of troubleshooting it ended up being one cable that had come unplugged from the psu. 

Had thesame issue when I installed my last GPU. I could have saved you a lot of time if you had asked. Smiley
1309  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ☑☑☑[ANN][BSD] BitSend -The first Segwit Masternodecoin 0.14.0.5 New Version on: January 08, 2018, 02:35:54 PM
Thank you for the airdrop. Smiley


Edited to add: So many people get free BSD during this airdrop. A shame only a few show their appreciation here.  Undecided Sad
1310  Alternate cryptocurrencies / Mining (Altcoins) / Re: Does ahashpool answer support emails? on: January 08, 2018, 02:35:41 PM
Sent them a few mails in the past, always got an answer.
1311  Alternate cryptocurrencies / Mining (Altcoins) / Re: How many Sol/s does 1080Ti do in Equihash on: January 07, 2018, 05:12:20 PM
Mine did almost 800 sols/s with little OC. Over 800 with hard OC.

You have a Titan?
1312  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ahashpool stealing? on: January 07, 2018, 04:25:37 PM
You should really start mining with Nemos, even if you only mine 1 algo; It will show you how much you might earn (give or take).

I was using multipool miner, it shows how much I might earn,  but of course its much higher than actual.  Now I'm testing out awesomeminer.

At any rate.  according to calculator provided, I should have made 4 dollars mining fee all day.  Yet I mined for 6 plus hours on phi for the usd equivalent of 9.6 cents.


Care to share your stats/wallets here? Screenshots would do too..
Just trying to help. Again, I'm an Ahash lover. Will only swap pools based on earnings, and atm Ahash is doing the best for me.

What stats are you looking for?

Wallet page from ahash, if possible total screenshot.
1313  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ahashpool stealing? on: January 07, 2018, 03:55:52 PM
You should really start mining with Nemos, even if you only mine 1 algo; It will show you how much you might earn (give or take).

I was using multipool miner, it shows how much I might earn,  but of course its much higher than actual.  Now I'm testing out awesomeminer.

At any rate.  according to calculator provided, I should have made 4 dollars mining fee all day.  Yet I mined for 6 plus hours on phi for the usd equivalent of 9.6 cents.


Care to share your stats/wallets here? Screenshots would do too..
Just trying to help. Again, I'm an Ahash lover. Will only swap pools based on earnings, and atm Ahash is doing the best for me.
1314  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ahashpool stealing? on: January 07, 2018, 03:49:37 PM
You should really start mining with Nemos, even if you only mine 1 algo; It will show you how much you might earn (give or take).
1315  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ahashpool stealing? on: January 07, 2018, 03:48:12 PM
paid hours later much less than they should have.

Based on what? The pool exchanges the earnings on an exchange. Volatile coins will go up/down in value.

You're a newbie, so you're excused... But yeah that's what happens. You mine, and in the end you get the value of what the mined coins are being sold for.
If that is something that you don't like, you should move to a pool that only mines the coin that you want. You mine coin X on algo Y, get paid in coin X.

Do you understand a bit?

so for example, the summary shows I mined say .2725% of that coin,  obviously that will move down as I stop mining that algorithm.  Lets say its .1555% or something by the time they find a block.  I'd expect to get paid .1555% and I was paid way way less than that.

Mmm not sure... I never pay attention to those %. Enter your hashrate/algo here:
http://pools.you-stupid-woman.com/

These results are supposed to be the results when you mine 24 hours straight. In the end almost all pools pay less than these values. These are just indicators.
1316  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ahashpool stealing? on: January 07, 2018, 03:41:16 PM
paid hours later much less than they should have.

Based on what? The pool exchanges the earnings on an exchange. Volatile coins will go up/down in value.

You're a newbie, so you're excused... But yeah that's what happens. You mine, and in the end you get the value of what the mined coins are being sold for.
If that is something that you don't like, you should move to a pool that only mines the coin that you want. You mine coin X on algo Y, get paid in coin X.

Do you understand a bit?
1317  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ahashpool stealing? on: January 07, 2018, 03:37:19 PM
it doesn't mean that you should receive 12+ cents every hour.
your earnings depend on pool's luck Smiley

yea okay, you mine there and depend on luck.  This is second time I've seen this and my other system with gtx950 is mining on phi there now so I'm sure same result happens, we will see.  I'm mining there till I hit minimum payout.  6 hours is not 9 cents luck or no luck.

Nobody is forcing you to mine some where against your will. Ahash and HR are both really good pools with good support.

Instead of accusing people, do your tests.

Edited to add: You only mine one coin at the pools. You should try Nemos.
1318  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ahashpool stealing? on: January 07, 2018, 03:35:45 PM
I'm a miner at Ahash. Hashrates/earnings may vary based on a number of things...

All I can say is that in the end Ahash is earning more than HR. You do whatever you want. Wink


(P.S. I love Ahash).
1319  Alternate cryptocurrencies / Mining (Altcoins) / Re: I found my old wallets and .dat files...... on: January 07, 2018, 02:45:17 PM
AND MOST IMPORTANT: let us know how much $$$ you now have so we can all be jealous! Good luck!
1320  Alternate cryptocurrencies / Mining (Altcoins) / Re: I found my old wallets and .dat files...... on: January 07, 2018, 12:47:32 PM
I don't know how to insert an image...but i downloaded Doge coin wallet, replaced the .dat file...I can see the past transactions. But this thing has been syc'ing with the network for at least a day and it's stuck on 4 years 3 weeks. LoL, I guess that's when I used to mine.

I've accepted the fact that it's lost....no harm in seeing if I can recover anything though. Does this mean it might be recoverable??

Also, I have separate folders for the Doge/Vert coin so I know which .dat file is which (thankfully)...also I can see the Doge coin transactions. So I think I have a little luck on my side  Huh

Yeah, you might be lucky. Let it sync. For a long time.
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 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 ... 124 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!