opendax icon indicating copy to clipboard operation
opendax copied to clipboard

Add new Coin Problem

Open sp1k31973 opened this issue 4 years ago • 3 comments

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

sp1k31973 avatar Jan 18 '20 22:01 sp1k31973

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.

alex1488x avatar Jan 29 '20 17:01 alex1488x

@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)>'

rubi022 avatar Jan 29 '20 17:01 rubi022

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.

lekabyte avatar May 11 '20 10:05 lekabyte