Bitcoin Forum
May 01, 2024, 04:25:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 127 »
1461  Alternate cryptocurrencies / Altcoin Discussion / Re: Best alternative to Bitcoin? on: February 13, 2012, 11:05:50 PM
I think NameCoin will ultimately become the most valuable crypto-currency as it's mined off the back of the Bitcoin block-chain  but it also has a purpose of being used for domain names in an alternative peer2peer DNS system which is very censor resistant.   If SOPA took off I could see .bit domain names being used a lot more.

This will happen with or without SOPA...  Wink
1462  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin with P2Pool on: February 13, 2012, 11:04:58 PM
:~/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 <file> 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://bitcointalk.org/index.php?topic=63706.0  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
1463  Local / Português (Portuguese) / Re: Mineirar através de proxy on: February 13, 2012, 10:00:12 PM
How to mine Litecoins behind a proxy on Windows?
https://bitcointalk.org/index.php?topic=63689.0
1464  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 09:53:49 PM
is there an IRC for p2pool?


freenode #p2pool
1465  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANNOUNCE] Funcoin - A new pool for litecoin on: February 13, 2012, 09:52:20 PM
Fft.  With P2Pool for litecoin cooking, why another old centralized pool, especially a PPLNS one?

why hate at pplns, you have a reason or ?

PPLNS is awesome.  But P2Pool is PPLNS, so as a PPLNS pool it's more redundant to P2Pool than it would be otherwise. Some people prefer other schemes (e.g. PPS) that aren't reasonable to provide with P2Pool.

Quote
Also, features such as worker alerts using e-mail.

Sounds like a feature request.


We can integrate P2Pool with Nagios... Wink
1466  Alternate cryptocurrencies / Altcoin Discussion / Re: Hot to install litecoin-qt on Ubuntu or access/use it from the command line. on: February 13, 2012, 09:50:35 PM
It won't start when I enter the command I get -

matt@matt-ubuntu:~/litecoin$ litecoin-qt
litecoin-qt: command not found
matt@matt-ubuntu:~/litecoin$

Try prepending "./" to the name of the executable:
Code:
$ ./litecoin-qt

Now I'm just getting the error message



~/litecoin$ litecoin-qt: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.



HuhHuhHuhHuhHuh??


You need to be within the X Window System (a.k.a. GNome or Ubuntu Desktop)... The server does not have the GUI... Anyway, you can install it using apt-get / aptitude...
1467  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin with P2Pool on: February 13, 2012, 09:26:33 PM
Hi I'm following the litecoin P2Pool thread https://bitcointalk.org/index.php?topic=62842.0  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
1468  Bitcoin / Pools / Re: [230GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 13, 2012, 09:18:11 PM
I get more hash from my 6850 with intensity 5 then I do 6+, and almost 0 desktop lag.

--gpu-engine 920 --gpu-fan 100 --gpu-memclock 300 --intensity 5

Why not use --auto-fan?!

Using it 100% 24x7 will decrease the life time of your hardware, you probably don't need it at 100%.
1469  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 08:50:02 PM

dick!! haha Cheesy

any way looks like my test rig is just too slow, so ill point my dedicated miner at it and see what happens.


 Tongue
1470  Bitcoin / Bitcoin Discussion / Re: Bringing decentralization back to the Bitcoin network. on: February 13, 2012, 08:46:44 PM
I would be happy when P2Pool reaches ~700GHash... We are now at 240GHash!

The documents are done, so, everybody with little Linux or Windows knowledge can run your P2Pool node in minutes...

Come on guys! P2Pool is the future of Bitcoin / Litecoin mining!

This huge centralization of power in the pools must go.
1471  Bitcoin / Pools / Re: P2POOL vs. Pooled Mining - something stinks here on: February 13, 2012, 08:34:27 PM
9 in 24 hours. How's that smell? Not bad for a 230 GH/s pool.  Tongue

It's called variance Tongue

Possibly there is a god. Because yesterday my mainboard blew up - and I got 0 of those 9 blocks Wink

Maybe it is karma for slandering one of the most important technologies to hit Bitcoin since the blockchain.

Your Karma might improve if you change the thread title to something a little more accurate.

LOL

Anyway, he is with us now!! Right Frizz23?! Never mind... It is the past...  ^^
1472  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 08:32:51 PM
i pointed my guiminer box directly to it and only it... so i would assume 100%

No, he means how long has it been mining? And how much Mh/s?

Yes! That's what I mean... lol
1473  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 08:32:05 PM
Question about this (getting further)

im trying to connect my guiminer on my gaming rig just to see that it works before i direct my new mining rig at this guy.

never mind about username password.. im seeing something odd.

it appears to work, but no shares are being accepted.. just says


New work for worker! Difficulty: 0.999985 Share difficulty: 538.162112 Total block value: 50.057100 BTC including 41 transactions
2012-02-13 13:11:53.547647 P2Pool: 17385 shares in chain (8791 verified/17389 total) Peers: 10 (0 incoming)
2012-02-13 13:11:53.547867  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh


did i miss something?


Mmm... How much time you are mining using your P2Pool node?!

i pointed my guiminer box directly to it and only it... so i would assume 100%


100%?!

You wait to complete the Bitcoin blockchain download before start P2Pool?!

I guess it is better to ask for help at P2Pool main thread... Because I'm new here too...

https://bitcointalk.org/index.php?topic=18313.0

Anyway, I'll do whatever I can to help you...
1474  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 08:20:58 PM
Question about this (getting further)

im trying to connect my guiminer on my gaming rig just to see that it works before i direct my new mining rig at this guy.

never mind about username password.. im seeing something odd.

it appears to work, but no shares are being accepted.. just says


New work for worker! Difficulty: 0.999985 Share difficulty: 538.162112 Total block value: 50.057100 BTC including 41 transactions
2012-02-13 13:11:53.547647 P2Pool: 17385 shares in chain (8791 verified/17389 total) Peers: 10 (0 incoming)
2012-02-13 13:11:53.547867  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh


did i miss something?


Mmm... How much time you are mining using your P2Pool node?!
1475  Bitcoin / Pools / Re: [230GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 13, 2012, 08:19:33 PM
Is it normal for my P2pool client to show 24% orphans? Sad

No.  Something is wrong.  What miner?  What miner settings?

My P2Pool shows "14 orphans, 4 dead", my miner settings are:

cgminer -o http://MY_IP:9332/ -u garimpeiro_miner0 -p x -g 1 --auto-fan --auto-gpu --gpu-engine 800-900 750-940 800-940 --gpu-memclock 150 -I 8 --submit-stale --gpu-reorder --api-listen --api-network

Is that right?!

Tks!
Thiago
1476  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 08:00:00 PM
To mergedmine NMC with P2Pool on Ubuntu you just enter the following code after changing 'rpcuser' and 'rpcuserpassword'HuhHuh



* Namecoin

Code:
git clone git://github.com/namecoin/namecoin.git
cd ~/namecoin/src/
make -f makefile.unix namecoind
mkdir ~/.namecoin/

Content of ~/.namecoin/bitcoin.conf:

Code:
server=1
daemon=1
rpcuser=usuarioy
rpcpassword=dasdGfhoiu35BCV47586fgdh234GDFSEG
rpcport=7333


You need to run 4 commands, git, cd, make and mkdir and, after that, you need to edit the file ~/.namecoin/bitcoin.conf, you can use:

nano ~/.namecoin/bitcoin.conf

And type the content of it within the Nano editor, save the file and start namecoind.

Good luck!
Thiago
1477  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 06:04:35 AM
So im setting this up on my laptop to be my p2pool server...

installed ubuntu server

just wondering.. do i need to install both bitcoind and bitcoin-qt?


You don't need bitcoin-qt.

But you can have it...

i prefer it, but do i need bitcoind aswell? or is it one or the other type thing?

bitcoin-qt has a nasty habit of crashing while using p2pool.  So if you are going to run p2pool, you should use bitcoind.

Thanks to pointing that out! I didn't know that...
1478  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... (for both Bitcoin and Litecoin) on: February 13, 2012, 05:31:02 AM
So im setting this up on my laptop to be my p2pool server...

installed ubuntu server

just wondering.. do i need to install both bitcoind and bitcoin-qt?


You don't need bitcoin-qt.

But you can have it...
1479  Bitcoin / Pools / Re: [230GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 13, 2012, 05:24:13 AM
So, in the end of the day, what is the best approach for miners?!

Can something like P2Pool be built without this pseudo-chain?! Something complete new... Between actual pools and P2Pool... I guess...  O_o
1480  Alternate cryptocurrencies / Altcoin Discussion / Re: need help installing miner on ubuntu on: February 13, 2012, 02:41:48 AM
Hi!

 Install TeamViewer6 in your Windows and I setup it for you...  ^^
 PM-me if you want my help...

Best!
Thiago
Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 127 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!