Skip to content

DigitalCoinBRL/SperoCoin

 
 

Repository files navigation

Codacy Badge Build Status
N|Solid

Lightburden - Sustainability in technology

Version: 2.6.5.4

Lightburden came with the mission to renew the world of the exhaustive consumption of electric energy.

With the PoS mining concept, we have an ecologically correct coin, since it is not necessary to use powerful mining machines to obtain rewards for solved blocks.

Also embrace this idea and help build a cleaner world, we count on your help!

All the balance that is collected by Spero is aimed directly at the growth of the structuring of the currency and the social programs that it covers.

Contact:

💬 Telegram: https://t.me/joinchat/G7cebkL3dbRqfuy1gVNm3g

💬 Slack: https://lightburden.slack.com

💬 Facebook: https://www.facebook.com/lightburdenofficial/

💬 Twitter: https://twitter.com/Spero_Official

💬 BTCTalk: https://bitcointalk.org/index.php?topic=2260985.0

📧 E-mail: lightburden@gmail.com

🌎 Website: https://lightburden.org

🌎 Block Explorer: https://explorer.lightburden.org

💧 Faucet: https://faucet.lightburden.org

👥 Support: https://suporte.lightburden.org

Specifications:

  • ALGORITHM: x13
  • BLOCK TIME: 60 seconds
  • AWARDS PoW: 2 LBDN to block 263250
  • PoS: After 2h
  • PoS: 25% per year
  • CONFIRMATIONS: 5 for mining and 3 for transactions
  • E2M MESSAGE Send and receive encrypted messages directly into your wallet
  • TOTAL COINS: ~ 7 million
  • LAST BLOCK PoW: 33331
  • PRE-MINED COINS: ~ 100000 LBDN
  • VELOCITY: Triple verification system in every network transaction, thus preventing the "double spend"
  • Adaptable Block Size(ABS): The block holds all transactions sent within 60 seconds, regardless of the number of transactions

Phases of Lightburden (Blocks):

  • Proof of Work + Proof of Stake: 0 - 33331
  • Proof of Stake: 33331 - 263250
  • Proof of Work + Proof of Stake: acima de 263251

Compile Source

Download and install the dependencies:
sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.3-dev libdb5.3++-dev libminiupnpc-dev qrencode libqrencode-dev git libtool automake autotools-dev autoconf pkg-config libssl-dev libgmp3-dev libevent-dev bsdmainutils


Compile the daemon in the LightBurden/src directory:
cd LightBurden/src

make -f makefile.unix USE_UPNP=1 USE_IPV6=1

strip LightBurdend


Run daemon in the LightBurden/src directory:
./LightBurdend


(OPTIONAL)Compile the QT in the LightBurden directory:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev qt5-default

qmake LightBurden-qt.pro "USE_UPNP=1" "USE_QRCODE=1"

make -f Makefile

lightburden.conf

listen=1
txindex = 1
rpcuser=user
rpcpassword=Random_Password
rpcport=55681
port=55680
#(0=off, 1=on) daemon - run in the background as a daemon and accept commands
daemon=1
#(0=off, 1=on) server - accept command line and JSON-RPC commands
server=1
rpcallowip=127.0.0.1
testnet=0
addnode=seed1.lightburden.org:55680
addnode=seed2.lightburden.org:55680
addnode=seed3.lightburden.org:55680
addnode=seed4.lightburden.org:55680

lightburden.conf - Testnet

listen=1
txindex = 1
rpcuser=user
rpcpassword=Random_Password
rpcport=55691
port=55690
#(0=off, 1=on) daemon - run in the background as a daemon and accept commands
daemon=1
#(0=off, 1=on) server - accept command line and JSON-RPC commands
server=1
rpcallowip=127.0.0.1
testnet=1
addnode=seed1.lightburden.org:55690
addnode=seed2.lightburden.org:55690
addnode=seed3.lightburden.org:55690
addnode=seed4.lightburden.org:55690

Exchanges:

Mining:

  • Solo Cpu:
{
"_comment1" : "Any long-format command line argument ",
"_comment2" : "may be used in this JSON configuration file",

"api-bind" : "127.0.0.1:4048",

"url" : "localhost:55681",
"user" : "user",
"pass" : "password",

"algo" : "x13",
"threads" : 0,
"cpu-priority" : 0,
"cpu-affinity" : -1,

"benchmark" : false,
"debug" : true,
"protocol": false,
"quiet" : false
}
cpuminer -q --algo=x13 -o 127.0.0.1:55681 -u user-p password
  • Solo GPU:
ccminer30.exe -q --algo=x13 -o 127.0.0.1:55681 -u user-p password

Timeline:

https://github.com/DigitalCoin1/LightBurden/blob/master/changelog.md

About

Sperocoin - Sustentabilidade em Tecnologia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 73.6%
  • C++ 24.6%
  • Assembly 0.5%
  • HTML 0.4%
  • Python 0.4%
  • QMake 0.2%
  • Other 0.3%