Your own web shop, running on your PC

Welcome to our web shop for selling any product and receive crypto payments.

This shop runs only on your PC, your data is in your hands, it collects or transmits no usage data.

Enables you safe communication to your customers.

Simple to use, simple to install.

DOWNLOAD, INSTALL, RUN!

That simple. Immediately get your own ONION ADDRESS and start selling.

Anonymously!

Free unlimited usage, only 1% commission!

The shop:

  • for new user registration does not request any data other than a password for later access
  • does not record any IP addresses
  • does payment processing over a locally installed crypto node(or on local network)
  • allows file storage and sales with making free previews and auto thumbnails
  • allows sales of any item buyers are willing to purchase
  • enables you two way communication with your customers(chat window)
  • customers are required to provide only a unique handle/passwords for purchases
  • customers buy token packs you create, and after use those tokens to purchase your products

Also, during installation we setup and run a TOR channel and provide you with your very own accessible ONION WEB ADDRESS

All this with one click and some configuration.

You can see a demo of the store here!

Or over TOR http://srk64muivjzd5jq75vknnv5u4ii3oc4rbhr3afi6weofsmofz7hsvgad.onion:5000

Administrator password id DEMO1

Some screenshots of buyer/seller communication 1 2 3 4 5

Instructions for installation and use

  1. For maximum safety it is suggested you install a local BTC node, and setup with RPC access. To do this, follow these instructions
    • Download the required BTC core software here
    • Install the BTC core and use a bitcoin.conf file such as this.
      • Change the RPC username and password as you desire, OGStore will later need to be setup with the same access data.
      • This bitcoin.conf configuration will let you run the bitcoin core node on one PC in your network and OGStore on another.
      • This bitcoin.conf configuration will let you run the bitcoin core node on one PC in your network and OGStore on another.
    • The RPC username, password and the wallet name that are in the bitcoin.conf file you will use later when you start OGStore installation
    • Select your maximum size for the BTC node as per your computer resources. 2 GB is enough.
    • Initial BTC node syncronization will take significant time, hours or days. So install and leave running however much time it takes.
    • After BTC node is started and running, create a wallet and note the name of the wallet, it will be used for OGStore
    • BTC node must be active as long as the OGStore is running.
  2. After the BTC node is ready and available, and you know the RPC username and password and the address of the BTC node
    • Example of a BTC node address would be http://localhost:8332/wallet/mywallet
    • Where "mywallet" represents the name of the wallet you created when you ran the Bitcoin core app.
  3. You can start the installation file
    • OGStoreInstaller.exe for Windows
    • ./OGStoreInstaller for Linux (mark the file as executable first "sudo chmod +x OGStoreInstaller")
  4. It will ask you for
    • Store name - which represents your store name
    • Administration password - password you will use to administer your products and communicate with customers
    • BTC node address - the address of the BTC node and wallet name. Example: http://localhost:8332/wallet/mywallet
    • RPC username - the RPC username you configured in the bitcoin.conf BTC node configuration
    • RPC password - the RPC password you configured in the bitcoin.conf BTC node configuration
    • Encryption key - this will be the key used to encrypt your product URL links
      • If you change the key after you add products and data, your data up to that point will become corrupted
      • Suggestion is to use at least 10 letters and numbers for the key
  5. Now the installation will also prepare a TOR channel and ONION link setup
  6. Installation will generate three files in the directory you specified
    (On Linux, the script names will have .sh extensions)
    • startWebServer.bat/.sh - a script that will start your web shop on port 5000, and after you run it you can open your store on http: //localhost:5000
    • startTor.bat/.sh - a script that will start a TOR circuit and point your ONION link to your store
    • displayOnionAddress.bat/.sh - a script that will display your unique ONION address that is accessible anywhere on the TOR internet
    • You will be able to run these scripts later on.
    • If you want to run the store on PC startup, you need to setup your startup services for the web server and the TOR circuit
      • For this we suggest you to look into
        • For Windows: NSSM Service manager
        • For Linux there are many ways to start services on boot but this page offers a simple explanation
    • Othervise the store will run when you manually execute startWebServer and startTor
    • Verify the "files" directory permissions. The web server needs to have write permission to be able to upload files for sale(if you sell files)
  7. You can adjust and change your appsettings.json with your configuration. During installation there is a backup file made appsettings_BACKUP.json
  8. That is it, you are ready to administer your products and start selling.

Download