Bitcoin Forum
May 12, 2024, 06:54:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Peatio : Open Source Cryptocurrency Exchange Project  (Read 1234 times)
shaoping (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
December 24, 2014, 05:01:47 AM
 #1

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
1715540077
Hero Member
*
Offline Offline

Posts: 1715540077

View Profile Personal Message (Offline)

Ignore
1715540077
Reply with quote  #2

1715540077
Report to moderator
1715540077
Hero Member
*
Offline Offline

Posts: 1715540077

View Profile Personal Message (Offline)

Ignore
1715540077
Reply with quote  #2

1715540077
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715540077
Hero Member
*
Offline Offline

Posts: 1715540077

View Profile Personal Message (Offline)

Ignore
1715540077
Reply with quote  #2

1715540077
Report to moderator
n3rvi0zz0
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
November 15, 2015, 06:15:43 PM
 #2

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

https://bizzilion.com/?ref=n3rvi0zz0

Earn up to 1.5% daily investing in the best platform of internet
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!