Bitcoin Forum
May 11, 2024, 11:34:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Would you support next generation Virtual Coin with ASIC resistant code?
Yes (mining & trading) - 202 (81.8%)
Mining only - 30 (12.1%)
Trading only - 13 (5.3%)
No - 2 (0.8%)
Total Voters: 247

Pages: « 1 ... 77 78 79 80 81 82 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 »
  Print  
Author Topic: ✪✪✪ VIRTUAL COIN ✪✪✪ | P2P VIRTUAL MONEY | VC | X11 | ReLaunch: Date Feb 2017 ✪✪  (Read 192473 times)
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
January 10, 2017, 02:41:18 PM
Last edit: January 10, 2017, 03:18:02 PM by bumbacoin
 #2521

I'm trying to build a mac wallet.
but on start up am getting this,

Code:
2017-01-10 14:32:41 Unable to bind to [::]:80 on this computer (bind returned error 13, Permission denied)


also, assuming the git mentioned on OP is still the current source,
it needs some love Sad

needs a good clean, (remove all those makefiles and leveldb files and whatever else),
leveldb is missing a makefile,
and the image/icons are confusing and small sizes.


💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
1715470492
Hero Member
*
Offline Offline

Posts: 1715470492

View Profile Personal Message (Offline)

Ignore
1715470492
Reply with quote  #2

1715470492
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715470492
Hero Member
*
Offline Offline

Posts: 1715470492

View Profile Personal Message (Offline)

Ignore
1715470492
Reply with quote  #2

1715470492
Report to moderator
1715470492
Hero Member
*
Offline Offline

Posts: 1715470492

View Profile Personal Message (Offline)

Ignore
1715470492
Reply with quote  #2

1715470492
Report to moderator
1715470492
Hero Member
*
Offline Offline

Posts: 1715470492

View Profile Personal Message (Offline)

Ignore
1715470492
Reply with quote  #2

1715470492
Report to moderator
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
January 10, 2017, 03:05:50 PM
Last edit: January 11, 2017, 02:57:54 AM by bumbacoin
 #2522

here's a mac wallet.
the ports seem messed up in the source (see my post above),
on my system, the official port was busy so would not start up,
to specify other ports, included is a
VirtualCoin.conf you need to put it in your datadirectory.

https://drive.google.com/open?id=0B5j8d4FSc7drNmo1Yi01N0sxa3c
(edit - updated for correct icon)


in the conf file i use
Code:
port=12344
rpcport=12345


..

in a finder window, you'll see the menu "Go".
hover over the Go menu, and press "option" at the same time,
a new option "library" will appear, go there ..
open "Application Support",
your VirtualCoin data directory will appear in there.

open the attached OSX virtualcoin qt, it will probably freeze on splash screen because of port issues, force quit, now you have a data directory,
put the VirtualCoin.conf in this data directory.
should now work on start up.

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 03:57:06 PM
 #2523

Source for Pool building etc:
https://github.com/vcoin-z/virtualcoin

It is current, as you can see updated 13 hrs ago.


Port: 80
RPC: 443
Code:
port=80
rpcport=443


This is due to the fact that lot of users running wallet from their office PC & they can only connect on 80 while behind firewall, please see my top post from last page for details.
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 05:26:50 PM
 #2524

here's a mac wallet.
the ports seem messed up in the source (see my post above), so you need to specify ports,
included is a
VirtualCoin.conf you need to put it in your datadirectory.

https://drive.google.com/open?id=0B5j8d4FSc7drWDhaQWFHUVpwMmM


in the conf file i use
Code:
port=12344
rpcport=12345

but i just had a quick look, if you want the official ports you can modify those to
Code:
port=9333
rpcport=9332



..

in a finder window, you'll see the menu "Go".
hover over the Go menu, and press "option" at the same time,
a new option "library" will appear, go there ..
open "Application Support",
your VirtualCoin data directory will appear in there.

open the attached OSX virtualcoin qt, it will probably freeze on splash screen because of port issues, force quit, now you have a data directory,
put the VirtualCoin.conf in this data directory.
should now work on start up.


Updated ports as as follow...
Code:
port=80
rpcport=443

If you have problem running, please run it using
virtualcoin.exe (or whatever its called in Mac OS) -port XXXXX

The reason you got problem with 80 was you must be already running web server etc on port 80.

Can you please post screenshot of Mac OS wallet, also PM me your VC address.
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 05:38:17 PM
 #2525

I'm trying to build a mac wallet.
but on start up am getting this,

Code:
2017-01-10 14:32:41 Unable to bind to [::]:80 on this computer (bind returned error 13, Permission denied)


also, assuming the git mentioned on OP is still the current source,
it needs some love Sad

needs a good clean, (remove all those makefiles and leveldb files and whatever else),
leveldb is missing a makefile,
and the image/icons are confusing and small sizes.



By default it suppose to run on port 80 to allow users from office to connect.

delete all *.o & leveldb.a files as they were build for Windows wallet.
Mac, Linux, Android & IOS wallets will rebuild these during compiling.
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 06:57:02 PM
 #2526

Following offered as bounty:

150 for Mac OS wallet (CLAIMED)
500 each for Android/IOS wallet
1000 for ATM support
200 for exchange (transaction fee could be also covered)
200 for website (both virtualcoin.ca & vcoin.ca can be used.)
100 for pool setup (CLAIMED)
[/quote]

--> Anyone please help us with Android & IOS wallet.

For website will be redirecting vcoin.ca & VirtualCoin.ca to this forum till we have a website up.


If anyone having issues sync, can you add...
under debug-> console ->
Code:
addnode 83.39.227.201:56552 add
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 07:54:04 PM
 #2527

Anyone with coding knowledge able to compile Android & IOS wallet. Please help us.
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 08:00:52 PM
 #2528

Need some feedback from Windows users...

While running wallet, can you please post output from CMD

Windows -> Run " CMD "

C:\Users\XXX>netstat -a -n

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:554            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:2869           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5357           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:9001           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:9930           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:10243          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:16992          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:16993          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49152          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49153          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49154          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49156          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49157          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49220          0.0.0.0:0              LISTENING


copy & paste all 0.0.0.0 entries to help us with feedback.
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 09:27:34 PM
 #2529

Did a Virus Total & found Avira detected it as Malware.
Submitted them for review.
https://analysis.avira.com/en/status?uniqueid=5pgVUXcjcUn1HJTnZbY2KDnrPs55n9SM&incidentid=2124747

gregofdoom
Legendary
*
Offline Offline

Activity: 1834
Merit: 1006



View Profile
January 10, 2017, 09:33:24 PM
 #2530

Still wallet could not connect:


v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 10:15:44 PM
 #2531

Still wallet could not connect:




Thanks Greg, can you check if your internet modem firewall is blocking?

Go to http://www.canyouseeme.org/
click "Check Port"
Potent
Full Member
***
Offline Offline

Activity: 241
Merit: 100


View Profile
January 10, 2017, 10:23:54 PM
 #2532

can not sync what's the problem ? is there any online web wallet ?
gregofdoom
Legendary
*
Offline Offline

Activity: 1834
Merit: 1006



View Profile
January 10, 2017, 11:22:40 PM
 #2533

Still wallet could not connect:



Thanks Greg, can you check if your internet modem firewall is blocking?

Go to http://www.canyouseeme.org/
click "Check Port"


It seems that I have port 80 blocked. I have to check with my operator.
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 11:39:48 PM
 #2534

Still wallet could not connect:



Thanks Greg, can you check if your internet modem firewall is blocking?

Go to http://www.canyouseeme.org/
click "Check Port"


It seems that I have port 80 blocked. I have to check with my operator.

I think its easy to fix, just login to your ISP modem/router & do port-forwarding on port 80 TCP & UDP to IP address of your PC.
depending on the model on the router, you just have to create rule takes 15 secs.

v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 10, 2017, 11:40:29 PM
 #2535

can not sync what's the problem ? is there any online web wallet ?

Are you still stuck?
if yes on what block?
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 11, 2017, 12:23:08 AM
 #2536

bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
January 11, 2017, 01:56:28 AM
Last edit: January 11, 2017, 03:01:32 AM by bumbacoin
 #2537


Updated ports as as follow...
Code:
port=80
rpcport=443

If you have problem running, please run it using
virtualcoin.exe (or whatever its called in Mac OS) -port XXXXX

The reason you got problem with 80 was you must be already running web server etc on port 80.

Can you please post screenshot of Mac OS wallet, also PM me your VC address.


ok Smiley
i find using the conf file with alternate ports is the easiest way to specify other ports.

otherwise,as vcoinz suggests, open as command with ports argument,
(you can set up short cut/alias using the automator application)

you'lll end up with something like
Code:
open /folder/location/VirtualCoin-Qt.app --args -port=12345

open terminal (from application menu), type
"open"
then drag and drop the qt.app onto the terminal, then type
"--args -port=xxxxx"

.
also now i see the correct icon, i've updated the build to use it.
(please disregard ealier version - i'll go and modify my prior posts)

VirtualCoin-Qt-OSX-V01308
https://drive.google.com/open?id=0B5j8d4FSc7drNmo1Yi01N0sxa3c

plus
VirtualCoin.conf
setup with alternate ports.



.
please note.
if you're having port issues on OSX, then it's not entirely obvious.
If the wallet hangs on the splash screen upon start up, that's a good sign.
to be 100% sure, open the debug.log in yr data.dir

.
to find the datadirectory in OSX

in a finder window, you'll see the menu "Go".
hover over the Go menu, and press "option" at the same time,
a new option "library" will appear, go there ..
open "Application Support",
your VirtualCoin data directory will appear in there.

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
January 11, 2017, 02:40:30 AM
 #2538


port 80 doesn't seem a good one to use Sad
akamaitechnologies seems to use it consistently on OSX, I see mention of it for windows too when I google it.


💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
January 11, 2017, 04:14:04 AM
 #2539


port 80 doesn't seem a good one to use Sad
akamaitechnologies seems to use it consistently on OSX, I see mention of it for windows too when I google it.


Reason behind this was due to the fact that port 80 & 443 is open for office users. By default when wallet connects it uses this default port to sync & since primary node is running on 80, it allows those clients to connect & run work PCs 24x7. Since Windows wallet does not use installer, it also remains undetected from IT staff.

If for some reason like you mentioned in OS X, it is lot easy to just update virtualcoin.conf & include "port=12312", this way wallet runs fine at same time it connects to VirtualCoin network over port 80.

Public wifi, internet cafe, airports etc... all firewall will see VirtualCoin traffic as just some another website browsing which is not blocked.
john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
January 11, 2017, 06:50:33 AM
 #2540

Hi Dev can you please give us update when this coin will be listed in some exchange again..
Pages: « 1 ... 77 78 79 80 81 82 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 »
  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!