Pages:
Author

Topic: [ANN] [VNL]- VanillaCoin.net [ New WhirlpoolX Algo ] - page 2. (Read 26106 times)

legendary
Activity: 1498
Merit: 1001
180 BPM
There will probably be a short inteview with the dev tomorrow which will explain some of the features VanillaCoin has to offer compared to other coins out on the market and also some future plans.
legendary
Activity: 1498
Merit: 1001
180 BPM
can anyone give me the link for cpu miner please

You can go to pool01.vanillacoin.net and click getting started (there might be a faster/more optimized CPU miner in the vanillacoin.net forums), but a powerful CPU will only get you about 1/35th the hash of a powerful GPU.
Yes, I'm know that a GPU more faster than CPU lol.
Why I can't enter to vanilla forums?
I'm getting this error every time
Code:
An error was encountered
Error: Unable to connect to MySQL and select database. MySQL reported: Too many connections.

Vanillacoin.net is down because there are technical problems on the dev's place. "John-Connor: This is all I know right now: “We fixed this issue yesterday, but apparently, there are still some major issues. The technicians have been notified already."
Thank you.
How much BTC I will earn with 1gh/s?

According to our bot: 1.0 GH/s --> 319.52 VNL/day would be probably cheaper to buy on c-cex.
member
Activity: 70
Merit: 10
can anyone give me the link for cpu miner please

You can go to pool01.vanillacoin.net and click getting started (there might be a faster/more optimized CPU miner in the vanillacoin.net forums), but a powerful CPU will only get you about 1/35th the hash of a powerful GPU.
Yes, I'm know that a GPU more faster than CPU lol.
Why I can't enter to vanilla forums?
I'm getting this error every time
Code:
An error was encountered
Error: Unable to connect to MySQL and select database. MySQL reported: Too many connections.

Vanillacoin.net is down because there are technical problems on the dev's place. "John-Connor: This is all I know right now: “We fixed this issue yesterday, but apparently, there are still some major issues. The technicians have been notified already."
Thank you.
How much BTC I will earn with 1gh/s?
legendary
Activity: 1498
Merit: 1001
180 BPM
can anyone give me the link for cpu miner please

You can go to pool01.vanillacoin.net and click getting started (there might be a faster/more optimized CPU miner in the vanillacoin.net forums), but a powerful CPU will only get you about 1/35th the hash of a powerful GPU.
Yes, I'm know that a GPU more faster than CPU lol.
Why I can't enter to vanilla forums?
I'm getting this error every time
Code:
An error was encountered
Error: Unable to connect to MySQL and select database. MySQL reported: Too many connections.

Vanillacoin.net is down because there are technical problems on the dev's place. "John-Connor: This is all I know right now: “We fixed this issue yesterday, but apparently, there are still some major issues. The technicians have been notified already."
member
Activity: 70
Merit: 10
can anyone give me the link for cpu miner please

You can go to pool01.vanillacoin.net and click getting started (there might be a faster/more optimized CPU miner in the vanillacoin.net forums), but a powerful CPU will only get you about 1/35th the hash of a powerful GPU.
Yes, I'm know that a GPU more faster than CPU lol.
Why I can't enter to vanilla forums?
I'm getting this error every time
Code:
An error was encountered
Error: Unable to connect to MySQL and select database. MySQL reported: Too many connections.
legendary
Activity: 1498
Merit: 1001
180 BPM
Where is the hidden pools?

Probably a private farm.

Some pools need to update their daemon, it's a bug.
legendary
Activity: 1354
Merit: 1000
Where is the hidden pools?
legendary
Activity: 1498
Merit: 1001
180 BPM
In any regard, I will keep this thread updated.

Wallet repair is possible this way: install curl and cmd box the following:

Linux: curl --user user --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/
Win: curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"getinfo\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/

People on IRC can help with this, a user just reported back with this working.

(If it's an issue with your wallet)
This will give you information about the wallet
If you would like to fix wallet you have to write in the command line instead getinfo repairwallet

That worked for me on windows:
curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"repairwallet\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/



whops, copied the wrong link, sorry for that. What Jimlite wrote was the correct one.

Also feel free to join IRC and check out the VNL Bot for Curl commands.

Write in "!rpc " for commands. It has the following currently:

checkwallet, dumpprivkey, encryptwallet, getaccount, getaccountaddress, getbalance, getblock, getblockcount, getblockhash
getblocktemplate, getdifficulty, getinfo, listsinceblock, getmininginfo, getnetworkhashps, getnewaddress, getpeerinfo
getrawtransaction, gettransaction, listtransactions, repairwallet, submitblock, sendmany, sendtoaddress, validateaddress
legendary
Activity: 896
Merit: 1000
can anyone give me the link for cpu miner please

You can go to pool01.vanillacoin.net and click getting started (there might be a faster/more optimized CPU miner in the vanillacoin.net forums), but a powerful CPU will only get you about 1/35th the hash of a powerful GPU.
member
Activity: 70
Merit: 10
can anyone give me the link for cpu miner please
legendary
Activity: 1848
Merit: 1018
In any regard, I will keep this thread updated.

Wallet repair is possible this way: install curl and cmd box the following:

Linux: curl --user user --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/
Win: curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"getinfo\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/

People on IRC can help with this, a user just reported back with this working.

(If it's an issue with your wallet)
This will give you information about the wallet
If you would like to fix wallet you have to write in the command line instead getinfo repairwallet

That worked for me on windows:
curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"repairwallet\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/

member
Activity: 107
Merit: 10
Cyclical economic ebb and flow.
Appreciate these posts, you guys..

I am attempting to troubleshoot via the aforementioned methods and will report back again - hopefully with some positive results.

Also, in no way were my comments a bash or attack on VNL, the dev, or any of the minds behind the coin..totally understand that it is a work in progress, and a relatively early one at that.

Thanks again.

BTC  Cool  BTC
newbie
Activity: 53
Merit: 0
In any regard, I will keep this thread updated.

Wallet repair is possible this way: install curl and cmd box the following:

Linux: curl --user user --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/
Win: curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"getinfo\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/

People on IRC can help with this, a user just reported back with this working.

(If it's an issue with your wallet)
This will give you information about the wallet
If you would like to fix wallet you have to write in the command line instead getinfo repairwallet
legendary
Activity: 1498
Merit: 1001
180 BPM
In any regard, I will keep this thread updated.

Wallet repair is possible this way: install curl and cmd box the following:

Linux: curl --user user --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/
Win: curl.exe --user user --data-binary \"{\"jsonrpc\": \"1.0\", \"id\":\"123\", \"method\": \"getinfo\", \"params\": [] }\" -H "content-type: text/plain;" http://127.0.0.1:9195/

People on IRC can help with this, a user just reported back with this working.

(If it's an issue with your wallet)
legendary
Activity: 896
Merit: 1000
If the source of the problem is indeed on my end it is inherent to the Vanillacoin wallet software for OSX or the VNL blockchain. I show the outgoing TX in my wallet but it reflects no confirmations as it's remained for over 24 hours now..yet the coins from the (frozen) TX are undoubtedly deducted from my balance shown in the wallet. If this were a regular Qt, a rescan and/or repair wallet etc..would more than likely solve the issue but alas..it is not. I'll open a ticket with c-cex and see what happens.


You can put the TXID in blockchain.vanillacoin.org

You can get the TXID by right-clicking the transaction and clicking copy.

If the TXID isn't on the blockchain, the problem is with your wallet, not with C-cex

You might have to use curl if you want them now.  Go to the IRC channel.  They might be able to help.  https://kiwiirc.com/client/irc.freenode.net/#Vanillacoin


john-connor is working on the console.

This coin is still a work in progress.
legendary
Activity: 1498
Merit: 1001
180 BPM
In any regard, I will keep this thread updated.

Thank you very much. Also please join us on freenode #vanillacoin there are some competent people there who may help.
member
Activity: 107
Merit: 10
Cyclical economic ebb and flow.
In any regard, I will keep this thread updated.
member
Activity: 107
Merit: 10
Cyclical economic ebb and flow.
If the source of the problem is indeed on my end it is inherent to the Vanillacoin wallet software for OSX or the VNL blockchain. I show the outgoing TX in my wallet but it reflects no confirmations as it's remained for over 24 hours now..yet the coins from the (frozen) TX are undoubtedly deducted from my balance shown in the wallet. If this were a regular Qt, a rescan and/or repair wallet etc..would more than likely solve the issue but alas..it is not. I'll open a ticket with c-cex and see what happens.
newbie
Activity: 53
Merit: 0
Hey dev, I've got an outgoing tx deposit to c-cex that seems to be in-stasis; however, it is not reflected in my balance in the wallet or on c-cex in my balance...please, some guidance. Thanks.

Please open a support ticket on c-cex and write back with the results.

It looks at the problem from his own wallet and not with c-cex
legendary
Activity: 1498
Merit: 1001
180 BPM
Hey dev, I've got an outgoing tx deposit to c-cex that seems to be in-stasis; however, it is not reflected in my balance in the wallet or on c-cex in my balance...please, some guidance. Thanks.

Please open a support ticket on c-cex and write back with the results.
Pages:
Jump to: