Pages:
Author

Topic: Mine new coin: VoteCoin - equihash, very low difficulty now - page 16. (Read 34621 times)

sr. member
Activity: 472
Merit: 250
lux8.net
All txs should be sent.
Cannot see anything for the second address though.
How much you're missing?
already got them, thanks, second address I use on another pool, sorry for misunderstanding
sr. member
Activity: 290
Merit: 250
Very thanks for help Wink
sr. member
Activity: 861
Merit: 281
Very thanks
One question
Syns must is on in mining
Or no i get address and start mining in windows or smos??? Not problems??

Just generate an address and then you can start mining on your windows, Linux - any distros. Just get equihash miner, point to a pool, enter your address and start mining.

Hi, I successully run ./src/votecoind
but hen I tried to check balance I get the following error:
Code:
   ____   ____     __           _________  ________  .__
   \   \ /   /____/  |_  ____   \_   ___ \ \_____  \ |__| ____
    \   Y   /  _ \   __\/ __ \  /    \  \/  /   |   \|  |/    \
     \     (  <_> )  | \  ___/  \     \____/    |    \  |   |  \
      \___/ \____/|__|  \___  >  \______  /\_______  /__|___|  /
                            \/          \/         \/        \/


Thank you for running a VoteCoin node!
You're helping to strengthen the network and contributing to a social good :)

In order to ensure you are adequately protecting your privacy when using
VoteCoin, please see .

       Downloading blocks | 11769 / ~12330 (95%)
            Connections | 2
  Network solution rate | 52373 Sol/s

Mining is paused while downloading blocks.

Since starting this node 5 minutes, 34 seconds ago:
- You have validated 14805 transactions!
- You have completed 0 Equihash solver runs.

[Press Ctrl+C to exit] [Set 'showmetrics=0' to hide]
fds@cump:~/VoteCoin$ sudo ./src/votecoin-cli getbalance
error: couldn't connect to server: unknown (code -1)
(make sure server is running and you are connecting to the correct RPC port)

I just cloned git, and built VoteCoin, than checked and appendend lines in conf and run it...am I doing it wrong?
How to check my balance and current adress, that I should enter into minine configuration? Chow to check my current "VoteCoinTaddress" and configure it in miner?

Open another terminal while the node is running and generate a new address. If you already have an address, just run
Code:
./votecoin-cli z_getbalance *address*
inside src directory.

I can't seem to create a votecoin.conf file in the correct directory, where is the conf file supposed to be and how is it created?

using Ubuntu 16.04



There must be some syntax issues that you might be facing. Ubuntu folder naming is case-sensitive. So if your folder is VoteCoin inside your home directory and you are running commands as votecoin. It won't do nothing.

member
Activity: 62
Merit: 10
I do electrical.
I can't seem to create a votecoin.conf file in the correct directory, where is the conf file supposed to be and how is it created?

using Ubuntu 16.04

newbie
Activity: 8
Merit: 0
Hi, I successully run ./src/votecoind
but hen I tried to check balance I get the following error:
Code:
   ____   ____     __           _________  ________  .__
   \   \ /   /____/  |_  ____   \_   ___ \ \_____  \ |__| ____
    \   Y   /  _ \   __\/ __ \  /    \  \/  /   |   \|  |/    \
     \     (  <_> )  | \  ___/  \     \____/    |    \  |   |  \
      \___/ \____/|__|  \___  >  \______  /\_______  /__|___|  /
                            \/          \/         \/        \/


Thank you for running a VoteCoin node!
You're helping to strengthen the network and contributing to a social good :)

In order to ensure you are adequately protecting your privacy when using
VoteCoin, please see .

       Downloading blocks | 11769 / ~12330 (95%)
            Connections | 2
  Network solution rate | 52373 Sol/s

Mining is paused while downloading blocks.

Since starting this node 5 minutes, 34 seconds ago:
- You have validated 14805 transactions!
- You have completed 0 Equihash solver runs.

[Press Ctrl+C to exit] [Set 'showmetrics=0' to hide]
fds@cump:~/VoteCoin$ sudo ./src/votecoin-cli getbalance
error: couldn't connect to server: unknown (code -1)
(make sure server is running and you are connecting to the correct RPC port)

I just cloned git, and built VoteCoin, than checked and appendend lines in conf and run it...am I doing it wrong?
How to check my balance and current adress, that I should enter into minine configuration? Chow to check my current "VoteCoinTaddress" and configure it in miner?
sr. member
Activity: 290
Merit: 250
Very thanks
One question
Syns must is on in mining
Or no i get address and start mining in windows or smos??? Not problems??
full member
Activity: 378
Merit: 104
nvOC forever
gen=1
genproclimit=-1
equihashsolver=tromp

tayped in end votecoind.conf

For running
This code
./src/Votecoind
in terminal Ubuntu 17.04
Not running
eroor no such file or directory
What doing???

what I doing?

You need to be in that directory to run it; navigate to that directory; (xxx is your account on your machine)

Code:
cd /home/xxx/VoteCoin

then try your command

Code:
./src/Votecoind 

It should look like this

Code:
xxx@xxx-desktop:~/VoteCoin$ ./src/votecoind

very thanks

tayping
 Downloading blocks......

you are very welcome; glad it worked Smiley
sr. member
Activity: 290
Merit: 250
gen=1
genproclimit=-1
equihashsolver=tromp

tayped in end votecoind.conf

For running
This code
./src/Votecoind
in terminal Ubuntu 17.04
Not running
eroor no such file or directory
What doing???

what I doing?

You need to be in that directory to run it; navigate to that directory; (xxx is your account on your machine)

Code:
cd /home/xxx/VoteCoin

then try your command

Code:
./src/Votecoind 

It should look like this

Code:
xxx@xxx-desktop:~/VoteCoin$ ./src/votecoind

very thanks

tayping
 Downloading blocks......
full member
Activity: 378
Merit: 104
nvOC forever
gen=1
genproclimit=-1
equihashsolver=tromp

tayped in end votecoind.conf

For running
This code
./src/Votecoind
in terminal Ubuntu 17.04
Not running
eroor no such file or directory
What doing???

what I doing?

You need to be in that directory to run it; navigate to that directory; (xxx is your account on your machine)

Code:
cd /home/xxx/VoteCoin

then try your command

Code:
./src/Votecoind 

It should look like this

Code:
xxx@xxx-desktop:~/VoteCoin$ ./src/votecoind
sr. member
Activity: 290
Merit: 250
gen=1
genproclimit=-1
equihashsolver=tromp

tayped in end votecoind.conf

For running
This code
./src/Votecoind
in terminal Ubuntu 17.04
Not running
eroor no such file or directory
What doing???

what I doing?
full member
Activity: 378
Merit: 104
nvOC forever
exportdir=./home/Backup
Any ideas?
remove the leading dot
exportdir=/home/Backup

and make sure the user who runs votecoind has rights to write to that folder.

EDIT: Problem Solved! Thanks a ton Smiley

Had this setup in votecoin.conf
Code:
exportdir=/home/tropic/backup/voteCoin

When i tried to backup the wallet its not working! Can you please help me


Code:
$ ./VoteCoin/src/votecoin-cli z_exportwallet test
error code: -4
error message:
Cannot export wallet until the zcashd -exportdir option has been set

Thanks.

I gave up trying to dump private keys into a file using syntax "z_exportwallet". Instead, I ran
Code:
./votecoin-cli dumpprivkey *address*
to get private key of my wallet address. Copied and backed up that private key into a file manually. Done!

./src/Votecoin
bash: ./src/Votecoin: No such file or directory
please help...Files are there but this error
why?
how connected to wallet please help

I think the path is VoteCoin/src just double check.

What are you actually trying??
full member
Activity: 378
Merit: 104
nvOC forever
exportdir=./home/Backup
Any ideas?
remove the leading dot
exportdir=/home/Backup

and make sure the user who runs votecoind has rights to write to that folder.

EDIT: Problem Solved! Thanks a ton Smiley

Had this setup in votecoin.conf
Code:
exportdir=/home/tropic/backup/voteCoin

When i tried to backup the wallet its not working! Can you please help me


Code:
$ ./VoteCoin/src/votecoin-cli z_exportwallet test
error code: -4
error message:
Cannot export wallet until the zcashd -exportdir option has been set

Thanks.

I gave up trying to dump private keys into a file using syntax "z_exportwallet". Instead, I ran
Code:
./votecoin-cli dumpprivkey *address*
to get private key of my wallet address. Copied and backed up that private key into a file manually. Done!

Thanks, private key is always better, it worked for me.
sr. member
Activity: 290
Merit: 250
exportdir=./home/Backup
Any ideas?
remove the leading dot
exportdir=/home/Backup

and make sure the user who runs votecoind has rights to write to that folder.

EDIT: Problem Solved! Thanks a ton Smiley

Had this setup in votecoin.conf
Code:
exportdir=/home/tropic/backup/voteCoin

When i tried to backup the wallet its not working! Can you please help me


Code:
$ ./VoteCoin/src/votecoin-cli z_exportwallet test
error code: -4
error message:
Cannot export wallet until the zcashd -exportdir option has been set

Thanks.

I gave up trying to dump private keys into a file using syntax "z_exportwallet". Instead, I ran
Code:
./votecoin-cli dumpprivkey *address*
to get private key of my wallet address. Copied and backed up that private key into a file manually. Done!

./src/Votecoin
bash: ./src/Votecoin: No such file or directory
please help...Files are there but this error
why?
how connected to wallet please help
sr. member
Activity: 861
Merit: 281
exportdir=./home/Backup
Any ideas?
remove the leading dot
exportdir=/home/Backup

and make sure the user who runs votecoind has rights to write to that folder.

EDIT: Problem Solved! Thanks a ton Smiley

Had this setup in votecoin.conf
Code:
exportdir=/home/tropic/backup/voteCoin

When i tried to backup the wallet its not working! Can you please help me


Code:
$ ./VoteCoin/src/votecoin-cli z_exportwallet test
error code: -4
error message:
Cannot export wallet until the zcashd -exportdir option has been set

Thanks.

I gave up trying to dump private keys into a file using syntax "z_exportwallet". Instead, I ran
Code:
./votecoin-cli dumpprivkey *address*
to get private key of my wallet address. Copied and backed up that private key into a file manually. Done!
full member
Activity: 378
Merit: 104
nvOC forever
exportdir=./home/Backup
Any ideas?
remove the leading dot
exportdir=/home/Backup

and make sure the user who runs votecoind has rights to write to that folder.

EDIT: Problem Solved! Thanks a ton Smiley

Had this setup in votecoin.conf
Code:
exportdir=/home/tropic/backup/voteCoin

When i tried to backup the wallet its not working! Can you please help me


Code:
$ ./VoteCoin/src/votecoin-cli z_exportwallet test
error code: -4
error message:
Cannot export wallet until the zcashd -exportdir option has been set

Thanks.
sr. member
Activity: 290
Merit: 250
rpc conecteed in Ubuntu 17.04 please help me
sr. member
Activity: 290
Merit: 250
What are the p2p and rpc ports for votecoin?  Thank you Smiley
rpc is need but how connected???
sr. member
Activity: 290
Merit: 250
src must be lowercase

./src/Votecoin
bash: ./src/Votecoin: No such file or directory
please help...Files are there but this error
why?HuhHuhHuh
member
Activity: 112
Merit: 11
What are the p2p and rpc ports for votecoin?  Thank you Smiley
sr. member
Activity: 290
Merit: 250
src must be lowercase

This code write in terminal ok???
But error no such file or directory
Please help to me
Pages:
Jump to: