Commit Graph

17035 Commits

Author SHA1 Message Date
jl777
fb6bb4e82e fix -ac_perc 2018-05-30 04:18:31 -11:00
jl777
c881e52b6e Revert 2018-05-30 03:41:03 -11:00
jl777
c255db29b3 Test 2018-05-30 03:29:06 -11:00
jl777
2d79309f33 unburn Notary vin txfee 2018-05-30 03:25:26 -11:00
jl777
528f340601 -print 2018-05-30 03:15:29 -11:00
jl777
d916630e3a Bypass assert in regrets 2018-05-30 03:08:43 -11:00
jl777
e2c2eec41a Guard null it->second 2018-05-30 03:06:13 -11:00
jl777
525c7b98a9 Skip equihash test for regrets 2018-05-30 03:01:05 -11:00
jl777
1afc2472d0 Create block with nHeight 2018-05-30 02:56:49 -11:00
jl777
cf1b8419d4 Add nHeight 2018-05-30 02:56:05 -11:00
jl777
d9f176ac7e Support -ac_pubkey without -ac_perc
If ac_pubkey is set, then height 1 out must go to that pub key
2018-05-30 02:43:08 -11:00
jl777
6fd79871df wallet/rpcwallet.cpp:2701: uint64_t komodo_interestsum(): Assertion pwalletMain != NULL' failed. 2018-05-30 02:03:48 -11:00
jl777
9f611fc0e6 Merge branch 'dev' into jl777 2018-05-28 00:54:23 -11:00
jl777
77f2b8c1c0 Merge branch 'dev' into jl777 2018-05-28 00:27:14 -11:00
jl777
05ee667701 Merge pull request #680 from jl777/2coins-kolo
2 new coins
2018-05-28 00:26:37 -11:00
Mihail Fedorov
f3c9d7c7e9 2 new chains 2018-05-28 14:22:02 +03:00
Mihail Fedorov
ab78e24130 2 new chains 2018-05-28 14:19:11 +03:00
jl777
2ad1557300 Fix ;; 2018-05-27 20:21:15 -11:00
jl777
de8834fb9b Merge branch 'beta' into dev 2018-05-23 15:18:21 +03:00
jl777
fea3222946 +comment 2018-05-23 00:55:13 -11:00
jl777
885d458054 Fix syntax 2018-05-23 00:53:43 -11:00
jl777
a6c06faf32 Synchronize with dev 2018-05-23 00:42:21 -11:00
jl777
371c496499 Merge pull request #678 from jl777/jl777
+print
2018-05-23 14:41:20 +03:00
jl777
a035da46d5 +print 2018-05-23 00:39:41 -11:00
jl777
80b0a73a34 Merge pull request #677 from igorvoltaic/dev
lets get rid of this message: 'section __textcoal_nt is deprecated'
2018-05-23 13:18:17 +03:00
igorvoltaic
4543015b01 lets get rid of this message: 'section __textcoal_nt is deprecated' 2018-05-23 11:32:44 +03:00
jl777
53e8e2401c Merge pull request #676 from jl777/jl777
Jl777
2018-05-23 10:06:53 +03:00
jl777
e2d299ee83 GAME freq.5 2018-05-23 10:05:51 +03:00
jl777
bbf29c15e2 Merge branch 'dev' into jl777 2018-05-22 10:50:46 +03:00
jl777
0b72f2e5f5 Merge pull request #675 from Alrighttt/dev
Changed help docs to reflect KMD/assetchains
2018-05-22 10:49:38 +03:00
alrighttt
1333d0d7cf Changed help docs to reflect KMD/assetchains 2018-05-21 18:34:18 -04:00
jl777
137e08d729 -print 2018-05-20 00:12:37 +03:00
jl777
c9832b3a35 Merge pull request #670 from letolabs/regtest
Regtest mode for Komodo
2018-05-19 22:36:56 +03:00
Jonathan "Duke" Leto
8cf70067ac Use the KOMODO_MINDIFF_NBITS constant 2018-05-19 10:49:01 -07:00
Jonathan "Duke" Leto
16df92af59 Use latest Zcash regtest params, could not use the same as Hush because KMD has merged in latest consensus changes from ZEC upstream 2018-05-19 10:45:12 -07:00
Jonathan "Duke" Leto
373afcb499 Use correct regtest genesis block hash
komodod now starts up and dies with InvalidChainFound, I think due to
checkpoints:

call komodo_args.(./src/komodod) NOTARY_PUBKEY.()
initialized  at 1526749522
finished loading blocks
Assertion failed: (tip), function InvalidChainFound, file main.cpp, line 1942.
2018-05-19 10:05:53 -07:00
Jonathan "Duke" Leto
b78c39beb2 Convert to using CreateGenesisBlock() like Zcash upstream 2018-05-19 08:51:45 -07:00
jl777
c669b8bd8c Merge pull request #669 from jl777/jl777
enable GAME
2018-05-19 18:49:50 +03:00
jl777
b860fdec0d Enable GAME 2018-05-19 18:48:33 +03:00
jl777
01891c546c Merge branch 'dev' into jl777 2018-05-19 16:51:28 +03:00
Mihail Fedorov
cadcb27a61 Chmod fix 2018-05-19 16:50:17 +03:00
jl777
1b15c32d18 syntax 2018-05-19 16:41:38 +03:00
jl777
a34f39e9b2 Dont overwrite sp->MoM with null 2018-05-19 15:49:34 +03:00
Jonathan "Duke" Leto
db83a2c0c3 Try Hush regtest params
This fails with:

$ ./komodod -regtest
Assertion failed: (consensus.hashGenesisBlock == uint256S("0x0379ff1530af893f2f2e61146db6e900dd828dc8254215b9de23df2dba06664f")), function CRegTestParams, file chainparams.cpp, line 540.
Abort trap: 6 (core dumped)

From 1d8c55ecc2
2018-05-19 00:56:25 -07:00
jl777
12a52440ee Merge branch 'dev' into jl777 2018-05-19 08:49:43 +03:00
jl777
8d926f6ece Merge pull request #668 from jl777/jl777
Enable zmergetoaddress by default
2018-05-19 08:49:11 +03:00
jl777
b9e8849a6a Merge pull request #667 from KomodoPlatform/dev
add DSEC
2018-05-19 08:29:57 +03:00
ca333
833115ea41 add DSEC 2018-05-19 02:27:58 +02:00
ca333
7bc9628eb0 Merge pull request #37 from jl777/dev
update dev
2018-05-19 02:04:07 +02:00
jl777
f5446e44b7 Enable zmergetoaddress by default 2018-05-18 16:56:44 +03:00