Bitcoin Forum
May 21, 2024, 10:59:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: how to install bitcoind on linux for CryptoDic  (Read 2998 times)
soumikr (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
April 01, 2015, 08:42:42 PM
Last edit: April 03, 2015, 04:24:28 PM by soumikr
 #1

now i set all but same issue
pedrog
Legendary
*
Offline Offline

Activity: 2786
Merit: 1031



View Profile
April 01, 2015, 09:00:02 PM
 #2

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.

soumikr (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
April 01, 2015, 09:29:21 PM
 #3

sir can you tell me full process for this?
and here is lot of download type https://bitcoin.org/en/choose-your-wallet

sagarus
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 01, 2015, 09:34:58 PM
 #4

for which linux OS ?? cent OS ??
pedrog
Legendary
*
Offline Offline

Activity: 2786
Merit: 1031



View Profile
April 01, 2015, 09:45:07 PM
 #5

sir can you tell me full process for this?
and here is lot of download type https://bitcoin.org/en/choose-your-wallet


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 Offline

Activity: 75
Merit: 10


View Profile
April 01, 2015, 09:56:59 PM
 #6

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 Offline

Activity: 75
Merit: 10


View Profile
April 01, 2015, 10:12:26 PM
 #7

i am also can give you this type of server for free if anyone help me to do this
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
April 01, 2015, 11:37:18 PM
 #8

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 Offline

Activity: 75
Merit: 10


View Profile
April 02, 2015, 12:38:29 AM
 #9

i can arrange any server its not issue, just tell me how to do it via putty
pedrog
Legendary
*
Offline Offline

Activity: 2786
Merit: 1031



View Profile
April 02, 2015, 01:12:31 AM
 #10

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 Offline

Activity: 75
Merit: 10


View Profile
April 02, 2015, 01:20:17 AM
 #11

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 Offline

Activity: 2786
Merit: 1031



View Profile
April 02, 2015, 01:30:25 AM
 #12

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 Offline

Activity: 75
Merit: 10


View Profile
April 02, 2015, 01:33:05 AM
 #13

sir i am really noob for all this plz tell me how to do it
thanks in advance
pedrog
Legendary
*
Offline Offline

Activity: 2786
Merit: 1031



View Profile
April 02, 2015, 01:43:40 AM
 #14

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 Offline

Activity: 75
Merit: 10


View Profile
April 02, 2015, 01:51:19 AM
 #15

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 Offline

Activity: 2786
Merit: 1031



View Profile
April 02, 2015, 01:55:39 AM
 #16

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 Offline

Activity: 75
Merit: 10


View Profile
April 02, 2015, 01:59:43 AM
 #17

sir i dont think localhost can do it
bez i host the script in my cpanel and i install the bitcoind on my linux
pedrog
Legendary
*
Offline Offline

Activity: 2786
Merit: 1031



View Profile
April 02, 2015, 02:02:48 AM
 #18

sir i dont think localhost can do it
bez 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 Offline

Activity: 75
Merit: 10


View Profile
April 02, 2015, 02:08:34 AM
 #19

ya sir your last code working see here

and sir for the hostname wallet cant connect see here
pedrog
Legendary
*
Offline Offline

Activity: 2786
Merit: 1031



View Profile
April 02, 2015, 02:11:40 AM
 #20

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.

Pages: [1] 2 »  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!