Bitcoin Forum
April 25, 2024, 07:12:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 »  All
  Print  
Author Topic: [ANN] STAKE - Decentralized P2P Casino and SportsBook Platform [POW/POS]  (Read 19528 times)
calita79
Copper Member
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
March 23, 2018, 01:15:48 AM
 #181

MASTERNODE WINDOWS VPS SETUP

STAKE MASTERNODE SETUP GUIDE WINDOWS - WINDOWS VPS
Setting up a masternode for the Stake Masternode is straightforward. However, a few steps have to be followed in order to make it work smoothly.

Prerequisites:

77.777 coins

Wallet Windows

White static IP with open ports for masternodes



PREPARING MASTERNODE




1 - Choose the directory where you will hold your masternodes (you need 1.5Gb free space for every masternode)

2 - Create a folder "StakeMN1" there

3 - Copy file "Stake-qt.exe" to folder "StakeMN1"

4 - Create a new folder "data" in folder "StakeMN1"

6 - Rename "Stake-qt.exe" to "Stake-mn1.exe"

7 - Press Win+R and type "cmd" and press Enter

8 - Now type there:

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

9 – Move created file "startmn1.cmd" from Desktop to the "StakeMN1" folder

10 - Repeat the process from step 2 for each masternode you want to create, 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 wallet

PREPARING CONTROLLER WALLET



1 - Open your main wallet where you have your coins

2 - Go to File >> Receiving Addresses

3 - Press button "New" and enter "Masternode 1" in Label, followed by “OK”.

4 - Send 77.777 STAKE to this address

5 - Wait for 30 confirmations of the transaction and go to Tools >> Debug Console

6 - Run command "masternode genkey" and copy down generated key (this is your masternode private key)

7 - Run command "masternode outputs" and copy down hexnumbers (this is your masternode tx) and digit after ":" (this is tx index)

8 - Go to Tools >> Open Masternode Configuration File (masternode.conf), and open with Notepad.

9 - Using (one line per masternode), use the following format:

Alias IP:Port Privkey TxHash OutputIndex



10 – As "Alias", enter "MN1" (do not use spaces and special characters)

11 – As "IP:Port", enter "YOUREXTERNALIP:PORT" (your external white IP and port for masternode), such as 123.456.789:48882 12 – As "Privkey", enter the masternode private key you generated with "masternode genkey"

13 – As "TxHash", enter the masternode tx from "masternode outputs" command

14 – As "OutputIndex", enter the tx index from "masternode outputs" command (0 or 1)

15 - Now you can File >> Save and exit out.

16 - In Case you want to setup multiple Masternodes, repeat the process from step 2 for MN2 and MN3, while renaming MN1 to MN2 and MN3 and changing ports

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

CONFIGURING MASTERNODES



1 - Go to "StakeMN1/data" folder

2 - Open "stake.conf" in Notepad

3 - Type there: port=PORT masternode=1 masternodeaddr=IP:PORT masternodeprivkey=PRIVKEY



File should look like this:



rpcuser=CHOOSE_YOUR_USER here
rpcpassword=< CHOOSE YOUR PASSWORD here>
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0
logtimestamps=1



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



4 - Replace PORT with the port used for your Masternode 1, IP:PORT with your external white IP and the same port for your Masternode 1

5 - Replace PRIVKEY with the 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 (in case you set up multiple)



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 transactions in Masternode 1, 2 and 3 addresses have at least 15 confirmations.

3 - Go to the "My Masternodes" tab.

4 - Press "Start All"stake

If you liked the tutorial and you are considering to donate, please :

BTC: 18GcMowzdJgBGwpSgg59DMvWDY1f5xTcaV
ETH: 0x8dc0f698b30a20618a9870b781f189239e878e54
Stake: SPhviVtgSCxhQqwBxGqhoTT6Yjoj3zVu1G
1714029132
Hero Member
*
Offline Offline

Posts: 1714029132

View Profile Personal Message (Offline)

Ignore
1714029132
Reply with quote  #2

1714029132
Report to moderator
1714029132
Hero Member
*
Offline Offline

Posts: 1714029132

View Profile Personal Message (Offline)

Ignore
1714029132
Reply with quote  #2

1714029132
Report to moderator
1714029132
Hero Member
*
Offline Offline

Posts: 1714029132

View Profile Personal Message (Offline)

Ignore
1714029132
Reply with quote  #2

1714029132
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714029132
Hero Member
*
Offline Offline

Posts: 1714029132

View Profile Personal Message (Offline)

Ignore
1714029132
Reply with quote  #2

1714029132
Report to moderator
Duffman791
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
March 23, 2018, 02:02:52 AM
 #182

Or you can just join the Discord, look at announcements, and use my github.

https://github.com/Duffman791/stakemncold

Included an automagic script for VPS and detailed instructions on how to configure windows to work with the linux vps.  I am always available for support in the discord as well.
dioo89
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
March 23, 2018, 06:20:06 AM
 #183

Or you can just join the Discord, look at announcements, and use my github.

https://github.com/Duffman791/stakemncold

Included an automagic script for VPS and detailed instructions on how to configure windows to work with the linux vps.  I am always available for support in the discord as well.
please Cold masternode setup? win wallet+linux vps
Duffman791
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
March 23, 2018, 02:55:49 PM
 #184

Or you can just join the Discord, look at announcements, and use my github.

https://github.com/Duffman791/stakemncold

Included an automagic script for VPS and detailed instructions on how to configure windows to work with the linux vps.  I am always available for support in the discord as well.
please Cold masternode setup? win wallet+linux vps

That link is for that specifically.

https://github.com/Duffman791/stakemn is for hot linux
Esposito17
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
March 23, 2018, 11:14:05 PM
 #185

MASTERNODE WINDOWS VPS SETUP

STAKE MASTERNODE SETUP GUIDE WINDOWS - WINDOWS VPS
.
.
.
Thank you very much for this clear explanation. It works.
calita79
Copper Member
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
March 23, 2018, 11:42:40 PM
 #186

MASTERNODE WINDOWS VPS SETUP

STAKE MASTERNODE SETUP GUIDE WINDOWS - WINDOWS VPS
.
.
.
Thank you very much for this clear explanation. It works.


Just an advise, also add a reward address and put 100 % payout. Like this you dont leave any coins on your vps in case something goes wrong with it.

Enjoy
Esposito17
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
March 24, 2018, 10:53:22 PM
 #187

Please, can someone help me to configure staking?
gr1ndb0t
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 25, 2018, 05:54:14 AM
 #188

You need have coins at your local wallet => let it sync => let the coins matured (the more conf it gets the more it stakable) => let wallet be online 24/7 for staking. Enjoy!
Better buy coins for masternode, it is 80% reward, instead 20% reward of staking.
cronyx
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
March 25, 2018, 07:56:36 AM
 #189

MASTERNODE WINDOWS VPS SETUP

STAKE MASTERNODE SETUP GUIDE WINDOWS - WINDOWS VPS
.
.
.
Thank you very much for this clear explanation. It works.


Just an advise, also add a reward address and put 100 % payout. Like this you dont leave any coins on your vps in case something goes wrong with it.

Enjoy


MN1 IP:33234 key txid 0 otherwallet 100

right ?
Esposito17
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
March 25, 2018, 12:06:37 PM
 #190

You need have coins at your local wallet => let it sync => let the coins matured (the more conf it gets the more it stakable) => let wallet be online 24/7 for staking. Enjoy!
Better buy coins for masternode, it is 80% reward, instead 20% reward of staking.
Thank you. It's clear now.
mindkontrolultra
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
March 25, 2018, 05:39:34 PM
 #191



it would be nice to hear a bit more about the platform itself.  People's main concern with poker sites is that they just end up losing their money to bots.  There's no shortage of shitty gambling sites at the moment
mazedreamer
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
March 26, 2018, 02:32:48 PM
 #192

Guys don't push so hard for masternodes. in two weeks or in 20 days max, reward downs 1/10 current projected income per day $1,5 , in two weeks it'll be $0,15 (even current MN counts stay same, off course there will be more MNs and less income) eventually price will go deadly low, like 0,0000001 usd or something. because all MN owners will sell. Baby casino born dead Smiley 
artbroker
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
March 26, 2018, 08:42:01 PM
 #193

Lol, I have an opposite view Smiley

Guys don't push so hard for masternodes. in two weeks or in 20 days max, reward downs 1/10 current projected income per day $1,5 , in two weeks it'll be $0,15 (even current MN counts stay same, off course there will be more MNs and less income) eventually price will go deadly low, like 0,0000001 usd or something. because all MN owners will sell. Baby casino born dead Smiley 
bogdan1512
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 29, 2018, 08:04:18 AM
 #194

Can`t believe it ! It`s him !! It`s Warren Buffet !! Thank u mr Muppet for your advice. U saved my life !! Another beauty Smiley
buntamtam123
Jr. Member
*
Offline Offline

Activity: 36
Merit: 2


View Profile
March 29, 2018, 01:33:12 PM
 #195

Any pools for the coin?
Monster Jaday
Newbie
*
Offline Offline

Activity: 204
Merit: 0


View Profile
March 29, 2018, 02:19:05 PM
 #196

Any pools for the coin?
Pow phase is end. Only pos
dmanukr
Jr. Member
*
Offline Offline

Activity: 75
Merit: 1


View Profile
March 31, 2018, 08:30:22 AM
 #197

When I send coin from wallet to exchange and it doesn't arrive, who do I contact besides the exchange?
TakeItEasy
Sr. Member
****
Offline Offline

Activity: 1622
Merit: 270


Undeads.com - P2E Runner Game


View Profile
March 31, 2018, 09:37:58 AM
 #198

When I send coin from wallet to exchange and it doesn't arrive, who do I contact besides the exchange?
Nobody. Just wait.

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
TakeItEasy
Sr. Member
****
Offline Offline

Activity: 1622
Merit: 270


Undeads.com - P2E Runner Game


View Profile
March 31, 2018, 09:44:53 AM
 #199

Can you tell us a little more about your plans ?
- when white paper will be released ?
- what Market will be next ? I think Tradesatoshi is not a good choice.
- will you contact with real Casino ? what Casino's it will be ?
 

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
TakeItEasy
Sr. Member
****
Offline Offline

Activity: 1622
Merit: 270


Undeads.com - P2E Runner Game


View Profile
April 02, 2018, 08:01:09 AM
 #200

So, what we have ?

---
How will your token work on the Decentralized P2P Casino and SportsBook platform and what features will it perform? How are you going to work on such a platform of different industries like Casino and SportsBook?
No answer in 2 weeks, but it is serious question. This is the meaning of this coin.

---
Can you tell us a little more about your plans ?
- when white paper will be released ?
- what Market will be next ? I think Tradesatoshi is not a good choice.
- will you contact with real Casino ? what Casino's it will be ?
 
No answer too.

---
Guys don't push so hard for masternodes. in two weeks or in 20 days max, reward downs 1/10 current projected income per day $1,5 , in two weeks it'll be $0,15 (even current MN counts stay same, off course there will be more MNs and less income) eventually price will go deadly low, like 0,0000001 usd or something. because all MN owners will sell. Baby casino born dead Smiley  
Ant it's real. Mathematic.

---
All positive comments in this thread are made by new reg users - March 2018.

---
DEV is offline for 10 days.
Also his profile was created in the end of November 2017, but 1 post was made February,14 2018 in this thread. What were you doing for 2.5 months ?

---
Considering all the facts, Stakecoin is scam

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 »  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!