Skip to content

Zigridar/blockchainsites

 
 

Repository files navigation

Before launch you have to create a file "bitcoin.conf" in your directory of bitcoin.

The "bitcoin.conf" must contain the following lines:

testnet=1

rpcuser=rpc_btc_test

rpcpassword=rpc_btc_password_test

server=1

rpcallowip=127.0.0.1

txindex=1

limitancestorcount=10000

limitdescedantcount=10000

walletrejectlongchains=0

The first launch:

npm install

npm install -g browserify

npm install -g electron

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%