He creado un archivo conf en la siguiente ruta:
C:UsersNAMEAppDataRoamingBitcoinbitcoin.conf
Cuando ejecuto el archivo bitcoind, no pasa nada. La ventana de mi línea de comando no responde como si estuviera esperando. He esperado ~ 1 hora y mi computadora es bastante alta (procesador i7, 16 GB de RAM).
Quiero ejecutar el servidor y disparar algunos comandos en el servidor Bitcoind.
Tengo el siguiente archivo conf:
# bitcoin.conf configuration file. Strains starting with # are feedback.
# Community-related settings:
# Run on the take a look at community as an alternative of the true bitcoin community.
#testnet=0
# Join through a socks4 proxy
#proxy=127.0.0.1:9050
##############################################################
## Fast Primer on addnode vs join ##
## As an instance for example you employ addnode=4.2.2.4 ##
## addnode will join you to and let you know concerning the ##
## nodes linked to 4.2.2.4. As well as it would inform ##
## the opposite nodes linked to it that you just exist so ##
## they'll connect with you. ##
## join won't do the above while you 'join' to it. ##
## It'll *solely* join you to 4.2.2.4 and nobody else.##
## ##
## So if you happen to're behind a firewall, or produce other issues ##
## discovering nodes, add some utilizing 'addnode'. ##
## ##
## If you wish to keep personal, use 'join' to solely ##
## connect with "trusted" nodes. ##
## ##
## When you run a number of nodes on a LAN, there is not any want for ##
## all of them to open a lot of connections. As a substitute ##
## 'join' all of them to 1 node that's port forwarded ##
## and has a lot of connections. ##
## Thanks goes to (Noodle) on Freenode. ##
##############################################################
# Use as many addnode= settings as you want to hook up with particular friends
#addnode=69.164.218.197
#addnode=10.0.0.2:8333
# ... or use as many join= settings as you want to attach ONLY
# to particular friends:
#join=69.164.218.197
#join=10.0.0.1:8333
# Don't use Web Relay Chat (irc.lfnet.org #bitcoin channel) to
# discover different friends.
#noirc=0
# Most variety of inbound+outbound connections.
#maxconnections=
# JSON-RPC choices (for controlling a working Bitcoin/bitcoind course of)
server=1 #tells Bitcoin-QT to just accept JSON-RPC instructions.
#server=0
# You should set rpcuser and rpcpassword to safe the JSON-RPC api
rpcuser=USERNAME_IVE_CHOSEN
rpcpassword=PASSWORD_IVE_CHOSEN
# What number of seconds bitcoin will wait for a whole RPC HTTP request.
# after the HTTP connection is established.
#rpctimeout=30
# By default, solely RPC connections from localhost are allowed. Specify
# as many rpcallowip= settings as you want to permit connections from
# different hosts (and chances are you'll use * as a wildcard character):
#rpcallowip=10.1.1.34
#rpcallowip=192.168.1.*
# Pay attention for RPC connections on this TCP port:
#rpcport=8332
# You need to use Bitcoin or bitcoind to ship instructions to Bitcoin/bitcoind
# working on one other host utilizing this feature:
#rpcconnect=127.0.0.1
# Use Safe Sockets Layer (often known as TLS or HTTPS) to speak
# with Bitcoin -server or bitcoind
#rpcssl=1
# OpenSSL settings used when rpcssl=1
#rpcsslciphers=TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH
#rpcsslcertificatechainfile=server.cert
#rpcsslprivatekeyfile=server.pem
# Miscellaneous choices
# Set gen=1 to aim to generate bitcoins
#gen=0
# Use SSE directions to attempt to generate bitcoins sooner.
#4way=1
# Pre-generate this many public/personal key pairs, so pockets backups will probably be legitimate for
# each prior transactions and a number of other dozen future transactions.
#keypool=100
# Pay an elective transaction payment each time you ship bitcoins. Transactions with charges
# are extra probably than free transactions to be included in generated blocks, so could
# be validated sooner.
#paytxfee=0.00
# Permit direct connections for the 'pay through IP tackle' characteristic.
#allowreceivebyip=1
# Consumer interface choices
# Begin Bitcoin minimized
#min=1
# Decrease to the system tray
#minimizetotray=1
¿Alguna concept de cómo hacer que el servidor funcione?