john1010
|
|
January 11, 2017, 01:48:18 AM |
|
If you are interested in Mining from wallet... Click on Help -> Debug Window -> Console Copy & PasteIs it literally my wallet will mine this coin? Any procedure please, I mining it with my 3gpu's
|
|
|
|
john1010
|
|
January 11, 2017, 07:00:55 AM |
|
Hi Dev can you please give us update when this coin will be listed in some exchange again..
|
|
|
|
Fuzzbawls
|
|
January 11, 2017, 07:52:23 AM |
|
___ _ ___ _ _ / __\___ (_)_ __ / __\ |__ ___ ___| | _____ _ __ / / / _ \| | '_ \ / / | '_ \ / _ \/ __| |/ / _ \ '__| / /__| (_) | | | | / /___| | | | __/ (__| < __/ | \____/\___/|_|_| |_\____/|_| |_|\___|\___|_|\_\___|_| v0.0.4 October 2016 | http://www.fuzzbawls.pw
Report Date: Tue Jan 10 23:47:38 PST 2017 Checking Host OS... MAC Creating temp folder to clone remote repository... Cloning https://github.com/vcoin-z/virtualcoin.git...
-= Repository Information =- ============================================================ Number of commits: 38 Last commit date: Mon Jan 9 15:07:58 PST 2017 Days since last commit: 1.36 Days
-= Build System Information =- ============================================================ Build Type: QMAKE/Makefile Build Version: 0.13.0.8 Qt Bin: virtualcoin-qt Daemon Bin: virtualcoind
-= Coin Specifications =- ============================================================ Coin Name: virtualcoin Client Version: 0.13.0.8 Client Name: /Vcoin:0.13.0.8/ Default P2P Port: 80 Default PRC Port: 10000 Message Start String: 0xfb 0xc0 0xb6 0xdb Protocol Version: 70027
-= Coin Information Checks =- ============================================================ Matching P2PPORT in init documentation: [!!] Matching RPCPORT in init documentation: [!!] Build & Client Version Match: [OK]
-= Library Version Compliance Checks =- ============================================================ Miniupnpc v1.9 (API 14): [!!] OpenSSL v1.0.1k+ (Strict DER Signatures): [!!] Boost v1.58+ (boost::get): [!!] ** Listing incompatible files... ./src/rpcrawtransaction.cpp:242
-= Security Standards Checks =- ============================================================ Free of IRC related files: [OK] IRC based peer fetching: [--] Contains signature malleability patch (PPCoin): [--]
-= Connectivity Checks =- ============================================================ Contains unique ClientName: [OK] Contains DNS seeder addresses: [OK] Contains Hex-Encoded seeder addresses: [OK] Has at least ONE default connection method: [OK] Number of Hex-Encoded Seeds: 15 Listing Hex-Encoded seed addresses... * 0x3210ce66 (102.206.16.50) [!!] * 0x3213747b (123.116.19.50) [!!] * 0x1717ba83 (131.186.23.23) [!!] * 0x3210ce66 (102.206.16.50) [!!] * 0x3213747b (123.116.19.50) [!!] * 0x1715cc22 (34.204.21.23) [!!] * 0xbc8e2769 (105.39.142.188) [!!] * 0x36f8e397 (151.227.248.54) [!!] * 0x2a793a5b (91.58.121.42) [!!] * 0x3251c027 (39.192.81.50) [!!] * 0x05fe6003 (3.96.254.5) [!!] * 0xaf73c92c (44.201.115.175) [!!] * 0xd035bf02 (2.191.53.208) [!!] * 0xc06f4182 (130.65.111.192) [!!] * 0xa2f32110 (16.33.243.162) [!!] Number of DNS Seeds: 2 Listing DNS Seed addresses... * dnsseed.vcoin.ca 184.65.125.85 [OK] * dnsseed.virtualcoin.ca 184.65.125.85 [OK]
-= OS Specific Checks =- ============================================================ Mac OS X Native Notification Support: [OK] Mac OS X Deployment Script: [OK] Mac OS X Application Icon: [OK] Mac OS X Dock Icon Menu (Qt5): [!!] Windows Installer Script: [**] Windows Installer Header Image: [OK] Windows Installer Logo Image: [OK] Windows Installer Icon: [!!]
============================================================ * Windows deployment sript is using an incorrect version! * Deployment build won't have the correct metadata!
Results should be manually verified and you should NOT rely on any automated scripts (including this one) before running or compiling any crypto wallet. ============================================================
Why on earth are you using port 80 (443 for testnet) as the default P2P port!?
|
|
|
|
apple_talk
Sr. Member
Offline
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
|
|
January 11, 2017, 03:08:29 PM |
|
port 80 doesn't seem a good one to use 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.
|
|
|
|
Fuzzbawls
|
|
January 11, 2017, 10:09:30 PM |
|
port 80 doesn't seem a good one to use 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. That has got to be the most backwards and ill-informed reasoning for using well-established and commonly used system ports I have ever seen. First, *nix and OS X won't let an unprivileged user open listeners on ports below 1024 as they have been reserved for system use (aka, non-user ports). Second, running ANY cryptocurrency software (even bitcoin) as a privileged user is just plain bad practice. Third, "office" environments typically use port 80 and 443 for existing services (along with many other commonly used ports). Forth, An increasing number of residential ISP's are blocking incoming connections to well-known service ports, especially 80/443/25. Fifth, Outgoing connections to high numbered ports are rarely ever blocked or monitored in any environment (public access, residential, business). Sixth, Any half decent IT staff will easily be able to see one of their office machines attempting to expose a system port for inbound connections, and any half decent IT staff would immediately investigate and/or flag the machine(s) in question. All of the above severely limits the inter-connectivity paths for this network, changing it from a P2P model to more of a client-server model. Given the already limited number of default connection paths any given client has (1 at the time of writing), the potential for network splitting and consensus conflicts is extremely high.
|
|
|
|
ICOGuru
Member
Offline
Activity: 123
Merit: 10
|
|
January 11, 2017, 10:17:04 PM |
|
Same chain as before?
|
|
|
|
|
ICOGuru
Member
Offline
Activity: 123
Merit: 10
|
|
January 12, 2017, 03:17:30 AM |
|
|
|
|
|
rudolfaxl
Legendary
Offline
Activity: 1372
Merit: 1001
|
|
January 12, 2017, 03:21:11 AM |
|
Please to fix this : Detect Virus on new VC Wallet https://virustotal.com/en/file/494924ff128b8fad825f7dde7d4980f1799303953b9fa9fe5578c1582c0448e7/analysis/1484151665/VIRUS Detect..!! AegisLab Troj.Bitcoinminer.Xfumu!c 20170111 ESET-NOD32 a variant of Win32/BitCoinMiner.BJ potentially unsafe 20170111 Fortinet Riskware/BitCoinMiner 20170111 K7AntiVirus Unwanted-Program ( 004baab71 ) 20170111 K7GW Unwanted-Program ( 004baab71 ) 20170111 McAfee Artemis!C07BD0ED75A1 20170108 Rising Malware.Generic!ny6HnbI7sfK@5 (thunder) 20170111 Sophos Bitcoin Miner (PUA) 2017011
|
|
|
|
NamoCoin
Member
Offline
Activity: 88
Merit: 10
|
|
January 12, 2017, 05:57:01 PM |
|
|
|
|
|
NamoCoin
Member
Offline
Activity: 88
Merit: 10
|
|
January 12, 2017, 06:04:04 PM |
|
rudolfaxl please explain, why you reported as fraud & spammer User Date Risked BTC amount Reference Comments jonsi 10: -0 / +1 2017-01-11 0.00000000 Reference Trying to sell items that costs $30 with $450. kingcolex 30: -0 / +3 2017-01-11 0.52000000 Reference Selling sword in thread for 0.52 BTC (~$470 usd) Picture reverse searches to this ad https://www.bukalapak.com/p/hobi-koleksi/koleksi/benda-tajam/43r7d2-jual-golok-ukir-naga-ciwidey
Same product $26 USD.
OP is being more than a drop ship douche starsoccer9 46: -0 / +5 2016-01-14 0.00000000 is spamming users about selling his domain
|
|
|
|
joblessminer
|
|
January 12, 2017, 06:20:19 PM |
|
We should rally to get VirtualCoin listed on good exchange.
Already on block 1355
VirtualCoin = Bitcoin = $$$
|
|
|
|
logictense
|
|
January 12, 2017, 06:22:22 PM |
|
U're almost right. Although u slightly misspelled the block number, I express an admiration toward ur personal presence in this thread and send greetings to u and numerous members of ur family whom I will perhaps decapitate friday, 13.
|
|
|
|
joblessminer
|
|
January 12, 2017, 06:39:45 PM |
|
I am getting following, please let me know if this is wrong. I see about 23 connected.
"blocks" : 1363, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : 19.74208261, "errors" : "", "generate" : true, "genproclimit" : 1, "hashespersec" : 0, "networkhashps" : 394353143, "pooledtx" : 0, "testnet" : false
|
|
|
|
logictense
|
|
January 12, 2017, 07:14:41 PM |
|
I am getting following, please let me know if this is wrong. I see about 23 connected.
"blocks" : 1363, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : 19.74208261, "errors" : "", "generate" : true, "genproclimit" : 1, "hashespersec" : 0, "networkhashps" : 394353143, "pooledtx" : 0, "testnet" : false
23 nodes? I have 3 connections.
|
|
|
|
john1010
|
|
January 16, 2017, 01:53:29 PM |
|
Dead connection, Dead Dev (No Update) Dead coin...
|
|
|
|
johnnysof
|
|
January 16, 2017, 04:25:20 PM |
|
Could some please post few working nodes. Thanks.
|
|
|
|
CjMapope
Legendary
Offline
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
|
|
January 16, 2017, 05:43:41 PM |
|
Could some please post few working nodes. Thanks.
getpeerinfo: addr" : "184.65.125.85:80", addr" : "91.241.174.13:80", those should do it, were 15 hours behind stuck onna high dif tho looks like :/ Brings us down a bit! haha
|
~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~ ~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~ Prohashing -- Simply the best Multipool!
|
|
|
gregofdoom
Legendary
Offline
Activity: 1834
Merit: 1006
|
|
January 17, 2017, 12:32:17 AM |
|
Dead connection, Dead Dev (No Update) Dead coin...
New improved Upgrade version coming soon. Relaunch set for Feb 2017 (next month).
Relax, dev is preparing a new start. More details as he will be ready.
|
|
|
|
bigpattywhack
Member
Offline
Activity: 106
Merit: 10
4.3.2.1.
|
|
January 17, 2017, 01:13:27 AM |
|
So is this a rebrand or a brand new coin. im still confused.
|
|
|
|
|