openware / opendax

Open-Source Cloud-Native Digital Asset & Cryptocurrency Exchange Platform
https://www.openware.com/products/opendax
Apache License 2.0
628 stars 540 forks source link

Add new Coin Problem #76

Open sp1k31973 opened 4 years ago

sp1k31973 commented 4 years ago

Hi there I have added a new coin and it shows everything but if I then make a deposit on the new coin it will not be shown to me which setting I have to make for the block explorer have now made http://ip:port/address/#{address} and http://ip:port/tx/#{txid} and for server http://user:password@ip:port what do I have to set for a PIVX fork have now taken dash it also generates a valid address, or is it better to use PARITY

alex1488x commented 4 years ago

parity is eth, dash, litecoin,bitcoin, are all just clients. it will work, but you need for more coins, more clients. you couldnt use dash twice.

rubi022 commented 4 years ago

@alex1488x how to enable parity eth ? I tried this

bundle install
rake render:config
rake parity:import && \
  until rake wallet:create['deposit','http://0.0.0.0:8545','changeme']; do sleep 15; done && \
  rake wallet:create['hot','http://0.0.0.0:8545','changeme'] && \
  rake wallet:create['warm','http://0.0.0.0:8545','changeme'] && \
  rake render:config && \
  rake service:all && \
  chmod +x bin/install_webhook
  ./bin/install_webhook

i get error like this

Faraday::ConnectionFailed: Failed to open TCP connection to 0.0.0.0:8545 (Connection refuse d - connect(2) for "0.0.0.0" port 8545) lib/tasks/wallets.rake:8:in `block (2 levels) in <top (required)>'

lekabyte commented 4 years ago

if it's a fork from dash you can use dash client again for that coin (there are few exceptions like foturocoin - masternode payments are calculated a bit different). for adding none existing coins like for instance eos there is a gem http://52.198.30.45/gems/peatio-eos i don't know if it works. maybe someone with more skill can tell us more about how to install and make it work.