Pages:
Author

Topic: [ANN][SUB1X| 🚀The Lowest Supply Masternode Coin🚀 | ZEROCOIN | 1000%+ APR - page 24. (Read 7998 times)

member
Activity: 229
Merit: 10

Code:
addnode 209.250.243.131:70002 add
addnode 5.79.97.229:70002 add
addnode 45.32.205.121:70002 add

That should do it for the connections, there is other method as well but it is more difficult.

I added that 3 nodes with that method but do not have any connection Sad
member
Activity: 126
Merit: 50
Ask me for Pools, Nodes and Explorers.
Compiling the code in other machine with target raspberry pi architecture could be another option to save time on new builds.

That is true. However the person who asked, is not probably technically advanced to build for other target architecture.
Feel free to do this by yourself however, if you know how to do that.

when I open my wallet, see there is not any block resource .. and I don't have any connection ?? what can I do connect  Huh

Open up your Sub1x-QT, and then press "Help" -> "Debug window" -> "Console" and then write the following files one by one to the text field:

Code:
addnode 209.250.243.131:70002 add
addnode 5.79.97.229:70002 add
addnode 45.32.205.121:70002 add

That should do it for the connections, there is other method as well but it is more difficult.
sr. member
Activity: 1512
Merit: 306
I have the new wallet and it runs pretty well. I am also staking every day, but I still have only SUB1X coins in the wallet and no zSUB1X.
Can anyone please explain, if this is ok or how to get zSUB1X ?

Is there any descritpion of the wallet features ?


This is normal. As written in the thread, zSUB1X are coins SUB1X passed anonymization, if you need to send a completely anonymous transaction.
hero member
Activity: 1204
Merit: 502
Vave.com - Crypto Casino
I have successfully started my masternodes but, I have no rewards on 2 of them for more than 8 hours. This new chain working strange way. Rewards for 1 masternode is pretty good. Let's see what happens. Before I need only 2-3 hours to recieve 1st reward.
full member
Activity: 322
Merit: 101
I have the new wallet and it runs pretty well. I am also staking every day, but I still have only SUB1X coins in the wallet and no zSUB1X.
Can anyone please explain, if this is ok or how to get zSUB1X ?

Is there any descritpion of the wallet features ?

Please check your wallet. If it says zSub1x wallet you are fine. If you are still on a old Sub1x wallet you would need to install the zSub1x wallet. Then you would need to do the coin swap. But not sure, whether this is still possible. This only Willdono will be able to answer.
member
Activity: 133
Merit: 10
I have the new wallet and it runs pretty well. I am also staking every day, but I still have only SUB1X coins in the wallet and no zSUB1X.
Can anyone please explain, if this is ok or how to get zSUB1X ?

Is there any descritpion of the wallet features ?
member
Activity: 229
Merit: 10
when I open my wallet, see there is not any block resource .. and I don't have any connection ?? what can I do connect  Huh
member
Activity: 129
Merit: 10
Volume is very low, we do need some more marketing for volume to pick up.
The reason people are selling so low is because of this. Low volume = selling low
full member
Activity: 434
Merit: 123
New chain looks good. I'm currently setting up masternodes, facing some issues with starting from master wallet. Hopefully will resolve soon and setup all my masternodes! Good to see development of SUB1X is ongoing.
full member
Activity: 210
Merit: 100
BLOCKCHAIN VERIFIED PRODUCT REVIEWS PLATFORM
I've received my Raspberry Pi 3B yesterday and I want to run the wallet to stake. A guide would be super helpful Smiley

System info:

Code:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch
Thanks!

Sure thing. Im not part of this project since the OP is highly unresponsive and not answering any messages or questions but i will try my best.

First of all you need to change the size of swap, because the compilation needs alot of memory because the code is on C++.
Code:
sudo apt-get update && sudo apt-get install nano

Then you will have to edit the swap file:
Code:
sudo nano /etc/dphys-swapfile

Then find line that says "CONF_SWAPSIZE=100" and change the value to "1000". Then reboot raspberry pie after pressing CTRL + O to save the edited file.

After that you will need to install some certain packages to compile. Run the following commands line at the time(if they give out any errors, feel free to PM if you cannot get through them):

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin && sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev
sudo apt-get install libdb4.8-dev libdb4.8++-dev libminiupnpc-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

Then we need to clone the repository and compile:
Code:
git clone https://github.com/SuB1X-Coin/zSub1x && cd zSub1x
make -j3

That process should do the compilation fairly well, although i don't own a raspi so i need your feedback to perfect up the guide to get pass by without any problems Tongue

Edit: the zsub1x-qt should be built under src/qt on the zsub1x folder.

Compiling the code in other machine with target raspberry pi architecture could be another option to save time on new builds.
hero member
Activity: 666
Merit: 500
Trojan:Win32/Fuery.A!cl

its normal ?

and where x64 ? i see only x32 !
member
Activity: 126
Merit: 50
Ask me for Pools, Nodes and Explorers.
I've received my Raspberry Pi 3B yesterday and I want to run the wallet to stake. A guide would be super helpful Smiley

System info:

Code:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch
Thanks!

Sure thing. Im not part of this project since the OP is highly unresponsive and not answering any messages or questions but i will try my best.

First of all you need to change the size of swap, because the compilation needs alot of memory because the code is on C++.
Code:
sudo apt-get update && sudo apt-get install nano

Then you will have to edit the swap file:
Code:
sudo nano /etc/dphys-swapfile

Then find line that says "CONF_SWAPSIZE=100" and change the value to "1000". Then reboot raspberry pie after pressing CTRL + O to save the edited file.

After that you will need to install some certain packages to compile. Run the following commands line at the time(if they give out any errors, feel free to PM if you cannot get through them):

Code:
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev
sudo apt-get install libdb++-dev libdb-dev libminiupnpc-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

Then we need to clone the repository and compile:
Code:
git clone https://github.com/SuB1X-Coin/zSub1x && cd zSub1x
./autogen.sh
./configure --with-incompatible-bdb
make -j3

That process should do the compilation fairly well, although i don't own a raspi so i need your feedback to perfect up the guide to get pass by without any problems Tongue

Edit: the zsub1x-qt should be built under src/qt on the zsub1x folder.
member
Activity: 129
Merit: 10
Hi guys ,
I just setup a little @SUB_1X_ faucet
http://littlecryptofaucet.tk/zSub1x/ 
zSub1x Wallet : https://sub1x.org/#wallets 
-Claim 0.0001 zSub1x
-Every 3hours
-No ADS

Please support this faucet with donation: ZGkYUBVXsfngNDM3XUck6dpsTJehBSrBSz (Faucet address)




 Shocked
sr. member
Activity: 332
Merit: 250
Hi guys ,
I just setup a little @SUB_1X_ faucet
http://littlecryptofaucet.tk/zSub1x/ 
zSub1x Wallet : https://sub1x.org/#wallets 
-Claim 0.0001 zSub1x
-Every 3hours
-No ADS

Please support this faucet with donation: ZGkYUBVXsfngNDM3XUck6dpsTJehBSrBSz (Faucet address)


full member
Activity: 476
Merit: 100
guys, i have a raspberry pi 3.
anyone know how to set up the wallet on there?
any tutorials i can follow?
i would like to use it to stake my coins.
thanks!

Are you running raspbian, and if yes, then what version of it? I can make a guide for this, if you can provide some information about your system. Remember that this process might be a little bit difficult, but you will probably manage through it by communicating with errors and such. Let me know.

I've received my Raspberry Pi 3B yesterday and I want to run the wallet to stake. A guide would be super helpful Smiley

System info:

Code:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch

Thanks!
full member
Activity: 391
Merit: 114
Love the MN roi and I hope this will attract more investors and volumes, so soon we could get listed on bigger exchanges and on Coinmarketcap
full member
Activity: 574
Merit: 117
In my technical support, Blockfolios is asked on which exchanges are traded SUB1X. I named three: Graviex, BISQ and Cryptobridge. Can eat more and I missed something? Tell me please!
full member
Activity: 518
Merit: 111
I think I have seen that 1UP stuff somewhere else  Cheesy May be in the past of SUB1X history? Or may be I'm a bit paranoid  Grin

Glad to seen SUB1X is picking up by community

Yes, the developer of 1Up positioned itself as a friendly project, promised to airdrop for Sub1x holders, and then he said he changed his mind...

It is not necessary to pay attention...
full member
Activity: 574
Merit: 117
By the way, guys - let's throw on the e-letter in those support for Blockfolio ([email protected]). They have our coin added, but still when it was a token. I have several times communicated with the support of this project and I will tell you that a dozen or so letters and they are correcting everything.
Or you can write in the telegram group: https://t.me/joinchat/DN-whj4fwvuY1pq1IhSXMA/
hero member
Activity: 1204
Merit: 502
Vave.com - Crypto Casino


looking good  Smiley

I think I have seen that 1UP stuff somewhere else  Cheesy May be in the past of SUB1X history? Or may be I'm a bit paranoid  Grin

Glad to seen SUB1X is picking up by community
Pages:
Jump to: