Bitcoin Forum
April 24, 2024, 06:31:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 »
  Print  
Author Topic: [ANN][XST] Junaeth - World’s first private high performance blockchain protocol  (Read 631037 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (1 post by 1+ user deleted.)
Steven3iii
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
August 21, 2017, 10:28:56 AM
 #3161

Is this coin being mined on any pools?  Huh I don't see any reference to the availability anywhere and I noticed the block reward is halving daily...it is one of the only X13 coins out there with POW...

★ ★ ★ ★ ★   DeepOnion    Anonymous and Untraceable Cryptocurrency    TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️        VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713940284
Hero Member
*
Offline Offline

Posts: 1713940284

View Profile Personal Message (Offline)

Ignore
1713940284
Reply with quote  #2

1713940284
Report to moderator
1713940284
Hero Member
*
Offline Offline

Posts: 1713940284

View Profile Personal Message (Offline)

Ignore
1713940284
Reply with quote  #2

1713940284
Report to moderator
pm1978
Full Member
***
Offline Offline

Activity: 201
Merit: 100


stealthcoin.com


View Profile
August 21, 2017, 11:27:30 AM
 #3162

Is this coin being mined on any pools?  Huh I don't see any reference to the availability anywhere and I noticed the block reward is halving daily...it is one of the only X13 coins out there with POW...

XST / Stealthcoin is PoS since 2014.

STEALTHCOIN | XST | stealthcoin.com
BLOCKNET : THE INTERNET OF BLOCKCHAINS https://blocknet.co/ | A DECENTRALISED EXCHANGE THAT IS 100% TRUSTLESS.
Same Same
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
August 22, 2017, 01:47:55 AM
 #3163

Anyone know how I can create a node for POS on raspbian (pi 3)?

MR1
Legendary
*
Offline Offline

Activity: 927
Merit: 1000



View Profile
August 22, 2017, 10:10:51 AM
 #3164

Anyone know how I can create a node for POS on raspbian (pi 3)?

One of our community member (who already runs XST wallet on RPI) said on slack channel that by the end of this week he will make a step by step guide how to compile XST wallet on Raspbian PI. As soon as it is done, we`ll post the guide here as well.
Jumanji7
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 24, 2017, 08:44:43 PM
 #3165

Are you ready for the next leg up guys?  Cool
gerb
Sr. Member
****
Offline Offline

Activity: 468
Merit: 250


View Profile
August 24, 2017, 09:02:34 PM
 #3166

Are you ready for the next leg up guys?  Cool

New ATH ?
StealthDevs (OP)
Full Member
***
Offline Offline

Activity: 305
Merit: 100



View Profile
August 30, 2017, 05:26:23 AM
Last edit: October 15, 2017, 12:31:20 PM by StealthDevs
 #3167


We're proud to announce that our community member @sushi2k7
made a detailed Raspbian setup guide for you guys!





Hello StealthCoin community,

I want to share my Raspbian setup with you.

Things I got done and want to share here right now are:

  • Create an account on no-ip.com
  • Configure your router
  • Install a ssh client on a Windows machine
  • Move the entire root partition to an USB-drive
  • Install the no-ip autoupdate-client on your Pi
  • Download and install Berkeley Database
  • Get the Stealthcoin daemon and create StealthCoin.conf
  • Autostart the deamon on every boot
  • Basic commands explained
  • Using aliases to ease the handling a bit.
  • Download a ssh client from Android Playstore, configure and use it.
  • Create scripts to secretly unlock and spend coins.
  • Do a cron-job to backup the chain every midnight.

This tutorial begins after a fresh installed Raspbian where you already have setup a ssh connection.
There are many tutorials out there, even on YouTube.


Configure your router:

Please use the manual of your router to portfoward incomming traffic (TCP) on port 22 to your Pi.


Install a ssh client on a Windows machine:

My favourite ssh client is the MobaXterm client (Free Personal Edition is very ok for me) because of the tabbed windows.
You can get it here:
http://mobaxterm.mobatek.net/download.html
Of course you can use the minimalistic putty for ssh:  https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html


Configure mobaxterm:



Hit Session, SSH, insert your Pi hostname raspberrypi (i changed mine to rpi), check the username checkbox and enter pi. Hit Ok.


Starting a session:



Click session on the left side and doubleclick your sessionname. You will be asked for your password and also to save it.
If your host is reachable, you will see your bash prompt.

You should change the CTRL-V shortcut in Moba, else it will popup the console window everytime you want to paste something:




For safety we change the userpassword. Note: The passwords are always hidden.


Connect to pi with:


Code:
hostname: raspberrypi
username: pi
password: raspberry


In bash type

Code:
pi@rpi:~ $ passwd
At first you will be asked for the current password (raspberry)
Then the new password and at last the confirmation of the new password.


Why moving root to an USB-drive?


The sdcard has very less write cycles before the data on it will get corrupt. USB-drives have a greater write speed with a much greater lifespan.
The sdcard will still be needed but for booting only.


The initial steps are:

Format the usb-drive with EXT4 filesystem.
Copy the root partition to an USB-drive and tell the sdcard where to find the new root-partition.

I used a second sdcard with a fresh Raspbian, a sdcard to USB-A adapter and the USB-drive to copy the root-partition to the USB-drive.
At first we need to identify the drives.

Boot your Pi with the alternative sdcard plugged in.

I used the command mount to see how the card and drive were mounted.

In my case the root-partition on the sdcard (/dev/sdb2) was mounted as /media/pi/root
The USB-drive (/dev/sda1) was mounted as /media/pi/5e8b5219-d7d7-416b-8838-377f7918c322 (Just the identnumber of the drive).


Now we format the USB-drive with EXT4 filesystem by doing:

Code:
pi@rpi:~ $ mkfs.ext4 /dev/sda1

Now we COPY all content from the root-partition to the USB-drive. If something went wrong, we have everything still untouched on the sdcard.


The command:

Code:
pi@rpi:~ $ sudo cp -avr /media/pi/root/* /media/pi/5e8b5219-d7d7-416b-8838-377f7918c322/
The ending slash / is very important after the id.


next we do a

Code:
pi@rpi:~ $ sudo blkid



The important line is the one with the long id that matches with the /media/pi/5e8b5219-d7d7-416b-8838-377f7918c322
But we need the PARTUUID= id in this line. Mine is "c3072e18-01"

Now we need to replace the PARTUUID in the /boot/cmdline.txt

Code:
pi@rpi:~ $ sudo nano /boot/cmdline.txt


CTRL&O will save the file, press enter to accept the filename
CTRL&X will exit nano


Now shutdown the Pi with:

Code:
pi@rpi:~ $ sudo shutdown now

Change the sdcards and fire up your Pi again.

After login do a mount command.
If /dev/sda1 is mounted as / everything is gone right (if there was a mistake, the system wont have booted). You might format the sdcard/root partition and use it to store some files.

To see your USB-drive performance you can do a:
Code:
pi@rpi:~ $ dd if=/dev/zero of=~/TMP bs=1M count=400
it will show you the amount that been written, the time in seconds needed and the writingspeed in MB/s.

Downloading and installing Berkeley DB 4.8.30
I use the bin folder to download and make the database:

do:

Code:
pi@rpi:~ $ mkdir ~/bin
pi@rpi:~ $ cd ~/bin


then:

Code:
pi@rpi:~/bin $ wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
pi@rpi:~/bin $ tar xzvf db-4.8.30.NC.tar.gz
pi@rpi:~/bin $ cd db-4.8.30.NC/build_unix/
pi@rpi:~/bin/db-4.8.30.NC/build_unix/ $ ../dist/configure --enable-cxx
pi@rpi:~/bin/db-4.8.30.NC/build_unix/ $ make -j2


after make finished, do:

Code:
pi@rpi:~/bin/db-4.8.30.NC/build_unix/ $ make install


Download and install the Noip-Autoupdate client:

Create an account on no-ip.com (the free account needs you to hold your hostaddress alive monthly.):
Go to https://noip.com click signup at the right top. Then you need to specify your login and the DynDNS adress with which you want to point to your Raspbian.
After clicking the activation link in your email inbox your are ready to go.


Now:

Code:
pi@rpi:~ $ cd ~/bin
pi@rpi:~/bin $ wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
pi@rpi:~/bin $ tar vzxf noip-duc-linux.tar.gz
pi@rpi:~/bin $ cd noip-2.1.9-1
pi@rpi:~/bin/noip-2.1.9-1 $ sudo make
pi@rpi:~/bin/noip-2.1.9-1 $ sudo make install

After doing 'sudo make install' you will be asked for your login details (email and password) and update intervall.
The update intervall must be at least 5 minutes.


Now we do a cronjob to start it every (re)boot.

Command:

Code:
pi@rpi:~/db-4.8.30.NC/build_unix/ $ cd ~
pi@rpi:~ $ crontab -e
Add: @reboot sudo noip2



CTRL+O
CTRL+X


Getting Stealthcoin daemon ready:


Change to your bin folder:

Code:
pi@rpi:~ $ cd ~/bin
pi@rpi:~/bin $ wget https://github.com/StealthSend/Stealth/releases/download/v2.1.0.1/Stealth-Daemon-2.1.0.1-Raspbian.tar

Unpack now:
Code:
pi@rpi:~/bin $ tar vxf Stealth-Daemon-2.1.0.1-Raspbian.tar


create the folder .StealthCoin and StealthCoin.conf file:


Code:
pi@rpi:~ $ mkdir ~/.StealthCoin
pi@rpi:~ $ nano ~/.StealthCoin/StealthCoin.conf


enter the following lines:

Code:
rpcuser=anything
rpcpassword=anything
server=1
daemon=1

CTRL&O
CTRL&X

download the bootsrap file from
https://drive.google.com/file/d/0B8rWObF4xz1YRzd1VVNXM0JrWEE/view?usp=sharing

unzip it with 7zip (http://www.7-zip.org/)
and put the bootstrap.dat into the ~/.StealthCoin folder


Autostart the daemon on boot:

Code:
pi@rpi:~ $ sudo nano /etc/rc.local


Before the line Exit 0 add the following:




Code:
su - pi -C
will run the daemon as user pi, else it will be run as root.
The & at the end is necessary to run the deamon in the background. If you miss the & at the end, your pi will stuck at boot.
I saw the & behind the double quotes and before... This way works for me, so i leave it this way.

CTRL&O
CTRL&X


Aliases will help us later when we want to control or check our pi with ssh:

edit your .bash_aliases. This file, if existing, will be loaded automatically:

Code:
pi@rpi:~ $ nano ~/.bash_aliases

We create the following aliases:

Code:
scd(){
~/bin/StealthCoind "$@"
}

alias scdlog="tail -f ~/.StealCoin/debug.log"

CTRL&O
CTRL&X

scd alone will start the deamon. But we can give our commands to this alias too.
scdlog will continously read and output the debug.log file

After starting the daemon, it needs around 2 minutes until the server is started and responds to your commands. The Tor connection will be established first.


The command

Code:
pi@rpi:~ $ scd help
will output all available commands.


The mainly used commands that I use are (scd command is from aliases section above):

scd getinfo (shows main informations like balance, ip-address (onlion), number of connections, amount of stake and some more)
scd walletpassphrase 'passphrase' seconds true (opens the wallet, if true is set, it's only for staking.)
scd walletlock (Immediately locks the wallet)
scd stop (stops the daemon)
scd sendtoaddress destinationaddress amount comment (sends coins to the specified address with the given amount.)

now we will install an Android SSH-Client. I only have an Android powered Mobilephone, so I only can recommend an Android SSH-Client.

Install Terminus SSH-Client from Playstore. This client disables word prediction, this way we can secretly enter our passphrases.
Open the client. Hit the plus in the lower right corner.
Then hit "New Host".
Alias will be shown on main screen.

In Hostname field enter the previous created no-ip address or raspberrypi if used in LAN. (yoursomething.hopto.org)
Now hit SSH.
Port: 22
Username :pi
Password: your changed password from the beginning
Everything else can stay unchanged.

Now we create 2 bash scripts. First to unlock our wallet for staking w/o visible passphrase (unlock in console with the walletpassphrase command will show the passphrase visible to everyone), second to do a transaction via SSH:
Connect to your pi with your computer.

Then do a:

Code:
pi@rpi:~ $ nano ~/.StealthCoin/scdpassstake.sh

enter the following listing:

Code:
#! /bin/sh
. ~/.bash_aliases
scd walletlock  #make sure wallet is locked, so StealthCoind wont throw an error
echo "Wallet locked"
echo "Enter Walletpassphrase (hidden): "
read -s PASSPHRASE #read the users input but hide it (-s)
scd walletpassphrase ${PASSPHRASE} 31536000 true #open the wallet for 31536000 seconds (365 days) for staking only
echo "Wallet opened for staking (365 Days)"

CTRL&O
CTRL&X

now we need to make the script executable with:

Code:
pi@rpi:~ $ sudo chmod +x ~/.StealthCoin/scdpassstake.sh

Create the spending script:

Code:
pi@rpi:~ $ nano ~/.StealthCoin/scdsendto.sh

again the listing:

Code:
#! /bin/sh
. ~/.bash_aliases
#3 variables are needed to give: Destinationaddress, amount to spend and own comment

scd walletlock
echo "Wallet locked"
echo "Enter Walletpassphrase (hidden): "
read -s PASSPHRASE
scd walletpassphrase ${PASSPHRASE} 180
echo "Wallet opened for sending (180 sec)"
echo "Destinationaddress: "
read ADDRESS
echo "Amount: "
read AMOUNT
echo "Comment: "
read COMMENT
echo ${COMMENT} >> ~/.StealthCoin/tx_ids.txt #write the comment into the tx_ids.txt file
scd sendtoaddress ${ADDRESS} ${AMOUNT} ${COMMENT} >> ~/.StealthCoin/tx_ids.txt #write the transactionid into the tx_ids.txt file
echo " " >> ~/.StealthCoin/tx_ids.txt
sleep 3
echo "If sending was successful, comment tx-id will be stored in ~/.StealthCoin/tx_ids.txt"
scd walletlock
sleep 3
scd walletpassphrase ${PASSPHRASE} 31536000 true
echo "Wallet opened for staking (365 days)"

CTRL&O
CTRL&X
Code:
pi@rpi:~ $ sudo chmod +x ~/.StealthCoin/scdsendto.sh

now we add the commands to our .bash_aliases because they must be executed with bash <filename>, else we get an error because of the "read -s" unknown by sh.
Code:
pi@rpi:~ $ nano ~/.bash_aliases


add the following lines:


Code:
alias scdstake='bash ~/.StealthCoin/scdpassstake.sh'
alias scdsendto='bash ~/.StealthCoin/scdsendto.sh'

CTRL&O
CTRL&X

if you do now:

Code:
pi@rpi:~ $ scdstake

you will be asked for your passphrase (hidden) and then it will open your wallet for staking.

with:

Code:
pi@rpi:~ $ scdsendto

you will be asked for the destination stealthcoinaddress, the amount and a comment.
I STRONGLY advise you that you have already copied the destinationaddress to avoid that the deamon already closed your wallet, befor you send the transaction command.
 
I already have a cronjob running that does a backup of my ~/.StealthCoin folder every midnight, but it's actual a backup to the USB-drive itself.
But i will post how to do it anyway. So you can change the destination of the backup to your needs:

Code:
pi@rpi:~ $ nano ./StealthCoin/backup.sh

into this file write:

Code:
tar -zcvf ~/StealthCoin_bak.tar.gz ~/.StealthCoin/

change the ~/StealthCoin_bak.tar.gz to your desired destination


make it executable:


Code:
pi@rpi:~ $ sudo chmod +x ~/.StealthCoin/backup.sh


now the cronjob for it:

Code:
pi@rpi:~ $ crontab -e


add the line


Code:
0 0 * * * /home/pi/.StealthCoin/backup.sh
you must write the full path. Don't use the ~.
it means: do this script every 0 hour, 0 minute, every day a month, every month and every day a week

Sooo now i wish everyone a lot of fun with this tutorial.

One advise to you:
Before asking questions here and wait hours for a response, ask google first.


STEALTH | XST | stealth.org
ArmyofFUD
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
September 05, 2017, 02:26:04 PM
 #3168

Can someone explain how I setup my wallet so it is staking? Thanks in advance
CryptoWiz420
Hero Member
*****
Offline Offline

Activity: 564
Merit: 516


View Profile WWW
September 05, 2017, 02:33:44 PM
 #3169

what are the chances we can get on poloniex?


Polo already delisted XST some months ago. I do not think they will relist it anytime soon.

Poloniex will never relist XST

Get PUNZ now
PUNZ: Making Crypto Great Again. Swap Many Coins To Punz, FREE!
MR1
Legendary
*
Offline Offline

Activity: 927
Merit: 1000



View Profile
September 05, 2017, 05:14:32 PM
 #3170

Can someone explain how I setup my wallet so it is staking? Thanks in advance

There are instructions on wallet installation in the OP: https://bitcointalk.org/index.php?topic=836009

But if you are new to crypto and these instructions are not enough, join our slack and we will help you. Our slack channel link: https://stealthcoin.herokuapp.com
MR1
Legendary
*
Offline Offline

Activity: 927
Merit: 1000



View Profile
September 05, 2017, 05:17:35 PM
 #3171

what are the chances we can get on poloniex?


Polo already delisted XST some months ago. I do not think they will relist it anytime soon.

Poloniex will never relist XST

Rule #1: Never say never!
Rule #2: It`s quite possible that this centralized shady Polo disappear in 1-2 years like all its predecessors!
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
September 05, 2017, 06:54:13 PM
 #3172

Latest blockchain snapshot for faster sync: https://mega.nz/#!9AJRDIaK!9t5W35LTzhQ0R_SsMg9KQv36z_e8rEK6qdTp0K_80SQ

https://nuls.io/about/ The sky is not the limit
kisson
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 10, 2017, 02:25:21 PM
 #3173

My Stealth Qt on mac keeps crashing like it's price  Grin,  I can't get to backup wallet. How can I solve the issue? Any help appreciated.
gustopaz
Sr. Member
****
Offline Offline

Activity: 417
Merit: 250


View Profile
September 12, 2017, 08:08:29 AM
 #3174

My Stealth Qt on mac keeps crashing like it's price  Grin,  I can't get to backup wallet. How can I solve the issue? Any help appreciated.

join to slack for support https://stealthcoin.herokuapp.com
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
September 14, 2017, 01:54:33 PM
 #3175

Oh looks like people finally start noticing the most undervalued anon coin Smiley

https://nuls.io/about/ The sky is not the limit
bitblito
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 16, 2017, 04:41:51 AM
 #3176

The devs have a shot at breathing new life to this project. Get to Github and make a commit!
MR1
Legendary
*
Offline Offline

Activity: 927
Merit: 1000



View Profile
September 16, 2017, 05:57:19 AM
 #3177

The devs have a shot at breathing new life to this project. Get to Github and make a commit!

Some important commits were done about 1 month ago:
https://github.com/StealthSend/Stealth/releases/tag/v2.1.0.1

bitblito
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 20, 2017, 11:57:45 AM
 #3178

Keep the updates current on this thread. How does it stack up to other privacy coins?
haipham
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 22, 2017, 12:28:18 PM
 #3179

How can I mine XST via ASIC X13?

I cannot find out any pool for XST?

Pls help me, tks.
daberti
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
September 22, 2017, 12:39:29 PM
 #3180

How can I mine XST via ASIC X13?

I cannot find out any pool for XST?

Pls help me, tks.

It's a long time since XST is NO LONGER POW mineable.
Now it is POS mineable.
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 »
  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!