Show Posts
|
Pages: [1]
|
3
|
Local / Biete / Re: Verkaufe Amazon Gutscheine -15% Rabatt
|
on: March 04, 2018, 10:38:34 AM
|
Habe soeben Gutscheine gekauft und die BTC überwiesen. Kann leider nicht auf die PM antworten. Wenn die Gutscheine eintreffen gebe ich hier Feedback
Edit: Hat alles super funktioniert, danke
|
|
|
7
|
Bitcoin / Bitcoin Technical Support / Problem running a connectable full node after 24h disconnect
|
on: December 18, 2014, 03:55:05 PM
|
Hi,
I have already posted this to reddit but sadly did not get any reply so I am trying it here now.
I am running a full node and it's working fine until the 24 hours adsl disconnect (NAT with port forwarding enabled). But I don't get any incoming connections after the disconnect. I think the problem is that my new external ip address is not dicovered:
bitcoind@bitcoind:~$ ./bitcoin-0.9.3-linux/bin/64/bitcoin-cli getnetworkinfo { "version" : 90300, "protocolversion" : 70002, "timeoffset" : 0, "connections" : 8, "proxy" : "", "relayfee" : 0.00001000, "localaddresses" : [ { "address" : "84.x.x.99", "port" : 8333, "score" : 538 } ] }
The address .99 is old, I got a new address:
bitcoind@bitcoind:~$ dig +short myip.opendns.com @resolver1.opendns.com 84.x.x.25
The new address is connectable through getaddr.bitnodes.io:
84.x.x.25 /Satoshi:0.9.3/
But there a no more connections than 8 until I restart my node. After restart incoming connections work fine until next disconnect.
Is there any way to tell bitcoind to check my external ip regulary? I did not find any setting in bitcoin.conf
And does someone know the meaning of the score inside the localaddresses output?
Thanks
Chris
|
|
|
|