Brandon Goodell
c27ea713db
Merge pull request #25 from b-g-goodell/fish
...
OMG IT WORKED run Graph.py, transcript in output.csv
2018-02-08 16:41:30 -08:00
Brandon Goodell
5372a2f609
OMG IT WORKED run Graph.py, transcript in output.csv
2018-02-08 17:39:55 -07:00
Brandon Goodell
583f18e52b
Merge pull request #24 from b-g-goodell/in-prep
...
In prep
2018-02-08 16:11:15 -08:00
Brandon Goodell
1cb15ed7ec
Add files via upload
2018-02-08 16:10:04 -08:00
Brandon Goodell
fcc2a96bad
Delete MultiBulletproof.java
2018-02-08 17:09:51 -07:00
Brandon Goodell
235a2e556a
Merge pull request #23 from b-g-goodell/fish
...
Fish
2018-02-08 16:05:46 -08:00
Brandon Goodell
956c59ad24
Architecture present for whole sims and transcripts.
2018-02-08 17:04:13 -07:00
Brandon Goodell
92e34d7d0f
Merge branch 'in-prep' of https://www.github.com/b-g-goodell/research-lab into in-prep
2018-02-08 14:18:24 -07:00
Brandon Goodell
d8bf538bf6
Directory reorg, batch verification, optimizations
2018-02-08 14:17:52 -07:00
Brandon Goodell
2a2d95e747
Update Readme.md
2018-02-08 14:05:31 -07:00
Brandon Goodell
2f6e30ec4c
Renamed correct readme
2018-02-08 14:05:11 -07:00
Brandon Goodell
15c4cac3b9
Delete deprecated readme
2018-02-08 14:04:51 -07:00
Brandon Goodell
2a45d98b37
Directory reorg, batch verification, other optimizations
2018-02-08 14:02:53 -07:00
Brandon Goodell
81b179262b
Deleted bullshit
2018-02-08 13:52:34 -07:00
Brandon Goodell
0cd82ab66b
Adding brief technical note on Monero BPs
2018-02-08 13:51:24 -07:00
Brandon Goodell
cae9ed4b87
Directory reorg + batch verification + optimizations
2018-02-08 13:41:24 -07:00
Brandon Goodell
f51f35669a
Block and blockchain working, computing fucking difficulty correctly finally
2018-02-08 13:06:01 -07:00
Brandon Goodell
7c8aa16609
Separating into files for easier bugfindin
2018-02-01 17:36:30 -07:00
Brandon Goodell
4593f2b8ea
Failing loudly and often.
2018-01-28 12:16:13 -07:00
Brandon Goodell
868ac2680f
Added FishGraph.py
2018-01-22 22:59:06 -07:00
Brandon Goodell
939b597edb
Poisson process on graph for blockchain sims
...
COMPLETELY untested code. Does the following:
Create a random graph with a specified number of vertices. Vertices are nodes on a cryptocurrency network, edges are their p2p connections. Node additions occur in a nonhomogeneous Poisson process with a (piecewise) constant intensity function. Node deletions occur in a homogeneous Poisson process. Block discovery occurs at each node in a nonhomogeneous Poisson process with a (piecewise) constant intensity function. Blocks, upon discovery, are propagated to neighbors along edges with a random (unique for each edge) delay. Blocks arrive at the end of edges in a deterministic way.
Currently, I'm measuring difficulty in the most simple way: use the MLE estimate for a homogeneous Poisson process's intensity function.
TODO:
1) Plot block arrivals, true network hash rate, and the difficulty score of some node (or maybe the average difficulty score) over time.
2) Gather statistics on the above.
3) Different difficulty metrics
4) Different birthrate functions
5) Oh, I should compile this at some point? I bet it doesn't even work yet.
2018-01-15 22:21:35 +01:00
Brandon Goodell
c7269c0514
More robust FS challenge computation.
2017-12-18 14:41:21 -05:00
Brandon Goodell
7cfce83fad
Merge pull request #21 from b-g-goodell/in-prep
...
In prep
2017-12-18 13:40:59 -05:00
Brandon Goodell
69d1689758
more robust computation of challenges
2017-12-18 13:40:08 -05:00
Brandon Goodell
898f462c4a
Creating BP folder and files
2017-12-18 11:38:56 -07:00
Brandon Goodell
84a2cda970
Merge pull request #18 from b-g-goodell/super-cali-spectre-licious
...
Super cali spectre licious
2017-12-14 02:30:55 -05:00
Brandon Goodell
4b13345207
Unit test written (but failed) for vote()
2017-12-14 00:24:20 -07:00
Brandon Goodell
de324cfcf7
vote function added, unit test must be written on results
2017-12-13 11:09:19 -07:00
Brandon Goodell
fef1017fb7
fixed small errors in unit testing
2017-12-13 10:53:39 -07:00
Brandon Goodell
1445943246
voteFor, pendingVotes, transmitVote working
2017-12-13 10:46:00 -07:00
Brandon Goodell
ba5049ddcc
udpate ffs again
2017-12-12 15:33:24 -07:00
Brandon Goodell
cdaeb98d1d
udpate ffs
2017-12-12 15:33:05 -07:00
b-g-goodell
463d8f35e2
Rem. dep. file
2017-12-12 11:18:22 -07:00
b-g-goodell
41c8b73f2b
Testing new versions
2017-12-12 11:15:56 -07:00
Brandon Goodell
807d29ac0a
BP Code
...
again
2017-11-28 10:16:46 -07:00
Brandon Goodell
a896a54bad
Merge pull request #17 from monero-project/master
...
Merge pull request #20
2017-11-28 10:12:19 -07:00
Brandon Goodell
406767a2b7
Merge pull request #16 from b-g-goodell/master
...
Merge pull request #15 from b-g-goodell/in-prep
2017-11-28 10:10:47 -07:00
Brandon Goodell
ba0c1dd037
BP Code
2017-11-28 10:03:50 -07:00
Brandon Goodell
442b4836af
Merge pull request #15 from b-g-goodell/in-prep
...
In prep
2017-11-28 10:01:09 -07:00
Brandon Goodell
b48505b392
BP code
...
wooo
2017-11-28 09:58:18 -07:00
Brandon Goodell
253f70d248
playing
2017-11-05 16:17:34 -07:00
Brandon Goodell
8608381697
Delete Spectre.py~
2017-10-23 17:54:11 -06:00
Brandon Goodell
71dbe05174
Spectre passing unit tests!
2017-10-23 17:52:11 -06:00
Brandon Goodell
6229c28243
Update Spectre.py
2017-10-23 12:22:16 -06:00
Brandon Goodell
5c72c9d7bb
Merge branch 'master' of https://github.com/b-g-goodell/research-lab
2017-10-23 12:13:59 -06:00
Brandon Goodell
ed9b21b0a6
Starting spectre
2017-10-23 12:09:43 -06:00
Riccardo Spagni
2d752337bb
Merge pull request #20
...
d5ceceb
updating (Brandon Goodell)
5056c7f
updating (Brandon Goodell)
8dce16b
Finish upgrade subadd to mrl6 (Brandon Goodell)
8c04196
Upgrading subaddys (Brandon Goodell)
8ac8ef5
Upgrading to MRL6 (Brandon Goodell)
4235bb4
updating files (Brandon Goodell)
87024f5
old copy, see thresh.tex (Brandon Goodell)
9131519
old copy (Brandon Goodell)
d40cd00
Add files via upload (Brandon Goodell)
979d8de
Updating files (Brandon Goodell)
9876e13
Where did roadmap 2 go? (Brandon Goodell)
4b76a90
Organizing (Brandon Goodell)
af3dfdd
Changing more filenames, adding subaddys (Brandon Goodell)
5c1c881
More filename changes (Brandon Goodell)
833e077
Renaming folders (Brandon Goodell)
8b57e07
Copying over the work of Shen on ge_fromfe (binaryfate)
4dd4d1d
renamed directory to StringCT-java (knaccc)
6ae0228
renamed bootleruffing to stringct (knaccc)
63dfd2b
converted to use x25519 bouncycastle impl (knaccc)
2017-10-22 19:14:46 +02:00
Brandon Goodell
f80a0455c2
Merge pull request #14 from b-g-goodell/in-prep
...
In prep
2017-10-22 10:23:57 -06:00
Brandon Goodell
d5ceceb7bb
updating
2017-10-22 10:23:11 -06:00
Brandon Goodell
5056c7fc79
updating
2017-10-22 10:21:12 -06:00