Duke Leto
|
a45150eac4
|
yet more debug
|
2022-07-01 13:10:30 -04:00 |
|
Duke Leto
|
4988ce6f2e
|
much debug such wow
|
2022-07-01 12:20:51 -04:00 |
|
Duke Leto
|
2353f1a433
|
even more debug
|
2022-06-30 09:18:58 -04:00 |
|
Duke Leto
|
b99772e622
|
more debug
|
2022-06-30 09:05:20 -04:00 |
|
Duke Leto
|
5640d21e0e
|
avoid coredump by hardcoding some things
|
2022-06-29 23:20:25 -04:00 |
|
Duke Leto
|
97dea10b2b
|
more randomx debug
|
2022-06-29 22:18:05 -04:00 |
|
Jonathan "Duke" Leto
|
abaa623526
|
This file no longer exists
|
2022-06-26 17:23:10 -07:00 |
|
Jonathan "Duke" Leto
|
0ee1d068c1
|
These haven't existed for a long time
|
2022-06-26 17:21:33 -07:00 |
|
Jonathan "Duke" Leto
|
0a9abedc5d
|
Return size in bytes of a tx from getrawtransaction
|
2022-06-26 04:40:06 -07:00 |
|
Duke Leto
|
2b336dccc0
|
Fix ending height bug and check that ending height is larger than starting height
|
2022-06-09 06:41:09 -04:00 |
|
Jonathan "Duke" Leto
|
e0d22ee170
|
Enable z_anonsetblockdelta to calculate a delta for a block range; ignore coinbase txs as optimization
|
2022-06-09 03:00:50 -07:00 |
|
Duke Leto
|
cc61b19930
|
Make z_anonsettxdelta work on a tx that is not in our wallet and fix calculation
|
2022-06-07 23:56:25 -04:00 |
|
Duke Leto
|
c218cf1c09
|
Fix compile errors
|
2022-06-07 23:19:06 -04:00 |
|
Jonathan "Duke" Leto
|
bdde67c359
|
Initial implementation of anonsettxdelta + z_anonsetblockdelta
|
2022-06-07 20:05:49 -07:00 |
|
Duke Leto
|
421edc8979
|
Log txid for double spends and missing anchors
This makes debugging failed transactions much easier.
|
2022-06-02 21:43:10 -04:00 |
|
Duke Leto
|
7859fdf7eb
|
More debug
|
2022-04-23 10:00:35 -04:00 |
|
Duke Leto
|
afe1cf153c
|
Uncomment some dpow debugging
|
2022-04-21 22:35:21 -04:00 |
|
Duke Leto
|
193a1b2a97
|
Clarify that it is OP_RETURN data
|
2022-04-20 10:52:12 -04:00 |
|
Duke Leto
|
69cd4f7990
|
data key (OP_RETURN) is optional in createrawtransaction
|
2022-04-20 10:51:12 -04:00 |
|
Duke Leto
|
689a360b60
|
Allow notary addresses in sendmany, fixes #126
|
2022-04-18 00:32:11 -04:00 |
|
Duke Leto
|
79a6f51c2d
|
Update some comments and docs
|
2022-03-30 00:21:38 -04:00 |
|
Duke Leto
|
90bb8c7cf4
|
Fix incorrect comment
|
2022-03-29 10:29:54 -04:00 |
|
Duke Leto
|
04ac719da2
|
Merge remote-tracking branch 'origin/dev' into danger
|
2022-03-29 10:26:40 -04:00 |
|
jahway603
|
ccfd17b3b2
|
minor change
|
2022-03-27 00:40:46 -04:00 |
|
jahway603
|
9443cd1fa2
|
Merge branch 'dev' into dev
|
2022-03-18 16:55:22 +00:00 |
|
jahway603
|
214a7418d7
|
Document that '~' cannot be used in -datadir
|
2022-03-18 12:54:48 -04:00 |
|
jahway603
|
04911ae966
|
Mention z_viewtransaction in gettransaction and getrawtransaction RPC calls
|
2022-03-18 12:12:40 -04:00 |
|
Duke Leto
|
fc214e9644
|
Get closer to deciding if a block is valid in randomx solver
|
2022-03-16 11:57:33 -04:00 |
|
Duke Leto
|
a2954c4576
|
Fill in more randomx miner code
|
2022-03-10 01:09:42 -05:00 |
|
Duke Leto
|
224b5b144c
|
Set a rolling randomx block key
|
2022-03-09 10:18:56 -05:00 |
|
Duke Leto
|
e4abb51fcd
|
update copyright years
|
2022-03-09 08:53:37 -05:00 |
|
Duke Leto
|
c5743d5985
|
Error checking for randomx vm creation
|
2022-02-21 09:41:08 -05:00 |
|
Duke Leto
|
8eab796800
|
WIP to change rx key+input for groups of blocks; use full ac_name in rx key
|
2022-02-20 23:46:37 -05:00 |
|
Duke Leto
|
c9aaf341ae
|
Use randomxInput = blake2b(randomXkey || ac_name)
|
2022-02-20 23:20:15 -05:00 |
|
Duke Leto
|
ad754cf2f0
|
Use chain magic as a unique starting value for randomx key
|
2022-02-20 21:55:34 -05:00 |
|
Duke Leto
|
583b0fdeff
|
Calculate randomx hashes
|
2022-02-20 14:46:42 -05:00 |
|
Duke Leto
|
f78479b34e
|
Get randomx flags and allocate cache
|
2022-02-20 12:57:08 -05:00 |
|
Duke Leto
|
35f6314123
|
Correctly link against librandomx in build
|
2022-02-20 11:32:09 -05:00 |
|
Duke Leto
|
a30cdff329
|
Merge branch 'getblockmerkletree' into dev
|
2022-02-16 09:11:33 -05:00 |
|
Duke Leto
|
ce5c8a54e4
|
Make it work correctly
|
2022-02-16 09:10:11 -05:00 |
|
Duke Leto
|
c8430665f7
|
WIP RPC that doesn't quite work yet
|
2022-02-15 11:26:50 -05:00 |
|
Duke Leto
|
a157a5c6a1
|
update
|
2022-02-14 14:10:08 -05:00 |
|
onryo
|
371e1baeb1
|
Update 'src/hush_utils.h'
|
2022-01-27 14:01:28 +00:00 |
|
Duke Leto
|
1ef99eeb4f
|
update checkpoints
|
2022-01-24 12:16:21 -05:00 |
|
Duke Leto
|
000dc1dc34
|
change some randomx config params after reading thru the spec+audits
|
2022-01-24 00:57:00 -05:00 |
|
Duke Leto
|
dba86be534
|
Update randomx argon salt to make it unique
|
2022-01-23 23:15:12 -05:00 |
|
Duke Leto
|
0b7f57af44
|
Document possible values of -ac_algo
|
2022-01-23 01:10:57 -05:00 |
|
Duke Leto
|
35dde25d98
|
Fill out some RandomXMiner code, which is BitcoinMiner without all the extraneous junk
|
2022-01-23 00:32:01 -05:00 |
|
Duke Leto
|
a7a67a4668
|
remove dead code
|
2022-01-22 23:58:10 -05:00 |
|
Duke Leto
|
e6e5b3a352
|
Include randomx.h header in miner code
|
2022-01-22 23:57:42 -05:00 |
|