Bitcoin Forum
May 21, 2024, 09:42:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: July 26, 2011, 06:27:36 PM
Switching to backup pools fails because of variable name mismatch. Rename either all occurences of backup_server_index to backup_pool_index or other way around. Can be done by
Code:
sed -i 's/backup_server_index/backup_pool_index/' Transport.py
2  Bitcoin / Pools / Re: [150 GH/sec] MineCo.in - PPLNS 0% Mining on: July 11, 2011, 06:57:40 PM
but it's unfair as i am powering off my pc when i am at work.
It's not unfair, it just adds variance, but that can be reduced by choosing large N, so your shares would be counted proportionally to payments for all blocks found in next N shares.
3  Bitcoin / Pools / Re: A proposal for Recent Shared Maximum PPS on: July 11, 2011, 09:28:59 AM
So you mean something similar to RSMPPS but also favor unpaid shares from miners who are still active. So if miner A worked on block 1 (a long block) and didn't get fully paid. And miner B worked on block 2 (another long block) and didn't get fully paid. Miner B stopped mining with the pool, but miner A continued mining. When the pool finally starts to get lucky and has enough BTC to pay the unpaid shares from block 2, we might favor paying miner A for his work on block 1 because he's still active instead of paying miner B for his work on block 2.

I think seems ok. It will give people incentive to keep mining and stick with the pool. But I can't think of a good formula that makes this simple to understand and implement. It might turn away miners due to it being too complicated even though the idea behind it is valid.
It seems similar to MaxPPS, which pays you more than proportional on long unlucky rounds only if you have your own surplus credit from participating in short lucky rounds. This method was also proposed for Eligius, but it gained some negative publicity, because some people mistook its effects as withholding payments by operator.
4  Other / Beginners & Help / Re: [aticonfig] enabling power control on linux on: June 30, 2011, 08:05:32 PM
If you mean powertune, you can use AMDOverdriveCtrl.
5  Other / Beginners & Help / Re: Pushpool Server and Bitcoin Mining Server Port. on: June 30, 2011, 02:25:25 PM
Change it in your config file. Here's example.
6  Other / Beginners & Help / Re: Can anyone help me to setup a static IP in Linuxcoin? on: June 30, 2011, 02:03:06 PM
Add to the file these lines…

auto eth0
iface eth0 inet static
       address 192.168.1.2
       netmask 255.255.255.0
       broadcast 192.168.1.255
       network 192.168.1.0
       gateway 192.168.1.1

modified according to your needs. Interface name can be obtained by "ip link" command. After you are finished with editing restart the networking service by "/etc/init.d/networking restart" command. You can check the result by "ip addr" command.
7  Other / Beginners & Help / Re: PPS vs Proportional: Whats better for low-hash miners? on: June 30, 2011, 01:55:00 PM
It should be the same in the long run, but proportional pool can be exploited by pool hopping. If you don't hop, pps would be better assuming the fee is the same.
8  Other / Beginners & Help / Re: Define Well Connected on: June 29, 2011, 05:24:22 PM
Bitcoin client connected to some other peers via reliable network connection.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!