Pages:
Author

Topic: A Complete Guide to P2Pool - Merged Mining (BTC/NMC/DVC/IXC/I0C) plus LTC, Linux - page 3. (Read 198666 times)

PMB
member
Activity: 109
Merit: 10
Hey all,

Can a p2pool have different fees for different users? Kind of a "0% fee list" and a "X% fee list", groups of addresses that we can add to that list or something like that?


regards,

P.
member
Activity: 68
Merit: 10
big kudos to the OP of this post, i've not closed the page down in around 3weeks while we setup our farm so thanks!

Will be looking into the above guide to further increase our p2pool so thanks!!
newbie
Activity: 21
Merit: 0
Is there a list of all coins that can be "merged mined" somewhere? I keep finding different pools here and there that offer various combinations but would love to have an all inclusive list somewhere. Sorry in advance if this is an inappropriate question for the thread. I have looked in many places and not found an answer. Next step will be to set up my own node based on these steps. Great write up btw
sr. member
Activity: 379
Merit: 250
Welcome to dogietalk.bs
Copy/paste from mining support thread as no one seems to know there - hoping one of you guys can help:

Got a question, hope someone with a little more wallet compiling knowledge can help me out.

I have 4 wallet daemons compiled from source using the 4.8DB on Ubuntu 14.04 64bit. I want to add 2 more, but they use DB v5.1 & when I go to install it I have to remove the v4.8DB, so I abort the installation as I'm not sure if my other wallets will still function. So my questions are:

1) Is there a DB that is compatible with all wallets - if so, what one is it?

2) If I remove the v4.8DB for the v5.1DB - will my other wallets still work or will I have to re-compile them with v5.1DB? If so:

3) Will they compile/build with the newer DB?

I know that many miners have multiple wallet daemons on their system - so I'm sure there is a simple answer, but I just want to make sure before taking the plunge. Am I right in thinking I might have to re-download the blockchain for the wallets that I have changed DB versions on?

Thanks in advance  Smiley

Come on all you multi-wallet merge-miners - I know you're here somewhere........ Cheesy Cheesy
newbie
Activity: 41
Merit: 0
I have been running my p2pool node successfully on my Ubuntu 14.04 computer, I just did some updates on the computer and restarted it now when I try to restart my p2pool server I get this error, Bitcoin is running and up to date. Can someone please point me in the right direction to get it back running again.

2014-06-03 11:58:59.174760 p2pool (version 13.4-24-gf0eeb48-dirty)
2014-06-03 11:58:59.174903
2014-06-03 11:58:59.174990 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'andmax'...
2014-06-03 11:58:59.176566 > Error while checking Bitcoin connection:
2014-06-03 11:58:59.176685 > Traceback (most recent call last):
2014-06-03 11:58:59.176738 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
sr. member
Activity: 379
Merit: 250
Welcome to dogietalk.bs
Copy/paste from mining support thread as no one seems to know there - hoping one of you guys can help:

Got a question, hope someone with a little more wallet compiling knowledge can help me out.

I have 4 wallet daemons compiled from source using the 4.8DB on Ubuntu 14.04 64bit. I want to add 2 more, but they use DB v5.1 & when I go to install it I have to remove the v4.8DB, so I abort the installation as I'm not sure if my other wallets will still function. So my questions are:

1) Is there a DB that is compatible with all wallets - if so, what one is it?

2) If I remove the v4.8DB for the v5.1DB - will my other wallets still work or will I have to re-compile them with v5.1DB? If so:

3) Will they compile/build with the newer DB?

I know that many miners have multiple wallet daemons on their system - so I'm sure there is a simple answer, but I just want to make sure before taking the plunge. Am I right in thinking I might have to re-download the blockchain for the wallets that I have changed DB versions on?

Thanks in advance  Smiley
member
Activity: 72
Merit: 10
PHP & Mysql Projekt Freelancer @ Work
Hi ,
i have 2 Questions ?!

1.Why have my Server incoming peers 0 ;-) ? must be setting Portforwarding ?
2.when take the money to the miner adresses , (2 days mining ,no bts on adress)


Greetings

zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
Hi,

Is my syntax correct here?

run_p2pool.py --give-author 0 -f 0.5 -a btcaddress btcuser password  --merged http://nmcuser:[email protected]:7333/ --merged http://devcoinuser:[email protected]:6333/ --merged http://ixcoinuser:[email protected]:8338/


I tried the syntax above, with correct users and passwords provide, and it would not start up. Moaned about the devcoin portion. Is it possible that special characters in the passwords could be causing issues?

I did see somewhere a different syntax for one of the merged coins, but can not find that site again..



Thanks
Yeah, I used to have passwords with !@#$%^&*() in them and it wouldn't work.  Just use letters and numbers..
zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
I finally got it

sudo add-apt-repository ppa:bitcoin/bitcoin
- sudo aptitude update
- sudo aptitude install bitcoin

Trying this on Ubuntu 14.04 i386.

Cannot find this package anywhere. Anyone else have this issue? I have added repo and no luck.

Failed to fetch http://ppa.launchpad.net/stretch/bitcoin/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
root@108:~/.bitcoin# sudo apt-get install bitcoind
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bitcoind

https://launchpad.net/~bitcoin/+archive/bitcoin/+packages

wget https://bitcoin.org/bin/0.9.1/bitcoin-0.9.1-linux.tar.gz
tar xvfz bit*gz
rm bit*gz
cd bit*linux
cd bin
cd 32

or compile it yourself
full member
Activity: 161
Merit: 100
digging in the bits... now ant powered!
Hi,

Is my syntax correct here?

run_p2pool.py --give-author 0 -f 0.5 -a btcaddress btcuser password  --merged http://nmcuser:[email protected]:7333/ --merged http://devcoinuser:[email protected]:6333/ --merged http://ixcoinuser:[email protected]:8338/


I tried the syntax above, with correct users and passwords provide, and it would not start up. Moaned about the devcoin portion. Is it possible that special characters in the passwords could be causing issues?

I did see somewhere a different syntax for one of the merged coins, but can not find that site again..



Thanks
full member
Activity: 125
Merit: 100
I finally got it

sudo add-apt-repository ppa:bitcoin/bitcoin
- sudo aptitude update
- sudo aptitude install bitcoin

Trying this on Ubuntu 14.04 i386.

Cannot find this package anywhere. Anyone else have this issue? I have added repo and no luck.

Failed to fetch http://ppa.launchpad.net/stretch/bitcoin/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
root@108:~/.bitcoin# sudo apt-get install bitcoind
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bitcoind

https://launchpad.net/~bitcoin/+archive/bitcoin/+packages
legendary
Activity: 1344
Merit: 1023
Mine at Jonny's Pool
Thanks,

Posted here before the other thread, other thread gets read more Smiley


At the moment it's just me in the pool..





Ok, so if you're looking just to have your node merge mine and to reap the profits for yourself, then check out the instructions at the beginning of this thread. In the other thread you can see the exact values I use for my configuration files as well as the startup command I use for the p2pool node.  I can confirm that it works as my node found a BTC block, and I received block rewards for all of the merge-mined coins.
full member
Activity: 161
Merit: 100
digging in the bits... now ant powered!
Thanks,

Posted here before the other thread, other thread gets read more Smiley


At the moment it's just me in the pool..



legendary
Activity: 1344
Merit: 1023
Mine at Jonny's Pool
Noob question here...

If I set up merged mining, how will my miners get those coins if they only connecting using a BTC address as there username?





You asked this in the p2pool thread, and my answer was based upon the assumption that you were the only one on your node.  If you're asking how to get the DVC, NMC, IXC, etc to other people who are mining on your node, then that's a manual process.  If you are merge mining coins and your node finds a BTC block, you will by default find blocks for each of the coins you're merged mining.  The coins are NOT distributed amongst all of the people mining on your node, but rather they are all deposited into the nodes' wallets you specified when starting p2pool.  Here's an example:

You have a BTC p2pool node that you started and it merge mines NMC.  You have 100 miners on your node.  Now, let's assume that one of those 100 miners finds a block.  That miner will be rewarded with the BTC block finder's reward (0.5% of the block's value).  Your node wallet will be awarded the block of NMC (currently 50).

If you want people to actually be given NMC, you'd have to setup a way to register those people, and their NMC wallet addresses.  Then, when your node finds the NMC, you'd have to distribute the block reward out to those registered miners using some kind of reward system (probably PPLNS).  All of this you'd have to code yourself.  Good luck Smiley
full member
Activity: 161
Merit: 100
digging in the bits... now ant powered!
Noob question here...

If I set up merged mining, how will my miners get those coins if they only connecting using a BTC address as there username?



legendary
Activity: 889
Merit: 1000
Bitcoin calls me an Orphan
Great post.. Just bumping up
member
Activity: 81
Merit: 10
well u dont need to pay the autor a fee,

writing    --give-author 0

these days u dont see much p2pool nodes paying a fee to author,but thats up to u

are u planning to use the node only for urself or u want others connect to it also?

using it only for urself  u dont need set a fee.however if u want to set one write

-f 1    (means u get 1 %)

so it would be like this

python run_p2pool.py -a xxxx --give-author 0.5 -f 1 xxxx xxxx
I want other miners which will connect to my p2pool. Thank You for help Smiley
sr. member
Activity: 400
Merit: 250
well u dont need to pay the autor a fee,

writing    --give-author 0

these days u dont see much p2pool nodes paying a fee to author,but thats up to u

are u planning to use the node only for urself or u want others connect to it also?

using it only for urself  u dont need set a fee.however if u want to set one write

-f 1    (means u get 1 %)

so it would be like this

python run_p2pool.py -a xxxx --give-author 0.5 -f 1 xxxx xxxx
Pages:
Jump to: