Coder Social home page Coder Social logo

amirabrams / silk-release-candidate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quantumgravity444/silk-release-candidate

0.0 2.0 0.0 7.83 MB

Silk (SLK) Version 1.0 (Review Period Pre Launch)

License: MIT License

Makefile 4.61% Python 1.67% Shell 0.28% Groff 0.38% NSIS 0.19% QMake 0.47% C++ 79.65% C 0.97% HTML 1.55% CSS 0.03% TypeScript 8.42% Objective-C 0.03% Objective-C++ 0.18% Assembly 1.57%

silk-release-candidate's Introduction

Silk (SLK) Version 1.0.0.0

Project Status: Backlog

Silk Integration/Staging Tree

SLK logo

Copyright (c) 2015-2016 Silk Network

What is Silk?


  • Algorithm: Scrypt
  • Coin Suffix: SLK
  • PoW Period: 10,000 Blocks
  • PoW Target Spacing: 60 Seconds
  • PoW Difficulty Retarget: 10 Blocks
  • PoW Reward per Block: 0 SLK
  • Full Confirmation: 10 Blocks
  • Maturity: 350 Blocks
  • PoS Target Spacing: 64 Seconds
  • PoS Difficulty Retarget: 10 Blocks
  • PoS Reward: 2 SLK Static PoS Reward
  • Minimum Confirmations for Stake: 350 Blocks
  • PoS Min: 12 Hours
  • PoS Max: Unlimited
  • Total Coins: 2,000,000,000 SLK
  • Block Size: 2MB (2X Silk Core)

Silk is a digital currency that enables instant payments to anyone, anywhere in the world. Silk uses peer-to-peer technology over ClearNet to operate with no central authority (centralisation): managing transactions and issuing currency (SLK) are carried out collectively by the Silk network. Silk is the name of open source software which enables the use of the currency SLK.

MainNet Parameters P2P Port = 16666 RPC Port = 16667

TestNet Parameters P2P Port = 16668 RPC Port = 16669

Debian/Ubuntu Linux Daemon Build Instructions

install dependencies:

$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install build-essential libboost-all-dev libssl-dev libcurl4-openssl-dev libminiupnpc-dev libdb++-dev libstdc++6 make

build darksilkd from git:

$ git clone https://github.com/SilkNetwork/Silk-Core.git silk
$ cd darksilk/src && make -f makefile.unix USE_UPNP=1

install and run darksilkd daemon:

$ sudo strip silkd && sudo cp ~/silk/src/silkd /usr/bin && cd ~/
$ silkd

here are a few commands, google for more.

$ ./silkd getinfo
$ ./silkd getpeerinfo
$ ./silkd getmininginfo
$ ./silkd getstakinginfo
$ ./silkd getnewaddresss

Debian/Ubuntu Linux Qt5 Wallet Build Instructions

update and install dependencies:

$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install make libqt5webkit5-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools qtcreator libprotobuf-dev protobuf-compiler build-essential libboost-dev libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libstdc++6 libminiupnpc-dev libevent-dev libcurl4-openssl-dev git libpng-dev qrencode libqrencode-dev

build darksilk-qt from git:

$ git clone https://github.com/SilkNetwork/Silk-Core.git silk
$ cd silk && qmake -qt=qt5 "USE_QRCODE=1" "USE_UPNP=1" && make

running the darksilk Qt wallet:

$ sudo ./silk

silk-release-candidate's People

Contributors

cryptodj avatar scdeveloper avatar spencerlievens avatar

Watchers

James Cloos avatar Amir Abrams avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.