Official BGOL Crypto Currency Thread ★★★★★

ahhh. i see there is a minimum wagerr amt for the masternode.
You'll be able to stake if you don't have enough for a masternode. My WGR masternode been up since yesterday (rewards are suppose to start on the 10K block). I'm on Vultr too it's pretty straight forward I can answer questions if you guys have any. I have 6 different masternodes and I monitor them with this website.

https://masternodes.online/monitoring/
 
One more thing about wagerr masternodes. They are unlimited so as long as you the required tokens you can become a masternode however Oracle masternodes are limited to 2,000.

https://steemit.com/blockchain/@wag...-hottest-properties-in-cryptocurrency-in-2018
Ahhh, didn't know that. I though MN were limited to 2000. Fuck I wouldve waited to do this shit had I known that. I'm having problems setting my MN and getting some help on the Discord, but when I check my shit in putty, it's not reading the blocks.
 
Maybe I'm not understanding this fully. My coins are on exchanges.....your saying these guys will make you take your phone and sign into Binance to see how much Nem you have.... and then calculate it's value before you get on a flight ?? WTF?
Don't know how it goes, but it's the government and they are crooks and not to be trusted.

Lets say they do a 'random' search on you(who is to say your name isn't flagged because of crypto). They open up your device and go through it. They see wallets and exchanges. Maybe they hold you and get a warrant talking some AML bullshit. :smh:

It's just too risky.

We learn something new every fucking day in this game. This news is huge. How many of us would have been taking our shit out of country thinking we sweet because of encryption. Come to find out, big bro like :hmm: "disable it or else!"
 
Ahhh, didn't know that. I though MN were limited to 2000. Fuck I wouldve waited to do this shit had I known that. I'm having problems setting my MN and getting some help on the Discord, but when I check my shit in putty, it's not reading the blocks.

Happened with mine do a ./wagerr-cli stop
./wagerrd -resync
so it can sync the blocks.
 
Last edited:
Ahhh, didn't know that. I though MN were limited to 2000. Fuck I wouldve waited to do this shit had I known that. I'm having problems setting my MN and getting some help on the Discord, but when I check my shit in putty, it's not reading the blocks.


Do I need to swap my Wagerr for waves? If so, how us this done? Thanks
 
okay im almost there. Now I am getting message ot enough waves for transfer. I have over 55k wagerr. how do I get waves?
You should already have enough waves for the transfer.If not you have to buy some from a exchange like Binance. Then transfer to your wallet.
 
okay im almost there. Now I am getting message ot enough waves for transfer. I have over 55k wagerr. how do I get waves?
You've got a sell some WGR and get Waves. Just buy like 0.5 waves to do the transfer in the DEX.
i see. it came to me that i had to sell. I sold 1 Wagerr and now all of my Wagerr is transferred. I tested by sending only 1 and it took less than 2 minutes to go through. Thanks!
 
I still setting up... But, yes my mainnet wallet is on my Windows computer. So start there and get you WGR coins sent to your wallet first. That's the easy part and the tutorial is pretty easy to understand. Next go to Vultr and purchase a $5 Ubuntu 6.04 server. I based it in Amsterdam(I don't why, they said it really doesn't matter). You don't need to select any of the extra's offered and start the server. You'll need to download a program to run comman line on your VPS server called Putty. That's where the details get a little tricky for me cause I literally have never done command line shit and I'm watching the a set-up video on Youtube and also on the Discord at the same time. The WGR Discord is a BIG help. The people are very helpful and responds quick to questions.

I am deploying a server now through Vultr. Are you saying I dont need to add any extras? What about "Server Hostname and Label"?
BTW, thanks for all the help up to this point
 
You'll be able to stake if you don't have enough for a masternode. My WGR masternode been up since yesterday (rewards are suppose to start on the 10K block). I'm on Vultr too it's pretty straight forward I can answer questions if you guys have any. I have 6 different masternodes and I monitor them with this website.

https://masternodes.online/monitoring/
I am deploying a server now through Vultr. Do i need to add "Server Hostname and Label
 
yes.
user name: root
password: the hidden password in the program

I am not using the login info that is used to enter vultur, I am using the ones they generated
Use the copy password icon next to the eyeball icon.You should be able to right click and paste it in putty. Its not going to show the password pasted in putty but it is there. Hit enter after pasting.
 
Use the copy password icon next to the eyeball icon.You should be able to right click and paste it in putty. Its not going to show the password pasted in putty but it is there. Hit enter after pasting.
yes i did it this way numerous times, no luck. I am going to unistall 64 bit version and try 32 bit version
 
Use the copy password icon next to the eyeball icon.You should be able to right click and paste it in putty. Its not going to show the password pasted in putty but it is there. Hit enter after pasting.
i got it...when you right click you do not have to do anything else but hit enter...i feel dumb
 
Ok you can destroy that server and build another one (Ubunta 16.04 x64).
using the youtube video, I am pretty far along. However, the google doc does not match the video once you get to the part i will highlight below. What are we doing differently at this point? It seems like they should have made an updated video for updated instructions. In other words, I do not see the install directory directions that occur at 16:30 of the video

Google doc

apt-get -y update

apt-get -y upgrade

apt-get -y install software-properties-common

apt-add-repository -y ppa:bitcoin/bitcoin

apt-get -y update

apt-get -y install \

wget \

git \

unzip \

libevent-dev \

libboost-dev \

libboost-chrono-dev \

libboost-filesystem-dev \

libboost-program-options-dev \

libboost-system-dev \

libboost-test-dev \

libboost-thread-dev \

libminiupnpc-dev \

build-essential \

libtool \

autotools-dev \

automake \

pkg-config \

libssl-dev \

libevent-dev \

bsdmainutils \

libzmq3-dev \

nano

apt-get -y update

apt-get -y upgrade

apt-get -y install libdb4.8-dev

apt-get -y install libdb4.8++-dev


wget https://github.com/wagerr/wagerr/releases/download/v1.4.34.2/wagerr-1.4.34.2-x86_64-linux-gnu.tar.gz

tar -xvf wagerr-1.4.34.2-x86_64-linux-gnu.tar.gz

rm wagerr-1.4.34.2-x86_64-linux-gnu.tar.gz


cd ~/wagerr-1.4.34/bin

./wagerrd &

./wagerr-cli stop

nano ~/.wagerr/wagerr.conf

***Place the text to the right into the file***

***Ctrl-x, y, enter***

./wagerrd &

watch ./wagerr-cli getinfo

***(ctrl-c to exit)***












*******************************************************

Configuration File ****FILL IN YOUR INFORMATION***

*******************************************************

RANDOM USERNAME - create a random username

LONG RANDOM PASSWORD - create a random password

SERVER IP - This is the IP address of your VPS

MASTERNODE PRIV KEY - This is the output from running "masternode genkey" on your desktop wallet

*******************************************************

rpcuser=RANDOM USERNAME

rpcpassword=LONG RANDOM PASSWORD

rpcallowip=127.0.0.1

listen=0

server=1

daemon=1

logtimestamps=1

maxconnections=256

masternode=1

externalip=SERVER IP

bind=SERVER IP

masternodeaddr=SERVER IP:55002

masternodeprivkey=MASTERNODE PRIV KEY

*******************************************************
 
Back
Top