/gspcoin

GSP Coin

Primary LanguageC++MIT LicenseMIT

GSP Coin Core v2.5

GSP Coin- Cryptocurrency that links to modern Digital Advertising and Marketing.

Website: https://coin.globalsocialpost.com/

Official Whitepaper: https://coin.globalsocialpost.com/gspc-whitepaper.pdf

What is GSP Coin?

GSP Coin is a project that aims to build a new ecosystem for digital and mobile advertising, allowing advertisers to create and manage campaigns through our platforms like Global Ads Media | Global Social Post | Global Smtp Mail with complete automation. A revolutionary Real Time Bidding system allows advertisers to gain most of required web traffic and track the result of their investments in a completely automated fashion. The GSP Coin token will serve as the platform’s internal currency and will be used within the ecosystem.

GSP Coin is a decentralized financial technology accessible to everyone that is fast, reliable and secure with negligible transaction costs.

GSP Coin has its own blockchain, which is a fork of Raptoreum codebase with ASIC resistant POW algorithm and consensus ensuring Smartnodes which make the network immune to 51% attacks. GSP Coin coins can be mined on both CPU and GPU. GSP Coin cares about privacy and has an integrated CoinJoin mechanism that allows to hide the balance directly in the wallet.

GSP Coin is a decentralized financial technology accessible to everyone that is fast, reliable and secure with negligible transaction costs. GSP Coin has its own blockchain, which is a fork of Raptoreum codebase with ASIC resistant POW algorithm and consensus ensuring Smartnodes which make the network immune to 51% attacks. GSP Coin coins can be mined on both CPU and GPU. GSP Coin cares about privacy and has an integrated CoinJoin mechanism that allows to hide the balance directly in the wallet.

GSP Coin is a project that aims to build a new ecosystem for digital and mobile advertising, allowing advertisers to create and manage campaigns through our platforms like Global Ads Media | Global Social Post | Global Smtp Mail with complete automation. A revolutionary Auto-Dealer system allows advertisers to track the result of their investments in a completely automated fashion. The GSP Coin token will serve as the platform’s internal currency and will be used within the ecosystem.

GSP Coin is a Cryptocurrency, tied to Digital Advertising and Marketing. Its focus is on bridging the gap between cryptocurrencies and the digital advertising and marketing industries currently, GSP Coin (GSP) has been targeted specifically at adtech companies in the retail industry. GSP Coin’s mission is to bridge the gap between traditional finance and blockchain based transactions via its blockchain protocol.

As our customer base grows, we must be able to do everything in the market that we want to do. This coin will give us the ability to do it all with more flexibility, ease-of-access and less restrictions on geographical location.

Our goal is to develop GSP as a widely available, widely accepted method of trading digital ads tokens.

The primary goal is to pay the suppliers and accept payment from clients in GSP Coin instead of using the USD.

Problems GSP Coin attempts to solve

GSP Coin is a transparent and scalable financial system that aims to make cryptocurrencies accessible to everyone. There are four main directions in which we want to contribute.

  1. Make managing GSPC easy for everyone by deploying mobile wallets for the major mobile OS, such as Android and IOS.

  2. Promote the adoption of cryptocurrencies by offering a payment gateway service. The service will provide a free plugin for small businesses to facilitate online transactions in cryptocurrency. Customers will be able to pay for goods and services in GSPC, while an entrepreneur will receive fiat money to his/her credit card.

  3. We think that all cryptocurrencies deserve to have access to the investors and to be tradable at an exchange. To achieve this goal we want to remove entry barriers in the form of high exchange listing fees and to offer everyone Bitroeum Exchange with its own blockchain, where all coins interested in listing can be traded against Bitroeum.

  4. We believe that everyone should be able to get a part of the financial pie with high returns that is usually accessible only to rich investors. That is why everyone can earn coins with modest initial investment by deploying Smartnodes and contributing to the blockchain stability and security.


Coin Distribution

Coin Symbol: GSPC
Total Coin Distribution: 6B (6,000,000,000)
Premined- 0.833333%
Algorithm: Ghostrider
Initial Block Reward: 2525
Average Block Time: 240 seconds / 4 minutes
Smartnode Rewards Activation: 5000 Blocks + 10 active Smartnodes
Block Reward Distribution:
Miner- 64%
Smartnode- 34%
Promotional and Community rewards- 2%
Below mentioned is changes in rewards distribution every 100k blocks:
Every 100k blocks rewards will increase by 100 until we reach 1100000 blocks.
After 1100000 blocks every 100k blocks rewards will start decreasing by 100 till 2000000 blocks.
Smartnode Collateral will start from 1m (1,000,000) from block 5000 till 100000, similarly every 100k blocks collateral will increase by 100k till 1100000 blocks. After that it will remain constant till the last block 2000000.


Wallet Download: https://github.com/gamgsp/gspcoin/releases


Github Source: https://github.com/gamgsp/gspcoin


Explorer: https://explorer.globalsocialpost.com/


Exchanges:
Bitoreum Exchange
GSPC/USDT - https://www.bitoreum.exchange/trading/gspcusdt
GSPC/BTC - https://www.bitoreum.exchange/trading/gspcbtc
GSPC/BTRM - https://www.bitoreum.exchange/trading/gspcbtrm
GSPC/LTC - https://www.bitoreum.exchange/trading/gspcltc
GSPC/DOGE - https://www.bitoreum.exchange/trading/gspcdoge
Exbitron Exchange
GSPC/USDT- https://www.exbitron.com/trading/gspcusdt
GSPC/BTC- https://www.exbitron.com/trading/gspcbtc
GSPC/EXTO- https://www.exbitron.com/trading/gspcexto


Mining Pool:
https://crimson-pool.com/?#gspc


Mining Pool Stats:
https://miningpoolstats.stream/gspcoin


Follow Us:
Twitter- https://twitter.com/gspcoin
Discord- https://discord.gg/Anh2sr4txV
Telegram- https://t.me/gspc_gspcoin


ROADMAP
Q4 2022
Generate Genesis Block.
Developing Wallets (Linux, Windows, MacOs)
Launch Explorer.
Discoverable on Social Media and Bitcointalk.
Activating Mining Pools.
Getting Listed on Exchanges.
Launch Whitepaper.
Android Wallet.


Q1 2023
Getting listed on:
1. Coinmarketcap
2. Coingecko
3. Coinpaprika
Launching Global Smtp Mail which is still in development.
Activating payment mode exclusive to GSPC on all our business platforms mentioned below instead of USD.
Global Ads Media | Global Social Post | Global SMTP Mail

License

GSP Coin Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is meant to be stable. Development is done in separate branches. Tags are created to indicate new official, stable release versions of GSP Coin Core.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.