Bitcoin Forum
May 01, 2024, 08:09:32 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 9 10 11 12 13 14 15 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 »
1  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: February 22, 2024, 02:16:26 PM
Add full support TLS and other i gain error connection timed out in port 3333

Not sure I understand what you're trying to say, but 3333 is the port for regular Stratum. Stratum over TLS is available on on port 3443, if your setup supports it.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: September 12, 2023, 10:54:53 AM
recently I tried getting cpuminer to run on a Raspberry Pi 4 (aarch64)
I'm using somewhat older codes (version 2.4) from
https://github.com/pooler/cpuminer

I couldn't figure out how to get it to build with the ARM assembly codes, and apparently scrypt-arm.S seemed to be written for armhf (32 bit ARM microprocessors).
Hence, there could possibly with issues compiling in aarch64 (ARM 64bit instructions and OS)

It's not about issues, it's just plain incompatible. Despite the name similarity, 64-bit ARM (AArch64) is an entirely different architecture than 32-bit ARM, and the hand-written assembly code in cpuminer only targets the latter. I never got around to writing optimized code for AArch64, so all you can do at the moment is compile a C-only version of the miner.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) on: December 08, 2022, 09:18:16 AM
I feel that the cpuminer is not adding fees along with block-reward.

I am looking at coinbase transaction generation, code under section   /* build coinbase transaction */

Code:

      tmp = json_object_get( val, "coinbasevalue" );
      if ( !tmp || !json_is_number( tmp ) )
      {
         applog( LOG_ERR, "JSON invalid coinbasevalue" );
         goto out;
      }
      cbvalue = (int64_t) ( json_is_integer( tmp ) ? json_integer_value( tmp )
                                                   : json_number_value( tmp ) );


I feel it is missing the fees addition, below is the code I was expecting to compute and add fees.

[...]

The coinbasevalue field already includes all available transaction fees.
4  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: November 07, 2022, 08:46:01 AM
Where may We find the Coins being Merged at any time? ...

More out of curiosity than necessity Wink

Right now we are mining Canada eCoin, Dogecoin, Earthcoin, Myriad, Pesetacoin, Viacoin.
5  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: September 30, 2022, 03:23:54 PM
Prior to netting that out, isn't network difficulty a part of that equation? How do I take that into account?

Network difficulty is part of the formula to compute the PPS rate, which you can find in the FAQ on the website.
6  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: September 30, 2022, 12:14:11 PM
I've been merge mining with litecoinpool for a year now and have quite a bit of data that I pull together in a Grafana dashboard. Recently, I've been trying to estimate my bottom line based on historical payouts, difficulty, market price, etc. I've been searching for the algorithm behind the litecoinpool calculator in an attempt to measure potential outputs over time. The values fluctuate fairly dramatically and thought it would be helpful for me to estimate payouts so that I can adapt to market changes. It'll help me manage the bottom line better.

My questions are:
- is that dumb (because of how drastic the values fluctuate)?
- if not, can anyone help me learn the backend math to calculate the profitability analysis?

I'd like to smooth that over time in Grafana. The API returns all the information (minus the input variables like estimated hash, power utilization, and power cost).

Any help with the algorithm?

It's pretty simple. The expected number of hashes over a period of time is average hashrate multiplied by time. You divide that by 65536 and you have the expected number of baseline shares. You then multiply by the price of a share (i.e., the PPS rate) and you get expected rewards in LTC. The formula for the PPS rate is in the FAQ on the website.

As for energy costs, it's even simpler, as energy is power (in kW) multiplied by time (in hours).
7  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: September 27, 2022, 08:35:41 AM
With Dogecoin being bias to PoS, is there any alternative to increase profitability, once LTC becomes a lone reward?
The pool is already merge-mining multiple chains, not just Dogecoin. The number of chains one can merge is practically unlimited, so Dogecoin dropping AuxPoW wouldn't really open up a spot for another chain.

LTC+DGB for example?
That cannot be done, since neither coin supports being mined as an auxiliary chain.
8  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: August 24, 2022, 08:40:38 AM
i lost my phone, who can i contact about my 2 factor authentication, cant log in without 2 factor

When you enabled 2FA, the website gave you a secret key and instructed you to write it down on paper and store it in a safe place. You can use this key to restore token generation on any device that can run Google Authenticator. You simply need to follow the same procedure to add an account to the authenticator, but instead of scanning a QR code you enter the key manually.

If you need further assistance, please contact support via email (the address is at the bottom of the Help page on the website).
9  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: August 11, 2022, 09:35:00 AM
when would it be possible to withdraw ltc to mweb addresses?

We plan to allow payouts to MWEB addresses as soon as Litecoin Core implements support for them in the creation of multiple-output transactions.
10  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: April 22, 2022, 08:45:52 PM
What about signaling MW? I am not sure if its good for LTC. May you share your thougths about this?
Signaling indicates that the pool is technically ready for MWEB. We have applied the required software changes and performed a number of tests.
I do not have a personal opinion on MW itself, but it's been in development for well over two years now, and as far as I can tell during all this time it hasn't received much opposition at all.
11  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: April 17, 2022, 10:12:22 AM
Hi pooler,

Any chances of getting the pool's API to MinerStat so they can get accurate profits from your pool? I'm using a profit switcher and they don't have yours as choice.

They asked me, to ask you, as it seems they are not bothered to have one of the best pools in their stats, but I want. Undecided

I'll get in touch with them and see what they need.
12  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: March 24, 2022, 02:49:08 PM
Please Can you Point me for some link or place where Shown History of LTC  Difficulty risen and the hashing power on the Litecoin network has increased ?! Some kind of timeline of this situation!
https://bitinfocharts.com/comparison/litecoin-difficulty.html#1y
13  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: March 24, 2022, 11:33:58 AM
it is a fact that an increase in difficulty leads to a decrease in rewards, but why did this happen?
miners are disabled in kazakhstan also miners are disabled in many large places,
what caused this increase, please tell me?

Difficulty has risen because the hashing power on the Litecoin network has increased. This means more and/or faster miners compared to a few months ago. As to how exactly this happened, we have no way of knowing for sure. We just know that the mining network as a whole is faster because it can now solve a block that is twice as difficult as the blocks we had last July in the same amount of time.
14  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: March 24, 2022, 10:48:21 AM
Past 24 hours Rewards was 0.15-0.18 LTC , ( Antminer L3+ Workers 4 , average Speed   2,500 MH/s )   But  final several month it going down to 0.10 - 0.11 LTC  - 24 Hours  what is the reason? As I know In Kazakhstan miners turned off also many big countries restricted mining and I should make miners earn more ?!

Difficulty has about doubled since last July, going from 7M to 15M, so the hash power on the network has definitely increased. And miners' rewards are inversely proportional to the network's difficulty.
15  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: February 02, 2022, 03:47:15 PM
Pooler, wen MWEB? Grin
Soon™ Grin
Seriously though, testing of the release candidate is already underway. Smiley
16  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: January 25, 2022, 10:33:14 PM
Another reason to choose PPS: you get paid even when blocks get out of the main chain.

There was one rather long (27 blocks) chain that became orphaned 7 hours ago, and two of those blocks were found by our pool.
Did this affect your earnings? Not at all! (It only affected the pool's wallet, d'oh! Cheesy)

Here is the root of the orphaned chain:
http://blockexplorer.sytes.net/block/51eb5d3c807107c6e9dc5ba0074883b718d1a5fe48f245f8cef53eff74ee09dc

Hello , My Account At litecoinpool org found 2 blocks ,
Why Finding a block does not result in any additional reward?!

A miner's rewards are based on submitted shares, and completely independent of whether they find blocks. This is consistent with the message you quoted. See also the Beginner's Guide and the FAQ.
17  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: December 01, 2021, 03:54:09 PM
hi! please add a value in BTC and USD next to the "Past 24 hours Rewards" field, you already have all the courses, I think it will be easy to do.

We will consider it, but personally I'm not a fan of this idea. I think the Rewards section should contain exact figures only. The pool deals in LTC exclusively, and adding any estimates that depend on (potentially highly volatile) exchange rates may be seen as misleading by some users.
18  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: November 27, 2021, 10:54:55 PM
Is there a way to download the User Hash Rate data that's used to generate the Charts?
Currently, no, but if you only need daily data points you can download the CSV from your Rewards page.

I'm seeing about 1.7% stale shares with Antminer L3+.  Ping time to us, us2, and generic addresses are around 28 ms, 66 ms, and 98 ms, respectively: [...]
I recently upgraded my cable modem and upgraded from CAT 5/6 to CAT 8 cabling and reduced the number of internal switches in the path from the miners to the modem.  So now I'm at a loss as to how to further reduce the stale shares.  Any suggestions?
I would guess that the two most likely possibilities are that the bulk of the latency arises either at the miner's level, before shares are actually sent over the network (which could happen because of a hardware or firmware issue or quirk), or at some point along the network path (e.g. by a firewall examining TCP traffic, which wouldn't affect ping times).
19  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: November 26, 2021, 10:40:54 AM
What is OK stale shares %? I see 0 stales on my Antminer sw and 3.14% Litecoinpool.org.

3% is pretty bad. Most users are currently below 0.25%. Keep in mind that stale shares are caused by latency. And unfortunately latency can be introduced by many different things, from overclocking to networking hardware getting in the way.
20  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: September 05, 2021, 09:41:30 PM
Hello I am rather new to the mining scene and this is my first post I hope I’m addressing to the right person lol.
I’m just wondering why the coin price has gone up but I am making less profit? I understand about the difficulty but comparing to similar difficulty levels in the past I’m still making less than I was before
I was hoping someone could help me with this?

Essentially, the network difficulty has been going up and the relative profitability of merged mining has been going down. On the positive side, the price of Litecoin against fiat currencies has gone up.
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 30 31 32 33 34 35 36 37 38 39 40 41 42 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!