Skip to content
cryptozeny edited this page Apr 18, 2018 · 2 revisions

서버현황

안즈코인
http://207.148.106.217:3000/

마기카와(비트제니)
http://108.160.130.238:3000/

헤더변경

./insight-ui-bitzeny/public/views/includes/header.html

<a class="insight navbar-brand" href=".">insight</a>

ZNY >> ANZU

폴더이동
$ cd insight-ui-bitzeny

검색후 변경
$ git grep -l 'ZNY' | xargs sed -i 's/ZNY/ANZU/g'

BitZeny >> Anzucoin

검색후 변경
$ git grep -l 'BitZeny' | xargs sed -i 's/BitZeny/Anzucoin/g'


문제점

모바일에서 QR코드 작동이 안됨: 카메라앱 연동되서 사진을 찍은후에 연결이 안됨

데스크탑 크롬에서는 아예 안됨: 창이 떴다가 바로 사라짐

마기카와(BitZeny)에서는 모바일(폰) 작동 되는것으로 확인

Clone this wiki locally