Skip to content

Setting up with an existing bitcoin full-node #591

@CCGLLC-knc

Description

@CCGLLC-knc

I already have an existing bitcoin full-node running. I've setup the following in its .conf file:

listen=1
whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
rpcallowip=127.0.0.1
rpcuser=bitcoin
rpcpassword=SomewhatRandomStuffkl;asdfjklp[oklsad
rpcworkqueue=64
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332

And I've had the local bitcoin node reindex for everything.

How can I point insight, that is running on the same machine, to use this node?

For what its worth: the default startup appears to be running fine for internal use (I have the port blocked at my firewall):

Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port
35729 --dev-logger-port 53703 --nobrowser - Ctrl+C to cancel
[01:21:11]  watch started ...
[01:21:11]  build dev started ...
[01:21:11]  Proxy added:/api => https://bch-insight.bitpay.com/api
[01:21:11]  clean started ...
[01:21:11]  clean finished in less than 1 ms
[01:21:11]  copy started ...
[01:21:11]  transpile started ...
[01:21:14]  transpile finished in 2.69 s
[01:21:14]  preprocess started ...
[01:21:14]  deeplinks started ...
[01:21:14]  deeplinks finished in 77 ms
[01:21:14]  preprocess finished in 77 ms
[01:21:14]  webpack started ...
[01:21:14]  copy finished in 3.00 s
[01:21:22]  webpack finished in 8.14 s
[01:21:22]  sass started ...
[01:21:23]  sass finished in 843 ms
[01:21:23]  postprocess started ...
[01:21:23]  postprocess finished in 3 ms
[01:21:23]  lint started ...
[01:21:23]  build dev finished in 11.82 s
[01:21:23]  watch ready in 11.88 s
[01:21:23]  dev server running: http://localhost:8100/

[OK] Development server running!
     Local: http://localhost:8100
     External: http://172.16.4.6:8100
     DevApp: insight@8100 on i5serv

[01:21:26]  lint finished in 2.97 s

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions