Author

Topic: Запуск bitcoind без подключения к сети (Read 133 times)

member
Activity: 191
Merit: 10
Спасибо, начинаю разбираться.
бывает из за нехватки оперативной памяти.
Там скорее ошибка в заголовочных файлах - в boost-е нет того, что требуется этому пакету.
Может быть нахрендячили с версией.
legendary
Activity: 2310
Merit: 2295
Что-то не получается

Там можно скачать уже собранный под линукс bx-linux-x64-qrcode.

А вообще, ошибка при сборке
Code:
g++: fatal error: Killed signal terminated program cc1plus
бывает из за нехватки оперативной памяти.
member
Activity: 191
Merit: 10
libbitcoin-explorer
Что-то не получается
Code:
./boost/mpl/assert.hpp:188:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses]
 failed ************ (Pred::************
                     ^
./boost/mpl/assert.hpp:193:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses]
 failed ************ (boost::mpl::not_::************
                     ^
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
...failed updating 1 target...
legendary
Activity: 2310
Merit: 2295
Надо сделать только проверку цифровых подписей через консоль.

libbitcoin-explorer

Code:
>bx help message-validate

Usage: bx message-validate [-h] [--config value] PAYMENT_ADDRESS
SIGNATURE [MESSAGE]

Info: Validate a message signature.

Options (named):

-c [--config]        The path to the configuration settings file.
-h [--help]          Get a description and instructions for this command.

Arguments (positional):

PAYMENT_ADDRESS      The payment address of the message signer.
SIGNATURE            The message signature.
MESSAGE              The binary message data for which the signature
                     applies. If not specified the message is read from
                     STDIN.
member
Activity: 191
Merit: 10
Скорей всего - нет, так как он видимо будет молотиться сам к себе и это нехорошо.

Сейчас нашёл в man
Code:
   -connect=

              Connect  only  to  the  specified  node;  -noconnect disables automatic connections (the rules for this peer are the same as for
              -addnode). This option can be specified multiple times to connect to multiple nodes.
Странно, нет отдельного описания -noconnect.

Теперь озадачился - как поставить без графического интерфейса?
Т.е. надо только bicoind и bitcoin-cli под Debian.
Пока ещё сам не разбирался, если кто по-простому подскажет команды и ключи, буду весьма благодарен.


upd. Посмотрел команды, есть еще такая: -noconnect, я думаю, это то, что вам нужно.
Grin Grin Grin
Одновременно нашли noconnect
legendary
Activity: 1820
Merit: 1972
Crypto Swap Exchange
А если в командной строке добавить параметр -connect=127.0.0.1, то это вас не устроит?

upd. Посмотрел команды, есть еще такая: -noconnect, я думаю, это то, что вам нужно.
member
Activity: 191
Merit: 10
Как запустить bitcoind чтоб он не скачивал блокчейн.
Надо сделать только проверку цифровых подписей через консоль.
man bitcoind и bitcoin.conf смотрел, но нифига не нашёл.

Спасибо
Jump to: