coincoin icon indicating copy to clipboard operation
coincoin copied to clipboard

Blockchain based cryptocurrency proof-of-concept in Elixir. Feedback welcome

Results 5 coincoin issues
Sort by recently updated
recently updated
newest added

Pretty much this is why https://elixirforum.com/t/gen-tcp-or-ranch-for-tcp-connections/5749/7 I guess it makes the whole process simpler.

## How does it works in Bitcoin In the Bitcoin blockchain, a block is mined every ~10 minutes. This block can contains from 0 to N transactions. The only limit...

The goal is to provide the blockchain part as an hex package so people can reuse it in their own project. To achieve this we must: 1. define an API...

status: progress

Wallet (public and private keys) are in memory only. Even worst, they are generated on `init` of the `Token.MyWallet` `gen_server`. This is really bad because if/when the gen_server crashes, new...

type: bug

from @yorgis in a comment of this PR https://github.com/robinmonjo/blockchain/pull/7 What would happen if we want to support something like PoW + PoT together, IF I am not mistaking Dash coin...

otp: blockchain