Guest User

Untitled

a guest
Mar 5th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. BtcdClient client = new VerboseBtcdClientImpl(httpProvider, "127.0.0.1", 8332, "foo", "bar");
  2.  
  3. version: '3.3'
  4.  
  5. services:
  6.  
  7. bitcoind:
  8. image: seegno/bitcoind:latest
  9. command:
  10. -printtoconsole
  11. -regtest=1
  12. -rest
  13. -rpcallowip=172.18.0.2
  14. -rpcuser=foo
  15. -rpcpassword=bar
  16. -rpcport=8332
  17. -server
  18. -logips
  19. -debug=rpc
  20. ports:
  21. - 8332:8332
  22.  
  23. HttpLayerException(super=CommunicationException
  24. (super=com.neemre.btcdcli4j.core.http.HttpLayerException: Error #1003001: The server responded with a non-OK (4xx) HTTP status code. Status line: HTTP/1.1 403 Forbidden, code=1003001))
Add Comment
Please, Sign In to add comment