Bitcoin Forum
August 29, 2024, 11:24:17 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / Re: The Best Bitcoin Website Directory - Add your website for free - bitcoiney.com on: September 07, 2012, 02:27:07 AM
Very nice looking site,
Submitted site,
Thanks
2  Other / Beginners & Help / Re: CentOS bitcoind connection problem. I need help. on: August 19, 2012, 02:54:08 PM
Quote
Stop iptables for a quick test;

Thank you so much.


    "version" : 60300,
    "protocolversion" : 60001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 13782,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 1.00000000,
    "testnet" : false,
    "keypoololdest" : 1345161090,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""

Now what rules do i have to put, I need my firewall back.

Thanks
3  Other / Beginners & Help / Re: Centos bitcoind connection problem. I need help. on: August 19, 2012, 11:57:00 AM
Guess you've already been through this thread:
https://bitcointalk.org/index.php?topic=98647.0

Yes I've read this thread, it was very useful. I got it running but no connections. I can connect via rpc .

It's installed on a dedicated server with hostgator. The iptable seems correct but I cant ping the port with http://www.yougetsignal.com/tools/open-ports/.

Here is a quote from hostgator about opening ports:

Quote
Dedicated Server and VPS accounts can open new inbound and outbound ports. Please email support@hostgator.com with this request.

Would this be the reason? Is there anything I can check before I contact them?

This guy had the same problem: https://bitcointalk.org/index.php?topic=81818.0 I tried removing the files in .bitcoin but leaving the wallet.dat and bitcoin.conf, but it still wouldnt start connecting to peers.

I tried to add the fallback nodes from https://en.bitcoin.it/wiki/Fallback_Nodes but they all seem down? Is there a recent list?

Thanks
4  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: August 19, 2012, 11:18:02 AM
Hi,

I would like to gain access to dev/support forum so I can post any related problems we run into with development.

Thanks
5  Other / Beginners & Help / [SOLVED] CentOS bitcoind connection problem. I need help. on: August 19, 2012, 11:16:52 AM
Mods: please move this to support/dev discussion. Thank you.

I've got bitcoind installed on a centos server with the help of [1] http://www.firenzee.com/bitcoin-centos.sh.

    ./bitcoind -daemon
    bitcoin server starting
    ./bitcoind getinfo

    { "version" : 60300, "protocolversion" : 60001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 0, "connections" : 0, "proxy" : "", "difficulty" : 1.00000000, "testnet" : false, "keypoololdest" : 1345161090, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }

here is my bitcoin.conf file:

    rpcuser=user
    rpcpassword=hunter2
    rpctimeout=90
    rpcport=8332
    rpcallowip=*
    server=1

Iptable:

    membersrv@linnareacu [~]# iptables -L | grep '8333'
    ACCEPT tcp -- anywhere anywhere tcp dpt:8333

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