Pages:
Author

Topic: WARP - Something different - VPN Wallet BETA Release - Bittrex/YoBit - page 64. (Read 116015 times)

legendary
Activity: 1504
Merit: 1002
Im selling warp at 0.001 btc each, 1700 warp available

Bah - I am selling 5000 WARP @ .002 BTC each  Roll Eyes
full member
Activity: 163
Merit: 100
I have just noticed when I got home from work that only 1/4 of my coins are now staking, where as this morning all of them were staking.

Any ideas why?

Thanks

Activate coin control, go into send and select inputs. Expand the tree and see if things look normal there.

I'm not sure if I could tell if there was anything abnormal about the tree.  I looked there and didn't see anything odd...
hero member
Activity: 668
Merit: 500
Im selling warp at 0.001 btc each, 1700 warp available
newbie
Activity: 32
Merit: 0
I have just noticed when I got home from work that only 1/4 of my coins are now staking, where as this morning all of them were staking.

Any ideas why?

Thanks

Is your problem also caused by the blockchain losing sync whenever the wallet starts staking, like this?
http://s11.postimg.org/iampzjrvn/warp.png
http://s22.postimg.org/6jnfbe9ip/warp.png

edit: I had a look at the coincontrol tree, and the the coin entrance is broken into two branches of approximately the same value ... i'd expect to have a huge first branch (received coins), and smaller branches (stake coins)... but it's the first time a deal with PoS coins, so I don't know, really...
legendary
Activity: 1638
Merit: 1013
I have just noticed when I got home from work that only 1/4 of my coins are now staking, where as this morning all of them were staking.

Any ideas why?

Thanks

Activate coin control, go into send and select inputs. Expand the tree and see if things look normal there.
full member
Activity: 163
Merit: 100
I have just noticed when I got home from work that only 1/4 of my coins are now staking, where as this morning all of them were staking.

Any ideas why?

Thanks
legendary
Activity: 1638
Merit: 1013
It is a good concept but you need to increase the bounty for free giveaways.

No. Easy come easy go. Giveaways = bad.

Since it is fully POS I think it is 100% premine?

Correct.

Also how many deposits are needed on my wallet for the staking to start?

there is no relationship between number of deposits and staking. The relationship is between number of coins in the wallet (input block size also matter) and the time they have been at the address without moving, as well as if the wallet is unlocked for staking.

Sometimes the wallet gets stuck while loading! Please try to fix this issue ASAP.

Sounds like an error on your side. Do a normal sync from scratch. (Clean your directory except your wallet.dat and warp.conf. put the right things in the .conf and resync your chain)
legendary
Activity: 1638
Merit: 1013
That is the reason why the wallet gets slowed down on starting. Huh

No, it is why he got a permission error with the compile.
sr. member
Activity: 406
Merit: 252
It is a good concept but you need to increase the bounty for free giveaways.

Since it is fully POS I think it is 100% premine?
Also how many deposits are needed on my wallet for the staking to start?

Sometimes the wallet gets stuck while loading! Please try to fix this issue ASAP.


Here's my output when I attempt to build from source instead:

What am I doing wrong?

Code:
root@zero-Inspiron-3542:/home/zero/warp# make -f Makefile
cd /home/zero/warp/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/zero/warp/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/zero/warp/src/leveldb'
make: *** [/home/zero/warp/src/leveldb/libleveldb.a] Error 2

cd ~/warp/src/leveldb
sudo chmod 755 build_detect_platform
run your make again

Nice, thank you, it appears to be building now

Pleasure. Source code has the incorrect permission on the file.

That is the reason why the wallet gets slowed down on starting. Huh
legendary
Activity: 1638
Merit: 1013
Here's my output when I attempt to build from source instead:

What am I doing wrong?

Code:
root@zero-Inspiron-3542:/home/zero/warp# make -f Makefile
cd /home/zero/warp/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/zero/warp/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/zero/warp/src/leveldb'
make: *** [/home/zero/warp/src/leveldb/libleveldb.a] Error 2

cd ~/warp/src/leveldb
sudo chmod 755 build_detect_platform
run your make again

Nice, thank you, it appears to be building now

Pleasure. Source code has the incorrect permission on the file.
sr. member
Activity: 433
Merit: 250
Warp added to ccex voting list lets all go vote

I don't support it.
Thank you! I do not support them too.
legendary
Activity: 1638
Merit: 1013
Here's my output when I attempt to build from source instead:

What am I doing wrong?

Code:
root@zero-Inspiron-3542:/home/zero/warp# make -f Makefile
cd /home/zero/warp/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/zero/warp/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/zero/warp/src/leveldb'
make: *** [/home/zero/warp/src/leveldb/libleveldb.a] Error 2

cd ~/warp/src/leveldb
sudo chmod 755 build_detect_platform
run your make again
hero member
Activity: 742
Merit: 500
Here's my output when I attempt to build from source instead:

What am I doing wrong?

Code:
zero@zero-Inspiron-3542:/home/zero/warp# make -f Makefile
cd /home/zero/warp/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/zero/warp/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/zero/warp/src/leveldb'
make: *** [/home/zero/warp/src/leveldb/libleveldb.a] Error 2

Code: (Easy, as soon as you login, type:)
sudo su

Then do everything like you did before

I did that.  That's why it says "root" in the first line

I do not see this command and writting, well, look, I can write your username by quoting and it is not normal case that you do use sudo su and do everything as root and not using sudo make, which tells me that you that you are very familiar to linux where you probably already know why it does not work, am I wrong in something? Smiley

Code: (So, what could be wrong with this, what does google tell you about this?)
/bin/sh: 1: ./build_detect_platform: Permission denied
sr. member
Activity: 476
Merit: 500
get this on c-cex now!! i need to buy some
hero member
Activity: 742
Merit: 500
If we get on C-CEX now => who wants to buy my WARP's, why???: Because they stake coins Smiley, which can't be good for young coins like this one.
newbie
Activity: 9
Merit: 0
Warp added to ccex voting list lets all go vote

I don't support it.
i also do not support c-cex. ANYMORE. good way to destroy a coin to p n d and awful managment there ;\  vote at https://safecex.com/coin/add?q=  guys we will be listed in no time Wink


Voted on safecex Wink
hero member
Activity: 742
Merit: 500
Here's my output when I attempt to build from source instead:

What am I doing wrong?

Code:
root@zero-Inspiron-3542:/home/zero/warp# make -f Makefile
cd /home/zero/warp/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/zero/warp/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/zero/warp/src/leveldb'
make: *** [/home/zero/warp/src/leveldb/libleveldb.a] Error 2

Code: (Easy, as soon as you login, type:)
sudo su

Then do everything like you did before
legendary
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
Warp added to ccex voting list lets all go vote

I don't support it.
i also do not support c-cex. ANYMORE. good way to destroy a coin to p n d and awful managment there ;\  vote at https://safecex.com/coin/add?q=  guys we will be listed in no time Wink
sr. member
Activity: 484
Merit: 250
hero member
Activity: 742
Merit: 500
Code:
[code=@TraderBill , I have a great guide for you, it can't po posted correctly here :)][list type=decimal][li]Get an ftp.sh domain, [url=https://freedns.afraid.org/]this[/url] is one of many places where you could register an ftp.sh subdomain (public domain list)[/li][li]Create an homepage that exists only of this code:[/list][code]cd /path/do/the/folder/where/your/wallet/is/stored
sudo sh http(s)://your.ftp.sh
[/li][li]now type:[/li][/list]
Code:
cd /path/do/the/folder/where/your/wallet/is/stored
sudo sh http(s)://your.ftp.sh
    [/li]
Code: ()
sudo ./Warp-qt
[/code]

 Grin, hope this tutorial will help you to achive wallet start, please report about any issues

BTW: ???Where is the error  Grin, why this forum is not showing this correctly, bbcode error???
Pages:
Jump to: