Pages:
Author

Topic: ⚡️ [ANN] ⚡ [POW][POS 25%][MASTERNODE 75%] 🚀 SWAPCASH - SCRYPT 🚀 - page 5. (Read 21248 times)

newbie
Activity: 107
Merit: 0


Hello Miners,
You are welcome to our pool for SwapCash

http://www.smilingmining.com/

Server location in Germany
Fee is 1%

CONNECTION

Code:
URL/HOST:stratum+tcp://smilingmining.com:3433
USERNAME:
PASSWORD:c=SWAP

FOR NICEHASH

Code:
STRATUM HOSTNAME OR IP:smilingmining.com
PORT:3433
USERNAME:
PASSWORD:c=SWAP,d=524288

Smiley
full member
Activity: 357
Merit: 100
⛏ SWAPCASH Mining pool:
Easypool.win


Code:
-a scrypt -o stratum+tcp://easypool.win:3433 -u  -p c=SWAP 

No registration required!
Payments every hour! 
newbie
Activity: 168
Merit: 0
French translation reserved
newbie
Activity: 11
Merit: 0
Italian translation reserved, image translation
copper member
Activity: 116
Merit: 0
Quote
Russian and Polish translation reserved, image translation

Thank you. Use this link for logo image
Code:
https://raw.githubusercontent.com/SwapCash/swapcash/master/src/qt/res/images/splash.png
newbie
Activity: 88
Merit: 0
English First:

You now can mine SwapCash  with german deutscherminingpool.de Pool.

We have low fees (0,5%)


automatic payout every 1/4 hour

No registration needed

Start your miner with

Code:
-a scrypt -o stratum+tcp://deutscherminingpool.de:3433 -u (Payoutaddress) -p c=SWAP 

Happy Mining!


Nun in deutsch:

Wir haben den SWAPCash   zum deutscherminingpool.de Pool hinzugefügt.

Geringe Gebühren von 0,5 %.

Automatische Auszahlung jede viertel Stunde.


Keine Registrierung nötig.

Startet euren Miner with:

Code:
-a scrypt -o stratum+tcp://deutscherminingpool.de:3433 -u (Auszahlungsadresse) -p c=SWAP 

Viel Spaß beim minen!
copper member
Activity: 116
Merit: 0
============================================
OFFICIAL SITE | OFFICIAL EXPLORER | EXCHANGE | MASTERNODES ONLINE | SWAP ROI
============================================


Translation



⚡️ [ANN] ⚡️ AUCTION ⚡ [POW][POS 25%][MASTERNODE 75%] 🚀 SWAPCASH - SCRYPT 🚀

What is SWAPCASH
A swap is a derivative contract through which two parties exchange cryptocurrency instruments. These instruments can be almost any coin based on a notional principal amount that both parties agree to.

Therefore SwapCash is a cryptocurrency created for real use as a means of swaping SWAPcash with another coin.

Our Main Objectives are
- Build a trust SWAP platform that users can depend upon
- Provide high profits rewards (75%) to SwapCash Masternode holders

Our Main visions are
- To create and support ANY cryptocurrency to SwapCash pairing

The SwapCash Platform

Welcome to Swapcash - The purpose of Swapcash is to allows users to seamlessly swap using SwapCash for another cryptocurrency. With the ever growing popularity of cryptocurrecies,  which passed a total market cap of $160 billion in August 2017, there are many new coins want to enter the marketplace. Unfortunately this coins is worthless at the begining before entering any exchange and people are affraid to buy these new coin exchanging with Bitcoin, Litecoin and any other valuable cryptocurrency.
That's why they need to use SwapCash for cryptocurrency exchanges. This is because SwapCash is strengthen its price in the crypto exchange.

COIN SPECIFICATION

Coin Name: SwapCash  
Ticker: SWAP
Algorithm: Scrypt
Block Time: 120 secs
Maturity: 6 Confirmations
Total Supply: 99 000 000 SWAP  
Premine: 3% (2 970 000 SWAP)
POW Phase: Until block 100,000
Min Stake Age: 12 Hours
Max Stake Age: 2 Days
Masternode Collateral: 5000 SWAP/MN
Rewards: 75% from PoS block
PoS Rewards: 25% from PoS block

Official Site

Masternode Stats

Masternode ROI

Explorer

Official Mining Pool

Github

Discord Server

POW Phase (Block 1 - 100,000)
Start BlockFinish Block Reward
01Premine
21000
1001000001


POS Phase (4 coins/block after block 100,000)

Start BlockFinish Block POS (25%)Masternode (75%)All Reward
1100000
10025000134
25000500001.253.755
50000750001.54.56
750001000001.755.257

ROAD MAP


1st Quarter 2018
-------------------
Planning and Drafting the Swap concept
Research and Study the coin structure and specification
Finalize the creation of the block, reward, POW & POS
Coin design & logo creation.
Releasing the develoment code to github.

2nd Quarter | May 2018
---------------------------
Windows, Mac & Linux Wallets
Discord server & Telegram account
Listing in Masternode Stats (TRIAL version)
Masternode instruction Guide
Pre-sale
Launching the Official SwapCash Website
Auction Sale

2nd Quarter | June 2018
---------------------------
Whitepaper
Will be listed either in Escodex, Southxchange or CryptoBridge.
Listing in Masternodes Online
Listing in Crypto-coinz.net
Strengthening the community
Start the SWAP pairing with other selected Cryptocurrency
Marketing and Advertising

3rd Quarter | 2018
---------------------
Creating the WebWallet for Staking purpose
Listing in coinmarketcap.com
Starting the payment gateway by adding SwapCash to Coinspayment.net
Add SwapCash to Coinomi Wallet (to be support by all mobile apps)

4th Quarter | 2018
---------------------
Smart Partnership
Adding SwapCash pairing with USDT (planning to enter BTC-Alpha)
Introduce SwapCash to businesses and enterprises as their trusted digital currency.

Wallet Downloads

BOUNTY REWARD & GIVEAWAY

Air Drop & Giveaway

First Airdrop = 50 users will get 50 SWAP each
Second Airdrop = 30 users will get 50 SWAP each
Final Airdrop = 20 users will get 30 SWAP each

Translation
100 SWAP each translation (Please reply reserved)

How to build your wallet (Linux)


Install Dependencies

Code:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install libtool autotools-dev autoconf pkg-config
sudo apt-get install software-properties-common && sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libminiupnpc-dev libdb4.8-dev libdb4.8++-dev libevent-dev
sudo apt-get install nano ntp unzip git build-essential libssl-dev libboost-all-dev libqrencode-dev aptitude
sudo aptitude install miniupnpc libminiupnpc-dev
sudo apt-get install libgmp3-dev

Start Build Wallet

Code:
git clone https://github.com/SwapCash/swapcash.git
cd swapcash/src/leveldb
chmod 755 build_detect_platform
make clean
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix
strip swapcashd
sudo cp swapcashd /usr/local/bin
./swapcashd -daemon

SwapCash configuration file located at ~/.SwapCash/SwapCash.conf

Code:
rpcuser=rpc_login
rpcpassword=password
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1

You can buy SwapCash Masternode in our Discord Channel
Pre-Sale 30 MN's. 5000 SWAP = 0.5 btc

But WAIT.. the first 5 MN holders will get discounted price of 0.4 BTC / MN (4 MN Remaining)

The presale fund will be spent on:

1. Exchanges fee
2. Listing fees in masternode stats website
3. Paid for Press Conference
4. Further development project fee
5. Marketing and advertising cost
6. Implementation of the road map phases

GOOD NEWS FOR POS-STAKER

We took into consideration the wishes of the stakers- now you can buy SWAP packages of:
1000 coins for PoS-Staking at a price of 0.13 BTC
700 coins for PoS-Staking at a price of 0.105 BTC
500 coins for PoS-Staking at a price of 0.085 BTC

You can buy SwapCash for Staking and Masternode in our Discord Channel https://discord.gg/Hf5aknF
The only person who conduct the PRE-SALE is {SwapCash-CEO#9058} in discord channel


Pages:
Jump to: