Author

Topic: Litecoin with P2Pool (Read 5357 times)

legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
February 13, 2012, 08:29:28 PM
#7
More bitcoind commands:

bitcoind listaccounts
bitcoind getaccountaddress ""

Best,
Thiago
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
February 13, 2012, 06:04:58 PM
#6
:~/p2pool/litecoin_scrypt$ minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x
No command 'minerd' found, did you mean:
 Command 'mined' from package 'mined' (universe)
minerd: command not found

HuhHuhHuhHuhHuh??

place "./" in front of minerd so it becomes
Quote
:~/p2pool/litecoin_scrypt$ ./minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x


It requires a deliberate prepending. This is a security feature of linux/unix so that you don't accidentally execute scripts/exe files from the current directory. Consider a file rm in the current directory.

rm contains "rm -rf *"

you can imaging the consequences of your entire directory or filesystems vanishing, while you wonder why rm is taking longer than you expected.

marked



Thanks but I can only use the LTC wallet from the command line because I can't get the qt to work - https://bitcointalksearch.org/topic/hot-to-install-litecoin-qt-on-ubuntu-or-accessuse-it-from-the-command-line-63706  Do you know any good guides to using the wallet (or the BTC wallet will do) from the command line.  The command 'help' is not enough to me because I'm not a command line expert.

Mmm... I don't know any bitcoind tutorial but, here is some of important bitcoind command options:

bitcoind getconnectioncount
bitcoind getblockcount
bitcoind getbalance
bitcoind listtransactions
bitcoind sendtoaddress 1EYWT2sqGXGNz4v5TsakendqcjvHgWyMVc 10.0 

Cheers!
Thiago
legendary
Activity: 1372
Merit: 1003
February 13, 2012, 05:43:10 PM
#5
:~/p2pool/litecoin_scrypt$ minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x
No command 'minerd' found, did you mean:
 Command 'mined' from package 'mined' (universe)
minerd: command not found

HuhHuhHuhHuhHuh??

place "./" in front of minerd so it becomes
Quote
:~/p2pool/litecoin_scrypt$ ./minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x


It requires a deliberate prepending. This is a security feature of linux/unix so that you don't accidentally execute scripts/exe files from the current directory. Consider a file rm in the current directory.

rm contains "rm -rf *"

you can imaging the consequences of your entire directory or filesystems vanishing, while you wonder why rm is taking longer than you expected.

marked



Thanks but I can only use the LTC wallet from the command line because I can't get the qt to work - https://bitcointalksearch.org/topic/hot-to-install-litecoin-qt-on-ubuntu-or-accessuse-it-from-the-command-line-63706  Do you know any good guides to using the wallet (or the BTC wallet will do) from the command line.  The command 'help' is not enough to me because I'm not a command line expert.
legendary
Activity: 1372
Merit: 1003
February 13, 2012, 05:35:10 PM
#4
Hi I'm following the litecoin P2Pool thread https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842  Everything is fine up to the final command minerd




10- Start P2Pool for Litecoins;

* First, install "litecoin_scrypt" to Python:

Code:
cd ~/p2pool/litecoin_scrypt
sudo python setup.py install

* Start your Litecoin P2Pool:

Code:
screen -d -m -S ltcp2pool ~/p2pool/run_p2pool.py --give-author 0 --net litecoin --bitcoind-rpc-port 9334 --bitcoind-p2p-port 9335 liteuserx nkrt345udsdfjhgjhsdfuyrt78rtTJHRFHTDTYD

* To connect to your Litecoin P2Pool output console:

Code:
screen -x ltcp2pool

* Blocks mined by P2Pool since you're in:

Code:
grep BLOCK ~/p2pool/data/litecoin/log

* Got share!

Code:
grep GOT\ SHARE ~/p2pool/data/litecoin/log


11- Point your miners to your newly Litecoin P2Pool;

Code:
minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x




Everything is fine up to the final command minerd when I get the following error -


:~/p2pool/litecoin_scrypt$ minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x
No command 'minerd' found, did you mean:
 Command 'mined' from package 'mined' (universe)
minerd: command not found


HuhHuhHuhHuhHuh??

Mattew,

 The miner is out of the scope of this guide... You must have it pre-installed in your mining rigs.

Best,
Thiago

I have cpuminer installed.
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
February 13, 2012, 04:26:33 PM
#3
Hi I'm following the litecoin P2Pool thread https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842  Everything is fine up to the final command minerd




10- Start P2Pool for Litecoins;

* First, install "litecoin_scrypt" to Python:

Code:
cd ~/p2pool/litecoin_scrypt
sudo python setup.py install

* Start your Litecoin P2Pool:

Code:
screen -d -m -S ltcp2pool ~/p2pool/run_p2pool.py --give-author 0 --net litecoin --bitcoind-rpc-port 9334 --bitcoind-p2p-port 9335 liteuserx nkrt345udsdfjhgjhsdfuyrt78rtTJHRFHTDTYD

* To connect to your Litecoin P2Pool output console:

Code:
screen -x ltcp2pool

* Blocks mined by P2Pool since you're in:

Code:
grep BLOCK ~/p2pool/data/litecoin/log

* Got share!

Code:
grep GOT\ SHARE ~/p2pool/data/litecoin/log


11- Point your miners to your newly Litecoin P2Pool;

Code:
minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x




Everything is fine up to the final command minerd when I get the following error -


:~/p2pool/litecoin_scrypt$ minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x
No command 'minerd' found, did you mean:
 Command 'mined' from package 'mined' (universe)
minerd: command not found


HuhHuhHuhHuhHuh??

Mattew,

 The miner is out of the scope of this guide... You must have it pre-installed in your mining rigs.

Best,
Thiago
full member
Activity: 168
Merit: 100
February 13, 2012, 12:49:57 PM
#2
:~/p2pool/litecoin_scrypt$ minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x
No command 'minerd' found, did you mean:
 Command 'mined' from package 'mined' (universe)
minerd: command not found

HuhHuhHuhHuhHuh??

place "./" in front of minerd so it becomes
Quote
:~/p2pool/litecoin_scrypt$ ./minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x


It requires a deliberate prepending. This is a security feature of linux/unix so that you don't accidentally execute scripts/exe files from the current directory. Consider a file rm in the current directory.

rm contains "rm -rf *"

you can imaging the consequences of your entire directory or filesystems vanishing, while you wonder why rm is taking longer than you expected.

marked

legendary
Activity: 1372
Merit: 1003
February 13, 2012, 12:06:53 PM
#1
Hi I'm following the litecoin P2Pool thread https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842  Everything is fine up to the final command minerd




10- Start P2Pool for Litecoins;

* First, install "litecoin_scrypt" to Python:

Code:
cd ~/p2pool/litecoin_scrypt
sudo python setup.py install

* Start your Litecoin P2Pool:

Code:
screen -d -m -S ltcp2pool ~/p2pool/run_p2pool.py --give-author 0 --net litecoin --bitcoind-rpc-port 9334 --bitcoind-p2p-port 9335 liteuserx nkrt345udsdfjhgjhsdfuyrt78rtTJHRFHTDTYD

* To connect to your Litecoin P2Pool output console:

Code:
screen -x ltcp2pool

* Blocks mined by P2Pool since you're in:

Code:
grep BLOCK ~/p2pool/data/litecoin/log

* Got share!

Code:
grep GOT\ SHARE ~/p2pool/data/litecoin/log


11- Point your miners to your newly Litecoin P2Pool;

Code:
minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x




Everything is fine up to the final command minerd when I get the following error -


:~/p2pool/litecoin_scrypt$ minerd --url http://IP_P2POOL_SERVER:9327/ --userpass ltcminer0:x
No command 'minerd' found, did you mean:
 Command 'mined' from package 'mined' (universe)
minerd: command not found


HuhHuhHuhHuhHuh??
Jump to: