Skip to content
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

digibyte go wallet not showing up , how do you talk to someone from digibyte ? #950

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# *insight*

*insight* is an open-source bitcoin blockchain explorer with complete REST
*insight* is an open-source digibyte blockchain explorer with complete REST
and websocket APIs. Insight runs in NodeJS, uses AngularJS for the
front-end and LevelDB for storage.

Check some screenshots and more details at [insight's project homepage](http://insight.is/).
Check some screenshots and more details at [insight's project homepage](http://digiexplorer.info/).

*Insight* project is now split into two repositories. One for the [API](https://github.com/bitpay/insight-api) and for the front-end. This repository is for the front-end, which will install the API as a NPM dependency.
*Insight* project is now split into two repositories. One for the [API](https://github.com/digibyte/insight-api) and for the front-end. This repository is for the front-end, which will install the API as a NPM dependency.

## Prerequisites

Expand All @@ -19,7 +19,7 @@ Check some screenshots and more details at [insight's project homepage](http://i

To install Insight, clone the main repository:

$ git clone https://github.com/bitpay/insight.git && cd insight
$ git clone https://github.com/digibyte/insight.git && cd insight

Install dependencies:

Expand All @@ -33,8 +33,8 @@ Check some screenshots and more details at [insight's project homepage](http://i

http://localhost:3001

If *insight* reports problems connecting to **bitcoind** please check the CONFIGURATION section of
[insight-api README](https://github.com/bitpay/insight-api/blob/master/README.md). To set the
If *insight* reports problems connecting to **digibyted** please check the CONFIGURATION section of
[insight-api README](https://github.com/digibyte/insight-api/blob/master/README.md). To set the
environment variables run something like:

$ INSIGHT_NETWORK=livenet BITCOIND_USER=user BITCOIND_PASS=pass INSIGHT_PUBLIC_PATH=public npm start
Expand All @@ -43,7 +43,7 @@ Check some screenshots and more details at [insight's project homepage](http://i
Please note that the app will need to sync its internal database
with the blockchain state, which may take some time. You can check
sync progress from within the web interface. More details about that process
on [insight-api README](https://github.com/bitpay/insight-api/blob/master/README.md).
on [insight-api README](https://github.com/digibyte/insight-api/blob/master/README.md).


## Nginx Setup
Expand Down Expand Up @@ -130,11 +130,11 @@ compile***.

## Note

For more details about the *insight API* configs and end-point, just go to [insight API github repository](https://github.com/bitpay/insight-api) or read the [documentation](https://github.com/bitpay/insight-api/blob/master/README.md)
For more details about the *insight API* configs and end-point, just go to [insight API github repository](https://github.com/digibyte/insight-api) or read the [documentation](https://github.com/digibyte/insight-api/blob/master/README.md)

## Contribute

Contributions and suggestions are welcomed at [insight github repository](https://github.com/bitpay/insight).
Contributions and suggestions are welcomed at [insight github repository](https://github.com/digibyte/insight).


## License
Expand Down
4 changes: 4 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "Insight",
"version": "0.0.1",
"engines": {
"node": "0.12.x",
"npm": "2.12.x"
},
"dependencies": {
"angular": "~1.2.13",
"angular-resource": "~1.2.13",
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "insight-bitcore",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the digibyte network and build your own services with it.",
"version": "0.2.5",
"engines": {
"node": "0.10.36",
"npm": "2.12.x"
},
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
Expand Down Expand Up @@ -38,15 +42,15 @@
"insight",
"blockchain",
"blockexplorer",
"bitcoin",
"digibyte",
"bitcore",
"front-end"
],
"scripts": {
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api"
},
"dependencies": {
"insight-bitcore-api": ">0.2.10"
"insight-bitcore-api": "git://github.com/dgbholdings/insight-api.git"
},
"devDependencies": {
"bower": "~1.2.8",
Expand Down
46 changes: 23 additions & 23 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@ msgstr "404 Página no encontrada :("

#: public/views/index.html
msgid ""
"<strong>insight</strong> is an <a href=\"http://live.insight.is/\" target="
"\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST "
"<strong>digie</strong> is an <a href=\"http://digiexplorer.info/\" target="
"\"_blank\">open-source Digibyte blockchain explorer</a> with complete REST "
"and websocket APIs that can be used for writing web wallets and other apps "
"that need more advanced blockchain queries than provided by bitcoind RPC. "
"Check out the <a href=\"http://github.com/bitpay/insight\" target=\"_blank"
"that need more advanced blockchain queries than provided by digibyted RPC. "
"Check out the <a href=\"http://github.com/digibyte/insight\" target=\"_blank"
"\">source code</a>."
msgstr ""
"<strong>insight</strong> es un <a href=\"http://live.insight.is/\" target="
"<strong>digiexplorer</strong> es un <a href=\"http://digiexplorer.info/\" target="
"\"_blank\">explorador de bloques de Bitcoin open-source</a> con un completo "
"conjunto de REST y APIs de websockets que pueden ser usadas para escribir "
"monederos de Bitcoins y otras aplicaciones que requieran consultar un "
"monederos de Digibytes y otras aplicaciones que requieran consultar un "
"explorador de bloques. Obtén el código en <a href=\"http://github.com/"
"bitpay/insight\" target=\"_blank\">el repositorio abierto de Github</a>."
"digibyte/insight\" target=\"_blank\">el repositorio abierto de Github</a>."

#: public/views/index.html
msgid ""
"<strong>insight</strong> is still in development, so be sure to report any "
"<strong>digiexplorer</strong> is still in development, so be sure to report any "
"bugs and provide feedback for improvement at our <a href=\"https://github."
"com/bitpay/insight/issues\" target=\"_blank\">github issue tracker</a>."
"com/digibyte/insight/issues\" target=\"_blank\">github issue tracker</a>."
msgstr ""
"<strong>insight</strong> esta en desarrollo aún, por ello agradecemos que "
"<strong>digiexplorer</strong> esta en desarrollo aún, por ello agradecemos que "
"nos reporten errores o sugerencias para mejorar el software. <a href="
"\"https://github.com/bitpay/insight/issues\" target=\"_blank\">Github issue "
"\"https://github.com/digibyte/insight/issues\" target=\"_blank\">Github issue "
"tracker</a>."

#: public/views/index.html
Expand All @@ -68,8 +68,8 @@ msgid "Best Block"
msgstr "Mejor Bloque"

#: public/views/status.html
msgid "Bitcoin node information"
msgstr "Información del nodo Bitcoin"
msgid "Digibyte node information"
msgstr "Información del nodo Digibyte"

#: public/views/block.html
msgid "Block"
Expand All @@ -90,15 +90,15 @@ msgstr "Bytes Serializados"

#: public/views/includes/connection.html
msgid ""
"Can't connect to bitcoind to get live updates from the p2p network. (Tried "
"connecting to bitcoind at {{host}}:{{port}} and failed.)"
"Can't connect to digibyted to get live updates from the p2p network. (Tried "
"connecting to digibyted at {{host}}:{{port}} and failed.)"
msgstr ""
"No se pudo conectar a bitcoind para obtener actualizaciones en vivo de la "
"red p2p. (Se intentó conectar a bitcoind de {{host}}:{{port}} y falló.)"
"No se pudo conectar a digibyted para obtener actualizaciones en vivo de la "
"red p2p. (Se intentó conectar a digibyted de {{host}}:{{port}} y falló.)"

#: public/views/includes/connection.html
msgid "Can't connect to insight server. Attempting to reconnect..."
msgstr "No se pudo conectar al servidor insight. Intentando re-conectar..."
msgid "Can't connect to digiexplorer server. Attempting to reconnect..."
msgstr "No se pudo conectar al servidor digiexplorer. Intentando re-conectar..."

#: public/views/includes/connection.html
msgid "Can't connect to internet. Please, check your connection."
Expand All @@ -121,8 +121,8 @@ msgid "Connections to other nodes"
msgstr "Conexiones a otros nodos"

#: public/views/status.html
msgid "Current Blockchain Tip (insight)"
msgstr "Actual Blockchain Tip (insight)"
msgid "Current Blockchain Tip (digiexplorer)"
msgstr "Actual Blockchain Tip (digiexplorer)"

#: public/views/status.html
msgid "Current Sync Status"
Expand Down Expand Up @@ -195,8 +195,8 @@ msgid "Last Block"
msgstr "Último Bloque"

#: public/views/status.html
msgid "Last Block Hash (Bitcoind)"
msgstr "Último Bloque Hash (Bitcoind)"
msgid "Last Block Hash (Digibyted)"
msgstr "Último Bloque Hash (Digibyted)"

#: public/views/index.html
msgid "Latest Blocks"
Expand Down
56 changes: 28 additions & 28 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ msgstr "404 ページがみつかりません (´・ω・`)"

#: public/views/index.html
msgid ""
"<strong>insight</strong> is an <a href=\"http://live.insight.is/\" target="
"\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST "
"<strong>digiexplorer</strong> is an <a href=\"http://digiexplorer.info/\" target="
"\"_blank\">open-source Digibyte blockchain explorer</a> with complete REST "
"and websocket APIs that can be used for writing web wallets and other apps "
"that need more advanced blockchain queries than provided by bitcoind RPC. "
"Check out the <a href=\"http://github.com/bitpay/insight\" target=\"_blank"
"that need more advanced blockchain queries than provided by digibyted RPC. "
"Check out the <a href=\"http://github.com/digibyte/insight\" target=\"_blank"
"\">source code</a>."
msgstr ""
"<strong>insight</strong>は、bitcoind RPCの提供するものよりも詳細なブロック"
"<strong>digiexplorer</strong>は、digibyted RPCの提供するものよりも詳細なブロック"
"チェインへの問い合わせを必要とするウェブウォレットやその他のアプリを書くのに"
"使える、完全なRESTおよびwebsocket APIを備えた<a href=\"http://live.insight."
"is/\" target=\"_blank\">オープンソースのビットコインブロックエクスプローラ</"
"a>です。<a href=\"http://github.com/bitpay/insight\" target=\"_blank\">ソース"
"a>です。<a href=\"http://github.com/digibyte/insight\" target=\"_blank\">ソース"
"コード</a>を確認"

#: public/views/index.html
msgid ""
"<strong>insight</strong> is still in development, so be sure to report any "
"<strong>digiexplorer</strong> is still in development, so be sure to report any "
"bugs and provide feedback for improvement at our <a href=\"https://github."
"com/bitpay/insight/issues\" target=\"_blank\">github issue tracker</a>."
"com/digibyte/insight/issues\" target=\"_blank\">github issue tracker</a>."
msgstr ""
"<strong>insight</strong>は現在開発中です。<a href=\"https://github.com/"
"bitpay/insight/issues\" target=\"_blank\">githubのissueトラッカ</a>にてバグの"
"<strong>digiexplorer</strong>は現在開発中です。<a href=\"https://github.com/"
"digibyte/insight/issues\" target=\"_blank\">githubのissueトラッカ</a>にてバグの"
"報告や改善案の提案をお願いします。"

#: public/views/index.html
Expand Down Expand Up @@ -74,12 +74,12 @@ msgid "Best Block"
msgstr "最良ブロック"

#: public/views/messages_verify.html
msgid "Bitcoin comes with a way of signing arbitrary messages."
msgstr "Bitcoinには任意のメッセージを署名する昨日が備わっています。"
msgid "Digibyte comes with a way of signing arbitrary messages."
msgstr "Digibyteには任意のメッセージを署名する昨日が備わっています。"

#: public/views/status.html
msgid "Bitcoin node information"
msgstr "Bitcoinノード情報"
msgid "Digibyte node information"
msgstr "Digibyteノード情報"

#: public/views/block.html
msgid "Block"
Expand All @@ -104,15 +104,15 @@ msgstr "シリアライズ後の容量 (バイト)"

#: public/views/includes/connection.html
msgid ""
"Can't connect to bitcoind to get live updates from the p2p network. (Tried "
"connecting to bitcoind at {{host}}:{{port}} and failed.)"
"Can't connect to digibyted to get live updates from the p2p network. (Tried "
"connecting to digibyted at {{host}}:{{port}} and failed.)"
msgstr ""
"P2Pネットワークからライブ情報を取得するためにbitcoindへ接続することができませ"
"P2Pネットワークからライブ情報を取得するためにdigibytedへ接続することができませ"
"んでした。({{host}}:{{port}} への接続を試みましたが、失敗しました。)"

#: public/views/includes/connection.html
msgid "Can't connect to insight server. Attempting to reconnect..."
msgstr "insight サーバに接続できません。再接続しています..."
msgid "Can't connect to digiexplorer server. Attempting to reconnect..."
msgstr "digiexplorer サーバに接続できません。再接続しています..."

#: public/views/includes/connection.html
msgid "Can't connect to internet. Please, check your connection."
Expand All @@ -135,8 +135,8 @@ msgid "Connections to other nodes"
msgstr "他ノードへの接続"

#: public/views/status.html
msgid "Current Blockchain Tip (insight)"
msgstr "現在のブロックチェインのTip (insight)"
msgid "Current Blockchain Tip (digiexplorer)"
msgstr "現在のブロックチェインのTip (digiexplorer)"

#: public/views/status.html
msgid "Current Sync Status"
Expand Down Expand Up @@ -213,8 +213,8 @@ msgid "Last Block"
msgstr "直前のブロック"

#: public/views/status.html
msgid "Last Block Hash (Bitcoind)"
msgstr "直前のブロックのハッシュ値 (Bitcoind)"
msgid "Last Block Hash (Digibyted)"
msgstr "直前のブロックのハッシュ値 (Digibyted)"

#: public/views/index.html
msgid "Latest Blocks"
Expand Down Expand Up @@ -426,17 +426,17 @@ msgstr "このアドレスに対するトランザクションはありません
#: public/views/transaction_sendraw.html
msgid ""
"This form can be used to broadcast a raw transaction in hex format over\n"
" the Bitcoin network."
" the Digibyte network."
msgstr ""
"このフォームでは、16進数フォーマットの生のトランザクションをBitcoinネットワー"
"このフォームでは、16進数フォーマットの生のトランザクションをDigibyteネットワー"
"ク上に配信することができます。"

#: public/views/messages_verify.html
msgid ""
"This form can be used to verify that a message comes from\n"
" a specific Bitcoin address."
" a specific Digibyte address."
msgstr ""
"このフォームでは、メッセージが特定のBitcoinアドレスから来たかどうかを検証する"
"このフォームでは、メッセージが特定のDigibyteアドレスから来たかどうかを検証する"
"ことができます。"

#: public/views/status.html
Expand All @@ -453,7 +453,7 @@ msgstr "今日"

#: public/views/status.html
msgid "Total Amount"
msgstr "Bitcoin総量"
msgstr "Digibyte総量"

#: public/views/address.html
msgid "Total Received"
Expand Down
2 changes: 1 addition & 1 deletion public/css/main.min.css

Large diffs are not rendered by default.

Binary file modified public/img/icons/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="fragment" content="!">
<title data-ng-bind="$root.title + $root.titleDetail + ' | Insight'">Insight</title>
<meta name="keywords" content="bitcoins, transactions, blocks, address, block chain, best block, mining difficulty, hash serialized">
<meta name="description" content="Bitcoin Insight. View detailed information on all bitcoin transactions and block. {{ $root.title + $root.titleDetail }}">
<title data-ng-bind="$root.title + $root.titleDetail + ' | DigiExplorer'">DigiExplorer</title>
<meta name="keywords" content="digibytes, transactions, blocks, address, block chain, best block, mining difficulty, hash serialized">
<meta name="description" content="DigiExplorer. View detailed information on all digibyte transactions and block. {{ $root.title + $root.titleDetail }}">
<link rel="shortcut icon" href="/img/icons/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic">
<link rel="stylesheet" href="/css/main.min.css">
Expand Down Expand Up @@ -62,7 +62,7 @@ <h3 class="modal-title">Scan Code</h3>
<a href="/tx/send" translate>broadcast transaction</a>
]
</div>
<a class="insight m10v pull-right" target="_blank" href="http://insight.is">insight <small>API v{{version}}</small></a>
<a class="insight m10v pull-right" target="_blank" href="https://digiexplorer.info">digiexplorer <small>API v{{version}}</small></a>
</div>
</div>
<script src="/socket.io/socket.io.js"></script>
Expand Down
20 changes: 10 additions & 10 deletions public/js/angularjs-all.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/main.min.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions public/js/vendors.min.js

Large diffs are not rendered by default.