Skepticoin is a peer-to-peer digital currency that enables you to send money online

Overview

What is Skepticoin?

Skepticoin is a peer-to-peer digital currency that enables you to send money online. It's also the central community of people who think that's bullshit.

What's your problem with Crypto?

Crypto-currencies are fine when viewed as a technological curiosity. If you actually believe that blockchains are the future, that bitcoin is a store of value, or that non-fungible tokens are anything but a scam, things get problematic.

Why a coin then?

Crypto-enthousiasts have an incentive to be loud about crypto-currency: the more other people they convince, the richer they themselves become. Crypto-sceptics are a silent majority: they have no such incentive, so you never hear them. Skepticoin changes that, by making the sceptics invested in a coin themselves.

Goals & motto

  • 1 SC equals 1 BTC
  • Not "to the moon", but "into the ground"

Getting started

Follow the instructions below, and experience the thrill of being an early adopter without any of the guilt of doing something that you deeply don't believe in.

The quickstart assumes (for now) that you have Python up and running. The instructions below are written with Linux/POSIX in mind.

  • If you're a MacOS user, it is presumed that you have installed python3 yourself somehow (e.g. using pyenv).
  • If you're a Windows user, remember to use Scripts\activate.bat instead of .bin/activate.
# Installing:
$ python3 -m venv .
$ . bin/activate
$ pip install --upgrade skepticoin
[..]
Successfully installed skepticoin-0.1.2 ecdsa-0.16.1 immutables-0.15 skepticoin scrypt-0.8.18 six-1.15.0

# Receving coin (copy/paste the cryptic string to someone who can send you money):
$ skepticoin-receive "I want my coin"
Created new wallet w/ 10.000 keys
SKE815dea23355609057721c08fe754efa855b50606949edb3dc300870b2c3f280115d29ea00ce76b202f7bd5fe38c917370cc8a4629a8bc10bf3e344d50d850b02PTI


# Sending coin:
$ skepticoin-send 1 skepticoin SKE815dea23355609057721c08fe754efa855b50606949edb3dc300870b2c3f280115d29ea00ce76b202f7bd5fe38c917370cc8a4629a8bc10bf3e344d50d850b02PTI
Created new directory for chain
Reading chain from disk
[..]
00019000-0130dc3498df05743b3b9a94a8543a5bb06167d7351b827312508b34bb351014
[..]
Creating new peers.json
Starting networking peer in background

NETWORK
Nr. of connected peers: 3           <= watch this to make sure your're connected to the network
  xx.xxx.xx.xxx:2412 - OUTGOING
  [..]

CHAIN
Height    ...
Date/time 2021-03-22T13:36:16       <= watch this bit to get a sense of how the blockchain download is coming along

[.. the above repeats for a while ..]

Chain up to date
Broadcasting transaction on the network Transaction #...........
Monitoring...
Transaction confirmed at .... with 0 confirmation blocks

# Mining
$ skepticoin-mine

[.. similar to the above ..]

Waiting for fresh chain
Starting mining
FOUND 000xxxxx-000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <= this displays the height and hash of what you just found
Your wallet now contains 2730 skepticoin                                        <= this is where you start dreaming of a lambo

Note that skepticoin's scripts will create whatever files they need to operate right in the directory where they're being called. This includes your wallet.

Get coin

Skepticoin is a "early phase" coin. This means you can probably mine some yourself, as per the instructions above.

If you have ethical objections against this, you can always go to the faucet to get some free coin.

Frequently Asked Questions

Q: Is this is real coin?

A: Skepticoin is every bit as real as Bitcoin and its many clones.

Q: Is this some kind of joke?

A: You can laugh all you want, but we all know you're just trying to hide your fear of missing out.

Q: Isn't this basically Dogecoin?

A: No. Dogecoin started as a fun and friendly internet coin, but it didn't take long before it got completely overrun by money-hungrey speculators of the worst kind. Skepticoin was founded on a firm disbelief in cryptocurrency. Whether it will be completely overrun by speculators remains to be seen.

Q: Is it safe to put my life savings into skepticoin?

A: No

Q: Is this some kind of get rich quick scheme?

A: If you're asking you're probably looking for one. If you're buying skepticoin in the hope that some greater fool will buy them from you at a higher price, just know that, on average, it's likely that you're the greatest fool.

Commonly raised objections

O: I can't buy skepticoin at an exchange -- this means it's not a "real" coin!

A: You have that exactly backwards: Skepticoin is a peer-to-peer digital currency, which means it's independent from established financial institutions such as exchanges. This independence is precisely its strength! You aren't trying to suggest that cryptocurrency's main claim to fame is untrue, are you?

O: If you're so against cryptocurrency, starting a coin of your own is hypocritical.

A: The ability to hold 2 directly opposing thoughts in your head is the core of cryptocurrency. If you can't do that then this indeed isn't for you.

O: This thing is fugly and way too technical. It will never gain traction among a sufficiently large group of fools without a pretty GUI.

A: Patience, young grasshopper, everything at its time. First we bring in the techies who bring their thorough understanding of crypto-nonsense and steadfast determination to bring it all down to the ground. The tech illiterate are only allowed to join the lower ranks of the pyramid, so that GUI must wait a bit.

Getting involved

The best places to find other Skeptics are

Contributing:

Some ways you can contribute to this project:

Tracking (of choice) cryptocurrencies' daily prices and moving average.

Crypto-price-moving_average Tracking (of choice) cryptocurrencies' daily prices and moving average. About Alpha Vantage The Alpha Vantage library (htt

Thong Huynh 2 Jan 22, 2022
theHasher Tool created for generate strong and unbreakable passwords by using Hash Functions.Generate Hashes and store them in txt files.Use the txt files as lists to execute Brute Force Attacks!

$theHasher theHasher is a Tool for generating hashes using some of the most Famous Hashes Functions ever created. You can save your hashes to correspo

SR18 6 Feb 02, 2022
Bridge between L1 (Ethereum) and L2 (cheapETH)

The ETH chain and the cheapETH chain. We can assume the ETH chain has ~1000x more value than the cheapETH chain.

107 Oct 12, 2022
Linear encryption software programmed with python

Echoder linear encryption software programmed with python How does it work? The text in the text section runs a function with two keys entered keys mu

Emre Orhan 4 Dec 20, 2021
A curated list for getting up to speed on crypto and decentralized networks

crypto reading list A curated list for getting up to speed on crypto and decentralized networks. The content on the toplevel page contains what we con

Jump Crypto 1.1k Jan 07, 2023
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.

Tink A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. Ubuntu

Google 12.9k Jan 05, 2023
Encrypt Your Script Python

EncryptScritpPY Encrypt Your Script Python This Script For Encrypt Your File Python Tutorial Install [+] Open Termnal [+] Type: git clone https://gith

1 Oct 07, 2021
Aggregate real-time market data from cryptocurrency exchanges, filter, sort and format as TradingView watchlists.

tvbuddy Aggregate real-time market data from cryptocurrency exchanges, filter, sort and format as TradingView watchlists. Developed and tested on Pyth

Ossian Winter 2 Jan 07, 2022
Python Encryption Name Game

Python 3.9.7 Encryption Name Game Encrypt a name with numbers using a Caesar cipher! You can choose different numbers to encrypt your name from 1 to o

Armand Brunelle 3 Dec 24, 2021
Python Cryptocurrency with stealth addresses

Python Cryptocurrency with stealth addresses. Goal is to have create a cryptocurency that hides transactions totally. I.E. Cant see ammount sent, to who, or from who.

3 Aug 04, 2022
Algorand-app - This tutorial is designed to get you started with Algorand development in a step by step process

Getting Started This tutorial is designed to get you started with Algorand devel

Connor 1 Jan 06, 2022
A cairo port for Rari Capital Vaults

crypts • Architecture contracts ├─ CryptFactory — "Factory for deploying Crypt contracts for any ERC20 token." ├─ Crypt — "Flexible, minimalist, and g

alucard 9 Sep 02, 2022
a BTC mining program based on python3

BTC-Miner a BTC mining program based on python3 Our project refers to the nightminer project by ricmoo, which is written in Python2 (https://github.co

6 Jul 31, 2022
Hide secret texts inside an image, optionally encrypt them with a password using AES-256.

Hide secret texts/messages inside an image. You can optionally encrypt your texts with a password using AES-256 before encoding into the image.

Teja Swaroop 97 Dec 29, 2022
In this repository there are two types of code files

encryption-decryption In this repository there are two types of code files Me Friend Code in the 'Me' file can use for encryption and Code in the 'Fri

Vicksura Dulhan Perera 1 Nov 22, 2021
Deribit_Algo_Project_Python - Deribit algo project written in python trading crypto futures

This is a Algo/script trading for Deribit. You need an account with deribit, to

24 Jan 09, 2023
A Python library to wrap age and minisign to provide key management, encryption/decryption and signing/verification functionality.

A Python library to wrap age and minisign to provide key management, encryption/decryption and signing/verification functionality.

Vinay Sajip 3 Feb 01, 2022
A little side-project API for me to learn about Blockchain and Tokens

BlockChain API I built this little side project to learn more about Blockchain and Tokens. It might be maintained and implemented to other projects bu

Loïk Mallat 1 Nov 16, 2021
Python wrapper for the Equibles cryptos API.

Equibles Cryptos API for Python Requirements. Python 2.7 and 3.4+ Installation & Usage pip install If the python package is hosted on Github, you can

Equibles 1 Feb 02, 2022
smartpassgen - A cross-platform package of modules for generating, secure storage and recovery of complex, cryptographic, smart passwords on the fly.

smartpassgen - A cross-platform package of modules for generating, secure storage and recovery of complex, cryptographic, smart passwords on the fly.

4 Sep 04, 2021