Added initial vardiff. Needs testing...

This commit is contained in:
Matthew Little 2014-01-15 20:57:32 -07:00
parent d67b5c8bf7
commit 3426c113c9
9 changed files with 95 additions and 1 deletions

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
node-stratum-portal

16
.idea/deployment.xml Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PublishConfigData" autoUpload="On explicit save action (Ctrl+S)" serverName="cryppit-portal">
<serverData>
<paths name="cryppit-portal">
<serverdata>
<mappings>
<mapping deploy="/" local="$PROJECT_DIR$" web="/" />
</mappings>
</serverdata>
</paths>
</serverData>
<option name="myAutoUpload" value="ON_EXPLICIT_SAVE" />
</component>
</project>

5
.idea/encodings.xml Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
</project>

33
.idea/misc.xml Normal file
View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectInspectionProfilesVisibleTreeState">
<entry key="Project Default">
<profile-state>
<expanded-state>
<State>
<id />
</State>
<State>
<id>Code style issuesJavaScript</id>
</State>
<State>
<id>JavaScript</id>
</State>
<State>
<id>Portability issues</id>
</State>
<State>
<id>Probable bugsJavaScript</id>
</State>
</expanded-state>
<selected-state>
<State>
<id>CoffeeScript</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
<component name="ProjectRootManager" version="2" />
</project>

9
.idea/modules.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/node-stratum-portal.iml" filepath="$PROJECT_DIR$/.idea/node-stratum-portal.iml" />
</modules>
</component>
</project>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,5 @@
<component name="DependencyValidationManager">
<state>
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</state>
</component>

7
.idea/vcs.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -5,12 +5,21 @@
"reward": "POW",
"address": "nhfNedMmQ1Rjb62znwaiJgFhL3f4NQztSp",
"stratumPort": 3334,
"difficulty": 8,
"difficulty": 16,
"blockRefreshInterval": 1,
"daemon": {
"host": "localhost",
"port": 19334,
"user": "testnet",
"password": "testnet"
},
"varDiff": {
"enabled": true,
"minDifficulty": 4,
"maxDifficulty": 1000,
"daemonDiffUpdateFrequency": 3600,
"targetTime": 10,
"retargetTime": 120,
"variancePercent": 20
}
}