Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up with an existing bitcoin full-node #591

Open
CCGLLC-knc opened this issue Aug 3, 2018 · 0 comments
Open

Setting up with an existing bitcoin full-node #591

CCGLLC-knc opened this issue Aug 3, 2018 · 0 comments

Comments

@CCGLLC-knc
Copy link

CCGLLC-knc commented Aug 3, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant