Title: Peatio : Open Source Cryptocurrency Exchange Project Post by: shaoping on December 24, 2014, 05:01:47 AM Hello, everybody! I am a member of Peatio team. Peatio is an open source cryptocurrency exchange project. Our website http://www.peat.io/ and Github https://github.com/peatio/peatio/issues, we have received 467 stars and 188 forks on Github.
With Peatio , you can build your own bitcion exchange more easily. Now there are several bitcoin exchanges based on Peatio, e.g. yunbi exchange www.yunbi.com . Yunbi exchange is one of the most popular bitcion exchages in China now. We think that local bitcoin commutities need their own bitcoin exchage. Are you willing to build your own bitcoin exchange for local bitcoin community ? Peatio open source code can help you a lot, and you can build your bitcoin exchange very very easily and cheaply. We also hope more and more programmers join this project , making positive contributions to bitcoin ecosystem. Our Facebook:https://www.facebook.com/pages/Peatio-Open-Source-Cryptocurrency-Exchange-Project/922631631082017?ref=bookmarks Like us Cheesy . And you can also email me :shaoping@peatio.com Title: Re: Peatio : Open Source Cryptocurrency Exchange Project Post by: n3rvi0zz0 on November 15, 2015, 06:15:43 PM Hi actually Im deploying the exchange in a Ubuntu 12.04 LTS
after follow all the instructions i found a issue and doesn't let me continue. can you help me with the issue here is the report Quote arkhash@Darkhash:/usr/local/peatio$ bundle exec rake daemons:start --trace rake aborted! Psych::SyntaxError: (<unknown>): did not find expected key while parsing a block mapping at line 6 column 3 /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/psych.rb:370:in `parse' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/psych.rb:370:in `parse_stream' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/psych.rb:318:in `parse' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/psych.rb:245:in `load' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/figaro-0.7.0/lib/figaro.rb:21:in `raw' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/figaro-0.7.0/lib/figaro.rb:17:in `env' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/figaro-0.7.0/lib/figaro/railtie.rb:7:in `block in <class:Railtie>' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.0.12/lib/active_support/lazy_load_hooks.rb:36:in `call' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.0.12/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.0.12/lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.0.12/lib/active_support/lazy_load_hooks.rb:44:in `each' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.0.12/lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/railties-4.0.12/lib/rails/application.rb:67:in `inherited' /usr/local/peatio/config/application.rb:15:in `<module:Peatio>' /usr/local/peatio/config/application.rb:14:in `<top (required)>' /usr/local/peatio/Rakefile:5:in `require' /usr/local/peatio/Rakefile:5:in `<top (required)>' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load_rakefile' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/application.rb:689:in `raw_load_rakefile' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/application.rb:94:in `block in load_rakefile' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/application.rb:93:in `load_rakefile' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/application.rb:77:in `block in run' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling' /home/darkhash/.rbenv/versions/2.2.1/lib/ruby/2.2.0/rake/application.rb:75:in `run' /home/darkhash/.rbenv/versions/2.2.1/bin/rake:33:in `<main>' darkhash@Darkhash:/usr/local/peatio$ Thanks in advance |