Bitcoin Forum
May 06, 2024, 11:31:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
  Print  
Author Topic: [ANN][SUB1X| 🚀The Lowest Supply Masternode Coin🚀 | ZEROCOIN | 1000%+ APR  (Read 7985 times)
n0rd
Member
**
Offline Offline

Activity: 129
Merit: 10


View Profile
March 18, 2018, 06:03:04 AM
 #101

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
1714995063
Hero Member
*
Offline Offline

Posts: 1714995063

View Profile Personal Message (Offline)

Ignore
1714995063
Reply with quote  #2

1714995063
Report to moderator
1714995063
Hero Member
*
Offline Offline

Posts: 1714995063

View Profile Personal Message (Offline)

Ignore
1714995063
Reply with quote  #2

1714995063
Report to moderator
1714995063
Hero Member
*
Offline Offline

Posts: 1714995063

View Profile Personal Message (Offline)

Ignore
1714995063
Reply with quote  #2

1714995063
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714995063
Hero Member
*
Offline Offline

Posts: 1714995063

View Profile Personal Message (Offline)

Ignore
1714995063
Reply with quote  #2

1714995063
Report to moderator
Sellingaccs
Member
**
Offline Offline

Activity: 126
Merit: 50

Ask me for Pools, Nodes and Explorers.


View Profile
March 18, 2018, 06:06:18 AM
Last edit: March 20, 2018, 05:08:06 PM by Sellingaccs
Merited by HCP (1)
 #102

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.

1qaz
Hero Member
*****
Offline Offline

Activity: 666
Merit: 500


View Profile
March 18, 2018, 09:24:58 PM
Last edit: March 18, 2018, 10:13:26 PM by 1qaz
 #103

Trojan:Win32/Fuery.A!cl

its normal ?

and where x64 ? i see only x32 !
noloco
Full Member
***
Offline Offline

Activity: 210
Merit: 100


BLOCKCHAIN VERIFIED PRODUCT REVIEWS PLATFORM


View Profile
March 18, 2018, 11:11:20 PM
 #104

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.

Dasengineer
Full Member
***
Offline Offline

Activity: 434
Merit: 123



View Profile
March 18, 2018, 11:46:06 PM
 #105

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.
n0rd
Member
**
Offline Offline

Activity: 129
Merit: 10


View Profile
March 19, 2018, 04:28:37 AM
 #106

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
mr.oz
Member
**
Offline Offline

Activity: 229
Merit: 10


View Profile
March 19, 2018, 08:52:18 AM
 #107

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
gradegal
Member
**
Offline Offline

Activity: 133
Merit: 10


View Profile
March 19, 2018, 09:08:02 AM
 #108

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 ?
Gecko8
Full Member
***
Offline Offline

Activity: 322
Merit: 101



View Profile
March 19, 2018, 09:41:57 AM
 #109

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.
shivansps
Hero Member
*****
Offline Offline

Activity: 1148
Merit: 502


Vave.com - Crypto Casino


View Profile
March 19, 2018, 10:39:29 AM
 #110

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.

Veter2000
Sr. Member
****
Offline Offline

Activity: 1512
Merit: 306



View Profile
March 19, 2018, 10:40:40 AM
 #111

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.
Sellingaccs
Member
**
Offline Offline

Activity: 126
Merit: 50

Ask me for Pools, Nodes and Explorers.


View Profile
March 19, 2018, 11:32:23 AM
Last edit: March 19, 2018, 11:48:11 AM by Sellingaccs
 #112

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.

mr.oz
Member
**
Offline Offline

Activity: 229
Merit: 10


View Profile
March 19, 2018, 02:37:28 PM
 #113


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
gradegal
Member
**
Offline Offline

Activity: 133
Merit: 10


View Profile
March 19, 2018, 02:55:57 PM
 #114

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.

Thank you ! Then I think, everything is fine.
Although I tried to anonymize a small part of my coins just for fun, but that seems didn't work for me.
Sellingaccs
Member
**
Offline Offline

Activity: 126
Merit: 50

Ask me for Pools, Nodes and Explorers.


View Profile
March 19, 2018, 03:53:07 PM
 #115


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

Are you sure that you don't have any kind of firewall that might be blocking the port 70002? That is the only reason that i can think of right now that might be causing this problem.

TheWatchers1456
Member
**
Offline Offline

Activity: 98
Merit: 11


View Profile
March 20, 2018, 06:57:30 PM
 #116

Trojan:Win32/Fuery.A!cl

its normal ?

and where x64 ? i see only x32 !

yes the warning is normal on windows machines. no it is not a risk.

I think there may only be a x32. i was looking for x64 myself when it first came out


The Watchers

I am a Billboard . . . For a price

But no one has found that price
TheWatchers1456
Member
**
Offline Offline

Activity: 98
Merit: 11


View Profile
March 20, 2018, 07:14:41 PM
 #117

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.

Gecko is correct, zSUB1X is only used to make you SUB1X transfers anon. There is a privacy tab on the zSUB1X wallet that gives you the ability to turn your SUB1X into different denominations so that you can send them through the chain privately. Keep in mind that their is a network fee to convert you SUB1X into zSUB1X and back from zSUB1X into SUB1X.

One other thing in regards to these SUB1X/zSUB1X conversions. After converting your coins you will need to wait for another network user to convert their coins into the exact same denomination before your zSUB1x is available to send and/or convert back to SUB1X. So make sure that you only use this function if you are ready to send your coinage anonymously. or you don't mind waiting a week or 2 to be able to convert them back. I have created one (1) zSUB1X to insure to that users can convert back but i do not have enough coinage to make zSUB1X for each denomination (not a SUB1z Whale if i was i would have made all the denominations). So if you make a 5, 10, 15, 25 ZSUB1X denomination . . .  your on your own.

The Watchers

I am a Billboard . . . For a price

But no one has found that price
Klaud07
Full Member
***
Offline Offline

Activity: 518
Merit: 111



View Profile
March 20, 2018, 10:33:01 PM
 #118

Trojan:Win32/Fuery.A!cl

its normal ?

and where x64 ? i see only x32 !

Almost all wallets are faced with this problem, if you downloaded the wallet through an official link, then do not worry, everything is fine.
john_nautica
Full Member
***
Offline Offline

Activity: 966
Merit: 102



View Profile
March 20, 2018, 10:34:44 PM
 #119

whether there is any development on this sub1x coin, I noticed the first time this coin appeared on the airdrop last year still has a low price. and right now I do not know the development of this coin.

arvarm
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
March 21, 2018, 08:00:42 AM
 #120

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.


It’s normal. I received 1st rewards only after 12 hours.. hope it’s all ok now looking at you post time stamp
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
  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!