Bitcoin Forum
June 22, 2024, 10:04:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
Author Topic: Mine new coin: VoteCoin - equihash, very low difficulty now  (Read 34572 times)
boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
September 25, 2017, 09:42:28 AM
 #181

it is few posts earlier, command line, but easy to run.

first run votecoind
after votecoin-cli

useful commands:
getnewaddress
getbalance
z_getnewaddress
sendtoaddress

and 'help' for sure

for example 'votecoin-cli getnewaddress' will give you a new address, ready for mining

punkoivan
Jr. Member
*
Offline Offline

Activity: 143
Merit: 8

https://nibirupool.com


View Profile WWW
September 25, 2017, 09:51:25 AM
 #182

btw, where my address is stored?

how can I my existing address retrieve from cli ?

https://NibiruPool.com
votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
September 25, 2017, 09:53:15 AM
 #183

I'll try to change pool first, thanks.

For those who are thinking about changing pools, there are two skilled enthusiasts running unofficial VOT mining pool at:

http://votecoinmine.site/

Give them a try.


VoteCoin - a new era of anonymous crypto democracy
boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
September 25, 2017, 10:34:09 AM
 #184

btw, where my address is stored?

how can I my existing address retrieve from cli ?

votecoin-cli getaddressesbyaccount ""
will give you address list

and  votecoin-cli listaddressgroupings
will give you address list with balances on each of them

punkoivan
Jr. Member
*
Offline Offline

Activity: 143
Merit: 8

https://nibirupool.com


View Profile WWW
September 25, 2017, 11:36:53 AM
 #185

votecoin-cli getaddressesbyaccount ""
will give you address list

and  votecoin-cli listaddressgroupings
will give you address list with balances on each of them

Thanks!

For those who are thinking about changing pools, there are two skilled enthusiasts running unofficial VOT mining pool at:
http://votecoinmine.site/

Give them a try.


I've tried - the same things.

Could you recommend the best miner, as dev?

And now I have 33 coins as immature, when can I receive this on my wallet? Smiley
Thanks and sorry for dumb questions - I'm a newbie.

https://NibiruPool.com
boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
September 25, 2017, 11:43:07 AM
Last edit: September 25, 2017, 11:54:57 AM by boo50
 #186

go to telegram channel, we will help you there.

BTW Claymore's ZCash AMD GPU Miner v12.6 working great

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ZECMiner64.exe -zpool stratum+tcp://votecoinmine.site:3333 -zwal yourwallet_.worker -zpsw pass

if miner crashes try to add  -i 5 to lower intersity

Moondoggie
Full Member
***
Offline Offline

Activity: 392
Merit: 101


View Profile
September 25, 2017, 01:38:49 PM
 #187

Looks like an interesting coin.
Will jump aboard  Smiley
dukemc
Full Member
***
Offline Offline

Activity: 431
Merit: 102


View Profile
September 25, 2017, 01:43:19 PM
 #188

That looks very good - we will take a try vor votecoin on our miner.
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
September 25, 2017, 02:01:02 PM
 #189

will be listed on some exchange? if yes when?
you have some calculation for ours gpu?
for example how many coins with how many mh
boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
September 25, 2017, 02:04:26 PM
 #190

at the moment you can get 500 coins/day with 1ksol.
but network hashrate and diff increasing every hour

cryptoking710
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
September 25, 2017, 02:53:56 PM
 #191

Anyone mining this on Nvidia GPU's?  If so can you recommend claymore or other program?

boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
September 25, 2017, 03:21:09 PM
 #192

for nvidia best choice is EWBF miner.

here are a .bat example

:loop
miner --server votecoinmine.site --user your_wallet.worker --pass any --port 3333 --eexit 3
goto loop

dzeeriis
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 25, 2017, 04:02:27 PM
Last edit: September 25, 2017, 04:24:39 PM by dzeeriis
 #193

Hello.

I need some help with windows wallet.
votecoined running.
votecoin-cli when i try to run it it always closing instantly.
Some specifick command in .bat?
Any solution?

IT_AEX
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 25, 2017, 04:08:08 PM
 #194

Any update or plans for Windows miner? As soon as you have an ETA please let us know Smiley.
boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
September 25, 2017, 04:10:05 PM
 #195

there are already windows miners for equihash
any ZEC miner will work - claymore or EWBF for example

votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
September 25, 2017, 05:19:23 PM
 #196

votecoin-cli when i try to run it it always closing instantly.
You need to open a console, for example run "cmd" or "command" in windows, then you can type votecoin-cli with arguments ...

VoteCoin - a new era of anonymous crypto democracy
dzeeriis
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 25, 2017, 05:31:55 PM
 #197

votecoin-cli when i try to run it it always closing instantly.
You need to open a console, for example run "cmd" or "command" in windows, then you can type votecoin-cli with arguments ...


Thanks a lot.

Works like a charm now.  Smiley
makomako
Full Member
***
Offline Offline

Activity: 210
Merit: 100

altcom Aa4DWXQjrcEA8gPBLkx6t9VgCuWoCo1myE


View Profile
September 25, 2017, 07:10:44 PM
 #198

This post should be on Announcement

votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
September 25, 2017, 07:25:25 PM
 #199

provide us the windows wallet and miners and definitely we will be in..

John1010, we've just released Official VoteCoin wallet for Windows (850MB):

https://github.com/Tomas-M/VoteCoin/releases/download/v1.0.11-win32/VoteCoin.standalone.Win32.zip

VoteCoin - a new era of anonymous crypto democracy
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
September 25, 2017, 07:32:38 PM
 #200

provide us the windows wallet and miners and definitely we will be in..

John1010, we've just released Official VoteCoin wallet for Windows (850MB):

https://github.com/Tomas-M/VoteCoin/releases/download/v1.0.11-win32/VoteCoin.standalone.Win32.zip
Why is the wallet 853MB?
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!