blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
904 stars 517 forks source link

Unabel to run service-my-wallet-v3 on Cento7 #490

Open waqas61 opened 3 years ago

waqas61 commented 3 years ago

node -v v10.23.1 npm -v 6.14.10

I have created the service like below

`[Unit] Description=blockchain.info Wallet API Service

[Service] Type=simple ExecStart=/bin/blockchain-wallet-service start --bind 31.23.84.62 --port 3000

[Install] WantedBy=multi-user.target`

Start service and check status but no luck ! sudo systemctl status blockchain-wallet-service.service

2021-01-20_13-06-37

Please help me to solve the issue. Thank You