readme updated

new_rpc
moneroexamples 5 years ago
parent f000689ae5
commit f543d3a937

@ -175,10 +175,10 @@ the corresponding JavaScript [mymonero-core.js](https://mymonero.com/js/lib/mymo
They are used by [send_coins.js](https://mymonero.com/js/controllers/send_coins.js?) for providing
transaction generation functionality.
OpenMonero provides these files here: `./html/js/lib`. They were generated using forked of the mymonero-core-js repo:
OpenMonero provides these files here: `./html/js/lib`. They were generated using forked `mymonero-core-js` repo:
https://github.com/moneroexamples/mymonero-core-js/tree/openmonero
However, you can compile them yourself using their orginal repository at
However, you can compile them yourself using the orginal repository located at
https://github.com/mymonero/mymonero-core-js.
Below are instructions on how it can be done on Arch Linux.

@ -3,7 +3,7 @@ var config = {
mainnetExplorerUrl: "https://xmrchain.com/",
testnetExplorerUrl: "https://testnet.xmrchain.com/",
stagenetExplorerUrl: "http://139.162.60.17:8082/",
nettype: 2, /* 0 - MAINNET, 1 - TESTNET, 2 - STAGENET */
nettype: 1, /* 0 - MAINNET, 1 - TESTNET, 2 - STAGENET */
coinUnitPlaces: 12,
txMinConfirms: 10, // corresponds to CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE in Monero
txCoinbaseMinConfirms: 60, // corresponds to CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW in Monero

Loading…
Cancel
Save