Commit Graph

988 Commits

Author SHA1 Message Date
blackjok3r
3bf6b75986 fix miner.cpp 2019-01-12 00:02:06 +08:00
blackjok3r
4cc99073d2 Merge branch 'FSM' of https://github.com/jl777/komodo 2019-01-11 23:43:38 +08:00
blackjok3r
8b7ca0ed32 Exit LOCK when return(0)! 2019-01-11 23:24:12 +08:00
blackjok3r
325f71b713 fix possible miner crash up with PoW, fix possible deadlock with large numbers of import transactions. 2019-01-10 22:36:38 +08:00
blackjok3r
5cb458b5f2 fix bug with getimports... Fix miner loop deadlock with staker. Remove annoying pointless prints for staker. 2019-01-10 16:44:09 +08:00
blackjok3r
a543b675f6 Merge branch 'FSM' of https://github.com/jl777/komodo 2019-01-10 02:25:59 +08:00
blackjok3r
9646dd709a revert changes to import priority. Re-try flat transaction fee. Change miner lock to something safer. Add lock cs_main to import validation when accepting to mempool. 2019-01-10 01:35:18 +08:00
blackjok3r
0dee67a800 set import max priotity, and also 0.001 flat fee. 2019-01-08 23:07:34 +08:00
jl777
348a23d6c4 tests 2019-01-07 07:29:36 -11:00
blackjok3r
e93fd95815 Merge branch 'FSM' of https://github.com/jl777/komodo into ac_import 2019-01-02 23:29:52 +08:00
jl777
0ea9ae3c05 Update copyright to 2019 2018-12-31 21:41:05 -11:00
blackjok3r
b56025fd2f Fix upload bandwidth and needless flood of AcceptToMemorypool errors on nodes being seeded from. Not sure why this fixes it, but it does. 2018-12-28 16:10:38 +08:00
blackjok3r
292962b36d Fix flood of send block on chain sync. Make net code to ignore KMD peers for LABS faster. 2018-12-28 15:42:23 +08:00
blackjok3r
d2a7d55272 test git diff 2018-12-20 21:13:32 +08:00
blackjok3r
6a2e2b414c Fix lockups with ram staker! 2018-12-18 23:36:00 +08:00
blackjok3r
1656348767 Ram staker is fixed! 2018-12-18 00:26:35 +08:00
blackjok3r
e57b2a05fa print 2018-12-17 19:14:49 +08:00
blackjok3r
8402a8e954 fix 2018-12-17 18:28:45 +08:00
blackjok3r
90d1fee481 try 2018-12-17 17:46:20 +08:00
blackjok3r
867f785370 fix 2018-12-17 17:40:35 +08:00
blackjok3r
7a7ae42ab6 fix? 2018-12-17 17:36:30 +08:00
blackjok3r
1d1b1290e7 try this 2018-12-17 17:23:30 +08:00
blackjok3r
a2d19feeba fir mining properly. Revert all proclimits to 1 or -1, as they are in zcash. also on shutdown, the pos64 was starting a new thread and then seg faulting, this stops that. 2018-12-17 12:25:53 +08:00
blackjok3rtt
4a2ea81f3c Merge branch 'master' into FSM 2018-12-17 11:49:30 +08:00
blackjok3r
2ebdae67e8 fix setgenerate better, bug on deamon stop it was starting another staking thread. 2018-12-17 11:41:26 +08:00
blackjok3r
2d725d91fc Fix setgenerate and genproclimit 2018-12-17 00:18:15 +08:00
blackjok3r
465fe4af67 Merge branch 'FSM' of https://github.com/jl777/komodo
merge
2018-12-15 07:03:32 +08:00
jl777
6afa732047 Require scriptPubKeyIn size > 0 in miner.cpp 2018-12-14 01:39:32 -11:00
blackjok3r
7349a49641 Merge branch 'FSM' of https://github.com/jl777/komodo
fix
2018-12-13 12:40:53 +08:00
blackjok3r
7c60f8032a clean up. 2018-12-11 09:59:10 +08:00
blackjok3r
319308d956 fix 2018-12-11 08:59:17 +08:00
blackjok3r
ff33cfff1c attempt simpler to crypto address function 2018-12-11 08:57:09 +08:00
jl777
7c089f4865 Always generate scriptPubKey for create block 2018-12-05 22:00:46 -11:00
blackjok3r
f8bbd607ea fix debug prints 2018-12-06 15:46:14 +08:00
blackjok3r
128a02eb9b fix 2018-12-06 14:44:34 +08:00
blackjok3r
a78c87124a fix 2018-12-06 14:34:46 +08:00
blackjok3r
b5a2aa83c5 ) 2018-12-06 14:00:15 +08:00
blackjok3r
69a96d010c FIX easter EGG! 2018-12-06 13:54:23 +08:00
blackjok3r
b0988d092a p 2018-12-06 13:42:35 +08:00
blackjok3r
94b968f032 check 2018-12-06 13:35:02 +08:00
blackjok3r
bc874c93c5 fix 2018-12-06 13:25:27 +08:00
blackjok3r
18c8e33c42 more prints 2018-12-06 13:20:59 +08:00
blackjok3r
52f7a22072 a 2018-12-06 13:13:21 +08:00
blackjok3r
665d5446d1 debug prints 2018-12-06 12:54:01 +08:00
blackjok3r
d84aad9651 remove sleep does nothign 2018-12-05 18:41:28 +08:00
blackjok3r
1602f04ac8 fix miner try to stop staker pegging a core 2018-12-05 16:59:28 +08:00
blackjok3r
6595ab0201 try fix wallet get corrupt, add prints 2018-12-05 01:21:12 +08:00
blackjok3r
4ba6f2bc28 Merge branch 'noStreamer' of https://github.com/StakedChain/komodo into noStreamer
p
2018-12-04 12:51:25 +08:00
blackjok3r
52b1898322 p 2018-12-04 11:19:44 +08:00
blackjok3r
df4732ac23 Merge branch 'FSM' of https://github.com/jl777/komodo into noStreamer
a
2018-12-03 13:14:23 +08:00