nanaluz / dalecoincore

New project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge Build Status Build status Open Source Love

DaleCoin development tree

DaleCoin is a PoW/PoS-based cryptocurrency forked from bitbay.

DaleCoin

DaleCoin is a decentralized digital asset used for payments of goods and services.It was formally an erc20 token but now migrated into its own blockchain.

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

Window wallet setup process

  1. run the dalecoin windows wallet then close it.
  2. locate the dalecoin data directory in your pc "C:\Users\YourUserName\Appdata\Roaming\DaleCoin"
  3. open the folder and create a file dalecoin.conf and paste the following data in it and save.

rpcuser=dalecoinrpc
rpcpassword=anypassword
rpcallowip=127.0.0.1
server=1
deamon=1
addnode=45.63.8.179
addnode=108.61.245.193

Optional Options Parameters Function
testnet 0 or 1 Launch wallet with testnet connection
gen 0 or 1 Enable PoW

you can download the dalecoin.conf file here. and paste it in dalecoin data directory. now run the windows wallet to sync to the network

same process applies to ubuntu. locate the dalecoin data directory and paste the data in the config file and save.

Dependencies needed before setting up Ubuntu 18.04 linux Qt wallets and deamon. simply run the following commands in your ubuntu 18.04 terminal

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libdb-dev libdb++-dev libminiupnpc-dev libssl1.0-dev
sudo apt-get install libboost-all-dev qt5-default libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

Dalecoin mainchain specs

initial coin supply = ~250,000 coins

maximum coin supply = 5,000,000 coins

yearly coin reward emission= ~ 60,000 to 100,000 coins monthly coin reward emission= ~ 6,000 to 10,000 coins

POW reward = 0.05 coins/block POS reward = 0.20 coins/block

average block time = ~ 60 seconds - 20 mins

Type Port
rpc 11115
p2p 11114

Swap from dalc erc20 to dalc mainchain details

100,000 will be used for swap (10 dalc erc20 to 1 dalc mainchain) click link to swap. 100,000 will be used to negotiate retaining old exchanges and aquiring new exchanges. 50,000 for marketing and development. Swap Here

Exchanges trading Dalecoin ERC20 token

https://yobit.net/en/trade/DALC/BTC

https://mercatox.com/exchange/DALC/BTC

Exchanges trading Dalecoin Mainnet coins

Coming very soon

Dalecoin Block Explorer

http://explorer.dalecoin.org/

#Our Community (Telegram)[https://t.me/dalcc] (Twitter)[https://DalecoinN] (Facebook)[https://facebook.com/dalecoin] (Discord)[https://discord.gg/aNCMvG2] (Medium)[https://medium.com/@DalecoinDev] (BitcoinTalk Topic)[https://bitcointalk.org/index.php?topic=2057829.0]

About

New project

License:MIT License


Languages

Language:C++ 91.9%Language:M4 2.8%Language:Makefile 1.7%Language:Python 1.1%Language:QMake 0.7%Language:C 0.7%Language:HTML 0.4%Language:Roff 0.3%Language:Shell 0.2%Language:Objective-C++ 0.1%Language:NSIS 0.1%Language:Objective-C 0.0%Language:Dockerfile 0.0%