Author

Topic: [$XVG] VERGE [POW][MultiAlgo][TOR/i2P][no premine/ico!] - page 313. (Read 843777 times)

sr. member
Activity: 504
Merit: 250
just patiently waiting for 3 cents per coin Smiley

I am waiting for 50cents..
having high hope from xvg

50 cents? Honestly I don't think it goes so high.. anyway I hope you're right!

Anything can happen in crypto world
coins like DGB gone up from 20 sat to 2400
legendary
Activity: 1246
Merit: 1024
Started getting this error with my Verge QT wallet. It won't run anymore. I tried redownloading the wallet but that did not help.



Hopefully someone can tell me how to get it working again.

mingw runtime assertion? have you modified the code and recompiled it or something?

this happens the moment you start it or ?

Nope did nothing. I had to blow away the entire data directory where the blockchain was stored except for my wallet.dat file. Then I downloaded the bootstrap of the blockchain and put those files in the data directory. Now it is working again. Don't know how it got corrupted.
legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
Started getting this error with my Verge QT wallet. It won't run anymore. I tried redownloading the wallet but that did not help.



Hopefully someone can tell me how to get it working again.

mingw runtime assertion? have you modified the code and recompiled it or something?

this happens the moment you start it or ?
legendary
Activity: 1246
Merit: 1024
Started getting this error with my Verge QT wallet. It won't run anymore. I tried redownloading the wallet but that did not help.



Hopefully someone can tell me how to get it working again.
hero member
Activity: 746
Merit: 500
Wow ! Verge skyrocket today, that's good. Major increase ! :-)




I have bought 1 mil xvg coins before the fork of bitcoin at 76sats and I believe all VXG investors are interested in the outstanding specifications from famous Dev . I'm sure that Someday XVG coin will become XRP at the present and now I'm waiting this fact happening in the near future. I usually use my profits from trading to invest to XVG coin whenever the price is deeply down and that's my long-term investment as like as bitcoin investment.


hum, I did not notice the increase myself today... probably because I will not sell at that price, even if I bought most of my XVG under 15 sth ;-)
Waiting patiently for higher move. I think it will come at its time... patience patience patience... this is key in crypto for major gains.

Continue your good development team!
full member
Activity: 210
Merit: 102
xvg can develop a zeronet on the wallet version? I personally think that zeronet is simpler than i2p and is suitable for most ordinary users
full member
Activity: 294
Merit: 101
Other than everybody buying back altcoins after btc/btg fork is because Verge is releasing new android wallet on play store. 

https://twitter.com/vergecurrency/status/892171838515793920

just patiently waiting for 3 cents per coin Smiley

I am waiting for 50cents..
having high hope from xvg

50 cents? Honestly I don't think it goes so high.. anyway I hope you're right!

Even 10 cents is enough for me! LOL
member
Activity: 120
Merit: 10
Smell that? You smell that?  Green, son.  Nothing else in the world smells like that.  I love the smell of green in the morning.  Cool
legendary
Activity: 1890
Merit: 1031
Why is verg up?
sr. member
Activity: 882
Merit: 252
I'm using the Verge windows wallet (full node), can anyone tell me why it requires so much CPU?
hero member
Activity: 1148
Merit: 512
Wow ! Verge skyrocket today, that's good. Major increase ! :-)




I have bought 1 mil xvg coins before the fork of bitcoin at 76sats and I believe all VXG investors are interested in the outstanding specifications from famous Dev . I'm sure that Someday XVG coin will become XRP at the present and now I'm waiting this fact happening in the near future. I usually use my profits from trading to invest to XVG coin whenever the price is deeply down and that's my long-term investment as like as bitcoin investment.
full member
Activity: 172
Merit: 101
Mining pool operator @ https://www.unimining.net
Wow ! Verge skyrocket today, that's good. Major increase ! :-)


full member
Activity: 462
Merit: 103
just patiently waiting for 3 cents per coin Smiley

I am waiting for 50cents..
having high hope from xvg

50 cents? Honestly I don't think it goes so high.. anyway I hope you're right!
hero member
Activity: 604
Merit: 500
just patiently waiting for 3 cents per coin Smiley
newbie
Activity: 5
Merit: 0
Hello - this is my first post on this forum  Cool

I am trying to mine VERGE XVG on ethos. I have updated to ccminer 2.2.2 and use NVIDIA GTX 1060's

However - I get the following message -  any help would be appreciated

RPC problem. Probably couldn't connect. Retrying in 2s
Getting work package...
Failed to submit hashrate
Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: lib curl error :7 -> Could not connect to http://127.0.0.1:8080/MyMiner

Anyone maybe know what I am doing wrong or can someone point me in a direction on how to setup the ccminer for Verge on ethos?

Help would be greatly appreciated

8080 isn't the rpc port, it's 20102. but also, i'm not sure why it's even saying http://127.0.0.1:8080/MyMiner, is this some sort of gui you set up for the miner?


Thanks for the reply.

I am also confused by the local 127.0.0.1 address - seems like it wants to send the hash rate there.

This is my local.conf file on ethos :

maxgputemp 85
globalminer ccminer -a myr-gr
stratumproxy enabled
proxywallet {mywallet}
proxypool1 stratum+tcp//xvg-mine.idcray.com:10061 -u myusername.minername -p my password
global fan 85

what am I missing ?



i don't run ethos, but off the bat, you are missing a : between tcp and //   it should look like this:
stratum+tcp://xvg-mine.idcray.com:10061



Thanks - actually the problem was that the "stratumproxy enabled" section automatically adds the stratum+tcp:// to your proxypool1 value.
So I just removed the  stratum+tcp:// and things started working.

Thanks for the help.
newbie
Activity: 5
Merit: 0
Hello - this is my first post on this forum  Cool

I am trying to mine VERGE XVG on ethos. I have updated to ccminer 2.2.2 and use NVIDIA GTX 1060's

However - I get the following message -  any help would be appreciated

RPC problem. Probably couldn't connect. Retrying in 2s
Getting work package...
Failed to submit hashrate
Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: lib curl error :7 -> Could not connect to http://127.0.0.1:8080/MyMiner

Anyone maybe know what I am doing wrong or can someone point me in a direction on how to setup the ccminer for Verge on ethos?

Help would be greatly appreciated

8080 isn't the rpc port, it's 20102. but also, i'm not sure why it's even saying http://127.0.0.1:8080/MyMiner, is this some sort of gui you set up for the miner?


Thanks for the reply.

I am also confused by the local 127.0.0.1 address - seems like it wants to send the hash rate there.

This is my local.conf file on ethos :

maxgputemp 85
globalminer ccminer -a myr-gr
stratumproxy enabled
proxywallet {mywallet}
proxypool1 stratum+tcp//xvg-mine.idcray.com:10061 -u myusername.minername -p my password
global fan 85

what am I missing ?



Ok don't worry - I got it figured out. Mining on Umine.org using X17 - will monitor and see how things go.
legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
Hello - this is my first post on this forum  Cool

I am trying to mine VERGE XVG on ethos. I have updated to ccminer 2.2.2 and use NVIDIA GTX 1060's

However - I get the following message -  any help would be appreciated

RPC problem. Probably couldn't connect. Retrying in 2s
Getting work package...
Failed to submit hashrate
Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: lib curl error :7 -> Could not connect to http://127.0.0.1:8080/MyMiner

Anyone maybe know what I am doing wrong or can someone point me in a direction on how to setup the ccminer for Verge on ethos?

Help would be greatly appreciated

8080 isn't the rpc port, it's 20102. but also, i'm not sure why it's even saying http://127.0.0.1:8080/MyMiner, is this some sort of gui you set up for the miner?


Thanks for the reply.

I am also confused by the local 127.0.0.1 address - seems like it wants to send the hash rate there.

This is my local.conf file on ethos :

maxgputemp 85
globalminer ccminer -a myr-gr
stratumproxy enabled
proxywallet {mywallet}
proxypool1 stratum+tcp//xvg-mine.idcray.com:10061 -u myusername.minername -p my password
global fan 85

what am I missing ?



i don't run ethos, but off the bat, you are missing a : between tcp and //   it should look like this:
stratum+tcp://xvg-mine.idcray.com:10061

newbie
Activity: 5
Merit: 0
Hello - this is my first post on this forum  Cool

I am trying to mine VERGE XVG on ethos. I have updated to ccminer 2.2.2 and use NVIDIA GTX 1060's

However - I get the following message -  any help would be appreciated

RPC problem. Probably couldn't connect. Retrying in 2s
Getting work package...
Failed to submit hashrate
Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: lib curl error :7 -> Could not connect to http://127.0.0.1:8080/MyMiner

Anyone maybe know what I am doing wrong or can someone point me in a direction on how to setup the ccminer for Verge on ethos?

Help would be greatly appreciated

8080 isn't the rpc port, it's 20102. but also, i'm not sure why it's even saying http://127.0.0.1:8080/MyMiner, is this some sort of gui you set up for the miner?


Thanks for the reply.

I am also confused by the local 127.0.0.1 address - seems like it wants to send the hash rate there.

This is my local.conf file on ethos :

maxgputemp 85
globalminer ccminer -a myr-gr
stratumproxy enabled
proxywallet {mywallet}
proxypool1 stratum+tcp//xvg-mine.idcray.com:10061 -u myusername.minername -p my password
global fan 85

what am I missing ?

legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
Hello - this is my first post on this forum  Cool

I am trying to mine VERGE XVG on ethos. I have updated to ccminer 2.2.2 and use NVIDIA GTX 1060's

However - I get the following message -  any help would be appreciated

RPC problem. Probably couldn't connect. Retrying in 2s
Getting work package...
Failed to submit hashrate
Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: lib curl error :7 -> Could not connect to http://127.0.0.1:8080/MyMiner

Anyone maybe know what I am doing wrong or can someone point me in a direction on how to setup the ccminer for Verge on ethos?

Help would be greatly appreciated

8080 isn't the rpc port, it's 20102. but also, i'm not sure why it's even saying http://127.0.0.1:8080/MyMiner, is this some sort of gui you set up for the miner?
member
Activity: 171
Merit: 11
Hey guys 2 questions.

1: Whats going on with the markets falling so low?  

2: Is bittrex closing its US market and if so is that the reason for the drop?
1. Yes, there is a BTC fork so almost every altcoin tanking.

2. Could be, some users refuse to verify their account because of many reasons.
Jump to: