Author

Topic: [ANN] [VASH] VpnCoin | AES Chat | BitChain | Domain&Website | Zero Knowledge - page 131. (Read 501968 times)

legendary
Activity: 1246
Merit: 1000
!!! RiSe aBovE ThE StoRm !!!
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?
hero member
Activity: 980
Merit: 1010
Blockchain engineer
About disposition of BitNet 600M vpncoins, within this week, we have to do a decision, please vote:

https://bitcointalksearch.org/topic/about-disposition-of-bitnet-600m-vpncoins-881665

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?
hero member
Activity: 980
Merit: 1010
Blockchain engineer
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.
member
Activity: 113
Merit: 10
 Grin

it is always nice to get prompt and informative replies. thank you.

I assume the github repositories would be the most up to date downloadable client. but i was wrong.

the last link shared here was for 1120. and 1120-4 1122 and 1122-2

What version are we sopposed to have? this would also explain error 10013. which means it can not connecting to the main servers or nodes usually. in most software like this.

It is most helpful to be able to easily access the updated files. Without browseing through hundreds of forum threads.

There is an offical website, but it seems out of date with some things not loading properly. despite this it looks good.

there is an offical or dedicated forum as well. with no updated downloads.

I agree that many people will find this useful. this is why i wish to start mineing and provideing node services etc. asap.

I get the feeling many people are getting the old vpncoin clients. not finding relevent answers, then giving up. =c

As soon as i can find a guide to compile this for linux. I'll try to continue to do so. And provide free links etc.

When i get my first vpncoin block, i might place bounties on tasks i feel i may not be able to get to timely.

omg...just downloaded 1122-2 to my old p4 xp 3 home. After a few firewall alerts. port 913 and 920 are now allowed. and it loaded. with no errors. why the heck did wine have issues in ubuntu 14.4 ? maybe i should ask the wine guys what it going on there.
hero member
Activity: 480
Merit: 500
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.
legendary
Activity: 1246
Merit: 1000
!!! RiSe aBovE ThE StoRm !!!
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?
hero member
Activity: 980
Merit: 1010
Blockchain engineer
About disposition of BitNet 600M vpncoins, within this week, we have to do a decision, please vote:

https://bitcointalksearch.org/topic/about-disposition-of-bitnet-600m-vpncoins-881665

Thanks.
hero member
Activity: 980
Merit: 1010
Blockchain engineer
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.
hero member
Activity: 980
Merit: 1010
Blockchain engineer
Still cant figure out how to setup vpn on windows 8.1 to work with vpncoin. The only guide I found was this one, https://drive.google.com/file/d/0B9bDQ514xGWzT3VVS0RFX0QxVmM/edit  , for windows 2003.
Can anyone point me in the right direction?

Hello,
Only Windows server os can setup "Routing and Remote Access" service.
Such as windows 2k3, 2008, 2012.

So if we do have that server, what's the procedure to configure VPN to work with the same?


@gkv9  @FredDag
This is  vpn configuration tutorial under windows server 2003:
https://drive.google.com/file/d/0B7Kd-l4hTU3Gck04OVZSRFN4dWs/view?usp=sharing
sr. member
Activity: 436
Merit: 250
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.

I agree it would be very helpful to have comprehensive documentation.

Maybe put a good bounty to have this done?
member
Activity: 113
Merit: 10
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.
hero member
Activity: 980
Merit: 1010
Blockchain engineer
Still cant figure out how to setup vpn on windows 8.1 to work with vpncoin. The only guide I found was this one, https://drive.google.com/file/d/0B9bDQ514xGWzT3VVS0RFX0QxVmM/edit  , for windows 2003.
Can anyone point me in the right direction?

Hello,
Only Windows server os can setup "Routing and Remote Access" service.
Such as windows 2k3, 2008, 2012.

So if we do have that server, what's the procedure to configure VPN to work with the same?

Hi,
If you want set your wallet like a vpn node, you need run wallet on windows server os.
1, set like this at wallet app gui:


2, Then click “MS Vpn Service Manage" button, to start microsoft's "Routing and Remote Access" service,

You need know how to config "Routing and Remote Access" service.
Please use Google, has a lot of information about configuring vpn server.

Thanks.
legendary
Activity: 1246
Merit: 1000
!!! RiSe aBovE ThE StoRm !!!
Still cant figure out how to setup vpn on windows 8.1 to work with vpncoin. The only guide I found was this one, https://drive.google.com/file/d/0B9bDQ514xGWzT3VVS0RFX0QxVmM/edit  , for windows 2003.
Can anyone point me in the right direction?

Hello,
Only Windows server os can setup "Routing and Remote Access" service.
Such as windows 2k3, 2008, 2012.

So if we do have that server, what's the procedure to configure VPN to work with the same?
hero member
Activity: 980
Merit: 1010
Blockchain engineer
Still cant figure out how to setup vpn on windows 8.1 to work with vpncoin. The only guide I found was this one, https://drive.google.com/file/d/0B9bDQ514xGWzT3VVS0RFX0QxVmM/edit  , for windows 2003.
Can anyone point me in the right direction?

Hello,
Only Windows server os can setup "Routing and Remote Access" service.
Such as windows 2k3, 2008, 2012.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Ran fine for a few hours and then I decided to kick the tires and Client crashed while in irc shell. I sent 1 command "/nick Hueristic" and a few seconds later while reading the freenet topic the client closed.

@Hueristic @cryptolemaik
Please try this:


will give it a shot when I get back home in a few days. Smiley
full member
Activity: 138
Merit: 100
Still cant figure out how to setup vpn on windows 8.1 to work with vpncoin. The only guide I found was this one, https://drive.google.com/file/d/0B9bDQ514xGWzT3VVS0RFX0QxVmM/edit  , for windows 2003.
Can anyone point me in the right direction?
hero member
Activity: 980
Merit: 1010
Blockchain engineer
Hello everyone,
Our TipBot has joined:
#bittrex
#Cryptsy
#poloniex
#bitcoin
#litecoin
#dogecoin

If you talk about bitnet or vpncoin in those channel,
Our TipBot will reward 10 ~ 20VPN to you.
But please do not repeat frequently, and don't say the same thing.

I will watching the tipbot, continuously optimize code.

If you have other popular channels, please tell us,
Thank you.
sr. member
Activity: 1622
Merit: 270
Undeads.com - P2E Runner Game
@TakeItEasy @Voidcrafter @anarchyx @Yaremi @Hueristic @starik69 @atchoum6760 @catchcoin @lumeire

The previous version Load language file function have a bug,
I'm sorry.

Ver 1122-2 download link: https://drive.google.com/file/d/0B7Kd-l4hTU3GVUc3WUNYZ2lwcFk/view?usp=sharing



Thank you. This version works fine, no crash.
full member
Activity: 280
Merit: 102
I see the source on the op, has anyone successfully compiled this in linux, specifically Arch? I tried the windows release awhile back but gave up

Hello,
You can compile under ubuntu,
QT part of the source in finishing, has not uploaded.
Thanks will give it a go!
hero member
Activity: 980
Merit: 1010
Blockchain engineer
Hi Iv just downloaded the latest wallet, in bitnet settings under service settings theirs three tick boxes only accept node registry, is seed node and direct link sync node which ones should I tick to set up a vpn service and why,  Huh cheers

Hi,
Please set like this:


Then click “MS Vpn Service Manage" button, to start microsoft's "Routing and Remote Access" service,
And you need know how to config "Routing and Remote Access" service.
There are many tutorials, please try google.
Thanks.
Jump to: