Bitcoin Forum
May 11, 2024, 01:44:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 »  All
  Print  
Author Topic: PSA: Add a Full Node for just $19/year!  (Read 17704 times)
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
May 12, 2014, 04:26:00 PM
 #21

You can check your RPCUSER/PASS at
Code:
vim ~/.bitcoin/bitcoin.conf

You need those to match what is in the btc-update.py script.

you should add that to your tute.  i don't remember it being in there.
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715391884
Hero Member
*
Offline Offline

Posts: 1715391884

View Profile Personal Message (Offline)

Ignore
1715391884
Reply with quote  #2

1715391884
Report to moderator
1715391884
Hero Member
*
Offline Offline

Posts: 1715391884

View Profile Personal Message (Offline)

Ignore
1715391884
Reply with quote  #2

1715391884
Report to moderator
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 12, 2014, 04:36:37 PM
 #22

What it means if i see this message with bitcoind getinfo?

Quote
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
May 12, 2014, 04:38:48 PM
 #23

What it means if i see this message with bitcoind getinfo?

Quote
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted

i've seen that a coupla times.  do this:

Code:
sudo locale-gen en_US en_US.UTF-8
sudo locale-gen it_IT it_IT.UTF-8
sudo locale-gen xx_xx xx_XX.UTF-8 ...
sudo dpkg-reconfigure locales
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 12, 2014, 04:42:27 PM
 #24

I set my timezone to greece. I dont know if that have do a mess. When i setup to reconfigure locale i have that

Quote
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "el_GR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Generating locales...
  en_US.ISO-8859-1... done
  en_US.UTF-8... done
  it_IT.ISO-8859-1... up-to-date
  it_IT.UTF-8... up-to-date
Generation complete.

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
May 12, 2014, 05:08:36 PM
 #25

I set my timezone to greece. I dont know if that have do a mess. When i setup to reconfigure locale i have that

Quote
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "el_GR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Generating locales...
  en_US.ISO-8859-1... done
  en_US.UTF-8... done
  it_IT.ISO-8859-1... up-to-date
  it_IT.UTF-8... up-to-date
Generation complete.

i'm not sure i understand the problem.

you're able to connect using vnstat and your node is being seen on bitnodes. 

the rpc gui isn't working yet but that can take some time.  but make sure you enter the rpcuser and rpcpassword into the *.py file from the *.conf file Morblias reference above.
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 12, 2014, 05:10:18 PM
 #26

Ok i have fix the problem
I run a

sudo update-locale LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8


after reboot and then a reconfigure of locales and now with the command bitcoind getinfo i see my first full bitcoin node that running Smiley

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 12, 2014, 05:33:43 PM
 #27

Ok last question is what i have to edit here

Quote
access = AuthServiceProxy("http://RPCUSER:PRCPASSWORD@127.0.0.1:8332")

in the ip adress. do i have to type my server adress and port that is 8333?
And what i have to type in that line

Quote
ff.write("<h1>Bitcoin Node: 192.227.137.5:8333<br \></h1>")

and there do i have to type the same?

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
May 12, 2014, 05:58:13 PM
 #28

Ok last question is what i have to edit here

Quote
access = AuthServiceProxy("http://RPCUSER:PRCPASSWORD@127.0.0.1:8332")

in the ip adress. do i have to type my server adress and port that is 8333?
And what i have to type in that line

Quote
ff.write("<h1>Bitcoin Node: 192.227.137.5:8333<br \></h1>")

and there do i have to type the same?

those are what you change.
AdamSC1
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
May 12, 2014, 06:35:40 PM
 #29

Does anyone know if this pricing is locked in year over year? If so I'm going to have to set up a ton of these!

Cheers,
Adam
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 12, 2014, 07:37:25 PM
 #30

Ok finally i have setup my first bitcoin node. Thx for the nice guide guys. Here is my adress Smiley

http://69.12.86.115/

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
phillipsjk
Legendary
*
Offline Offline

Activity: 1008
Merit: 1001

Let the chips fall where they may.


View Profile WWW
May 12, 2014, 07:48:37 PM
 #31

Does anyone know if this pricing is locked in year over year? If so I'm going to have to set up a ton of these!

Cheers,
Adam

There is some risk concentrating them all in the same data-center.

I have idle long-term plans to set up a Bitcoin node in Iceland, which I believe to be relatively Bitcoin friendly. Would be valuable if Bitcoin is ever banned at home.

James' OpenPGP public key fingerprint: EB14 9E5B F80C 1F2D 3EBE  0A2F B3DE 81FF 7B9D 5160
PeterReid
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 12, 2014, 08:40:02 PM
 #32

Thats a great price!
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 13, 2014, 10:57:58 AM
 #33

With vnstat i see that server has 35gb in two days. I think the limit of the server is about 1 terra. Is there any way to upgrade this when the server go out of space?


http://69.12.86.115/vnstat/

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
Morblias
Hero Member
*****
Offline Offline

Activity: 576
Merit: 500


View Profile
May 13, 2014, 01:36:22 PM
 #34

With vnstat i see that server has 35gb in two days. I think the limit of the server is about 1 terra. Is there any way to upgrade this when the server go out of space?


http://69.12.86.115/vnstat/

The first couple days will have a really high bandwidth due to it downloading the entire blockchain, but after that is caught up you won't use much bandwidth. This is by month (April started the 14th) on one of my nodes: http://192.3.30.206/vnstat/index.php?if=venet0&graph=large&style=light&page=m I think I used that one as a ssh tunnel a few days also, so the bandwidth for just a node will be a lot lower.

Tips / Donations accepted: 1Morb18DsDHNEv6TeQXBdba872ZSpiK9fY
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 13, 2014, 01:42:35 PM
 #35

Ok thx! Smiley and gz for the great work! Now i am looking for a vps greek server because i see that here in greece we dont have enough bitcoin nodes. The prices, fees are high here in greece for that serrvers but i think i will find something. Thx again

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
silversurfer1958
Full Member
***
Offline Offline

Activity: 474
Merit: 111



View Profile
May 13, 2014, 02:04:01 PM
 #36

You can buy cheap computers for $20, maybe even use Raspberry Pi with a Hard drive as nodes.
Why can;t we have Sw to use up old Equipment to run as nodes,
I suppose we can, but how do we do it, using up spare  bandwidth of our main PC.

Blocks are surely just hashed transactions, IE data.
Why can't a node only download, for example, only blocks that begin with 'A' as the first Alphabetic Char.
That would chop the Blockchain up into 26 Pieces.
52 if we use uppercase and lowercase.
And if we made it two Chars, it would chop the blockchain up 52 x 52 which is. 2704 so our 20Gb Blockchain is now a few Mb.

I suppose the reason why this wont work is because, If my node only has Blocks beginning 'AH' (for example ) the transaction we wish to verify may need to be verified against transactions contained in other blocks beginning 'VW' (for example) and so I can't verify that transaction because my node doesn't store those blocks.     Embarrassed
So, I've chopped up the blockchain into much more manageable and decentralised portions,
but now I don't know where all the data is I need to verify my new transaction.

Is there a solution to this ?

DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
May 13, 2014, 02:08:35 PM
 #37

Why can't a node only download, for example, only blocks that begin with 'A' as the first Alphabetic Char.
...
Is there a solution to this ?

No.  What you describe is a very crude DHT but even a proper DHT doesn't provide for independent verification.  The purpose of full nodes is to acts as INDEPENDENT verifiers they can't do that if they aren't independent.  If you just want to reduce your personal resource requirements use a lite client (SPV).
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
May 13, 2014, 03:16:20 PM
 #38

I have try to setup and my cloud server but i dont know that is working. I have done everything in the guide but i dont think i have setup my server. In vnstat i dont see any bitcoin traffic

http://69.12.86.115/vnstat/

how can i see that bitcoin node is runing? And what i have to set in  RPCUSER, RPCPASSWORD, IP Address to /usr/local/bin/btc-update.py? My server password and adress or something else? Thx for any advice

edit: ok i see trafic now in vnstat i have change the eth0 with venet0 but i cant see bitcoin node interface. I have look with top and bitcoind is runnign and here when i write my adress

https://getaddr.bitnodes.io/

i see a green quote with 69.12.86.115:8333 /Satoshi:0.8.1/ but i dont know what that means


I've just connected to your node and I am downloading the blockchain from you (and only you) - you are a node.

this is good or bad? Tongue

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
Morblias
Hero Member
*****
Offline Offline

Activity: 576
Merit: 500


View Profile
May 13, 2014, 03:21:06 PM
 #39

It's good. Means your node is working and others can connect to you.

Tips / Donations accepted: 1Morb18DsDHNEv6TeQXBdba872ZSpiK9fY
dancupid
Hero Member
*****
Offline Offline

Activity: 955
Merit: 1002



View Profile
May 13, 2014, 03:37:07 PM
 #40

I have try to setup and my cloud server but i dont know that is working. I have done everything in the guide but i dont think i have setup my server. In vnstat i dont see any bitcoin traffic

http://69.12.86.115/vnstat/

how can i see that bitcoin node is runing? And what i have to set in  RPCUSER, RPCPASSWORD, IP Address to /usr/local/bin/btc-update.py? My server password and adress or something else? Thx for any advice

edit: ok i see trafic now in vnstat i have change the eth0 with venet0 but i cant see bitcoin node interface. I have look with top and bitcoind is runnign and here when i write my adress

https://getaddr.bitnodes.io/

i see a green quote with 69.12.86.115:8333 /Satoshi:0.8.1/ but i dont know what that means


I've just connected to your node and I am downloading the blockchain from you (and only you) - you are a node.

this is good or bad? Tongue

It's good! - thanks for supporting the network.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!