leofcoin-core
v0.4.17
Published
leofcoin core library
Downloads
16
Readme
leofcoin-core
A Javascript based blockchain
Introduction
Easy to use library containing our blockchain & some other handy dandy.
Features
- Fast block times 30 seconds or faster when network is under load (more info soon)
- Fast Sync (Get started "almost" in an instant)
How does it work
- searches the longest chain and syncs
Developers
Build
npm run compile
Run
npm run start --network olivia // start daemon on testnet
Spin of one your own
npm run start genesis --network olivia
TODO
- ~~Miner support~~
- ~~Wallet support~~
- ~~Send / Receive transactions~~
- Explorer
- Pool mining
- Settings
- GPU mining support
- ~~Multi wallet support~~
- ~~HD addresses~~
- Ignore masterseed when its offline (the peer bootstrap contains default and reputationed* peer addresses)
- find better solution when developing (needs ipfs in project root)
*reputationed: Peers are sorted by their reputation (time online, blockshares, bandwidth, etc)
License
MIT © Leofcoin