HackerBOSS (OP)
|
|
March 10, 2016, 02:38:01 AM |
|
Hello,
how install bitcoind to hosting?
i want install bitcoind to hosting.. but i don't know how make it.
if you can, please give instruction or manual.
please help me. Thanks!
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
March 10, 2016, 09:03:53 AM Last edit: March 10, 2016, 01:29:49 PM by shorena |
|
Hello,
how install bitcoind to hosting?
i want install bitcoind to hosting.. but i don't know how make it.
if you can, please give instruction or manual.
please help me. Thanks!
What OS in which version does it run? Let me add to that: How can you access the server? SSH?
|
Im not really here, its just your imagination.
|
|
|
|
HackerBOSS (OP)
|
|
March 11, 2016, 02:05:11 AM |
|
Hello,
how install bitcoind to hosting?
i want install bitcoind to hosting.. but i don't know how make it.
if you can, please give instruction or manual.
please help me. Thanks!
What OS in which version does it run? Let me add to that: How can you access the server? SSH? linux. yes, i will use SSH. thanks
|
|
|
|
HackerBOSS (OP)
|
|
March 11, 2016, 02:08:29 AM |
|
Thanks for good info. what vps hosting recommended for me? (i want free hosting for learning)
|
|
|
|
lemmyK
|
|
March 11, 2016, 02:26:54 AM |
|
Bitcoin Core Daemon and Enabling Connections configuring is heavy. also open port 8333 on your lokal net. provider modems have problems with opening ports.. if you have zyxell like provider modem and after to some other like router (asus).. im still can not setup full node..,. its dificult for average people . thats why we have only few thousand full nodes. on windows is posible if some skilled friend do this over teamviewer. but be carefull. why not developer do some program for making this easy???
|
|
|
|
achow101
Moderator
Legendary
Offline
Activity: 3542
Merit: 6884
Just writing some code
|
|
March 11, 2016, 02:33:10 AM |
|
Thanks for good info. what vps hosting recommended for me? (i want free hosting for learning)
You aren't going to be able to find a free vps that is capable of running bitcoind since bitcoind is very cpu and memory intensive. To install it, just follow the instructions for linux at https://bitcoin.org/en/full-node#linux-instructions. If you want to accept incoming connections, you will need to configure the firewall of your vps provider to allow connections to port 8333. Bitcoin Core Daemon and Enabling Connections configuring is heavy. also open port 8333 on your lokal net. provider modems have problems with opening ports.. if you have zyxell like provider modem and after to some other like router (asus).. im still can not setup full node..,. its dificult for average people . thats why we have only few thousand full nodes. on windows is posible if some skilled friend do this over teamviewer. but be carefull. why not developer do some program for making this easy??? He isn't doing it on his own box with his own router, it is on a vps. Please stop spamming and actually read the thread, especially short ones like this. FYI running a full node is as easy as download, install, and run Bitcoin Core and let it do its thing. Contrary to popular belief, you do not need to accept incoming connections to run a full node, you just need connections in general, be it incoming or outgoing. Anyways, Bitcoin Core uses UPNP which should set up port forwarding through your router automatically.
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
March 11, 2016, 06:52:06 AM |
|
-snip- why not developer do some program for making this easy???
Ikr, like UPnP! -snip- He isn't doing it on his own box with his own router, it is on a vps. Please stop spamming and actually read the thread, especially short ones like this. -snip-
Most VPS come with an open firewall you need to close by default anyway.
|
Im not really here, its just your imagination.
|
|
|
HackerBOSS (OP)
|
|
March 11, 2016, 09:57:17 AM |
|
-snip- why not developer do some program for making this easy???
Ikr, like UPnP! -snip- He isn't doing it on his own box with his own router, it is on a vps. Please stop spamming and actually read the thread, especially short ones like this. -snip-
Most VPS come with an open firewall you need to close by default anyway. ok. thanks. i will leaning this theme. and set up it.
|
|
|
|
HackerBOSS (OP)
|
|
March 11, 2016, 10:01:08 AM |
|
Please stop spamming and actually read the thread, FYI running a full node is as easy as download, install, and run Bitcoin Core and let it do its thing. Contrary to popular belief, you do not need to accept incoming connections to run a full node, you just need connections in general, be it incoming or outgoing. Anyways, Bitcoin Core uses UPNP which should set up port forwarding through your router automatically.
ok, i study thread. if i will be have questions, i will ask. thanks so much.
|
|
|
|
sotisoti
|
|
March 27, 2016, 01:17:38 AM |
|
Thanks for good info. what vps hosting recommended for me? (i want free hosting for learning) I guess Amazon EC2 (micro instance) free tier won't fulfill what you are looking for, the blockchain size is almost 63GB now so you need a bigger disk size for that. Try to shell out a few dollars per month for a budget vps to get started.
|
Bitrated user: sotisoti.
|
|
|
dodadoo
Newbie
Offline
Activity: 56
Merit: 0
|
|
March 27, 2016, 05:01:32 PM |
|
Thanks you!!! i very aporeciated it
|
|
|
|
HackerBOSS (OP)
|
|
April 13, 2016, 03:01:24 PM |
|
how can't install all 80gb bitcoin? I hear that can you command and use last 2-4gb only
|
|
|
|
HackerBOSS (OP)
|
|
April 13, 2016, 03:03:12 PM |
|
and i will have my IP vps. i want create php script for receive and send payment..
do you have idea how realize it?
|
|
|
|
achow101
Moderator
Legendary
Offline
Activity: 3542
Merit: 6884
Just writing some code
|
|
April 13, 2016, 03:34:48 PM |
|
how can't install all 80gb bitcoin? I hear that can you command and use last 2-4gb only
You can use the --prune=<n> option when you start bitcoind to prune the blockchain to reduce the storage requirement to a few GB.
|
|
|
|
HackerBOSS (OP)
|
|
April 14, 2016, 11:18:00 AM |
|
how can't install all 80gb bitcoin? I hear that can you command and use last 2-4gb only
You can use the --prune=<n> option when you start bitcoind to prune the blockchain to reduce the storage requirement to a few GB. ok. thanks. how use api with php? where I can get examples?
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
April 14, 2016, 08:04:13 PM |
|
how can't install all 80gb bitcoin? I hear that can you command and use last 2-4gb only
You can use the --prune=<n> option when you start bitcoind to prune the blockchain to reduce the storage requirement to a few GB. ok. thanks. how use api with php? where I can get examples? Probably best to start here -> https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#PHP
|
Im not really here, its just your imagination.
|
|
|
HackerBOSS (OP)
|
|
April 15, 2016, 06:22:52 AM |
|
how can't install all 80gb bitcoin? I hear that can you command and use last 2-4gb only
You can use the --prune=<n> option when you start bitcoind to prune the blockchain to reduce the storage requirement to a few GB. ok. thanks. how use api with php? where I can get examples? Probably best to start here -> https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#PHPgood. thanks! i will learn it now.
|
|
|
|
HackerBOSS (OP)
|
|
April 15, 2016, 06:25:30 AM |
|
how can't install all 80gb bitcoin? I hear that can you command and use last 2-4gb only
You can use the --prune=<n> option when you start bitcoind to prune the blockchain to reduce the storage requirement to a few GB. how think, 512mb ram enough for bitcoind? and 20gb hdd
|
|
|
|
skeletonbit
|
|
April 15, 2016, 06:31:01 AM |
|
20 gb is not enough last time it took 60gb on my harrdisk about the ram it's enough.
|
|
|
|
|