| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 01, 2015, 08:42:42 PMLast edit: April 03, 2015, 04:24:28 PM by soumikr
 |  | 
 
 now i set all but same issue |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 01, 2015, 09:00:02 PM |  | 
 
 Download Bitcoin Core here: https://bitcoin.org/en/choose-your-wallet Unpack and run bitcoind, bear in mind it will take quite a few time synchronizing. You may also need to install a few dependencies. |  
						| 
 |  |  | 
|  | 
| 
			| 
					
								| sagarus 
								Newbie    Offline 
								Activity: 21 
								Merit: 0
								
								
								
								
								   | 
								|  | April 01, 2015, 09:34:58 PM |  | 
 
 for which linux OS ?? cent OS ?? |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 01, 2015, 09:45:07 PM |  | 
 
 Choose your system here (probably linux 64 bit): https://bitcoin.org/en/download In folder bin, extract bitcoind, then run it with ':~$./bitcoind'. |  
						| 
 |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 01, 2015, 09:56:59 PM |  | 
 
 sir i am totall new in all this  i am running centros here is the server config pic   and sir i am using it by putty so tell me how to do with putty |  
						|  |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 01, 2015, 10:12:26 PM |  | 
 
 i am also can give you this type of server for free if anyone help me to do this |  
						|  |  |  | 
| 
			| 
					
								| jonnybravo0311 
								Legendary    Offline 
								Activity: 1344 
								Merit: 1024
								 
								Mine at Jonny's Pool
								
								
								
								
								
								     | 
								|  | April 01, 2015, 11:37:18 PM |  | 
 
 You're going to have a problem with only 30GB of disk space.  Wow, and you've only got 512M of RAM?  Yeah, you're not going to have any luck whatsoever installing bitcoin. |  
						| 
 Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks. |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 02, 2015, 12:38:29 AM |  | 
 
 i can arrange any server its not issue, just tell me how to do it via putty |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 02, 2015, 01:12:31 AM |  | 
 
 Like it was pointed above you need more disk space, bitcoin blockchain is now around 35GB and counting. Here's the step by step, just copy-paste: Download Bitcoin Core: $ wget https://bitcoin.org/bin/bitcoin-core-0.10.0/bitcoin-0.10.0-linux64.tar.gz Extract: $ tar -zxvf bitcoin-0.10.0-linux64.tar.gz Run bitcoind: $ ./bitcoin-0.10.0/bin/bitcoind & If you get any error when trying to run bitcoind, post here, you'll need to install some dependencies. |  
						| 
 |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 02, 2015, 01:20:17 AM |  | 
 
 sir i did as u said and here is the screenshot   id and pass is showing here but what i have to wright in host and post? and what is the error   |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 02, 2015, 01:30:25 AM |  | 
 
 Do not use user root, use your normal user for everything you've done.
 To edit the file:
 
 $ vim .bitcoin/bitcoin.conf
 
 If you don't know how to use vim, try nano, if nano not available, install with 'yum install nano'.
 |  
						| 
 |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 02, 2015, 01:33:05 AM |  | 
 
 sir i am really noob for all this plz tell me how to do itthanks in advance
 |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 02, 2015, 01:43:40 AM |  | 
 
 To create the required file:
 $ (echo rpcuser=youruser && echo  rpcpassword=yourpass) > .bitcoin/bitcoin.conf
 
 Change youruser and yourpass and execute the command.
 |  
						| 
 |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 02, 2015, 01:51:19 AM |  | 
 
 i did it sir but after wright the code its not show any msg see image   and what will be my port and host? |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 02, 2015, 01:55:39 AM |  | 
 
 It's fine, to verify if the file is correct use 'cat .bitcoin/bitcoin.conf'.
 Your host should be localhost and port I believe is 8332.
 |  
						| 
 |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 02, 2015, 01:59:43 AM |  | 
 
 sir i dont think localhost can do itbez i host the script in my cpanel and i install the bitcoind on my linux
 |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 02, 2015, 02:02:48 AM |  | 
 
 sir i dont think localhost can do itbez i host the script in my cpanel and i install the bitcoind on my linux
 
 Have you tried it? Did you check bitcoind is running? |  
						| 
 |  |  | 
| 
			| 
					
								| soumikr (OP) 
								Member     Offline 
								Activity: 75 
								Merit: 10
								
								
								
								
								   | 
								|  | April 02, 2015, 02:08:34 AM |  | 
 
 ya sir your last code working see here   and sir for the hostname wallet cant connect see here   |  
						|  |  |  | 
| 
			| 
					
								| pedrog 
								Legendary    Offline 
								Activity: 2786 
								Merit: 1031
								   | 
								|  | April 02, 2015, 02:11:40 AM |  | 
 
 To check if bitcoind is running:
 $ top
 
 You should see it at the top processes, press 'q' to exit.
 
 Your host is 'localhost' not 'assa'.
 
 Also, use port 8332.
 |  
						| 
 |  |  | 
	|  |