peatio icon indicating copy to clipboard operation
peatio copied to clipboard

Open-source crypto currency exchange software (https://openware.com)

Results 47 peatio issues
Sort by recently updated
recently updated
newest added

Hi, Peatio:2.6.29 I've tried using electrum as the blockchain client but it doesn't seem to work. I've tried public electrum servers as well as creating my own electrumx server without...

Somebody could give some advice open_stream is restarting every 5 seconds, there are not error showing inside logs What need to check to find the errors? Thanks in advance I',using...

here I am getting this error while sending an email. {"level":"ERROR","time":"2020-12-18 05:30:49 +0000","message":"#"} how to solve this?

Problem 1. Lets assume we have minimal collection amount is 0.1 ETH and there are 2 deposit transactions for 0.055 ETH total amount on the deposit address will be 0.11...

I followed the steps given under **Local development without microkube** When I hit the www.app.local / peatio.app.local / barong.app.local, it shows the **Apache2 Ubuntu Default Page** and http://localhost:3000 shows the...

The current balance sheet is completely wrong because we are not taking gas fees in account.

# step to replicate the issue -- Deposit a high decimal value eth like 0.749274928495837485 and it get skipped, and wont collect. # current solution -- go to db and...

We still dont support SSL for Redis, Mysql, RabbitMQ. I think this is very important for us as we may deploy services in different datacenters or outside VPC.

When setting min_confirmation to 1 the following condition will be true even if the transaction already has 1 confirmation. app/workers/daemons/blockchain.rb:22 ```ruby if bc.reload.height + bc.min_confirmations >= bc_service.latest_block_number logger.info { "Skip...

Type: Question

Basically when we are using bots we will be creating too many requests to the server. Previously we had a bulk order API, now as we have auth over ranger...