Bitcoin Forum
April 25, 2024, 08:34:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: [ANN] Royalcoin P2POOL  (Read 2620 times)
cryptocancer
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
May 09, 2013, 04:24:37 PM
 #21

Quote
Donating to P2Pool miners

In order to encourage people to mine to P2Pool you can donate to the recent miners in proportion using a sendmany:

For example, a bash script to donate 10 btc is:

~/src/bitcoin/src/bitcoind sendmany "" "$(GET http://forre.st:9332/patron_sendmany/10)"
You can replace "" with "accountname" if you want to pay from some specific bitcoind account, and you can replace forre.st with 127.0.0.1 if you're running a P2Pool node locally, so you don't have to trust that the URL gives accurate figures.

Note that the amount you donate will be allocated to recent miners in proportion to the amount of work they've done in the last 24 hours or so, but all the miner whose shares of the donated amount are less than 0.01 BTC will have their shares combined into a single amount which is awarded to one of them at random, with the chance of winning this 'lottery' weighted by the miner's recent amount of work done. You can change this 0.01 BTC threshold like this, for example, which says to pay 10 BTC, but to share it amongst more miners that the default, cutting off at 0.001 BTC instead of at 0.01 BTC.

~/src/bitcoin/src/bitcoind sendmany "" "$(GET http://forre.st:9332/patron_sendmany/10/0.001)"
If you decide to donate you should announce it on the forums so that your donations provide the most incentive possible.


From the bottom of the https://en.bitcoin.it/wiki/P2Pool#Frequently_Asked_Questions page
1714077291
Hero Member
*
Offline Offline

Posts: 1714077291

View Profile Personal Message (Offline)

Ignore
1714077291
Reply with quote  #2

1714077291
Report to moderator
1714077291
Hero Member
*
Offline Offline

Posts: 1714077291

View Profile Personal Message (Offline)

Ignore
1714077291
Reply with quote  #2

1714077291
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714077291
Hero Member
*
Offline Offline

Posts: 1714077291

View Profile Personal Message (Offline)

Ignore
1714077291
Reply with quote  #2

1714077291
Report to moderator
1714077291
Hero Member
*
Offline Offline

Posts: 1714077291

View Profile Personal Message (Offline)

Ignore
1714077291
Reply with quote  #2

1714077291
Report to moderator
Passion_ltc (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 09, 2013, 04:24:57 PM
 #22

As promised half sent  Grin
Thank you! Smiley

antyGMO
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 09, 2013, 04:27:39 PM
 #23

Is it ok to have wallet on other Pc and mine?
Can someone tell me whats immature means?

FC address:   72J9Ba7mkxGFtfWMRpKFP4ws311GdxWFta
LTC address:  LXQVY5sirQKqv7b3UcWAn99MfeSrkduFGX
BTC address: 1EY2LQzxxij7dVPSYriUjVVBAjoTY9DA5Y
Passion_ltc (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 09, 2013, 04:32:56 PM
 #24

Is it ok to have wallet on other Pc and mine?
Can someone tell me whats immature means?
It's okay. I have the wallet in a VM on my notebook and the miner on my mining rig. Wink

Immature means that you will get the coins shortly.

cryptocancer
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
May 09, 2013, 04:33:10 PM
 #25

Maybe put the cgminer and cuda lines in your opening post there

Cudaminer up, 89khs on a 650ti


E:\cudaMiner\cudaminer.exe -d 0 -i 1 -m 1 -C 2 -l 32x5 -o http://the-passion-node.com:9559 -O RNk51KdbxPZcaBzvns2Pu2visFib99fb8u+1:xx


copy, paste and fill in the blanks



I wanted to clear this up some...

{E:\cudaMiner\cudaminer.exe} {d 0 -i 1 -m 1 -C 2 -l auto} {-o http://the-passion-node.com:9559} {-O RNk51KdbxPZcaBzvns2Pu2visFib99fb8u:xx}
  ^Cudaminer.exe file location^                                               ^ Link to pool, works with any pool^                                                                
                                                 ^arguments, readme below^                                                             ^replace with YOUR royalcoin address:password
                                                                                                    
PM me if you need help, Im learning as I go with a heavy background in computing.

RYC: RE9YKgraPfK9MiNPY76Zv4nwZoiskDZeda


Quote
Additional command line options for cudamine are(Taken from the cudaminer readme):

--no-autotune    disables the built-in autotuning feature for
                 maximizing CUDA kernel efficiency and uses some
                 heuristical guesswork, which might not be optimal.

--devices        [-d] gives a list of CUDA device IDs to operate on.
                 Device IDs start counting from 0!

--launch-config  [-l] specify the kernel launch configuration per device.
                 This replaces autotune or heuristic selection.

--interactive    [-i] list of flags (0 or 1) to enable interactive
                 desktop performance on individual cards. Use this
                 to remove lag at the cost of some hashing performance.
                 Do not use large launch configs for devices that shall
                 run in interactive mode - it's best to use autotune!

--texture-cache  [-C] list of flags (0 or 1 or 2) to enable use of the
                 texture cache for reading from the scrypt scratchpad.
                 1 uses a 1D cache, whereas 2 uses a 2D texture layout.
                 This is very experimental and may hurt performance
                 on some cards.

--single-memory  [-m] list of flags (0 or 1) to make the devices
                 allocate their scrypt scratchpad in a single,
                 consecutive memory block. On Windows Vista, 7/8
                 this may lead to a smaller memory size being used.
                                                                                                                           
Passion_ltc (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 09, 2013, 04:40:00 PM
 #26

cryptocancer: About the donation. Not at the moment.

xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 09, 2013, 04:49:02 PM
 #27

Block 2 is killing us

Edit: just as I said it lol
wesjuhnl
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 09, 2013, 05:13:03 PM
 #28

In this pool @ 1.7Mhash

Btc: 1BxeYiGGk64tCsotMwVhepVcAfoRRsR81k

Ltc: LanjQbwLhYSQkQbyuy5KDCEP6bmakZJd2V

Yac: YN5gfrrgupTN76m787YfDf2GNVRvxR67Ge

Ftc: 6efpCJD7mkEe79U4gzq6oEsAvnZGJub1Dj
Passion_ltc (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 09, 2013, 05:34:01 PM
 #29

Block 2 is killing us

Edit: just as I said it lol
Yea lol. We need a higher hashrate or else we nearly need 45 minutes for one block. So ppl! Jump in! Smiley


In this pool @ 1.7Mhash
Super! Smiley

jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
May 09, 2013, 05:52:44 PM
 #30

4 payments received so far, awesome Smiley
xwebnetwork
Hero Member
*****
Offline Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
May 09, 2013, 05:54:11 PM
 #31

Gonna throw 6500KHs at it. Lets see what happens. Found 2 blocks solo, but we shall see. Tongue

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
Joerii
Legendary
*
Offline Offline

Activity: 1274
Merit: 1050



View Profile WWW
May 09, 2013, 06:14:32 PM
 #32

It seems to work just fine now.

But BOY has difficulty gone up...

Could an estimate of coins per hour be added ?

Hypercube - get the attention you deserve
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
May 09, 2013, 06:15:08 PM
 #33

pool is lagging/dead
Cobra
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250



View Profile
May 09, 2013, 06:22:30 PM
 #34

pool is lagging/dead
Same nere "not responding" DNS resolves but timed out. Before this it was working well.
cryptocancer
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
May 09, 2013, 07:09:02 PM
 #35

pool is lagging/dead
Same nere "not responding" DNS resolves but timed out. Before this it was working well.

Just got home, pools is or still is out.  cuda's log shows last request at 11:15a PST, Time now is 12:09p PST.
Passion_ltc (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 09, 2013, 07:15:58 PM
 #36

DDOS.. Sorry guys..

wesjuhnl
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 09, 2013, 07:49:41 PM
 #37

DDOS.. Sorry guys..

and now ?

Btc: 1BxeYiGGk64tCsotMwVhepVcAfoRRsR81k

Ltc: LanjQbwLhYSQkQbyuy5KDCEP6bmakZJd2V

Yac: YN5gfrrgupTN76m787YfDf2GNVRvxR67Ge

Ftc: 6efpCJD7mkEe79U4gzq6oEsAvnZGJub1Dj
xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 09, 2013, 08:33:10 PM
 #38

Are we back up
cryptocancer
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
May 09, 2013, 08:44:53 PM
 #39

DDOS.. Sorry guys..


what dicks...
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
May 09, 2013, 08:48:12 PM
 #40

pool seems to work again, switched over Smiley
Pages: « 1 [2] 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!