Pages:
Author

Topic: ✪✪✪ VIRTUAL COIN ✪✪✪ | P2P VIRTUAL MONEY | VC | X11 | ReLaunch: Date Feb 2017 ✪✪ - page 97. (Read 192532 times)

hero member
Activity: 882
Merit: 515
Do i point it to just the ip address or the ip address +port?

it will be ip address + port.

sgminer -k darkcoin -o 192.168.1.200:20950 -u vcoinrpc -p myrandompassword -I 18 -g 4 -w 128

Again, 192.168.1.200 above needs to change to your ip address.

If your wallet is not sync, miner will not start.
sr. member
Activity: 294
Merit: 250
Apple do you know how I can solo mine from my rig to a wallet on another computer on the LAN? can't seem to get it

Very simple, for any coin Cheesy

Just make sure the conf file has the following entries

server=1
listen=1
deamon=1

rpcuser="the user I want to use"
rpcpassword="the password I want to use"
rpcport="the RPC port I want to use" - say, 54321, for example (note: - make sure it's not in use already, doesn't have to be the default port, can be any port from 1-65535, but you should stick to high ports from 20000-65535, for example)
rpcconnect="the IPv4 address of the computer running the wallet" - say, for example, 192.168.1.2
rpcallowip="the IP or range of IPs that should be able to contact the wallet" - say, for example, my all internal network : 192.168.1.*

here's a complete example of the ports part for a wallet running in IP 192.168.1.2 and allowing every computer in the internal network to connect and mine

rpcport=20950
rpcconnect=192.168.1.2
rpcallowip=192.168.1.*


In the miner conf you should use url = 192.168.1.2:20950 , for this example

Remember that it's paramount that the wallet is in complete sync before you start and that it syncs every block as fast as possible, or else you'll solo mine for nothing Grin

I usually help the miner computers by adding a second pool with a good stratum for the coin. This way, as soon as the stratum detects a new block, the miner stops the current work and requests new work, even if the wallet hasn't sync'd the new block yet Cheesy
It avoids having your block rejected because someone found it first and minimizes the time your miners spend on useless work Grin

Happy (solo) mining ;P
sr. member
Activity: 252
Merit: 250
Do i point it to just the ip address or the ip address +port?
hero member
Activity: 882
Merit: 515
Also keep in mind their is a space before every -
hero member
Activity: 882
Merit: 515
Apple do you know how I can solo mine from my rig to a wallet on another computer on the LAN? can't seem to get it

I can help you with that.

create shortcut of VirtualCoin exe on your desktop.

click on that shortcut & then properties.
In target type...
...(whatever the original location)\virtualcoin9-1-6.exe -server -port=2095 -rpcport=20950 -rpcallowip=192.168.0.*

change 192.168.0.* to IP address of your home PC. Example it could be 10.20.30.5, then it would be 10.20.30.*
just change last digit after dot to *

Now try it from another PC (miner) & point it to IP address where virtualcoin is running.

I have tested it & it 100% works if you do it right.
sr. member
Activity: 252
Merit: 250
Apple do you know how I can solo mine from my rig to a wallet on another computer on the LAN? can't seem to get it
sr. member
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
I would sincerely appreciate any help getting my windows wallet to sync.  It has 0 connections to the network.

I have the latest wallet v0.9.1.6-g0-beta.  It runs OK but won't sync.  (note: sometimes when I start it it will seem to find 1 peer for like 10 seconds and then drops it)

After I unzip, the app's folder has 2 files:  virtualcoin9-1-6.exe and virtualcoin.CONF

Contents of virtualcoin.CONF

testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
rpcport=20950
port=2095

Anything else I should do?

Thanks in advance...
open the start menu and search %appdata% then click the roaming folder. In there you will find a virtualcoin folder. Open this and copy the virtualcoin.conf file that you extracted before to this location (make sure you overwrite the previous .conf file if there was one there) This did the trick for me

wow!  thanks you for the quick reply.  Sad to report though tahgt it did not work Sad .  I also did this procedure;  https://bitcointalksearch.org/topic/m.6259493

I just cannot seem to find any peers.


ok Try this simple, follow line by line don't miss anything out.

1) Delete old exe file.

2) Go to virtualcoin folder (see below for location)

Code:
C:\Documents and Settings\[b]YourUserName[/b]\Application data\VirtualCoin (in XP)

C:\Users\[b]YourUserName[/b]\Appdata\Roaming\VirtualCoin (in Windows Vista and Windows 7)

3) Delete all files in that folder except wallet.dat

4) Download 9.1.6 version:
https://mega.co.nz/#!TUYTXIhC!bCvaTAlYKY9PTA751lF2rlPFSfiL8Zs6SDUFQviwKyI

5) Copy "virtualcoin.conf" to VirtualCoin folder (see 2 above).

6) Save virtualcoin9-1-6.exe to Desktop.

7) Run it.

Cool When getting prompt by Firewall, check both options.
Example:-


9) Wait for it to sync. (my test shows takes 1-3 mins)

10) If it does not sync in 30 mins, your firewall in blocking port 2095. It may not work from office as they block all ports except 80/443.


Follow these 10 steps line by line, do not miss any steps.


We should make this sticky so users having issues can follow these directions.
sr. member
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
50

tks. just got 50 coins from solo mining but 3 minutes later, disappeared  Angry Angry So im out of this coin  Angry Angry

That is very odd, the dev enable high payout so user who lost coins mining pool that were unable to pay get it back or even more in short time.

I mined it & I am able to mine in 10-30 mins a block which is very good.

For solo mining, make sure you are using...
MINER: https://mega.co.nz/#!uAp12DYa!vhfp1wDb43mB1KCo_5ZfwXehYhBXeKcVYWbmkTB2ldg

Run in DOS window:-
Code:
sgminer -k darkcoin -o 127.0.0.1:20950 -u vcoinrpc -p myrandompassword -I 18 -g 4 -w 128

also look for current block in Debug Window,
then type in console ->
getblockhash

* is the current block # example
getblockhash 5000

Post your result here.
newbie
Activity: 41
Merit: 0
I would sincerely appreciate any help getting my windows wallet to sync.  It has 0 connections to the network.

I have the latest wallet v0.9.1.6-g0-beta.  It runs OK but won't sync.  (note: sometimes when I start it it will seem to find 1 peer for like 10 seconds and then drops it)

After I unzip, the app's folder has 2 files:  virtualcoin9-1-6.exe and virtualcoin.CONF

Contents of virtualcoin.CONF

testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
rpcport=20950
port=2095

Anything else I should do?

Thanks in advance...
open the start menu and search %appdata% then click the roaming folder. In there you will find a virtualcoin folder. Open this and copy the virtualcoin.conf file that you extracted before to this location (make sure you overwrite the previous .conf file if there was one there) This did the trick for me

wow!  thanks you for the quick reply.  Sad to report though tahgt it did not work Sad .  I also did this procedure;  https://bitcointalksearch.org/topic/m.6259493

I just cannot seem to find any peers.
full member
Activity: 148
Merit: 100
50

tks. just got 50 coins from solo mining but 3 minutes later, disappeared  Angry Angry So im out of this coin  Angry Angry
full member
Activity: 148
Merit: 100
Yeah are any pools on the right fork as of now?

no one knows. i tried solo mine but i cant  Huh Huh Huh
I've solo mined 1 block in like 10 minutes here

hey you, block reward = ? tks
sr. member
Activity: 252
Merit: 250
I would sincerely appreciate any help getting my windows wallet to sync.  It has 0 connections to the network.

I have the latest wallet v0.9.1.6-g0-beta.  It runs OK but won't sync.  (note: sometimes when I start it it will seem to find 1 peer for like 10 seconds and then drops it)

After I unzip, the app's folder has 2 files:  virtualcoin9-1-6.exe and virtualcoin.CONF

Contents of virtualcoin.CONF

testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
rpcport=20950
port=2095

Anything else I should do?

Thanks in advance...
open the start menu and search %appdata% then click the roaming folder. In there you will find a virtualcoin folder. Open this and copy the virtualcoin.conf file that you extracted before to this location (make sure you overwrite the previous .conf file if there was one there) This did the trick for me
newbie
Activity: 41
Merit: 0
I would sincerely appreciate any help getting my windows wallet to sync.  It has 0 connections to the network.

I have the latest wallet v0.9.1.6-g0-beta.  It runs OK but won't sync.  (note: sometimes when I start it it will seem to find 1 peer for like 10 seconds and then drops it)

After I unzip, the app's folder has 2 files:  virtualcoin9-1-6.exe and virtualcoin.CONF

Contents of virtualcoin.CONF

testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
rpcport=20950
port=2095

Anything else I should do?

Thanks in advance...
sr. member
Activity: 252
Merit: 250
I've lost too much money and time on this piece of shit.... forking every 10 minutes and in between pool owners sitting and blinking while miner mining at their own private fork and disappeared payouts what not. Get your shit together and then launch man!!

let me know your VC address & the pool you were using, I am sure coins we can get your coins.

VKHaFpsawcDAX3QkUz1YFdbabQG9XniR3W  This is my address. I mined at altmine and also think i lost some coin. Plz check !!

Are you using Windows Client. I am on block 5009.
check to make sure you have 9.1.6 version.

also using 9.1.6 version, start with...
virtualcoin9-1-6.exe -reindex

it detects any issues in your blockchain. (Everyone should do this)

Last in debug window type...
getblockhash 5000
0000000124a63b3ea9c4c3812f4f5741627bb282adb8c491cae051cb7a8ab9bf   [MY Result]

Good Luck Smiley
Yes. windows 7 64bit. How can i start with "-reindex" ?
On your dektop create a shortcut to virtualcoin.exe then right click it and select properties. Under target at the very end of the line add -reindex
feel free to tip me VDYAoQyfhGKDpQ2AApgSX3yyWwsG8vhtLT if this helped  Tongue
sr. member
Activity: 252
Merit: 250
Yeah are any pools on the right fork as of now?

no one knows. i tried solo mine but i cant  Huh Huh Huh
I've solo mined 1 block in like 10 minutes here
full member
Activity: 148
Merit: 100
Yeah are any pools on the right fork as of now?

no one knows. i tried solo mine but i cant  Huh Huh Huh
sr. member
Activity: 252
Merit: 250
Yeah are any pools on the right fork as of now?
full member
Activity: 196
Merit: 100
So, I lost 3 000 coins on MinePit and get back 2*50.

I may give a last try with a few cards, since Darkcoin difficulty is High and the name is great.
Witch pool is on the right fork and work good?
sr. member
Activity: 280
Merit: 250
I've lost too much money and time on this piece of shit.... forking every 10 minutes and in between pool owners sitting and blinking while miner mining at their own private fork and disappeared payouts what not. Get your shit together and then launch man!!

let me know your VC address & the pool you were using, I am sure coins we can get your coins.

VKHaFpsawcDAX3QkUz1YFdbabQG9XniR3W  This is my address. I mined at altmine and also think i lost some coin. Plz check !!

I dont know... started with about 200 from Talesfromthe scrypt... mysterously disappeared and they"ve been "working on the backend" since the launch!! Switched too many pools... with everyone of them having some sort of issue with the coin. The p2p that was working fine closed saying some node stuff and devs are not responding etc. Please get rid of the non working pools from the OP first. There's too much mixed information on this thread. No idea what is working and what isn't. The address I used for all the pools is VEFS7rADWGkoZMQLyhmPn9eywNG3xgFuhK

Pages:
Jump to: