Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: fratrad on December 27, 2018, 01:11:55 PM



Title: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on December 27, 2018, 01:11:55 PM
https://i.imgur.com/SdIrRdK.png
https://i.imgur.com/554EmNz.png
https://i.imgur.com/5j8wb7T.png
https://i.imgur.com/pPX1PSC.png
https://i.imgur.com/X4IbFAN.png
https://i.imgur.com/bWjUGvM.png
https://i.imgur.com/AA5GkmW.png

https://i.imgur.com/hfOoW1S.png (https://twitter.com/StarCashX2) https://i.imgur.com/Fwq1C2i.png  https://i.imgur.com/HcjvhZp.png (https://discord.gg/k4T2JkK)https://i.imgur.com/AgoDd5c.png (https://t.me/joinchat/IX9w11BeRZMd1p95RmRVcg)






Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on December 27, 2018, 01:13:36 PM
Website and Twitter coming soon!


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: coinporch on December 27, 2018, 01:20:22 PM
Website and Twitter coming soon!

will wait for the website and want to see the roadmap from this project,,
so, this is a rebranded project, right ?
Starcash (STARS) has now swapped to a new chain and rebranded to StarCashX (STARX)


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on December 27, 2018, 01:27:19 PM
Website and Twitter coming soon!

will wait for the website and want to see the roadmap from this project,,
so, this is a rebranded project, right ?
Starcash (STARS) has now swapped to a new chain and rebranded to StarCashX (STARX)
Yes before swap it was Starcash, unfortaly the old dev left so we took over the project.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: webbski9 on December 27, 2018, 03:05:16 PM
Well done Devs,great to see a new Ann and Discord


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on December 27, 2018, 03:43:22 PM
Already 91 Masternodes running on the StarCashX network! A big thank you to our community  :)


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: Siti Nurbaya on December 27, 2018, 04:07:39 PM
Website and Twitter coming soon!

will wait for the website and want to see the roadmap from this project,,
so, this is a rebranded project, right ?
Starcash (STARS) has now swapped to a new chain and rebranded to StarCashX (STARX)
Yes before swap it was Starcash, unfortaly the old dev left so we took over the project.

Unfortunately ... interesting projects left by dev, projects that are able to be large and useful must be left behind by other projects.
But the spirit of creating a new dev hopefully again and creatively you will be able to bring StarCashX to its destination.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on December 28, 2018, 03:40:48 PM
How to setup multiple Masternodes for windows

Step-by-step guide for starting multiple masternodes (3 masternodes in this example)


STEP 1 : Prepairing masternodes

    1 - Choose the place where you will hold you masternodes dirs (you need 1,5Gb free space for every masternode)
    2 - Create folder "SCXMN1" there
    3 - Copy file "StarCashX-qt.exe" in folder "SCXMN1"
    4 - Create in folder "SCXMN1" new folder "data"
    5 - Copy file "blk0001.dat" and folder "txleveldb" in created folder "data"
    6 - Rename "StarCashX-qt.exe" to the "SCXMN1.exe"
    7 - Press Win+R and type "cmd" and press Enter
    8 - Now type there:

Code:

echo start scxmn1.exe -datadir=./data > %homepath%/Desktop/startmn1.cmd

 
    9 - Move file "startmn1.cmd" from Desktop to the "SCXMN1.exe" folder
   10 - Repeat the process from step 2 for each masternode you want to created, with changing mn1 to mn2, mn3
   11 - Run startmn1.cmd, startmn2.cmd and startmn3.cmd, wait for complete loading wallets and complete syncing with blockchain
   12 - Now you can exit from each running masternode wallets

STEP 2 : Prepairing controller wallet

    1 - Open your main wallet where you have your coins
    2 - Go to Recieve tab
    3 - Press button "New address" and enter "Masternode 1" in Label (do not check "Stealth address")
    4 - Send to this address exactly 3000 StarCashX
    5 - Wait for 1 confirmation of transaction and go to the Debug console
    6 - Run command "masternode genkey" and write down generated key (this is your masternode private key)
    7 - Run command "masternode outputs" and write down hexnumbers (this is your masternode tx) and digit after ":" (this is tx index)
    8 - Go to Masternodes tab and switch to the "My Masternodes"
    9 - Press button "Create"
   10 - Enter "Alias" - "MN1" (do not use spaces and special charatcers)
   11 - Enter "Address" - "YOUREXTERNALIP:PORT" (your external white ip and port for masternode)
   12 - Enter "Privkey" - masternode private key you generated with "masternode genkey"
   13 - Enter "TxHash" - masternode tx from "masternode outputs" command
   14 - Enter "Output Index" - tx index from "masternode outputs" command
   15 - Now you can press "Ok"
   16 - Repeat process from step 2 for MN2 and MN3. With renaming MN1 to MN2 and MN3 and changing port

#################################################################################################################################################

When you get to step 7 "masternode outputs" in second time you will see 2 lines with txhash and index. You must choose the new line with txhash.
When you get to step 7 "masternode outputs" in third time you will see 3 lines with txhash and index. You must choose the new line with txhash.

#################################################################################################################################################

   17 - Press "Update" and you will see all three masternodes in list with status "Not in the masternode list."
 
#################################################################################################################################################

Steps 8-15 creates masternode.conf. You can skip this steps and create it by yourself.
It have format:
Code:

ALIAS IP:PORT PRIVKEY TXHASH OUTPUTINDEX

One line - one masternode config

#################################################################################################################################################

STEP 3 : Configuring masternodes

    1 - Go to "SCXMN1/data" folder
    2 - Open "StarCashX.conf" in Notepad
    3 - Type there:

Code:

port=PORT
masternode=1
masternodeaddr=IP:PORT
masternodeprivkey=PRIVKEY

     
    4 - Replace PORT with port for your Masternode 1, IP:PORT with your external white ip and the same port for you Masternode 1
    5 - Replace PRIVKEY with masternode private key you generated with "masternode genkey" in controller wallet for Masternode 1
    6 - Save it and repeat process for Masternode 2 and Masternode 3.

STEP 4 : Starting masternodes

    1 - Now you can start all your masternodes with "startmn1.cmd", "startmn2.cmd" and "startmn3.cmd"
    2 - Go to controller wallet, check that your coins in Masternode 1, 2 and 3 addresses have at least 15 confirmations.
    3 - Go to Masternodes tab and switch to the "My Masternodes"
    4 - Press "Start All"


Don't be afraid to running PoS on controller wallet. It's do not damaged your masternode transactions because all masternode coins will be excluded from PoS.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: Rsj91 on January 04, 2019, 04:31:40 PM
I am sure new dev is informing the upcoming changes to active exchange. Better be a step ahead and let them know on this to avoid any future discretion.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: cryptogbumper on January 04, 2019, 05:36:56 PM
Hope the new dev can make this project more active!

Damn the former dev left this project and gone... the community is waiting for some positive news on this !


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on January 04, 2019, 07:10:56 PM
Hope the new dev can make this project more active!

Damn the former dev left this project and gone... the community is waiting for some positive news on this !

It's true, we hope everything goes well.
this is the first project that I have evaluated and I have been holding hard for several months

anyway ... still we did not understand why the last dev went away ... maybe too much tension XDXD ... the fact is that he behaved really badly with some of the community.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on January 05, 2019, 11:33:32 AM
A big thanks to the StarCashX community for supporting us!

We will give our best to make STARX a success  8)


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on January 09, 2019, 12:56:15 PM
Video guide how to setup masternode

https://www.youtube.com/watch?v=UxwLoyVQkKQ


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on January 21, 2019, 12:04:20 PM
Already 108 Masternodes are running on the starx network, its getting more and more  :)


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on January 22, 2019, 10:50:34 AM
is it possible to create an explorer page where we can see the richlist?


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on January 23, 2019, 12:28:23 PM
is it possible to create an explorer page where we can see the richlist?
Yes we will add this feature in near future


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on January 30, 2019, 07:15:19 PM
Our new twitter page is live

https://twitter.com/StarCashX2


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on February 02, 2019, 11:29:16 AM
We are giving away 1 STARX Masternode! To participate,

1) Join our Discord or Telegram: https://t.me/joinchat/J23ni1fTbqOhWpmoKcW_OA
https://discord.gg/k4T2JkK

2) Follow us on Twitter: https://twitter.com/StarCashX2

3) And comment our Bitcointalk ANN: https://bitcointalk.org/index.php?topic=5090096

Good luck everyone 😁


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: darteg on February 02, 2019, 05:12:33 PM
when more exchanges? maybe stex or mercatox


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: fratrad on February 02, 2019, 06:18:00 PM
when more exchanges? maybe stex or mercatox
StarCashX is currently listed on coinexchange and novaexchange, we will work on more exchanges at a later time


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 07, 2019, 07:41:05 PM
We are giving away 1 STARX Masternode! To participate,

1) Join our Discord or Telegram: https://t.me/joinchat/J23ni1fTbqOhWpmoKcW_OA
https://discord.gg/k4T2JkK

2) Follow us on Twitter: https://twitter.com/StarCashX2

3) And comment our Bitcointalk ANN: https://bitcointalk.org/index.php?topic=5090096

Good luck everyone 😁

i'm here!! the chain run well
due to the low price we can also setup multiple masternode.

now i think that starx need more exposure and marketing... right?

it is very difficult gain new respect from the matket.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 12, 2019, 12:36:33 PM
hello my friend,

help the dev to upload on blockfolio.

vote here https://feedback.blockfolio.com/coin-requests/p/starcashx-starx


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 13, 2019, 10:53:47 AM
Waiting airdrop and bounty

check this on twitter https://twitter.com/StarCashX2/status/1091659340594012161


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: TimeTeller on February 15, 2019, 12:11:54 AM
Really hope that they are not here because of masternode and listing in exchanges only.
Most of the projects that have that kind of focus failed and were abandoned.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 15, 2019, 10:25:55 AM
when more exchanges? maybe stex or mercatox

now you can find on
Coinexchange: https://www.coinexchange.io/market/STARX/BTC
and
Novaexchange: https://novaexchange.com/market/BTC_STARX/


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: setanimals on February 17, 2019, 03:40:12 PM
Digging into this one.  Seems like a solid community.  Excited to check the new website and updates.  Good time to snag a node.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: primius on February 17, 2019, 04:00:35 PM
With a current supply of only 2'600'000 the market cap is 34'000 € / 10.5 BTC. There is a easy 50 - 100 x increase possible. The best time to buy is now. There is also a masternode give away, where i'm taking part.


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: MuchoTB on February 18, 2019, 10:37:23 AM
Curious to see what the announcements will be, that are coming in March!


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: Cryptonole on February 21, 2019, 02:50:23 AM
Curious to see what the announcements will be, that are coming in March!

As am I


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 22, 2019, 11:19:28 AM
in the last few days some people have been interested in the project.

I'm happy. I hope that in the future many other people will take part in this project with new ideas and developments.

for now the chain is working well and even if the price is low we can resell the rewards pos with ease.

now we can follow the trend on coinpaprika, I hope soon also on coinmarketcap


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 22, 2019, 12:35:14 PM
New STARX explorer addres http://77.55.193.205/


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 23, 2019, 10:35:54 AM
C’mon guys .. help starcashx STARX with blockfolio https://feedback.blockfolio.com/coin-requests/p/starcashx-starx


Title: Re: [ANN] StarCashX (STARX) [PoS]+[MN]
Post by: bullau on February 25, 2019, 09:03:49 AM
Curious to see what the announcements will be, that are coming in March!



I'm also curious to see the new site and what the developers have in mind ;D