Updated readme overscrolling text

This commit is contained in:
Matt 2014-04-16 11:55:44 -06:00
parent 5d236c63fb
commit 7be455ebd2

View File

@ -108,8 +108,8 @@ var myCoin = {
"name": "Execoin", "name": "Execoin",
"symbol": "EXE", "symbol": "EXE",
"algorithm": "scrypt-n", "algorithm": "scrypt-n",
/* This defaults to Vertcoin's timetable if not used. It is required for scrypt-n coins that have /* This defaults to Vertcoin's timetable if not used. It is required for scrypt-n coins that
modified their N-factor timetable to be different than Vertcoin's. */ have modified their N-factor timetable to be different than Vertcoin's. */
"timeTable": { "timeTable": {
"2048": 1390959880, "2048": 1390959880,
"4096": 1438295269, "4096": 1438295269,
@ -236,9 +236,9 @@ var pool = Stratum.createPool({
/* Port configured for daemon (this is the actual peer port not RPC port) */ /* Port configured for daemon (this is the actual peer port not RPC port) */
"port": 19333, "port": 19333,
/* If your coin daemon is new enough (i.e. not a shitcoin) then it will support a p2p feature /* If your coin daemon is new enough (i.e. not a shitcoin) then it will support a p2p
that prevents the daemon from spamming our peer node with unnecessary transaction data. feature that prevents the daemon from spamming our peer node with unnecessary
Assume its supported but if you have problems try disabling it. */ transaction data. Assume its supported but if you have problems try disabling it. */
"disableTransactions": true, "disableTransactions": true,
/* Magic value is different for main/testnet and for each coin. It is found in the daemon /* Magic value is different for main/testnet and for each coin. It is found in the daemon