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

There was a problem sending the request to the wallet #74

Closed
nomantariq18 opened this issue Mar 15, 2018 · 5 comments
Closed

There was a problem sending the request to the wallet #74

nomantariq18 opened this issue Mar 15, 2018 · 5 comments
Labels

Comments

@nomantariq18
Copy link

nomantariq18 commented Mar 15, 2018

i'm using BitcoinLib. when i run my code this error occurs "There was a problem sending the request to the wallet"
My webconfig code is

 <add key="Bitcoin_DaemonUrl" value="http://localhost:8332" />
    <add key="Bitcoin_DaemonUrl_Testnet" value="http://localhost:18332" />
    <add key="Bitcoin_WalletPassword" value="MyWalletPassword" />
    <add key="Bitcoin_RpcUsername" value="MyRpcUsername" />
    <add key="Bitcoin_RpcPassword" value="MyRpcPassword" />
@moodmosaic
Copy link
Contributor

It looks like you can't send HTTP requests to Bitcoin Core(?) Do you have server=1 and rpcport=8332 in your bitcoin.conf file?

@nomantariq18
Copy link
Author

nomantariq18 commented Mar 15, 2018

in bitcoin.conf that is my code

rpcuser = MyRpcUsername
rpcpassword = MyRpcPassword
server=1
txindex=1
error

@moodmosaic
Copy link
Contributor

It tells you that it can't connect to localhost. Perhaps some firewall issue(s)?

@nomantariq18
Copy link
Author

nomantariq18 commented Mar 15, 2018

i have turned off window firewall but still that issue

@moodmosaic
Copy link
Contributor

Closing this as non-reproducible. Feel free to reopen it or add comments to it.

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

No branches or pull requests

2 participants