Bitcoin Forum
May 07, 2024, 06:56:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 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 181 182 183 ... 263 »
  Print  
Author Topic: [ANN] [VASH] VpnCoin | AES Chat | BitChain | Domain&Website | Zero Knowledge  (Read 501906 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.
vpncoin (OP)
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1010


Blockchain engineer


View Profile WWW
December 12, 2014, 05:56:05 AM
 #2641

this coin needs better setup and preequsite documentation and a precompiled linux version. using windows was a mistake.

get errpr 10013 when loading, it looks for a vpn server. but can't find it. the client hs one but it oesn't load. so i cant setit up

it then ays it can't listen on any ports. i tried to put -listen=0 but did not work.

i'm running it in wine. there is no documentation for compileing for linux.

the english guide shoul use an english client.

windows xp and up has remote services. previous versions it simply needs to be installed. its on the disk. Or you can download other software. but windows is too limited even server versions. enterprise or ultimate versions should be used.

Hello,
Nice to meet you.
Vpncoin wallet app support English, but my English is not good, I'm sorry.

Why we chose windows?
As we all know, most Chinese people can not access Google and Twitter, we want to see the outside world, we need VPN.
Therefore, we developed vpncoin, it's has a great demand in China.
And 80% to 90% of Chinese people use windows system, and I have developed more than 10 years under windows,
So I chose to windows, I'm sorry.

If you want to change port, add port=920 or other number to vpncoin.conf or add -port=920 to wallet app's shortlink file(command line).

If you want set your wallet as a vpn node, this is vpn configuration tutorial under windows server 2003:
https://drive.google.com/file/d/0B7Kd-l4hTU3Gck04OVZSRFN4dWs/view?usp=sharing

Thanks.


You're doing great, keep it up.  Not many coins have innovation like this...actually almost none of them lol.

I've been working hard, I'll keep going.
Thank you very much.

You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715064987
Hero Member
*
Offline Offline

Posts: 1715064987

View Profile Personal Message (Offline)

Ignore
1715064987
Reply with quote  #2

1715064987
Report to moderator
vpncoin (OP)
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1010


Blockchain engineer


View Profile WWW
December 12, 2014, 06:11:23 AM
 #2642

About disposition of BitNet 600M vpncoins, within this week, we have to do a decision, please vote:

https://bitcointalk.org/index.php?topic=881665.0

Thanks.

Before, I would like to use this method to freeze 600 million vpncoins:
Code:
bool IsStandardTx(const CTransaction& tx)
{
...
        static const CBitcoinAddress lostWallet ("VusLpcbyV6jenaG9dbFJxsBx28Lp9JqNvm");
        uint256 hashBlock;
        CTransaction txPrev;

        if(GetTransaction(txin.prevout.hash, txPrev, hashBlock)){  // get the vin's previous transaction
            CTxDestination source;
            if (ExtractDestination(txPrev.vout[txin.prevout.n].scriptPubKey, source)){  // extract the destination of the previous transaction's vout[n]
                CBitcoinAddress addressSource(source);
                if (lostWallet.Get() == addressSource.Get()){
                    error("Banned Address %s tried to send a transaction (rejecting it).", addressSource.ToString().c_str());
                    return false;
               }
            }
        }
...
}

Today, jl777 proposal this way:
http://earlz.net/view/2014/10/22/0340/provably-spendable-altcoin-burn-addresses

Vpncoin's burn Addresses is:
Code:
Version: 71, Address: VZzpuiATQouD4mu9jnedRuKrgpHyY2Me1w

I sent 0.1VPN tested, txid is 6aaa83f9dd64022619888722f053e4c5d912d3437bb1925739028638c61361c3
Code:
getrawtransaction 6aaa83f9dd64022619888722f053e4c5d912d3437bb1925739028638c61361c3
 
01000000e3778a54012cd82fdba1589584e5496402db96cac8129a5e95250bd9373ea19626c0124d2f000000006b483045022100cd4fd8b231e280ce7bf6bf6f1c9c62acf8fc85cd80b1fc498f2e86d74e94106302201e2a57ee87ebd4052b64f8e2c178a70f03a6b91f97c6c1dae2551361d834cdc00121038c18689807f1408c82dc1b0805ed90de07f4669aa11bb10dc2ba34abf52cb10bffffffff02c0eb2901bb0400001976a91453cc0cd61c209cb234b85fd89b9d02f9915f660188ac80969800000000001976a914000000000000000000000000000000000000000088ac0000000000

It is included "76a914000000000000000000000000000000000000000088ac",
Looks like the right?

gkv9
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


!!! RiSe aBovE ThE StoRm !!!


View Profile
December 12, 2014, 07:19:23 AM
 #2643

The wallet ain't loading and still crashing...

It shows:
"MinGW Runtime Assertion"
Assertion failed!

Program: C:\Users\userid\Desktop\VpnCoin-v1122-2\vpncoin-qt.exe
File: src\kernel.cpp, Line 471

Expression: pindex-> pprev || pindex-> GetBlockHash() = = (!fTestNet ?
hashGenesisBlock : hashGenesisBlockTestNet)

Abort        Retry         Ignore

Now, what should I do to work it properly?

I didn't get any replies from anyone here... Don't know what to do as I'm missing so many coins by not having my wallet open... Can anyone help?

vpncoin (OP)
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1010


Blockchain engineer


View Profile WWW
December 12, 2014, 07:30:37 AM
 #2644

The wallet ain't loading and still crashing...

It shows:
"MinGW Runtime Assertion"
Assertion failed!

Program: C:\Users\userid\Desktop\VpnCoin-v1122-2\vpncoin-qt.exe
File: src\kernel.cpp, Line 471

Expression: pindex-> pprev || pindex-> GetBlockHash() = = (!fTestNet ?
hashGenesisBlock : hashGenesisBlockTestNet)

Abort        Retry         Ignore

Now, what should I do to work it properly?

I didn't get any replies from anyone here... Don't know what to do as I'm missing so many coins by not having my wallet open... Can anyone help?

Hello,
1, quit wallet app,
2, backup your wallet.dat
3, del all blockchain's file
4, run wallet app.

kawa900jc
Hero Member
*****
Offline Offline

Activity: 721
Merit: 500


StakeChain Community leader


View Profile
December 12, 2014, 07:52:25 AM
 #2645

Somewone is buying BIG @ BITTREX now 118 Satoshi!

vpncoin (OP)
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1010


Blockchain engineer


View Profile WWW
December 12, 2014, 07:58:24 AM
 #2646

Hello everyone,

Today is a very important day,
Starting today, jl777 will join our team,
And i and vpncoin join superNet, we will also share BitNet's functionality to SuperNet.

Obviously jl777 was a trusted and influential people, so we sent 97M vpncoins to jl777 for distribution to the community.

The 50M for promotion and bounties and marketing to help bitnet grow
The 47M for SuperNET is for it to hold long term for stabilization.

To: VdHevSrSsdFn5Mrbrf7xxM99uthTEhiEpJ  (50000000.00 VPN)
Transaction ID: cc143e785d3d88d7c31a8408343dabb7a8621e57b7377414193e77fd654cec10

To: VdJhwNX1T8MMnwek1hWfrT2PNZYrj8PDW5  (47000000.00 VPN)
Transaction ID: c059b108f5d55d12498ca88670ff15784b005137b7aeca54c1c401b223c4e5b4

Another 62755530 vpn ( VcC3ZQfErwwxEt75B63LfvnujhHtBRqyTq ) will be distribute to community by reward nodes way, it is a long-term giveaway.

And the 600M vpncoins ( VusLpcbyV6jenaG9dbFJxsBx28Lp9JqNvm ) will be freeze, all will send to VZzpuiATQouD4mu9jnedRuKrgpHyY2Me1w

Thanks.

kawa900jc
Hero Member
*****
Offline Offline

Activity: 721
Merit: 500


StakeChain Community leader


View Profile
December 12, 2014, 08:13:02 AM
 #2647

Hello everyone,

Today is a very important day,
Starting today, jl777 will join our team,
And i and vpncoin join superNet, we will also share BitNet's functionality to SuperNet.

Obviously jl777 was a trusted and influential people, so we sent 97M vpncoins to jl777 for distribution to the community.

The 50M for promotion and bounties and marketing to help bitnet grow
The 47M for SuperNET is for it to hold long term for stabilization.

To: VdHevSrSsdFn5Mrbrf7xxM99uthTEhiEpJ  (50000000.00 VPN)
Transaction ID: cc143e785d3d88d7c31a8408343dabb7a8621e57b7377414193e77fd654cec10

To: VdJhwNX1T8MMnwek1hWfrT2PNZYrj8PDW5  (47000000.00 VPN)
Transaction ID: c059b108f5d55d12498ca88670ff15784b005137b7aeca54c1c401b223c4e5b4

Another 62755530 vpn ( VcC3ZQfErwwxEt75B63LfvnujhHtBRqyTq ) will be distribute to community by reward nodes way, it is a long-term giveaway.

And the 600M vpncoins ( VusLpcbyV6jenaG9dbFJxsBx28Lp9JqNvm ) will be freeze, all will send to VZzpuiATQouD4mu9jnedRuKrgpHyY2Me1w

Thanks.
Great I 'm happy I did not sold my VPNCoins for a few Satoshi!

TakeItEasy
Sr. Member
****
Offline Offline

Activity: 1622
Merit: 270


Undeads.com - P2E Runner Game


View Profile
December 12, 2014, 08:17:37 AM
 #2648

Hello everyone,

Today is a very important day,
Starting today, jl777 will join our team,
And i and vpncoin join superNet, we will also share BitNet's functionality to SuperNet.

Obviously jl777 was a trusted and influential people, so we sent 97M vpncoins to jl777 for distribution to the community.

The 50M for promotion and bounties and marketing to help bitnet grow
The 47M for SuperNET is for it to hold long term for stabilization.

To: VdHevSrSsdFn5Mrbrf7xxM99uthTEhiEpJ  (50000000.00 VPN)
Transaction ID: cc143e785d3d88d7c31a8408343dabb7a8621e57b7377414193e77fd654cec10

To: VdJhwNX1T8MMnwek1hWfrT2PNZYrj8PDW5  (47000000.00 VPN)
Transaction ID: c059b108f5d55d12498ca88670ff15784b005137b7aeca54c1c401b223c4e5b4

Another 62755530 vpn ( VcC3ZQfErwwxEt75B63LfvnujhHtBRqyTq ) will be distribute to community by reward nodes way, it is a long-term giveaway.

And the 600M vpncoins ( VusLpcbyV6jenaG9dbFJxsBx28Lp9JqNvm ) will be freeze, all will send to VZzpuiATQouD4mu9jnedRuKrgpHyY2Me1w

Thanks.
Thank you very much for your work!
Keep it up!

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 12, 2014, 08:30:05 AM
 #2649

I am very happy to be working with bitnet-vpncoin!

By combining our forces together we are both much stronger. We are already working on non-Windows version for the GUI and there are over 2000 SuperNET investors who are always paying close attention.

When people discover all the must have tech that already exists that is ideal for the Chinese market, this will get a lot of new people very interested in VPN. Once they are interested, then when they understand the roadmap, my guess is they will want to get a bit. The restructuring of the 600M to burn address is another thing that immediately more than doubles the value per VPN, but some of that was already priced in, so let us not get too excited. What I do is identify the coins with real devs and we work together for the long term. Maybe the price is going up, then down, then up, then sideways. Well it makes me dizzy! I just work hard everyday (literally) and do what I can to improve the tech.

I am putting together a team within SuperNET slack to help integrate VPN into SuperNET and I invite everyone in this community to join us! There are over 250 people now and I believe it is one of the biggest, if not biggest realtime crypto communities. Just PM me an email I can send the slack invite to and after than one email you are plugged into all the exciting developments.

You can see a log of the crazy things we are up to here: http://104.236.15.119:8086/logs

SuperNET is not just me, there are literally over 250 that are part of the SuperNET slack. See you there!

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
ancientcoins
Legendary
*
Offline Offline

Activity: 1568
Merit: 1003


🚀🚀 ATHERO.IO 🚀🚀


View Profile
December 12, 2014, 08:47:28 AM
 #2650

can anyone help in telling how much coins are in circulation. i see max as 1 billion, and 600million in freeze. are these gonna be destroyed or held for later distribution


  A revolutionary decentralized digital economy 
`Join us:██`Twitter  ◽  Facebook  ◽  Telegram  ◽  Youtube  ◽  Github`
.ATHERO
.Internet 3.0 solution
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 12, 2014, 09:16:53 AM
 #2651

can anyone help in telling how much coins are in circulation. i see max as 1 billion, and 600million in freeze. are these gonna be destroyed or held for later distribution


600 M to be burned, so max supply at 400M, not sure about the 0.1% per year staking. still that is so small amount

Now this alone is meaning a 2.5x price change to just maintain the marketcap.

Another 47M is in long term HODL for SuperNET, which means it is off the market
Another 50M is there to promote and develop VPN and I already have many people in slack wanting to help integrate VPN into SuperNET. So these coins are not off the market, but they will be used to obtain value. Assuming that they can get equivalent value to their market price, it has no net effect. Assuming SuperNET uses it wisely, then this 50M value will be leveraged.

So we are looking at an supply of ~300M, then another 60M is reserved for the long term node awards, which gets us closer to 250M coins in the market now.

In other terms on a liquidity basis there is a 4x difference, but this is assuming the marketcap stays the same.

Hard to predict the price and I am more to just keep improving the coin and let the price bounce around as it will invariably do

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
gkv9
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


!!! RiSe aBovE ThE StoRm !!!


View Profile
December 12, 2014, 09:22:02 AM
 #2652

Guys, this coin's skyrocketing and currently it's at 118 sats... I know it does have the potential to make it upto 1000 sats per coin, and I'm thinking of getting on the train currently if I'm not late currently...

But first, I would like to ask you guys, whether I should invest or not currently as it's being pumped and dumped by somebody to create panic amongst everyone...

Is it one of my way or should I stay away?

chanbtc
Full Member
***
Offline Offline

Activity: 197
Merit: 100


View Profile WWW
December 12, 2014, 09:39:41 AM
 #2653

Hello everyone,

Today is a very important day,
Starting today, jl777 will join our team,
And i and vpncoin join superNet, we will also share BitNet's functionality to SuperNet.

Obviously jl777 was a trusted and influential people, so we sent 97M vpncoins to jl777 for distribution to the community.

The 50M for promotion and bounties and marketing to help bitnet grow
The 47M for SuperNET is for it to hold long term for stabilization.

To: VdHevSrSsdFn5Mrbrf7xxM99uthTEhiEpJ  (50000000.00 VPN)
Transaction ID: cc143e785d3d88d7c31a8408343dabb7a8621e57b7377414193e77fd654cec10

To: VdJhwNX1T8MMnwek1hWfrT2PNZYrj8PDW5  (47000000.00 VPN)
Transaction ID: c059b108f5d55d12498ca88670ff15784b005137b7aeca54c1c401b223c4e5b4

Another 62755530 vpn ( VcC3ZQfErwwxEt75B63LfvnujhHtBRqyTq ) will be distribute to community by reward nodes way, it is a long-term giveaway.

And the 600M vpncoins ( VusLpcbyV6jenaG9dbFJxsBx28Lp9JqNvm ) will be freeze, all will send to VZzpuiATQouD4mu9jnedRuKrgpHyY2Me1w

Thanks.



This is something big for VPN.

That's why altcoin world is always so exciting. You'll never know what the reasonable price should be for any fast-developing coin.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
December 12, 2014, 09:52:35 AM
 #2654

Guys, this coin's skyrocketing and currently it's at 118 sats... I know it does have the potential to make it upto 1000 sats per coin, and I'm thinking of getting on the train currently if I'm not late currently...

But first, I would like to ask you guys, whether I should invest or not currently as it's being pumped and dumped by somebody to create panic amongst everyone...

Is it one of my way or should I stay away?
you can verify the SuperNET holdings of VPN, long term HODL
Now it has more than doubled, but with the reduction in supply a 2.5x increase is marketcap neutral, so the prices really cant be compared. You should compare the marketcap and the current CMC marketcap is actually inflated due to its counting the 600M

So it will be a bit tricky to know what the right price is at this moment in time.

However, if you are long term believer in VPN and/or SuperNET, then as long as you are not buying during a panic, over time the price will catch up.

Keep in mind VPN has some very unique characteristics. It will be integrated into SuperNET as the doorway to China.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
CECVW
Legendary
*
Offline Offline

Activity: 961
Merit: 1000


View Profile
December 12, 2014, 10:30:24 AM
 #2655

Guys, this coin's skyrocketing and currently it's at 118 sats... I know it does have the potential to make it upto 1000 sats per coin, and I'm thinking of getting on the train currently if I'm not late currently...

But first, I would like to ask you guys, whether I should invest or not currently as it's being pumped and dumped by somebody to create panic amongst everyone...

Is it one of my way or should I stay away?

You are still on time USA has not woken up yet...wait and see!

⏲⏳⏲⏳⏲     WIRELESS COIN     ⏲⏳⏲⏳⏲
══════════════════════════════════════════════════════════════════════════════════════════════════════════
⏲  FORUM THREADGITHUBTWITTERSLACK 1 #time-travellers-yet/#wlcSLACK 2 #21_tickets/#wlc  ⏲
gkv9
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


!!! RiSe aBovE ThE StoRm !!!


View Profile
December 12, 2014, 10:39:58 AM
 #2656

You are still on time USA has not woken up yet...wait and see!

I didn't get you... Are you talking about pumps or dumps?

david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
December 12, 2014, 10:43:13 AM
 #2657

I'm very glad to see nice movements on the market.
Bitnet and supernet have a bright future
Just strongly HODL
CECVW
Legendary
*
Offline Offline

Activity: 961
Merit: 1000


View Profile
December 12, 2014, 10:49:02 AM
 #2658

You are still on time USA has not woken up yet...wait and see!

I didn't get you... Are you talking about pumps or dumps?

I don't like the term pump but I guess people when they wake up would like to get on the train as soon as possible and get it cheap before it rises more

⏲⏳⏲⏳⏲     WIRELESS COIN     ⏲⏳⏲⏳⏲
══════════════════════════════════════════════════════════════════════════════════════════════════════════
⏲  FORUM THREADGITHUBTWITTERSLACK 1 #time-travellers-yet/#wlcSLACK 2 #21_tickets/#wlc  ⏲
ancientcoins
Legendary
*
Offline Offline

Activity: 1568
Merit: 1003


🚀🚀 ATHERO.IO 🚀🚀


View Profile
December 12, 2014, 10:50:49 AM
 #2659

can anyone help in telling how much coins are in circulation. i see max as 1 billion, and 600million in freeze. are these gonna be destroyed or held for later distribution


600 M to be burned, so max supply at 400M, not sure about the 0.1% per year staking. still that is so small amount

Now this alone is meaning a 2.5x price change to just maintain the marketcap.

Another 47M is in long term HODL for SuperNET, which means it is off the market
Another 50M is there to promote and develop VPN and I already have many people in slack wanting to help integrate VPN into SuperNET. So these coins are not off the market, but they will be used to obtain value. Assuming that they can get equivalent value to their market price, it has no net effect. Assuming SuperNET uses it wisely, then this 50M value will be leveraged.

So we are looking at an supply of ~300M, then another 60M is reserved for the long term node awards, which gets us closer to 250M coins in the market now.

In other terms on a liquidity basis there is a 4x difference, but this is assuming the marketcap stays the same.

Hard to predict the price and I am more to just keep improving the coin and let the price bounce around as it will invariably do

James

thanks for the info. i saw it at 60sats and didnt buy. hoping for a drop to get in.

  A revolutionary decentralized digital economy 
`Join us:██`Twitter  ◽  Facebook  ◽  Telegram  ◽  Youtube  ◽  Github`
.ATHERO
.Internet 3.0 solution
MikeMike
Legendary
*
Offline Offline

Activity: 2254
Merit: 1020


★ Ⓚ KORE TEAM Ⓚ ★


View Profile
December 12, 2014, 12:32:59 PM
 #2660

Question:
Does it make sense to burn them all?
What if there is tech or marketing etc that needs to be bought.

Pages: « 1 ... 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 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 181 182 183 ... 263 »
  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!