Bitcoin Forum
April 19, 2024, 03:49:31 PM *
News: Latest Bitcoin Core release: 26.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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 ... 85 »
  Print  
Author Topic: WARP - Something different - VPN Wallet BETA Release - Bittrex/YoBit  (Read 115948 times)
Dexter12
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


View Profile
January 29, 2016, 10:21:22 PM
 #421

Warp added to ccex voting list lets all go vote

I don't support it.
Thank you! I do not support them too.
1713541771
Hero Member
*
Offline Offline

Posts: 1713541771

View Profile Personal Message (Offline)

Ignore
1713541771
Reply with quote  #2

1713541771
Report to moderator
1713541771
Hero Member
*
Offline Offline

Posts: 1713541771

View Profile Personal Message (Offline)

Ignore
1713541771
Reply with quote  #2

1713541771
Report to moderator
1713541771
Hero Member
*
Offline Offline

Posts: 1713541771

View Profile Personal Message (Offline)

Ignore
1713541771
Reply with quote  #2

1713541771
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713541771
Hero Member
*
Offline Offline

Posts: 1713541771

View Profile Personal Message (Offline)

Ignore
1713541771
Reply with quote  #2

1713541771
Report to moderator
1713541771
Hero Member
*
Offline Offline

Posts: 1713541771

View Profile Personal Message (Offline)

Ignore
1713541771
Reply with quote  #2

1713541771
Report to moderator
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
January 29, 2016, 10:27:01 PM
 #422

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

Activity: 406
Merit: 252


View Profile
January 29, 2016, 10:29:48 PM
 #423

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
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
January 29, 2016, 10:33:20 PM
 #424

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.
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
January 29, 2016, 10:39:03 PM
 #425

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)
galacticpilgrim
Full Member
***
Offline Offline

Activity: 163
Merit: 100



View Profile
January 29, 2016, 10:45:03 PM
 #426

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
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
January 29, 2016, 10:49:56 PM
 #427

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.
DunningKruger
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 29, 2016, 10:52:08 PM
Last edit: January 30, 2016, 12:42:11 AM by DunningKruger
 #428

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

Activity: 667
Merit: 500



View Profile WWW
January 29, 2016, 11:46:28 PM
Last edit: January 30, 2016, 12:10:29 AM by Blake Birk
 #429

Im selling warp at 0.001 btc each, 1700 warp available
galacticpilgrim
Full Member
***
Offline Offline

Activity: 163
Merit: 100



View Profile
January 30, 2016, 12:18:27 AM
 #430

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...
pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
January 30, 2016, 12:23:12 AM
 #431

Im selling warp at 0.001 btc each, 1700 warp available

Bah - I am selling 5000 WARP @ .002 BTC each  Roll Eyes

Zebedee23
Legendary
*
Offline Offline

Activity: 2086
Merit: 1001


View Profile
January 30, 2016, 12:25:13 AM
 #432

How about 50,000 at 0.02

▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
█████████████████████████
██████████        ▀████████
█████████    ████▄  █████████
█████████▀▀  ▀▀▀▀   █████████
█████████▄▄  ▄▄   ▄██████████
▀██████████  ███▄  ▀████████▀
▀█████████▄▄█████▄▄███████▀
▀███████████████████████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
.Reserve.
▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
████████▀▀▀███▀▀▀████████
█████████   ███   █████████
███████               ███████
██████████   ███   ██████████
██████████   ███   ██████████
▀██████               ██████▀
▀████████   ███   ████████▀
▀███████▄▄▄███▄▄▄███████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀

.Reserve Your Rights.
SISAR
Hero Member
*****
Offline Offline

Activity: 651
Merit: 518



View Profile
January 30, 2016, 12:37:33 AM
 #433

Very few people are actualy staking, I just got my first PoS block in few minutes since wallet unlock and I have less than 4,000 WARP total. Netstakeweigth is realy low as well as PoS difficulty. At http://84.200.4.70:3001/richlist top 10 addresses created only 8 PoS blocks so far! Other than that things work smoothly on my side (Win7).

DunningKruger
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 30, 2016, 12:41:50 AM
 #434

Very few people are actualy staking, I just got my first PoS block in few minutes since wallet unlock and I have less than 4,000 WARP total. Netstakeweigth is realy low as well as PoS difficulty. Other than that things work smoothly on my side (Win7).

https://i.imgur.com/nwLruz8.png

I am still having out of sync issues, and lots of orfans, but my wallet has been always online.
l8nit3
Legendary
*
Offline Offline

Activity: 1007
Merit: 1000


View Profile
January 30, 2016, 12:48:49 AM
 #435

Havent had a single issue here! have a very low amount of WARP (~650) and already pulled 7 blocks  Cool
http://imgur.com/gallery/L31uk0G
riceberry
Hero Member
*****
Offline Offline

Activity: 491
Merit: 500



View Profile
January 30, 2016, 12:50:26 AM
 #436

Very few people are actualy staking, I just got my first PoS block in few minutes since wallet unlock and I have less than 4,000 WARP total. Netstakeweigth is realy low as well as PoS difficulty. At http://84.200.4.70:3001/richlist top 10 addresses created only 8 PoS blocks so far! Other than that things work smoothly on my side (Win7).



The block explorer doesn't show all the blocks that have been staked. It's more than 8. I'm in the top 10, and I have staked 10 blocks myself so far.
SISAR
Hero Member
*****
Offline Offline

Activity: 651
Merit: 518



View Profile
January 30, 2016, 12:50:45 AM
 #437

Very few people are actualy staking, I just got my first PoS block in few minutes since wallet unlock and I have less than 4,000 WARP total. Netstakeweigth is realy low as well as PoS difficulty. Other than that things work smoothly on my side (Win7).

https://i.imgur.com/nwLruz8.png

I am still having out of sync issues, and lots of orfans, but my wallet has been always online.

Shutdown wallet, locate directory with wallet.dat and there delete the following:

Code:
database
txleveldb
.lock
blk0001.dat

Then start wallet, let it sync and then try staking.
Abiky
Legendary
*
Offline Offline

Activity: 3178
Merit: 1359


www.Crypto.Games: Multiple coins, multiple games


View Profile
January 30, 2016, 12:53:14 AM
 #438

Looking into Warp lately, I have became interested in its features. It has everything that makes a cryptocurrency an essential means of payment. I will be watching this thread closely for updates. As soon as Warp hits the exchanges, I will buy a stack of it. Looks very promising.  Cool

█████████████████████████
███████▄▄▀▀███▀▀▄▄███████
████████▄███▄████████
█████▄▄█▀▀███▀▀█▄▄█████
████▀▀██▀██████▀██▀▀████
████▄█████████████▄████
███████▀███████▀███████
████▀█████████████▀████
████▄▄██▄████▄██▄▄████
█████▀▀███▀▄████▀▀█████
████████▀███▀████████
███████▀▀▄▄███▄▄▀▀███████
█████████████████████████
.
 CRYPTOGAMES 
.
 Catch the winning spirit! 
█▄░▀███▌░▄
███▄░▀█░▐██▄
▀▀▀▀▀░░░▀▀▀▀▀
████▌░▐█████▀
████░░█████
███▌░▐███▀
███░░███
██▌░▐█▀
PROGRESSIVE
      JACKPOT      
██░░▄▄
▀▀░░████▄
▄▄▄▄██▀░░▄▄
░░░▀▀█░░▀██▄
███▄░░▀▄░█▀▀
█████░░█░░▄▄█
█████░░██████
█████░░█░░▀▀█
LOW HOUSE
         EDGE         
██▄
███░░░░░░░▄▄
█▀░░░░░░░████
█▄░░░░░░░░█▀
██▄░░░░░░▄█
███▄▄░░▄██▌
██████████
█████████▌
PREMIUM VIP
 MEMBERSHIP 
DICE   ROULETTE   BLACKJACK   KENO   MINESWEEPER   VIDEO POKER   PLINKO   SLOT   LOTTERY
DunningKruger
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 30, 2016, 01:04:26 AM
 #439

Very few people are actualy staking, I just got my first PoS block in few minutes since wallet unlock and I have less than 4,000 WARP total. Netstakeweigth is realy low as well as PoS difficulty. Other than that things work smoothly on my side (Win7).

https://i.imgur.com/nwLruz8.png

I am still having out of sync issues, and lots of orfans, but my wallet has been always online.

Shutdown wallet, locate directory with wallet.dat and there delete the following:

Code:
database
txleveldb
.lock
blk0001.dat

Then start wallet, let it sync and then try staking.

Thanks,

I have deleted everything inside that folder again now (of course, keeping the walled.dat safe) to see what happens.

edit: it's already staking  ... anyway, again, it started staking, but the moment it received coins the wallet went out of sync, end after a while, the coins were orfaned again with the wallet resync :/ it's been like this the whole day today.
Maxikosw
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
January 30, 2016, 01:09:09 AM
 #440

Selling warp at 0.0005 btc each, 1074 warp available  Cool

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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 ... 85 »
  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!