Когда я запускаю команду:
sudo bitcoind -datadir=/home/btc/simulation/.bitcoinNode2/ -regtest
Я не знаю, почему у нее есть ошибки сегментации, как показано ниже: Не могли бы вы мне помочь?
2020-07-10T21:51:07Z init message: Loading P2P addresses...
2020-07-10T21:51:07Z Imported mempool
transactions from disk: 0 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
Segmentation fault (core dumped)
Мой файл конфигурации (bitcoin .conf) в /home/btc/simulation/.bitcoinNode2/ - это
daemon=0
regtest=1
dnsseed=0
upnp=0
[regtest]
listen=0
connect=127.0.0.1:19000
server=1
rpcbind=0.0.0.0
repallowip=0.0.0.0/0
rpcusername=ailisi202003163
rpcpassword=alicejiaoailisi3
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
rpcclienttimeout=30
port=19010
rpcport=19011
txindex=1
И я удостоверяюсь, что:
btc@cse-dnc203431d:~/simulation$ ps aux | grep bitcoind
btc 18561 0.0 0.0 14224 968 pts/16 S+ 17:38 0:00 grep --color=auto bitcoind
root 29151 0.1 0.4 1449420 74740 ? Ssl Jul08 5:02 bitcoind -datadir=.bitcoinNode2 -regtest
Для netstat -pant результат:
введите здесь описание изображения
И, /home/btc/simulation/.bitcoinNode2 включает эти папки и файлы:
btc@cse-dnc203431d:~/simulation/.bitcoinNode2$ ls -a
. addr.txt bitcoin.conf blocks fee_estimates.dat nohup.out testnet3
.. banlist.dat .bitcoin.conf.swp chainstate indexes o test.py
\ .bitcoin .bitcoinNode2 debug.log .lock regtest
Я не знаю, почему после ввода «sudo bitcoind -datadir = / home / btc / Simulation / .bitcoinNode2 / -regtest» возникают ошибки сегментации. Не могли бы вы мне помочь?