Pages:
Author

Topic: [Free Time Project]Stakecoin 2022 mission to create friendship between nations - page 29. (Read 30476 times)

newbie
Activity: 32
Merit: 0
Hi all,

Here is a repost from the original topic of my Docker version of the stakecoin daemon.
You can run a node with it and/or use it as a command line based wallet (for staking on unattended machines).

Instructions on how to use it can be found here:
https://github.com/wimjaap/docker-stakecoind

Please try it out, and let me know if you run into any issues.

Greetings,
wimjaap

Thank you WinJaap,
I shall add this post in the start post.
Community WimJaap is also a member of the team.

Hi Jan,
Will be the donation of STK continued? If yes, when?

Each day I work on the list and add new members.
I only send new STK when the wallet has staked, that is the Prove of Stake to get second and more reward

Have a great day,
Jan

Thank you, Jan! Today I received 30 STK
legendary
Activity: 2453
Merit: 1026
Energy coin master
Hi all,

Here is a repost from the original topic of my Docker version of the stakecoin daemon.
You can run a node with it and/or use it as a command line based wallet (for staking on unattended machines).

Instructions on how to use it can be found here:
https://github.com/wimjaap/docker-stakecoind

Please try it out, and let me know if you run into any issues.

Greetings,
wimjaap

Thank you WinJaap,
I shall add this post in the start post.
Community WimJaap is also a member of the team.

Hi Jan,
Will be the donation of STK continued? If yes, when?

Each day I work on the list and add new members.
I only send new STK when the wallet has staked, that is the Prove of Stake to get second and more reward

Have a great day,
Jan
newbie
Activity: 32
Merit: 0
Hi Jan,
Will be the donation of STK continued? If yes, when?
newbie
Activity: 5
Merit: 0
Hi all,

Here is a repost from the original topic of my Docker version of the stakecoin daemon.
You can run a node with it and/or use it as a command line based wallet (for staking on unattended machines).

Instructions on how to use it can be found here:
https://github.com/wimjaap/docker-stakecoind

Please try it out, and let me know if you run into any issues.

Greetings,
wimjaap
copper member
Activity: 22
Merit: 0
----- posible cheaters!
These accounts send two different wallet addresses or accounts, no extra rewards!
DM me with possible explanation?
Vozmitsky & Adventyra Send 3x 10 STK ! I got 2 messages with same address!
fast86 Send 4x 10 STK
fast86 Send 7x 10 STK

vovan877 Send 3x 10 STK
vovan877 Send 3x 10 STK

torgisp Send 3x 10 STK
torgisp Send 7x 10 ST






Jan these people no longer make any payments, we will find out who this is and why they did so !!!
legendary
Activity: 2453
Merit: 1026
Energy coin master
member
Activity: 93
Merit: 10
hey my wallet was down for the past day but is back up and staying up 24/7 i made a tweet telling people to check out to check out stake coin super excited to see what the future holds with this coin    Grin

https://twitter.com/nujerzeydevil91/status/990565961622347776
legendary
Activity: 2453
Merit: 1026
Energy coin master
[y wallet: Jhjw6fo13Db6VJsyjBHnEY5DNtdWebsoGM
Thank you and good luck!)

________________
Full IP i send in private message

please process my request

Check: https://chainz.cryptoid.info/stk/address.dws?Jhjw6fo13Db6VJsyjBHnEY5DNtdWebsoGM.htm
legendary
Activity: 2453
Merit: 1026
Energy coin master
jr. member
Activity: 322
Merit: 1
newbie
Activity: 2
Merit: 0
...
hello, Jan! Many thanks! We continue to work 24/7 Smiley

Thank you!
I updated the Blockchain Bootstrap file for new users.

The first 500 STK for rewards is almost used.
All the users that qualify get 10x10.
For a new batch, we have maybe different rules.
I send 5000 STK from community wallet to reward wallet.


Have a great day,
Jan

Hi dear Jan.
"Zero send me to you"
I sinchronized my wallet,now it will work 24\7.
my ip adress : 188.163.56.**
my wallet: Jhjw6fo13Db6VJsyjBHnEY5DNtdWebsoGM
Thank you and good luck!)

________________
Full IP i send in private message

please process my request
sr. member
Activity: 1778
Merit: 305
Instructions for launching a purse at the Raspberry Pi 3.

Configuring Raspberry Pi 3
What do we need:
- Raspberry itself with power cable;
- SD card and computer with card reader;
- USB keyboard and mouse;
- HDMI cable;
- monitor with HDMI input.

1. Download from here: http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip.torrent
2. Insert the SD card into the card reader. To save the system to a card, use Win32 Disk Imager.
Download link - https://sourceforge.net/projects/win32diskimager/
3. Select the unpacked image (1), then the flash drive (2), then click "Write" (3) and wait.

4. After completing the recording process, you can insert the card into Raspberry.
5. Connect the monitor, mouse, keyboard and power.

Login: pi
Password: raspberry


Remember them, you will have to enter often. You can change the password in Settings - Raspberry Pi Configuration.

Here it is better to disable Splash Screen splash screen.
6. Connect the Internet, wi-fi or wired. Here everything is simple, as in Windows.


7. After the appearance of the Internet, you can set the desired locale and time zone in Raspberry Pi Configuration.


8. Start the terminal


9. Updated:
sudo apt-get update
sudo apt-get dist-upgrade


10. We put the remote access:
sudo apt-get install tightvncserver
sudo apt-get install xrdp


11. Increase SWAP:
sudo nano /etc/dphys-swapfile
Change the value of CONF_SWAPSIZE = 100 to 1000. To save the file, press Ctrl + X followed by Y then Enter.

12. Connect SWAP:
sudo dphys-swapfile setup
sudo dphys-swapfile swapon


13. Now you can disconnect the mouse, keyboard, monitor and connect from a regular computer. Run in Windows Start - All Programs - Standard - "Remote Desktop Connection" or Start - Run - mstsc
Enter the IP address of Raspberry, click Connect and enter login and password (pi raspberry).

Now you can start installing the purse StakeCoin.
1. Start the terminal.
2. Set the dependencies:

sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb4.8 ++ - dev

3. And this:
1: sudo apt-get install autoconf libtool libssl-dev libboost-all-dev libminiupnpc-dev -y
2: mkdir ~/bin
cd ~/bin
3: wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix/
../dist/configure --enable-cxx
make -j4
sudo make install

4. And this:
sudo apt-get install libdb5.3++-dev libdb++-dev libdb5.3-dev libdb-dev && ldconfig

5. To enable port forwarding, install UPnP:
sudo apt-get install miniupnpc

6. Download the StakeCoin wallet by following the link:
https://www.dropbox.com/s/pult9luvwj3x1oi/stakecoin-qt?dl=0
or
https://www.dropbox.com/s/29kb18ml70f4320/stakecoin-qt.rar?dl=0

It is mandatory in the properties of the downloaded purse, under the "Permissions" tab, to set the value "All".


If an error appears on the first start, you can safely run the second time.
And wait for complete synchronization.


*****************
This link retains the blockchain, until May 7, 2018
https://www.dropbox.com/s/52lf49q9en9ucqz/.stakecoin.rar?dl=0

You need to go to your Rapsberry folder: /home/pi/
Press Ctrl+H and find the folder: .stakecoin
In it, you need to replace the files from the downloaded archive and re-run the purse.

Enjoy the prey!



P.S. If you have questions about launching a purse, please write here.
And save your file wallet.dat before any changes Cheesy
legendary
Activity: 2453
Merit: 1026
Energy coin master
...
hello, Jan! Many thanks! We continue to work 24/7 Smiley

Thank you!
I updated the Blockchain Bootstrap file for new users.

The first 500 STK for rewards is almost used.
All the users that qualify get 10x10.
For a new batch, we have maybe different rules.
I send 5000 STK from community wallet to reward wallet.


Have a great day,
Jan
legendary
Activity: 2453
Merit: 1026
Energy coin master

That is nice but you need to give more information.
What has a new user to do?
I mean a step by step instruction to get the wallet running.
I'm not an expert and plz post more instructions and screenshots.
Then I try it myself and when I succeeded I will reward you with 250 STK.

Gave a great day,

Jan
sr. member
Activity: 1778
Merit: 305
legendary
Activity: 2453
Merit: 1026
Energy coin master
Hi Community,

We bring the dificulty down by
Code:
reservebaance true max - 1000 
Check the result

Source: https://chainz.cryptoid.info/stk/#@diff

Have a great day,
Jan
hero member
Activity: 722
Merit: 500
StakeChain Community leader
newbie
Activity: 32
Merit: 0
I installed a purse. Good luck DEV
Pages:
Jump to: