Skip to content

Commit

Permalink
repair
Browse files Browse the repository at this point in the history
  • Loading branch information
buysellcoin committed Aug 18, 2019
1 parent c2ea5d0 commit ab3d8b7
Show file tree
Hide file tree
Showing 851 changed files with 446,622 additions and 1 deletion.
624 changes: 624 additions & 0 deletions Buysellcoin.pro

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 hronopay

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
370 changes: 370 additions & 0 deletions Makefile

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions README
@@ -0,0 +1 @@
README.md
43 changes: 42 additions & 1 deletion README.md
@@ -1 +1,42 @@
# buysellcoin

Buysellcoin development tree

Buysellcoin is a PoS-based cryptocurrency.

BUYSELLCOIN is dependent upon libsecp256k1 by sipa, the sources for which can be found here:
https://github.com/bitcoin/secp256k1

#Buysellcoin Coin Specification

Coin Name : BuySell

Ticker : BULL

Coin Type : POW/POS/MN

Algorithm : Scrypt

Block Time : ~60 sec

Block Size : 2MB

Block POS Reward: 1-4 BULL

Rewards MasterNode 85%

Rewards PoS 15%

Block POW Reward: 0.1 BULL

Total Coins: 11,264,000

Total Premine: 1.73%

Minimum Stake Age : 6 Hour

Coin Maturity : 89 Blocks

RPC Port: 42516

Network Port: 42515

10 changes: 10 additions & 0 deletions compile-daemon.sh
@@ -0,0 +1,10 @@
#!/bin/sh

# Let's compile Buysellcoin daemon


cd src/leveldb
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix
strip buysellcoind

0 comments on commit ab3d8b7

Please sign in to comment.