Guest User

Untitled

a guest
Dec 22nd, 2018
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. sanket1729@sanket-ubuntu:~/bitcoin/src$ more ~/.bitcoin/bitcoin.conf
  2. prune=2000
  3. testnet=1
  4. server=1
  5. daemon=1
  6. rpcuser=sanket1729
  7. rpcpass=testing
  8. zmqpubrawblock=tcp://127.0.0.1:28332
  9. zmqpubrawtx=tcp://127.0.0.1:28333
  10. sanket1729@sanket-ubuntu:~/bitcoin/src$ more ~/.lnd/lnd.conf
  11. [Application Options]
  12. debuglevel=trace
  13. maxpendingchannels=10
  14. debuglevel=debug
  15. bitcoin.node=bitcoind
  16. bitcoind.rpcuser=sanket1729
  17. bitcoind.rpcpass=testing
  18. bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
  19. bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
  20. [Bitcoin]
  21. bitcoin.active=1
  22. sanket1729@sanket-ubuntu:~/bitcoin/src$ ./bitcoind -daemon -testnet
  23. Bitcoin server starting
  24. sanket1729@sanket-ubuntu:~/bitcoin/src$ ~/go/bin/lnd --bitcoin.active --bitcoin.testnet
  25. 2018-12-22 01:13:41.883 [INF] LTND: Version: 0.5.1-beta commit=v0.5.1-beta-252-ge6623f98b38f279900aaedf6a6993f34c3a45337, build=production, logging=default
  26. 2018-12-22 01:13:41.883 [INF] LTND: Active chain: Bitcoin (network=testnet)
  27. 2018-12-22 01:13:41.883 [INF] CHDB: Checking for schema update: latest_version=7, db_version=7
  28. 2018-12-22 01:13:41.893 [INF] RPCS: password RPC server listening on 127.0.0.1:10009
  29. 2018-12-22 01:13:41.893 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080
  30. 2018-12-22 01:13:41.893 [INF] LTND: Waiting for wallet encryption password. Use `lncli create` to create a wallet, `lncli unlock` to unlock an existing wallet, or `lncli changepassword` to change the password of an existing wallet and unlock it.
  31. 2018-12-22 01:13:58.701 [INF] LNWL: Opened wallet
  32. 2018-12-22 01:13:58.780 [INF] LTND: Primary chain is set to: bitcoin
  33. unable to create chain control: unable to connect to bitcoind: status code: 401, response: ""
  34. 2018-12-22 01:13:59.034 [INF] LTND: Shutdown complete
  35. unable to connect to bitcoind: status code: 401, response: ""
Add Comment
Please, Sign In to add comment