-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add a new coin to peatio with microkube #111
Comments
You can either add coins manually from the admin panel (www.app.local/admin when running locally), or edit the The templates are the key with microkube. When you run the rake commands, it uses the templates to regenerate the config.yml files, so you must make the changes there or else they will be overwritten. |
Thanks, that is fine, but how can one make sure that deposits arrive in the wallets? Is there an example / howto for adding new coins to microkube/peatio? |
With the ethereum geth node, you have to let it fully sync before you will see deposits in the user wallet on the site. You must spin up the cryptonode service with |
Thanks very much, yes, the geth node will eventually come up |
Trust me, its been a struggle getting this exchange stood up. It is especially hard if you're not experienced with docker. It really does take a decent time investment just to understand how everything works together. I understand the frustration, which is why I've been active on the microkube repo trying to help answer questions. A good place to find answers is actually the telegram channel for peatio, but even then it might take awhile for someone to respond. The community is more knowledgable on peatio 1.9 (and workbench), while very few have moved on to peatio 2.0.xx (and microkube). It seems the community around this project likes to act very much like gatekeepers, which isn't fun for noobies like us. But this is free software after all, so we can't have any expectation of support. That being said, I think i'm comfortable enough now where I understand most of the configuration and customization available in microkube. Adding BitcoindAdding any new blockchain to peatio/microkube will require us to run a full node. There are many dockerized full nodes on dockerhub, most notably: https://hub.docker.com/r/kylemanna/bitcoind The first thing you will have to do in microkube is add a new cryptonode service to
By the way, the above is untested, just as an example. It might take some fiddling to get this right. The best way is to try getting the container running and check its logs by using the Once you have a working bitcoind node, the next thing to do is to tell peatio about it. First shut down everything as the peatio database only gets seeded with the new configuration when you use the rake commands to render the config files. This configuration for adding new blockchains is in the seed file named
From there you will also have to edit the There are many more settings I didn't mention above but this should put you on the right path. I also believe that peatio 1.9 workbench might help you with configurations as far as the bitcoin node goes. EDIT: by default, running Hope this helps! Matt |
Matt - thanks, very good info indeed, I am making progress a little bit. Have you managed to integrate any monero-like coins using cryptonote variants? |
Unfortunately no, as my current project is focussed on ERC20 token variants. I'm sure the rubykube community would appreciate a pull request if you figure it out though! |
@msembinelli is the best, others spit half bake info |
Is there a tutorial to do the complete setup of wallets in openware version? |
I ran the exchange successfully. Firstly i had problem with generating deposit address for users but managed to solve it. I am running my bitcoind in host operating system, my walletnotify flag is something like,
Can anyone help me with this? |
I am having this same issue
|
@asadhayat1068 did you figure it out? |
@interbiznw yes i am getting balance in my wallet now, but don't know how. |
@msembinelli Matt, can you outline the process of adding ERC20 tokens to peatio? I have eth working ok |
@champmine I am no longer working with peatio so I'm not sure. If you got eth working I'm sure you're 90% of the way there. |
@msembinelli Matt, what are you working with now? |
Did you guys manage to get orderflow into the system? |
How was your experience/feedback w/ peatio? I find peatio a nice "learning" env. nonetheless not too fit for prod - what do you think, and more importantly what's more "prod ready" than this? |
Anyone have any luck with NEO, ADA, and IOTA? |
Hi,
what are the files that need to be edited to add a new coin to peatio (running in the microkube framework)?
I have peatio local repo already, just want to know which files to change for a new coin.
Thanks!
The text was updated successfully, but these errors were encountered: