Skip to content

rchomjak/IOTA.CGenPerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen_iota_address

Proof of concept, implemented in C

app template: https://github.com/oopsmonk/iota_c_templates

Release version

mkdir build && cd build

cmake -DCMAKE_INSTALL_PREFIX=$PWD .. && make -j8

# run the example 
./my_app -t 1 -a 10

Debug version

mkdir debug && cd debug
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$PWD .. && make -j8
# run the example, you can run gdb... 
./my_app -t 1 -a 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published