Bitcoin Forum
April 18, 2024, 07:02:23 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 »  All
  Print  
Author Topic: SatoshiCoin  (Read 28652 times)
SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 04, 2018, 03:05:05 PM
 #41

We are happy to announce our first pooled Masternode service. We have partnered up with https://simplepospool.com/ to help offer Masternode ownership to people who do not hold 2500 coins.
You can be a proud owner of a shared Masternode with only 50 coins. Get on our presale and buy any amount and start getting rewards.
1713466943
Hero Member
*
Offline Offline

Posts: 1713466943

View Profile Personal Message (Offline)

Ignore
1713466943
Reply with quote  #2

1713466943
Report to moderator
1713466943
Hero Member
*
Offline Offline

Posts: 1713466943

View Profile Personal Message (Offline)

Ignore
1713466943
Reply with quote  #2

1713466943
Report to moderator
1713466943
Hero Member
*
Offline Offline

Posts: 1713466943

View Profile Personal Message (Offline)

Ignore
1713466943
Reply with quote  #2

1713466943
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713466943
Hero Member
*
Offline Offline

Posts: 1713466943

View Profile Personal Message (Offline)

Ignore
1713466943
Reply with quote  #2

1713466943
Report to moderator
SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 04, 2018, 10:38:36 PM
 #42

PROJECT PROPOSAL


Our vision will be the "Satoshi Secure". A hardware wallet that will have the most advanced level of security which is compatible with over 400 different cryptocurrencies.

Satoshi Secure will have a built-in GPS tracker, so you can easily locate your device if lost and remote wipe easily.

The device has WIFI and sim card compatibility, therefore, it has total independence and connection to a computer is not required.

It is lightweight and ergonomically designed. There will also be an automated secure backup function to Satoshi Secure Cloud.

When compared to our competitors Ledger and Trezor; Satoshi Secure will have; retail mode where you can make easy payments to high street retailers and also have a QR code scanner which both Ledger nano and Trezor do not possess.

Satoshi Secure will have lifetime support with free updates and will come in variety of colours - price $TBC.

SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 05, 2018, 10:13:34 AM
 #43


Satoshi Masternode Setup Guide (Ubuntu 16.04)
This guide will assist you in setting up a Satoshi Masternode on a Linux Server running Ubuntu 16.04. (Use at your own risk)

If you require further assistance contact the support team @ [Discord](https://discord.gg/wrQ6qqV)
***
## Requirements
1) **2501 Satoshi coins.**
2) **A Vultr VPS running Linux Ubuntu 16.04.**
3) **A Satoshi local wallet.**
4) **An SSH client such as [Putty](https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.70-installer.msi)**
***
## Contents
* **Section A**: Creating the VPS within [Vultr](https://www.vultr.com/?ref=7384543).
* **Section B**: Downloading and installing Putty.
* **Section C**: Connecting to the VPS and installing the Masternode script via Putty.
* **Section D**: Preparing the local wallet
* **Section E**: Connecting & Starting the masternode.
***

## Section A: Creating the VPS within [Vultr](https://www.vultr.com/?ref=7384543)
***Step 1***
* Register at [Vultr](https://www.vultr.com/?ref=7384543)
***

***Step 2***
* After you have added funds to your account go [here](https://my.vultr.com/deploy/) to create your Server
***

***Step 3***
* Choose a server location (preferably somewhere close to you)
![Example-Location](https://i.imgur.com/W6Hvd2L.png)
***

***Step 4***
* Choose a server type: Ubuntu 16.04
![Example-OS](https://i.imgur.com/aSMqHUK.png)
***

***Step 5***
* Choose a server size: $5/mo will be fine
![Example-OS](https://i.imgur.com/UoGoHcM.png)
***

***Step 6***
* Set a Server Hostname & Label (name it whatever you want)
![Example-hostname](https://i.imgur.com/dNZdKD9.png)
***

***Step 7***
* Click "Deploy now"

![Example-Deploy](https://i.imgur.com/4qpYuH0.png)
***


## Section B: Downloading and installing Putty.

***Step 1***
* Download Putty [here](https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.70-installer.msi)
***

***Step 2***
* Select the correct installer depending upon your operating system. Then follow the install instructions.

![Example-PuttyInstaller](https://i.imgur.com/9yy4KQB.png)
***


## Section C: Connecting to the VPS & Installing the MN script via Putty.

***Step 1***
* Copy your VPS IP (you can find this by going to the server tab within Vultr and clicking on your server.
![Example-Vultr](https://i.imgur.com/axVRlcf.png)
***

***Step 2***
* Open the putty application and fill in the "Hostname" box with the IP of your VPS then click "Open"
![Example-PuttyInstaller](https://i.imgur.com/eTU4qAv.png)
***

***Step 3***
* Once you have clicked open it will open a security alert (click yes).  
***


***Step 4***
* Type "root" as the login/username then press enter

![Example-Root](https://i.imgur.com/nK4anhg.png)
***

***Step 5***
* Copy the root password from the VULTR server page.
![Example-RootPass](https://i.imgur.com/axVRlcf.png)

***


***Step 6***
* Paste the password into the Putty terminal by right clicking (it will not show the password so just press enter)
![Example-RootPassEnter](https://i.imgur.com/leayhtK.png)
***

***Step 7***
* Paste the code below into the Putty terminal then press enter (it will just go to a new line)

`wget -q https://raw.githubusercontent.com/SatoshiCoin-Crypto/satoshicoin/master/satoshi.sh`
***

***Step 8***
* Paste the code below into the putty terminal then press enter

`bash satoshi.sh`

![Example-Bash](https://i.imgur.com/XWv9F7C.png)

***

***Step 9***
* Sit back and wait for the install (this will take 10-20 minutes)
***

***Step 10***
* When prompted to enter your private key - press enter

![Example-installing](https://i.imgur.com/DhU5lbJ.png)
***

***Step 11***
* You will now see all of the relevant information for your server.
* Keep this terminal open as we will need the info for the wallet setup.
![Example-installing](https://i.imgur.com/lY62G2H.png)
***

## Section D: Preparing the Local wallet

***Step 1***
* Download and install the Satoshi wallet [here](https://github.com/SatoshiCoin-Crypto/satoshicoin/releases)
***

***Step 2***
* Create a new address ![Example-CreateAdd](https://i.imgur.com/qgKJ2zW.png)
* Send EXACLY 2500 to the created address within your wallet.
***

***Step 3***
* Create a text document to temporarily store information that you will need.
***

***step 4***
* Go to the console within the wallet

![Example-console](https://i.imgur.com/R7jFcY9.png)
***

***Step 5***
* Type the command below and press enter

`masternode outputs`

![Example-outputs](https://i.imgur.com/LO5hDbM.png)
***

***Step 6***
* Copy the long key (this is your transaction ID) and the 0 or 1 at the end (this is your output index)
* Paste these into the text document you created earlier as you will need them in the next step.
***

# Section E: Connecting & Starting the masternode

***Step 1***
* Go to the masternodes tab within the wallet and click "create"

![Example-create](https://i.imgur.com/PRZry9s.png)
***

***Step 2***

* Fill out the create form.
* For `Alias` type something like "MN01" **don't use spaces**
* The `Address` is the IP and port of your server (this will be in the putty terminal that you still have open).
* The `PrivKey` is your masternode private key (This is also in the putty terminal that you have open).
* The `TxHash` is the transaction ID/long key that you copied to the text file.
* The `Output Index` is the 0 or 1 that you copied to your text file.
* Leave the reward address and reward % blank.=

Click "OK"
***

***Step 3***
* Wait until your transaction has 16 confirmations then
* Click start all in the masternodes tab
***

***step 4***
* Check the status of your masternode within the VPS by using the command below:

`systemctl status Satoshi.service`

*You should see ***Active: active (running) since..***

If you do, congratulations! You have now setup a masternode. If you do not, please contact support on Discord and they will assist you.  
***
designer_fx
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 05, 2018, 11:39:27 AM
 #44

Could you guys please update your  website with accurate data ?

Its a simple wordpress with 3 posts and you didnt even bother to remove the "lorem ipsum" pages.

Also Whitepaper link goes to #  - your index
Your profile links Twitter / LinkedIn / Facebook are going to #  -- your index


I know you guys have a tons of work to do which is much more important than what i mentioned but you should consider on the quality of your comunication and how other viewers/investors are viewing it.

SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 05, 2018, 02:02:51 PM
 #45

Could you guys please update your  website with accurate data ?

Its a simple wordpress with 3 posts and you didnt even bother to remove the "lorem ipsum" pages.

Also Whitepaper link goes to #  - your index
Your profile links Twitter / LinkedIn / Facebook are going to #  -- your index


I know you guys have a tons of work to do which is much more important than what i mentioned but you should consider on the quality of your comunication and how other viewers/investors are viewing it.



we working on this
thx
SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 06, 2018, 11:59:42 AM
 #46

In respect to our investors, we cannot supply bounties and airdrops. This will be unfair for those who has spent and invested their money into this project. Giving away coins will drive the value down as it introduces dumping when reaching the exchange as people will sell at any price as they do not understand the value of the coin.
We understand bounties are an amazing incentive to promote us, but as stated is unfair to investors.
We do however, are open to individuals who would like to join assisting in promoting us. Please message an admin with your proposals.
starblocks
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 502



View Profile
April 06, 2018, 12:33:48 PM
 #47

PROJECT PROPOSAL


Our vision will be the "Satoshi Secure". A hardware wallet that will have the most advanced level of security which is compatible with over 400 different cryptocurrencies.

Satoshi Secure will have a built-in GPS tracker, so you can easily locate your device if lost and remote wipe easily.

The device has WIFI and sim card compatibility, therefore, it has total independence and connection to a computer is not required.

It is lightweight and ergonomically designed. There will also be an automated secure backup function to Satoshi Secure Cloud.

When compared to our competitors Ledger and Trezor; Satoshi Secure will have; retail mode where you can make easy payments to high street retailers and also have a QR code scanner which both Ledger nano and Trezor do not possess.

Satoshi Secure will have lifetime support with free updates and will come in variety of colours - price $TBC.



What will the price of this product be in comparison to a Ledger or Trezor wallet and is there a design prototype you can share?

SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 06, 2018, 02:18:42 PM
Last edit: April 06, 2018, 02:31:44 PM by SATC-Crypto
 #48

PROJECT PROPOSAL


What will the price of this product be in comparison to a Ledger or Trezor wallet and is there a design prototype you can share?

We will have two versions of the ‘Satoshi Secure’ hardware wallet:

Version 1 will have no sim card capability, therefore, no cellular function, users will not be able to benefit from the GPS tracker, QR scanner and features such as the retail function where customers can pay for goods and services to high street retailers.
Also, there will be no Wi-Fi on this version, so the device will have to be connected to a computer.
This version is similar to a Nano ledger and Trezor however, the additional benefits are that our device is capable of supporting over 400 different cryptocurrencies when compared to only 6 cryptocurrencies which Trezor can support and our device has a 3.5 inch colour screen.
Our price for this device will only be £60 once released, with far more attractive features and is still significantly cheaper than the retail price of the Trezor or Nano ledger.


Version 2 will have cellular; therefore, users will be able to benefit from all additional functions that Nano ledger and Trezor do not have.
Users will be able to use the device without the need of connection to a computer and, can instantly pay for goods and services with any of the 400+ crypto currencies that we will support.
This version also benefits from a built-in GPS tracker and a QR code scanner.
Satoshi Secure version 2 comes in two different screen sizes; 3.5 inches and 5.5 inches respectively and the price for the cellular version will start at only £90.

Customers that purchase our hardware wallet benefit from lifetime support with free updates.
‘Satoshi Secure’ hardware wallet will be available in seven different colours.

We do have a design prototype; however, we cannot share this with our community at this stage due to company policies and trade secrets.
alyqly
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 07, 2018, 02:43:25 AM
 #49

cant wait to test the product  Roll Eyes
Proture
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
April 07, 2018, 06:41:00 AM
 #50

Some of the newbies get banned at the very first post they have made due to aggressiveness, they think that to become  a ranked member they just need to post and post more, that's why they make posts without even thinking, they commented in a thread without even reading the whole opening post. I have seen a lot of that member here.

Well, is it true Huh
Dies Irae
Full Member
***
Offline Offline

Activity: 283
Merit: 116



View Profile
April 07, 2018, 06:50:23 AM
 #51

I think that this coin is expected by bright future.
Based on the name, this coin will cost 1 satoshi.  Grin
Proture
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
April 07, 2018, 09:23:23 AM
 #52

I think that this coin is expected by bright future.
Based on the name, this coin will cost 1 satoshi.  Grin

Oh God Grin
Eulalila
Member
**
Offline Offline

Activity: 294
Merit: 10


View Profile
April 07, 2018, 05:11:54 PM
 #53

I hope this project has a bright future.I also hope this project becomes a great success and i am happy to be part of this great project.
SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 08, 2018, 08:59:36 AM
 #54

All unsold coins will be burned after pre-sale ends sending them to the address SXXXXXXXXXXXXXXXXXXXXXXXXXXXXG7yfR
BtcVolcano
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
April 08, 2018, 09:02:47 AM
 #55

I think that this coin is expected by bright future.
Based on the name, this coin will cost 1 satoshi.  Grin
I too most wanted to tell, you were ahead of me. The name of course very phenomenal also deserves the project of attention only even because of the name of a coin. As you will call the ship, so it also will float.
SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 08, 2018, 12:45:58 PM
Last edit: April 08, 2018, 03:25:53 PM by SATC-Crypto
 #56

As setting up Masternodes can be difficult, we are in the process of setting up a facility on our website, where we would setup your Masternodes for you and host them on our own server for a small fee a month. You would hold your coins and get the rewards and we would administer the servers 24/7.

Please let us know your thoughts.
SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 09, 2018, 07:46:10 AM
 #57

we are listed now on masternodes.pro
SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 09, 2018, 12:58:00 PM
 #58

PRESALE UPDATE

Presale has been running for 14 days and we have investments of just over $100,000 – total sales from phase one and first week of phase two.

A further update will be provided at the end of phase 2 of presale. A final update with exact figures will be provided at end of the presale.


SATC-Crypto (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0


View Profile WWW
April 10, 2018, 11:28:37 AM
Last edit: April 10, 2018, 11:40:31 AM by SATC-Crypto
 #59

Satoshi Coin has been added to mnode.club . Create the account there and you can set up email alerts for your masternodes, just follow instruction in setup guide on the website.
think3214
Member
**
Offline Offline

Activity: 238
Merit: 10


View Profile
April 10, 2018, 04:46:57 PM
 #60

we are listed now on masternodes.pro
Congratulation SatoshiCoin stats live on Masternodes.pro

Satoshi Coin's vision will be the "Satoshi Secure". A hardware wallet that will have the most advanced level of security which is compatible with over 400 different cryptocurrencies

Read more: https://news.masternodes.pro/satoshi-coin-satc-stats-lives/
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!