Author

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

member
Activity: 134
Merit: 11
XVG to the moon
I hope soon.
I love this coin , it's never overpriced, never had unnecessary pump, strong community, positive feedbacks.

Anyone knows how long it takes to show all Exchanges at Coinmarketcap?
hero member
Activity: 1118
Merit: 541
not sure what kind of hashpower you have, but if you're mining to localhost, you're probably just getting orphan blocks, because unless you have a pretty serious farm, there is no way you are getting blocks solo mining on any of the 5 algorithms we offer...

Is there anything helpful you can add? Or just calling me noob and thinking I don't know how to calculate hashrate. I have enough for more than 30% of one of the algos. Will you help me now? Or just more FUD?

I got past the issue with the verification of the address so that it will attempt ProcessBlock(), getting the following error messages on block submission.

ERROR: CheckBlock() : first tx is not coinbase
ERROR: ProcessBlock() : CheckBlock FAILED

Looks like this one is an issue with how my stratum server is putting together the submitblock data. Does anyone have any idea what settings to use with yiimp/yaamp stratum server? So far I've tried..

txmessage On and Off
Setting "account"
Setting "master_wallet"
Hassubmitblock On

Dunno, I'm at a loss on this one.

Note: I'm not using the yiimp/yaamp front end, only the stratum server along with a manual configuration of the database entries for the coin properties. This works fine for DGB, XMY, and AUR. Mining all 3 of these coins and finding blocks without issues. The only problem has been with XVG.

legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!

Does anyone have any idea how to unlock an UNencrypted wallet?

Trying to mine and getting the following errors on an UNencrypted wallet.

"Unable to sign block, wallet locked?"




it sounds like it's still locked. do you have the .conf properly set for mining? you have to use algo= in the .conf

How is it possible for an unencrypted wallet to be locked? It's not.

Yes, I'm setting the algo in the configuration file just as I did with 3 other coins I'm mining without any issues. It detects this setting just fine, getinfo() returns the correct PoW algo.

It's obviously an issue with the coin. Even trying to manually submit a block fails with the same wallet locked error. I've started hacking out large portions of the code to see if I can get the SignBlock() function in main.cpp working properly.


Why does it take an hour or more after starting the wallet before it becomes responsive?

Why does everyone in this thread (including the creators of the coin) only care about the price of the coin? (This question is rhetorical)


i've never once discussed the price, as a matter of fact, i've said many times i refuse to speculate.

i've never seen the qt wallet take an hour or more. usually it takes about 10-15 minutes.

if you are running the windows version, it can take a long time if you start clicking the splash screen until it becomes unresponsive...

I'm running it in linux on an 8 core server with 16gb of memory. It's painful to try to figure out why I can't mine because any changes I make take an hour of waiting before I can test them. And, since testnet isn't working properly either.... I can't use testnet to test the changes.

Also, I'm running 2.1.0. I've tried precompiled binaries and compiling from git source myself.




Some wallets work better in win others on Linux. Mine is running spectacularly on windows. Splash screen stays up for 15 mins or so before wallet loads but that’s the only annoying issue.

I’ve been doing this for years and when there is a wallet or mining issue it’s usually the persons OS, a diff software conflict, virus protection, ports not open or just missing something when they work with the wallet or mining .bat file. Especially if most other people don’t have issues with it. It helps when you post your .bat file and tell us what mining software your using and/or posting your .conf file so different sets of eyes can look at it. Just saying things don’t work without anyone seeing what your doing makes it difficult to troubleshoot.

Thanks, I've been doing this since 2011 and have been a linux systems administrator professionally since 2001. It's an issue inside the code, specifically with the SignBlock function. Since the function serves no purpose other than to verify the pubkey exists in the wallet, I'm compiling now to ignore that code inside of submitblock(). I suspect this will work and I will be able to mine finally.. I just wish I had spent more time learning C. There are some things about the code I don't understand.




not sure what kind of hashpower you have, but if you're mining to localhost, you're probably just getting orphan blocks, because unless you have a pretty serious farm, there is no way you are getting blocks solo mining on any of the 5 algorithms we offer...
hero member
Activity: 1118
Merit: 541

Does anyone have any idea how to unlock an UNencrypted wallet?

Trying to mine and getting the following errors on an UNencrypted wallet.

"Unable to sign block, wallet locked?"




it sounds like it's still locked. do you have the .conf properly set for mining? you have to use algo= in the .conf

How is it possible for an unencrypted wallet to be locked? It's not.

Yes, I'm setting the algo in the configuration file just as I did with 3 other coins I'm mining without any issues. It detects this setting just fine, getinfo() returns the correct PoW algo.

It's obviously an issue with the coin. Even trying to manually submit a block fails with the same wallet locked error. I've started hacking out large portions of the code to see if I can get the SignBlock() function in main.cpp working properly.


Why does it take an hour or more after starting the wallet before it becomes responsive?

Why does everyone in this thread (including the creators of the coin) only care about the price of the coin? (This question is rhetorical)


i've never once discussed the price, as a matter of fact, i've said many times i refuse to speculate.

i've never seen the qt wallet take an hour or more. usually it takes about 10-15 minutes.

if you are running the windows version, it can take a long time if you start clicking the splash screen until it becomes unresponsive...

I'm running it in linux on an 8 core server with 16gb of memory. It's painful to try to figure out why I can't mine because any changes I make take an hour of waiting before I can test them. And, since testnet isn't working properly either.... I can't use testnet to test the changes.

Also, I'm running 2.1.0. I've tried precompiled binaries and compiling from git source myself.




Some wallets work better in win others on Linux. Mine is running spectacularly on windows. Splash screen stays up for 15 mins or so before wallet loads but that’s the only annoying issue.

I’ve been doing this for years and when there is a wallet or mining issue it’s usually the persons OS, a diff software conflict, virus protection, ports not open or just missing something when they work with the wallet or mining .bat file. Especially if most other people don’t have issues with it. It helps when you post your .bat file and tell us what mining software your using and/or posting your .conf file so different sets of eyes can look at it. Just saying things don’t work without anyone seeing what your doing makes it difficult to troubleshoot.

Thanks, I've been doing this since 2011 and have been a linux systems administrator professionally since 2001. It's an issue inside the code, specifically with the SignBlock function. Since the function serves no purpose other than to verify the pubkey exists in the wallet, I'm compiling now to ignore that code inside of submitblock(). I suspect this will work and I will be able to mine finally.. I just wish I had spent more time learning C. There are some things about the code I don't understand.


legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!

Does anyone have any idea how to unlock an UNencrypted wallet?

Trying to mine and getting the following errors on an UNencrypted wallet.

"Unable to sign block, wallet locked?"




it sounds like it's still locked. do you have the .conf properly set for mining? you have to use algo= in the .conf

How is it possible for an unencrypted wallet to be locked? It's not.

Yes, I'm setting the algo in the configuration file just as I did with 3 other coins I'm mining without any issues. It detects this setting just fine, getinfo() returns the correct PoW algo.

It's obviously an issue with the coin. Even trying to manually submit a block fails with the same wallet locked error. I've started hacking out large portions of the code to see if I can get the SignBlock() function in main.cpp working properly.


Why does it take an hour or more after starting the wallet before it becomes responsive?

Why does everyone in this thread (including the creators of the coin) only care about the price of the coin? (This question is rhetorical)


i've never once discussed the price, as a matter of fact, i've said many times i refuse to speculate.

i've never seen the qt wallet take an hour or more. usually it takes about 10-15 minutes.

if you are running the windows version, it can take a long time if you start clicking the splash screen until it becomes unresponsive...

I'm running it in linux on an 8 core server with 16gb of memory. It's painful to try to figure out why I can't mine because any changes I make take an hour of waiting before I can test them. And, since testnet isn't working properly either.... I can't use testnet to test the changes.

Also, I'm running 2.1.0. I've tried precompiled binaries and compiling from git source myself.


that's strange, considering that mining pools add verge almost every day, and they all run linux too. i also run a few flavors of linux and haven't had any issues. can you post some sort of debug log info?

what happens if you try to dump a private key? does it say your wallet is locked?
full member
Activity: 462
Merit: 100
Parachute for sale. Used once. Small red stain.

Does anyone have any idea how to unlock an UNencrypted wallet?

Trying to mine and getting the following errors on an UNencrypted wallet.

"Unable to sign block, wallet locked?"




it sounds like it's still locked. do you have the .conf properly set for mining? you have to use algo= in the .conf

How is it possible for an unencrypted wallet to be locked? It's not.

Yes, I'm setting the algo in the configuration file just as I did with 3 other coins I'm mining without any issues. It detects this setting just fine, getinfo() returns the correct PoW algo.

It's obviously an issue with the coin. Even trying to manually submit a block fails with the same wallet locked error. I've started hacking out large portions of the code to see if I can get the SignBlock() function in main.cpp working properly.


Why does it take an hour or more after starting the wallet before it becomes responsive?

Why does everyone in this thread (including the creators of the coin) only care about the price of the coin? (This question is rhetorical)


i've never once discussed the price, as a matter of fact, i've said many times i refuse to speculate.

i've never seen the qt wallet take an hour or more. usually it takes about 10-15 minutes.

if you are running the windows version, it can take a long time if you start clicking the splash screen until it becomes unresponsive...

I'm running it in linux on an 8 core server with 16gb of memory. It's painful to try to figure out why I can't mine because any changes I make take an hour of waiting before I can test them. And, since testnet isn't working properly either.... I can't use testnet to test the changes.

Also, I'm running 2.1.0. I've tried precompiled binaries and compiling from git source myself.




Some wallets work better in win others on Linux. Mine is running spectacularly on windows. Splash screen stays up for 15 mins or so before wallet loads but that’s the only annoying issue.

I’ve been doing this for years and when there is a wallet or mining issue it’s usually the persons OS, a diff software conflict, virus protection, ports not open or just missing something when they work with the wallet or mining .bat file. Especially if most other people don’t have issues with it. It helps when you post your .bat file and tell us what mining software your using and/or posting your .conf file so different sets of eyes can look at it. Just saying things don’t work without anyone seeing what your doing makes it difficult to troubleshoot.
hero member
Activity: 1118
Merit: 541

Does anyone have any idea how to unlock an UNencrypted wallet?

Trying to mine and getting the following errors on an UNencrypted wallet.

"Unable to sign block, wallet locked?"




it sounds like it's still locked. do you have the .conf properly set for mining? you have to use algo= in the .conf

How is it possible for an unencrypted wallet to be locked? It's not.

Yes, I'm setting the algo in the configuration file just as I did with 3 other coins I'm mining without any issues. It detects this setting just fine, getinfo() returns the correct PoW algo.

It's obviously an issue with the coin. Even trying to manually submit a block fails with the same wallet locked error. I've started hacking out large portions of the code to see if I can get the SignBlock() function in main.cpp working properly.


Why does it take an hour or more after starting the wallet before it becomes responsive?

Why does everyone in this thread (including the creators of the coin) only care about the price of the coin? (This question is rhetorical)


i've never once discussed the price, as a matter of fact, i've said many times i refuse to speculate.

i've never seen the qt wallet take an hour or more. usually it takes about 10-15 minutes.

if you are running the windows version, it can take a long time if you start clicking the splash screen until it becomes unresponsive...

I'm running it in linux on an 8 core server with 16gb of memory. It's painful to try to figure out why I can't mine because any changes I make take an hour of waiting before I can test them. And, since testnet isn't working properly either.... I can't use testnet to test the changes.

Also, I'm running 2.1.0. I've tried precompiled binaries and compiling from git source myself.


legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!

Does anyone have any idea how to unlock an UNencrypted wallet?

Trying to mine and getting the following errors on an UNencrypted wallet.

"Unable to sign block, wallet locked?"




it sounds like it's still locked. do you have the .conf properly set for mining? you have to use algo= in the .conf
legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!

Why does it take an hour or more after starting the wallet before it becomes responsive?

Why does everyone in this thread (including the creators of the coin) only care about the price of the coin? (This question is rhetorical)


i've never once discussed the price, as a matter of fact, i've said many times i refuse to speculate.

i've never seen the qt wallet take an hour or more. usually it takes about 10-15 minutes.

if you are running the windows version, it can take a long time if you start clicking the splash screen until it becomes unresponsive...
hero member
Activity: 1118
Merit: 541

Why does it take an hour or more after starting the wallet before it becomes responsive?

Why does everyone in this thread (including the creators of the coin) only care about the price of the coin? (This question is rhetorical)

full member
Activity: 140
Merit: 100
Xvg my best long term investment. To the moon verge Smiley
member
Activity: 173
Merit: 11
Hey everyone
Great news, as of this morning, XVG is trading in Binance.
This will be the biggest Pump of all times
 Shocked Shocked Shocked Grin

oops sorry no pump haha

Its not trading yet you morons

Binance will add XVG/BTC and XVG/ETH trading pairs on 2017/10/02, 04:00 AM (UTC). You can start depositing XVG here now.
hero member
Activity: 1118
Merit: 541

Are there any testnet seed nodes? If so, what are the addresses?

hero member
Activity: 1118
Merit: 541

Does anyone have any idea how to unlock an UNencrypted wallet?

Trying to mine and getting the following errors on an UNencrypted wallet.

"Unable to sign block, wallet locked?"

hero member
Activity: 714
Merit: 512
Excellence news, october will be special month for verge.

I certainly hope that to be the case. XVG does seem to have a good bit going for it & some good trading volume.
member
Activity: 78
Merit: 10
full member
Activity: 280
Merit: 106
Hi guys, I can't get my Electrum wallet to sync. When I open it looks like it will, then goes red and doesn't show any new transactions to my wallet. Any advice?

if you are running windows, switch to 2.4.1. it has multiple server options =]



Thanks, I got it now, downloaded from github and it works. Much appreciated.
legendary
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
Hi guys, I can't get my Electrum wallet to sync. When I open it looks like it will, then goes red and doesn't show any new transactions to my wallet. Any advice?

if you are running windows, switch to 2.4.1. it has multiple server options =]

full member
Activity: 280
Merit: 106
Hi guys, I can't get my Electrum wallet to sync. When I open it looks like it will, then goes red and doesn't show any new transactions to my wallet. Any advice?
Jump to: