openware / peatio

Open-source crypto currency exchange software (https://openware.com)
https://www.openware.com
MIT License
1.04k stars 623 forks source link

BUG: BTC Address Generation Error in Workbench #1488

Closed ianeinser closed 6 years ago

ianeinser commented 6 years ago

Hi. I manage to get the bitcoind running in a container and the container is active but I got this error

Currency Load (0.7ms) SELECT currencies. FROM currencies WHERE currencies.id = 'btc' LIMIT 1 Member Load (0.6ms) SELECT members. FROM members WHERE members.id = 1 LIMIT 1 (0.7ms) SELECT authentications.uid FROM authentications WHERE authentications.provider = 'barong' AND authentications.member_id = 1 LIMIT 1 (0.3ms) ROLLBACK

<Faraday::ConnectionFailed wrapped=#<Errno::ECONNREFUSED: Failed to open TCP connection to 127.0.0.1:18332 (Connection refused - connect(2) for "127.0.0.1" port 18332)>>

I managed to registers all coins in master mode but when I try to do the same things in workbench. It fails. I use the same currencies.yml as that in master mode. I am very sure this is docker or traefik issue but i cant find it bug. Any hint guys?

ianeinser commented 6 years ago

would you guys help me ? @ysv @yivo .. Thanks

TheHolyRoger commented 6 years ago

your bitcoin daemon is refusing peatio connections to the RPC API

ianeinser commented 6 years ago

Thanks @TheHolyRoger . I solved that