Bitcoin Forum
June 27, 2024, 10:17:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Altcoin Discussion / Re: [GIVEAWAY][DIME] Support us add to coin payments on: January 10, 2014, 02:54:13 AM
Voted! Thanks!

7QgvLAezo87dECJ8oNdhEtzfV8BFwhD583
22  Alternate cryptocurrencies / Altcoin Discussion / Re: [BATGIVEAWAY]For Gotham City's Citizens - Over 30,000,000 In Total on: January 10, 2014, 02:42:51 AM
AuqeZQ5AZTmSsJk8MaH85d5ZpD36eCoTMd

Looks good.Thanks!
23  Alternate cryptocurrencies / Altcoin Discussion / Re: [DOGE][GIVEAWAY] 20,000 DOGE GIVEAWAY!! + Bonus + Updated on: January 10, 2014, 01:30:05 AM
DBxY1QgDfV1oV9VenVjXiriMdPiYHSU2sd

Many wow! Much thanks!
24  Alternate cryptocurrencies / Altcoin Discussion / Re: Why has bitcoin's price dropped like a stone? on: January 08, 2014, 12:47:33 AM
Bitcoin is in a long term downtrend and ran into the upper resistance band around 1100. All or most the alts trade in kind.
25  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][DUX] Ducat Exchange Coin [PRELAUNCH] on: December 29, 2013, 04:03:48 AM
Maybe he realized there are at least 5 coins that plan to do something similar?

Nxt
Mastercoin
Bitshares
eMunie
Colored Coins
26  Alternate cryptocurrencies / Altcoin Discussion / Help setting up P2Pool on: December 28, 2013, 01:52:48 AM
Posted this in the newbie section but I was just released, hope I can get some help here.

I'm setting up P2Pool for some of the CPU/GPU coinds and have it working fine on the LAN but when I try to connect to the pool from the WAN I can't get it to connect.

my xcoind.conf looks like this:

rpcuser=MY_USER
rpcpassword=MY_PASSWORD
server=1
listen=1
rpcport=8332
port=8333
rpcthreads=50
rpcallowip=*

I start the pool like this:

python run_p2pool.py --net quarkcoin --a a_quark_address

The local LAN miner works fine with this:

./minerd -a quark -o stratum+tcp://10.0.12.10:8372 -u a_quark_address


Start the remote WAN miner like this:

./minerd -a quark -o http://WAN_IP:8332 -u MY_USER -p MY_PASSWORD

MY_USER and MY_PASSWORD are the same as the mycoind.conf

Quote
[2013-12-27 12:57:05] Long-polling activated for http://WAN_IP:8332/lp
[2013-12-27 12:57:05] JSON-RPC call failed: {
   "message": "Bad worker credentials",
   "code": -1
}
[2013-12-27 12:57:05] json_rpc_call failed, retry after 30 seconds

./minerd -a quark -o stratum+tcp://WAN_IP:8372 -u a_quark_address
./minerd -a quark -o stratum+tcp://WAN_IP:8332 -u MY_USER -p MY_PASSWORD


gives:

Quote
[2013-12-27 13:12:46] Starting Stratum on stratum+tcp://WAN_IP:8372
[2013-12-27 13:12:46] Binding thread 3 to cpu 3
[2013-12-27 13:12:46] Stratum connection failed: couldn't connect to host
[2013-12-27 13:12:46] ...retry after 30 seconds


What ports do I need open on the firewall? Port 8332? Others?

Could anyone give me some pointers?
27  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: December 28, 2013, 01:21:15 AM
I can ask right?

My first post here took about 20 minutes to type and involves setting up a P2Pool on linux, not a newbie. Please let me out  Smiley

Many thanks to whom ever let me out of jail!
28  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: December 27, 2013, 11:25:32 PM
I can ask right?

My first post here took about 20 minutes to type and involves setting up a P2Pool on linux, not a newbie. Please let me out  Smiley
29  Other / Beginners & Help / Re: Question on PSU on: December 27, 2013, 10:04:01 PM
Thanks for the link xblade. Put in my set up and it says 393w does that seem a little low?

Depends on your system but I think power supplies have always been over sold with a bigger is better attitude. Unless
you  have a lot of disks a 400w power supply is pretty good size. I know I run a AMD fx8350, 1 disk and 2 7950 GPU's on a 400w with no problems.
30  Other / Beginners & Help / Re: Finally, I'm able to post! on: December 27, 2013, 09:57:20 PM
so how many posts do you need to make on this forum before you can post elsewhere?

I think it's 4 posts and 4 hours online?
31  Other / Beginners & Help / Re: Question on PSU on: December 27, 2013, 09:48:44 PM
You can check the size here:

http://www.extreme.outervision.com/psucalculatorlite.jsp
32  Other / Beginners & Help / Re: A post to start posting on: December 27, 2013, 09:40:49 PM
Quote
Trying to get your post count up huh? lol

Yep! Me too! Cheesy
33  Other / Beginners & Help / Re: Hello World on: December 27, 2013, 08:59:47 PM
Are you running linux or windows?

I have not had much luck getting the drivers for the XFX 7970 installed for Fedora 20.
34  Other / Beginners & Help / Setting up P2Pool on: December 27, 2013, 07:17:57 PM
Hi all,

I'm setting up P2Pool for some of the CPU/GPU coinds and have it working fine on the LAN but when I try to connect to the pool from the WAN I can't get it to connect.

my xcoind.conf looks like this:

rpcuser=MY_USER
rpcpassword=MY_PASSWORD
server=1
listen=1
rpcport=8332
port=8333
rpcthreads=50
rpcallowip=*

I start the pool like this:

python run_p2pool.py --net quarkcoin --a a_quark_address

The local LAN miner works fine with this:

./minerd -a quark -o stratum+tcp://10.0.12.10:8372 -u a_quark_address


Start the remote WAN miner like this:

./minerd -a quark -o http://WAN_IP:8332 -u MY_USER -p MY_PASSWORD

MY_USER and MY_PASSWORD are the same as the mycoind.conf

Quote
[2013-12-27 12:57:05] Long-polling activated for http://WAN_IP:8332/lp
[2013-12-27 12:57:05] JSON-RPC call failed: {
   "message": "Bad worker credentials",
   "code": -1
}
[2013-12-27 12:57:05] json_rpc_call failed, retry after 30 seconds

./minerd -a quark -o stratum+tcp://WAN_IP:8372 -u a_quark_address
./minerd -a quark -o stratum+tcp://WAN_IP:8332 -u MY_USER -p MY_PASSWORD


gives:

Quote
[2013-12-27 13:12:46] Starting Stratum on stratum+tcp://WAN_IP:8372
[2013-12-27 13:12:46] Binding thread 3 to cpu 3
[2013-12-27 13:12:46] Stratum connection failed: couldn't connect to host
[2013-12-27 13:12:46] ...retry after 30 seconds


What ports do I need open on the firewall?

Could anyone give me some pointers?








Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!