Bitcoin Forum
May 30, 2024, 10:22:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No Airdrop/No Premine/ ⚡ 435+ Masternodes 🔥Scrypt🔥 on: November 09, 2017, 09:42:25 PM

I see that a lot of people (especially on Discord) are still struggling  setting up MNs. Here are detailed steps you have to do including VPS server setup:

# --------------------------
# 1. Deploy Ubuntu 16.04 VPS
# --------------------------

# --------------------------
# 2. Add swap
# --------------------------
Code:
cd /var
touch swap.img
chmod 600 swap.img
dd if=/dev/zero of=/var/swap.img bs=2048k count=1000
mkswap /var/swap.img
swapon /var/swap.img
echo "/var/swap.img    none    swap    sw    0    0" >> /etc/fstab

# --------------------------
# 3. Add new user
# --------------------------
Code:
adduser --shell /bin/bash xios_user

# --------------------------
# 4. visudo - add user to sudoers file
# --------------------------
Code:
xios_user    ALL=(ALL:ALL) ALL

# --------------------------
# 5. Create .ssh dir and copy ssh keys to .ssh/authorized_keys
# --------------------------
Code:
su xios_user
cd
mkdir .ssh
chmod 700 .ssh

# On local computer go to ~/.ssh directory
Code:
scp id_rsa.pub xios_user@VPS_IP_ADDRESS:~xios_user/.ssh

# On VPS
Code:
cd
mv ~xios_user/.ssh/id_rsa.pub ~xios_user/.ssh/authorized_keys

# --------------------------
# 6. Change /etc/ssh/sshd_config
# --------------------------

Code:
sudo su
vi /etc/ssh/sshd_config

# Update/add the lines
Code:
PermitRootLogin no
PasswordAuthentication no
AllowUsers xios_user

# --------------------------
# 7. Restart ssh
# --------------------------
Code:
/etc/init.d/ssh restart

# --------------------------------------------------------------
# SETUP XIOS MASTERNODE
# --------------------------------------------------------------

# ------------------
# VPS
# ------------------

# 1. Install dependencies
Code:
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

# 2. Clone repo
Code:
git clone https://github.com/ButterRose/Xios.git xios

# 3. Build XIOSd
Code:
cd xios/src
sudo make -f makefile.unix

# 4. Run XIOSd daemon
Code:
./XIOSd -daemon

# Will see an error here

# 5. Edit ~/.XIOS/XIOS.conf
Code:
vi ~/.XIOS/XIOS.conf

Code:
rpcuser=XIOSrpc
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0


# 6. Start XIOSd again
Code:
./XIOSd -daemon

# 7. Check last block synced
Code:
./XIOSd getmininginfo

Code:
{
    "blocks" : 12633,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 176623.15359025,
    "blockvalue" : 100000000,
    "netmhashps" : 13230.39365848,
    "netstakeweight" : 108655610669683.62500000,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 0,
        "maximum" : 0,
        "combined" : 0
    },
    "testnet" : false
}

# 8. Generate masternode private key
Code:
./XIOSd masternode genkey

Generated masternode private key: MASTERNODE_PRIVATE_KEY

# 10. Stop XIOSd daemon
Code:
./XIOSd stop

# 9. Update XIOS.conf file
Code:
vi ~/.XIOS/XIOS.conf

Code:
rpcuser=XIOSrpc
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0

logtimestamps=1
port=9999
masternode=1
masternodeaddr=VPS_IP_ADDRESS:9999
masternodeprivkey=MASTERNODE_PRIVATE_KEY

# 10. Start XIOSd daemon again
Code:
./XIOSd -daemon

# ------------------
# WINDOWS
# ------------------

# 11. On your XIOS Wallet open Help->Debug Window->Console and type

Code:
getaccountaddress MASTERNODE_ALIAS

Masternode address: GENERATED_MASTERNODE_ADDRESS

# 12. Send 1,000 XIOS to the address above and wait for 15 confirmations


# 13. On Windows edit ~AppData/Roaming/XIOS.conf

Code:
rpcuser=XIOSrpc
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0
logtimestamps=1

# 12. On Windows Wallet console type

Code:
masternode outputs

Output:
{
    "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1" : "1",
    "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2" : "0"
}

# 13. Create the masternode.conf file.
# Inside your Windows wallet, click Masternodes -> My Master Nodes -> Create

Alias: MASTERNODE_ALIAS
Address: VPS_IP_ADDRESS:9999
Private Key: MASTERNODE_PRIVATE_KEY
TxHash: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1
Output Index: 1
Reward Address: REWARD_WALLET_ADDRESS
Reward %: 100

-------------------------------

Hope this helps.




I followed the steps correctly. Everything got up. But the masternode keeps disconnecting. It runs for few moments and then stops.

Few explanations:
The masternode starts successfully from the local wallet.
The status on the local wallet as well as the server shows "enabled"
After few moments the status changes to "remove".

When I restart the server as well as the local wallet then only the problem gets fixed. But again for few moments only. And the infinite loop goes on.

Any help here?
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]*[PTG]*PlatiGold**100%PoS**Masternode**Darksend**E2E messaging on: November 09, 2017, 06:54:30 PM
the premine on block 1 was 200k

POW from blocks 2-100 were 0.01 each

 POS from 101 on with a more reasonable block reward

i'm asking about the transactions adding up to much more than 200k.. were more than 200k coins generated?  or is the 200k being moved around?  if so, for what?

Total money supply (while writing this) as on block 175 right now shows 203750.99

Let's do some basic maths here:

Block 1 : 20000
Block 2-100 : 0.99 @ 0.01 per block
Block 101-175 : 3750 @ 50 per block

Total adds up to 203750.99

Everything seems fine.

"In Math We Trust"

43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]*[PTG]*PlatiGold**100%PoS**Masternode**Darksend**E2E messaging on: November 08, 2017, 12:37:43 PM
looking thru the block explorer, block 1 has a 200k transaction:

Quote
1   11b7910a91e5beef…   0.00   2017-Nov-05 11:33:16   1 · 200000.00

what's this for, the premine/crowdsale?

then block 22...

Quote
22   48fcb0cff4b66bf0…   0.00   2017-Nov-05 16:03:11   2 · 200000.01

block 32..

Quote
32   a25943ca8614826d…   0.00   2017-Nov-07 13:00:38   2 · 190000.01

44..

Quote
44   bab63a2e07a7d199…   0.00   2017-Nov-07 13:26:27   2 · 10001.01

and that's all before ANY pos difficulty.  this is more coins than the premine..  what's the deal here??



Code:
// coin base reward
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 1)
{
        nSubsidy = 200000 * COIN;
    }
else if (nHeight > 1 && nHeight <= 100)
{
nSubsidy = 0.01 * COIN;
}
    return nSubsidy + nFees;

}

// coin stake reward
int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy = 5 * COIN;
if (pindexBest->nHeight+1 > 100 && pindexBest->nHeight+1 <= 5000)
{
nSubsidy = 50 * COIN;
}
else if (pindexBest->nHeight+1 > 5000 && pindexBest->nHeight+1 <= 20000)
{
nSubsidy = 25 * COIN;
}
else if (pindexBest->nHeight+1 > 20000 && pindexBest->nHeight+1 <= 50000)
{
nSubsidy = 20 * COIN;
}
else if (pindexBest->nHeight+1 > 50000 && pindexBest->nHeight+1 <= 100000)
{
nSubsidy = 15 * COIN;
}
else if (pindexBest->nHeight+1 > 100000 && pindexBest->nHeight+1 <= 200000)
{
nSubsidy = 10 * COIN;
}
else if (pindexBest->nHeight+1 > 200000)
{
nSubsidy = 5 * COIN;
}
    return nSubsidy + nFees;
}

Hope this helps



If you do not understand the code, then for your benefit all explanation is provided by dev in simple terms in the announcement. Just read it. After all, not everyone is "Technical".
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]*[PTG]*PlatiGold**100%PoS**Masternode**Darksend**E2E messaging on: November 08, 2017, 09:50:48 AM
I think this coin has good potential due to the low premine. I have seen decent coins with 10% premine. But it depends on the coin developer.
Well your website looks cool. You should look forward to listing in exchanges and start the bounty.
I will be watching this.
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 28, 2017, 06:09:23 PM
Guys, where is better staking, desctop wallet or CM?

In your personal wallet you will get less, but your coins remain with you. In the CM you will get a big stake, but you have to entrust your coins to other people's hands. Tongue

CoinsMarkets is trusted by many traders and till now I've read no negative comments about them. So its quite safe in their hands.

I did not say that CM have a bad reputation or something like that, do not distort my words!

But you should be aware that no centralized exchange can give you a 100% guarantee for the safety of your coins - even if the owners and administrators are honest people. Any service that uses your coins directly (when you transfer your coins to their wallet) or who has access to your private key is potentially unsafe!

If their wallets are hacked - what will you get, except for an apology? Hope that the "White Hats" did it?))
In addition, the absence of fraudulent actions in the past does not guarantee their future manifestations (and we know such stories, right?).

Therefore, I honestly replied that there are pros and cons in each of the options for staking coins (solo with your personal wallet or on the staking pool, giving your coins to someone). And it does not matter what is called this pool - CM, POSW or something else.

There is always a risk, but one must be aware of it.

And as for me - I keep many coins on this exchange, but only the amount that I'm not afraid to lose once waking up.

This. Even if they are 100% honest, and so far they do seem so, they can always be hacked, like any trade for that matter. So, while it is good, and personally i use it a lot, it's never completely safe.

I said the same thing just in a different way.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 26, 2017, 08:36:26 PM
Is Coinsmarkets security a bit scary?
I am afraid of theft so I put it in my wallet. Smiley

During the last couple of months I have heard of DDoS attack on all major exchanges. Internet is not a safe place, and security is just a delusion.
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 24, 2017, 08:01:41 PM
Guys, where is better staking, desctop wallet or CM?

In your personal wallet you will get less, but your coins remain with you. In the CM you will get a big stake, but you have to entrust your coins to other people's hands. Tongue

I actually get far more coins per day staking with my own wallet than on CM. Wink

Seriously!! You got to be kidding me!!
You should be having too much coins to get more than CM
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 24, 2017, 12:41:22 PM
Managed to execute the launch well but where is the roadmap for the future?  Why should this coin exist???

Good launch is a sign for bright future. This coin is far better than those made by Wallet Builders and Coin Making Services. At least the dev knows some programming and he is committed to add more features to it. Give the dev some time, some room
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 24, 2017, 10:13:34 AM
Guys, where is better staking, desctop wallet or CM?

In your personal wallet you will get less, but your coins remain with you. In the CM you will get a big stake, but you have to entrust your coins to other people's hands. Tongue

I'm staking on CM and it is working very well for me. I get stakes daily.
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 21, 2017, 03:21:15 PM
Vultur looks like promising, I invested a bit Smiley

Keep on staking. Prise rise coming soon when it hits yobit.
51  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [ANN]*[BOUNTY THREAD]**[VULTR] High POS 500% - With low initial supply on: October 20, 2017, 09:46:08 AM
I can see the twitter bounty going on very very well, even without me. Congrats for success folks.
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 20, 2017, 09:22:34 AM
PLEASE CHANGE YOUR VULTR ADDRESS ON COINSMARKETS AND DO NOT SEND TO OLD ADDRESS

DO NOT MINE VULTR DIRECTLY TO YOUR COINSMARKETS ADDRESS

How do we change the address on coinsmarket? I don't see the optio to generate a new address...

Same... But i think they are updating wallets, probably going to generate new addresses, according to news.

Yes. I think they should also display some message when the old address is no more valid.
53  Alternate cryptocurrencies / Altcoin Discussion / Re: I lost 80% of my bitcoins in alts, What can I do now?! on: October 17, 2017, 08:47:30 PM
States haven't joined the party yet, it'll be a heck of a fun when all the governments will start to mass Bitcoins. They can't stop it, so... I guess they will just take profits while it's not too late.  Wink

I read the news somewhere that Russia has started CryptoRuble or something similar. I think more governments will be jumping into this.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 17, 2017, 08:36:37 PM
Do you know when Yobit's listing for VULTR is planned ? In a few days ? In a week ? I'll have to buy a bunch of VULTR it rises ! Smiley


Just buy on coinsmarkets, a lot of sell orders there, when it gets to other exchanges chances are it gets a bit more expensive...

already grabbed many at low price... staking nicely but can't join the bounty....
55  Alternate cryptocurrencies / Altcoin Discussion / Re: How will an ICO look like in 1 year from now? What do you think? on: October 17, 2017, 08:00:30 PM
i have no idea. probably some sooth sayers would be helpful....  Grin
56  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] CCORE - Crypto Payment Platform on: October 17, 2017, 03:34:33 PM
good development going on in here
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, true deletable blockchain - V2 protocol active! on: October 17, 2017, 03:26:53 PM
I have sold out all my Pascal coins few months ago, but now I see very tasty price and I think it good time to return Pascal to portfolio. Looks like we on the bottom of price

happens to me often with many coins
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 17, 2017, 10:55:04 AM
BTW, sell orders still are pretty high and stable at the moment on CM, i think VULTR has a bright future and will rise pretty soon.

I like it when people don't dump. I am holding the stakes and waiting for price rise
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]**[VULTR] High POS 500% - With low initial supply on: October 16, 2017, 08:21:47 PM
Will you guys provide anything for newbies? ever?
Bought few coins on coinsmarkets and is staking well there but I want to join bounty campaign
60  Alternate cryptocurrencies / Bounties (Altcoins) / Re: *[ANN]*[BOUNTY]*[VULTR] GET FREE 30 VULTR PER DAY on: October 16, 2017, 07:54:00 PM
again nothing for Newbies
why don't anyone care about us?
Pages: « 1 2 [3] 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!