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

windows 8 auto-detect fails #3

Closed
zynis opened this issue Feb 24, 2014 · 8 comments
Closed

windows 8 auto-detect fails #3

zynis opened this issue Feb 24, 2014 · 8 comments

Comments

@zynis
Copy link

zynis commented Feb 24, 2014

does not connect on win8 when i run the exe

win8 comes with .net 4.5

http://windows.microsoft.com/en-us/windows-8/net-framework-windows-8

@zynis
Copy link
Author

zynis commented Feb 24, 2014

http://s3.postimg.org/xffb8ox3n/mscchest_issue_1.png

btw i have bitcoinqt set up to reindex and can connect the counterparty client to it locally so not sure what i am doing wrong

@zynis
Copy link
Author

zynis commented Feb 24, 2014

wallet.cfg

bitcoinrpcserv=localhost
bitcoinrpcport=8332
bitcoinrpcuser=xxxxxxxxxxx
bitcoinrpcpass=xxxxxxxxxxx

@zathras-crypto
Copy link
Contributor

Try pulling the latest binary again (from a couple of minutes ago) - has a fix for incorrectly lowercased rpc details.

@zynis
Copy link
Author

zynis commented Feb 24, 2014

i just did, and getting the same issue

@zathras-crypto
Copy link
Contributor

Can you please try https://masterchest.info/files/VerboseAutoDetection.zip and let me know if it detects your settings correctly? Extract it and copy your wallet.cfg into the folder & then execute the app.

Also please open a command prompt, and let me know if you get a list of files from the command:
dir %appdata%\bitcoin\

Thanks

@zynis
Copy link
Author

zynis commented Feb 24, 2014

it actually shows: 127.0.0.1 and 0 as the port, the other settings (user/pass) appear correct

yes i get a list of files including bitcoin.conf

@dexX7
Copy link

dexX7 commented Feb 24, 2014

I think I found it.

https://github.com/zathras-crypto/masterchest-wallet/blob/master/source/Form1.vb#L92:

bitcoin_con.bitcoinrpcport = Val(line.Substring(7, Len(line) - 7))

to:

bitcoin_con.bitcoinrpcport = Val(line.Substring(8, Len(line) - 8))

@zathras-crypto
Copy link
Contributor

Haha just committed that - you're quick dex :)

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

3 participants