-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Please provide instructions for windows installations #114
Comments
Run npm install Rename ".env-sample" to ".env" Remove # and set the following variables in .env This should get you rolling |
Thanks for the reply. I can't have a file with just ".env" so I renamed it to "env.env", however I get this error: I specified the credentials in the .env fields are removed the # |
Are you sure your RPC user/pass are correct? I created a .bat file to launch the bitcoind server with RPC credentials. StartBitcoind.bat: start "bitcoind" "C:\Program Files\Bitcoin\daemon\bitcoind.exe" -datadir=C:\BitcoinCore -txindex=1 -rpcuser=USERNAME -rpcpassword=PASSWORD Edit- You should be able to create a file name with .env |
Have you tried installing it with Windows Subsystem for Linux? |
The .env isn't working for me for some reason so I just start it with btc-rpc-explorer and arguments. Thanks, everyone! |
I was able to install previous version with just npm install and npm start, but since the new .env was introduced, things seem to be different. It'd be great if you could provide instructions for windows and maybe even include them in the readme file.
The text was updated successfully, but these errors were encountered: