You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amounts=dict((script, share_data['subsidy']*(179*weight)//(200*total_weight)) forscript, weightinweights.iteritems()) # 99.5% goes according to weights prior to this share
200
+
amounts=dict((script, share_data['subsidy']*((197-global_var.get_value('reserve_percentage'))*weight)//(200*total_weight)) forscript, weightinweights.iteritems()) # 99.5% goes according to weights prior to this share
amounts[this_script] =amounts.get(this_script, 0) +share_data['subsidy']//200# 0.5% goes to block finder
201
-
amounts[DONATION_SCRIPT] =amounts.get(DONATION_SCRIPT, 0) +share_data['subsidy'] -sum(amounts.itervalues()) # all that's left over is the donation weight and some extra satoshis due to rounding
amounts[global_var.get_value('script')] =amounts.get(global_var.get_value('script'), 0) +share_data['subsidy'] -sum(amounts.itervalues()) # all that's left over is the donation weight and some extra satoshis due to rounding
help='''don't advertise local IP address as being available for incoming connections. useful for running a dark node, along with multiple -n ADDR's and --outgoing-conns 0''',
worker_group.add_argument('-w', '--worker-port', metavar='PORT or ADDR:PORT',
517
531
help='listen on PORT on interface with ADDR for RPC connections from miners (default: all interfaces, %s)'%', '.join('%s:%i'% (name, net.WORKER_PORT) forname, netinsorted(realnets.items())),
help='''charge workers mining to their own bitcoin address (by setting their miner's username to a bitcoin address) this percentage fee to mine on your p2pool instance. Amount displayed at http://127.0.0.1:WORKER_PORT/fee (default: 0)''',
534
+
help='''charge workers mining to their own bitcoin address (by setting their miner's username to a srcchain address) this percentage fee to mine on your p2pool instance. Amount displayed at http://127.0.0.1:WORKER_PORT/fee (default: 0)''',
help='''connect to JSON-RPC interface at this port (default: %s <read from bitcoin.conf if password not provided>)'''%', '.join('%s:%i'% (name, net.PARENT.RPC_PORT) forname, netinsorted(realnets.items())),
help='''connect to JSON-RPC interface at this port (default: %s <read from srcchain.conf if password not provided>)'''%', '.join('%s:%i'% (name, net.PARENT.RPC_PORT) forname, netinsorted(realnets.items())),
help='''connect to P2P interface at this port (default: %s <read from bitcoin.conf if password not provided>)'''%', '.join('%s:%i'% (name, net.PARENT.P2P_PORT) forname, netinsorted(realnets.items())),
help='''connect to P2P interface at this port (default: %s <read from srcchain.conf if password not provided>)'''%', '.join('%s:%i'% (name, net.PARENT.P2P_PORT) forname, netinsorted(realnets.items())),
help='bitcoind RPC interface username, then password, space-separated (only one being provided will cause the username to default to being empty, and none will cause P2Pool to read them from bitcoin.conf)',
VERSION_CHECK=lambdav: Noneif100000<=velse'Bitcoin version too old. Upgrade to 0.11.2 or newer!'# not a bug. BIP65 support is ensured by SOFTFORKS_REQUIRED
0 commit comments