Post
Topic
Board Announcements (Altcoins)
[ANN] [POW/POS/MN] [MASTERNODE COIN] ⚡️ Soxar Coin ⚡️ X11
by
soxar
on 29/11/2018, 10:55:35 UTC

welcome to



--------------------------Pre mine only 2.5% ---------------------------------

A Masternode coin that increases rewards if more Masternodes are online

     



http://youcrazy.me/

Quote
-a x11 -o stratum+tcp://stratum.youcrazy.me:3533 -u YourWalletAddress -p c=XAR


http://www.smilingmining.com/

Server location in Germany
Fee is 1%

CONNECTION

Quote
URL/HOST:stratum+tcp://smilingmining.com:3533
USERNAME:
PASSWORD:c=XAR

FOR NICEHASH


Quote
STRATUM HOSTNAME OR IP:smilingmining.com
PORT:9533
USERNAME:
PASSWORD:c=XAR






Dont Mine coin with https://gos.cx/  Scammer
Note: we not responsible if you not receive your coins







HOW TO Setup MasterNode

Masternode collateral 5,000 XAR. Masternodes will receive 75% of block reward for the next 2 years
Masternode Setup Guide On VPS:

Quote
1. Deploy VPS Ubuntu 18.04 (make sure to add 4GB of swap)

2. Install dependencies
Quote
sudo apt-get -y update && sudo apt-get -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool autotools-dev pkg-config bsdmainutils software-properties-common libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev
sudo add-apt-repository ppa:bitcoin/bitcoin -y
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

3. Download the daemon and unzip it
cd
Quote

4. Run soxard daemon
Quote
~/soxard -daemon

Will see an error here
'To use the "-daemon" option, you must set a rpcpassword in the configuration file'

5. Update soxar.conf file. Run
Quote
vi ~/.soxar/soxar.conf

Paste to the file:
Quote
rpcuser=user
rpcpassword=password
rpcport=4249
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0

6. Run soxard daemon again and wait for server to sync.
Quote
~/soxard

7. Run to see if blocks are increasing:
Quote
~/soxard getinfo

8. Generate masternode private key
Quote
~/soxard masternode genkey

9. Update ~/.soxar/soxar.conf
Quote
~/soxard stop vi ~/.soxar/soxar.conf

Quote
Updated file should look like this:
rpcuser=user
rpcpassword=password
rpcport=4249
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0
port=4250
masternodeaddr=your_vps_ip_address:4250
masternode=1
masternodeprivkey=masternode_private_key

Start soxard:
Quote
~/soxard
On local Windows/Mac/Ubuntu:

1. On Windows/Mac/Ubuntu add below to the soxar.conf file
Quote
rpcuser=user
rpcpassword=password
rpcport=4249
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0

2. On Windows/Mac/Ubuntu go to Receive, generate a new address and assign a label to it, ex: MyMasternode

3. Send exactly 5000 XAR to the address above and wait for at least 1 confirmation

4. Open debug console and type
masternode outputs

You should see output like this:
Quote
{
"xxxxxxxxxxxxxxxxx" : 0
}
5. Write for yourself:

  
Quote
Alias: Your generated address label
    Address: your_vps_ip_address:4250
    Private Key: private key generated on your vps
    TxHash: tx id from masternode outputs output
    Output Index: index from masternode outputs tx id
    Reward Address: (optional)
    Reward %: (optional)

    Example:
    Alias: MyMasternode
    Address: 123.45.67.89:4250
    Private Key: xxxxxxxxxxxxxxxxx----xxxxxxxxxxxxxx
    TxHash: xxxxxxxxxxxxxxxxx
    Output Index: 0
    Reward Address:
    Reward %:

6. On Windows/Mac/Ubuntu Wallet Click Masternodes -> Create and fill information from the step above

7. Click Update -> Start All

If you did all the steps correctly your Masternode should have "Is Running" status