Bitcoin Forum
April 27, 2024, 02:24:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: A Complete Guide to P2Pool - Merged Mining (BTC/NMC/DVC/IXC/I0C) plus LTC, Linux  (Read 198662 times)
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 11, 2012, 06:12:56 AM
 #101

Anyone know what is the problem?
Are you sure litecoin has downloaded the whole blockchain? You can't mine with p2pool until you have the block chain.

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.
1714184695
Hero Member
*
Offline Offline

Posts: 1714184695

View Profile Personal Message (Offline)

Ignore
1714184695
Reply with quote  #2

1714184695
Report to moderator
1714184695
Hero Member
*
Offline Offline

Posts: 1714184695

View Profile Personal Message (Offline)

Ignore
1714184695
Reply with quote  #2

1714184695
Report to moderator
01BTC10
VIP
Hero Member
*
Offline Offline

Activity: 756
Merit: 503



View Profile
March 11, 2012, 06:19:52 AM
Last edit: March 11, 2012, 06:33:59 AM by 01BTC10
 #102

I have 97860 block downloaded. Seem like I have them all.
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
March 11, 2012, 07:50:57 AM
 #103

You do not follow all the instructions.

As your litecoin.conf says, you must add this to start you Litecoin P2Pool:

"--bitcoind-rpc-port 10332 --bitcoind-p2p-port 10333"

Cheers!
Thiago
01BTC10
VIP
Hero Member
*
Offline Offline

Activity: 756
Merit: 503



View Profile
March 11, 2012, 08:10:27 AM
 #104

Your help is really appreciated!

Success!
01BTC10
VIP
Hero Member
*
Offline Offline

Activity: 756
Merit: 503



View Profile
March 11, 2012, 08:29:48 AM
 #105

Also had to remove this line from port forward rules.

Code:
192.168.1.10 9338 127.0.0.1 9338

Very happy to finally have it up and running!  Cheesy
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
March 13, 2012, 12:22:29 AM
 #106

AWESOME!
ragnard
Member
**
Offline Offline

Activity: 66
Merit: 10



View Profile
March 14, 2012, 04:14:31 PM
 #107

I used this guide and have P2Pool running great for the past week on BTC and LTC mining.  I tried to setup merged mining with NMC a couple days ago, and I don't know how to determine if I am successful (I am running the BTC pool with the --merged option). I continue to receive BTC and LTC shares and payments, but so far not anything for NMC.  I grep'd the log for namecoin and nothing comes up.  What should the output show to determine if I am actually mining NMC?

Code:
namecoind getinfo
{
    "version" : 32466,
    "balance" : 0.00000000,
    "blocks" : 46917,
    "connections" : 36,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 567311.97122097,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1331581095,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}

Thanks again for a great guide, Thiago!
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
March 14, 2012, 06:09:32 PM
 #108

You're welcome!!! ^_^

At the P2Pool window, look for the message: "Got merged mining"...

If you see this message, it is working.

If your P2Pool can not connect on the daemon passed with the --merged option, you'll see a huge error!

Anyway, merged mining within p2pool is still solo mining for the alt-chains, I mean, it will take time to find a Namecoin block, when you find one, you'll receive 50 Namecoins.

Bitcoin and Litecoin P2Pool is a pool as word says...

Forrestv in the future will implement real merged mining for alt-chains (I believe he will).

Best!
Thiago

ragnard
Member
**
Offline Offline

Activity: 66
Merit: 10



View Profile
March 14, 2012, 06:17:38 PM
 #109

Thanks!  I have the merged mining notification I just didn't know I was solo mining for the NMC.  Cool!
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
March 17, 2012, 02:21:42 AM
 #110

Hi!

 The syntax of patron_sendmany (to make donation to the P2Pool miners) was updated.

Cheers!
Thiago
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
March 17, 2012, 02:47:25 AM
 #111

Hi again!

 Added "libcurl4-gnutls-dev" to the step 9, because it is needed to compile Devcoin.

Cheers!
Thiago
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
April 02, 2012, 03:18:38 AM
 #112

Hi!

 Since Ubuntu Bitcoin was upgraded, I just update the guide...

Cheers!
Thiago
Serenata
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250



View Profile WWW
April 07, 2012, 07:29:04 PM
 #113

I used this guide and have P2Pool running great for the past week on BTC and LTC mining.  I tried to setup merged mining with NMC a couple days ago, and I don't know how to determine if I am successful (I am running the BTC pool with the --merged option). I continue to receive BTC and LTC shares and payments, but so far not anything for NMC.  I grep'd the log for namecoin and nothing comes up.  What should the output show to determine if I am actually mining NMC?
Code:
namecoind getinfo
{
    "version" : 32466,
    "balance" : 0.00000000,
    "blocks" : 46917,
    "connections" : 36,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 567311.97122097,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1331581095,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}
Thanks again for a great guide, Thiago!

You're welcome!!! ^_^
At the P2Pool window, look for the message: "Got merged mining"...
If you see this message, it is working.
If your P2Pool can not connect on the daemon passed with the --merged option, you'll see a huge error!
Anyway, merged mining within p2pool is still solo mining for the alt-chains, I mean, it will take time to find a Namecoin block, when you find one, you'll receive 50 Namecoins.
Bitcoin and Litecoin P2Pool is a pool as word says...
Forrestv in the future will implement real merged mining for alt-chains (I believe he will).
Best!
Thiago

I had exactly the same question as ragnard, but you both got me covered now. Thanks! Smiley

BitcoinX.gr - To ελληνικό στέκι τoυ Bitcoin

My GPG Key
Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
April 09, 2012, 05:05:44 PM
 #114

You may want to add the the guide that if you put the daemons in /user/bin/ you can access them by just typing bitcoind or namecoind.

Example:
Code:
...
root@fuckbag:~# bitcoind
bitcoin server starting
...
2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
April 10, 2012, 08:36:49 AM
 #115

interested in trying this.

is there anything i should handle differently if i were to try this on a USB stick?
my rig is an hour-long drive from here, and i'd LOVE to install the packages, d/l the blockchain etc etc from home on my laptop, pretty much have the whole shebang ready to run with "only" the miners to start and the server to configure...?
2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
April 10, 2012, 11:10:17 AM
 #116

interested in trying this.

is there anything i should handle differently if i were to try this on a USB stick?
my rig is an hour-long drive from here, and i'd LOVE to install the packages, d/l the blockchain etc etc from home on my laptop, pretty much have the whole shebang ready to run with "only" the miners to start and the server to configure...?

even better: a p2pool-ready "linuxcoin"

I would LOVE to use this, but am still bound to use win7 as I am remoted-desktopping with a friend and the rig is (as I said) a long-ass way from my home. I would feel comfy with a pre-configured p2pool USB-stick where I would only have to tinker with the IP-addy for the server, set some PWs and my wallets for the different coins.

ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
April 10, 2012, 12:46:04 PM
 #117

If you run bitcoind and p2pool software on a USB FlashDrive, you'll decrease the flashdrive lifetime....

I can be a good idea to have a P2Pool installation CD ready!! Or something like that...
2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
April 10, 2012, 01:27:08 PM
 #118

If you run bitcoind and p2pool software on a USB FlashDrive, you'll decrease the flashdrive lifetime....

I can be a good idea to have a P2Pool installation CD ready!! Or something like that...

how's that?
also, 4gig flashdrives come cheap these days.

you could just make it INSTALL from USB to the HDD and then be ready-to-go.
ThiagoCMC (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
April 10, 2012, 02:24:30 PM
 #119

If you run bitcoind and p2pool software on a USB FlashDrive, you'll decrease the flashdrive lifetime....

I can be a good idea to have a P2Pool installation CD ready!! Or something like that...

how's that?
also, 4gig flashdrives come cheap these days.

you could just make it INSTALL from USB to the HDD and then be ready-to-go.

Because the bitcoind do a lots of smalls writes all the time... It will kill your flashdrive fast...

And if you want merged mining, more writes from alt-chains...

Sure, then it can be only a installation to HD from USD or ISO...

Best,
thiago
Ed
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
April 12, 2012, 07:22:37 AM
 #120

yesterday started my LTC p2pool with minerd miner
Local: 39316H/s
got hundreds shares and dozens blocks...
Current payout: 1.0568 LTC....and still growing
but still no payout got
what is wrong?
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 »
  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!