Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: airborne305 on April 15, 2013, 04:08:12 AM



Title: bitcoin(d) + p2pool Create User & Wallet Key & Password
Post by: airborne305 on April 15, 2013, 04:08:12 AM
*** Transfer Post - 3rd Post ***

If i want to add a new miner to my pool and create a login procedure (Username, Wallet Key, Password) that the user would put into his/her miner. With bitcoind, what would the proper commands be?

Is this something i would handled with bitcoind? or would it be better to store the user info into a database and have my wallet being the 1 key for all users, then do payouts based off of information stored in my database to the individual miners?

Please square me away with the best (most efficient) practice on this.

Thanks in advance. =)


***EDIT***
Sorry, i should have mentioned i am using bitcoind, p2pool on a Ubuntu LAMP machine.

bitcoin and p2pool are configured correctly and i can mine locally.