Golku
|
|
September 14, 2017, 08:28:03 AM |
|
any option to make a web wallet ?
|
|
|
|
PaulusDixit
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 14, 2017, 10:42:09 AM |
|
Ok, I've also setup a miningpool. Fee is currently at 0%. Cause this is still for testing. I'm running a low and high difficulty stratum. For users of Claymore there is also a SSL stratum for a reduced devfee. Go to: http://votecoin.homepool.xyzor just run: ZecMiner64.exe -zpool ssl://51.15.50.34:3130 -zwal YOUR_WALLET -zpsw x -asm 1 Please let me know your feedback!
|
|
|
|
pfft
|
|
September 14, 2017, 11:00:53 AM |
|
How we can make wallet for windows to mine ? We cannot without wallet
|
|
|
|
|
pfft
|
|
September 14, 2017, 11:12:55 AM |
|
Yup i see....so we have to wait until win wallet is ready ? Because i cannot put linux on my rig ,...
|
|
|
|
NameTaken
|
|
September 14, 2017, 11:28:57 AM |
|
Yup i see....so we have to wait until win wallet is ready ? Because i cannot put linux on my rig ,... Virtual machine, Cygwin, Windows Subsystem for Linux.
|
|
|
|
megacrypto
|
|
September 14, 2017, 11:44:03 AM |
|
Ok, I've also setup a miningpool. Fee is currently at 0%. Cause this is still for testing.
I started there ... thanks
|
|
|
|
|
Kazakov
Newbie
Offline
Activity: 2
Merit: 0
|
|
September 14, 2017, 05:10:07 PM |
|
I can't compile wallet. I used Ubuntu 14.04 on a virtual server (VPS). {standard input}: Assembler messages: {standard input}:120751: Warning: end of file not at end of a line; newline inserted {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. make[2]: *** [libbitcoin_server_a-init.o] Error 4 make[2]: Leaving directory `/root/VoteCoin/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/VoteCoin/src' make: *** [all-recursive] Error 1
|
|
|
|
PaulusDixit
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 14, 2017, 05:43:53 PM |
|
I can't compile wallet. I used Ubuntu 14.04 on a virtual server (VPS). {standard input}: Assembler messages: {standard input}:120751: Warning: end of file not at end of a line; newline inserted {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. make[2]: *** [libbitcoin_server_a-init.o] Error 4 make[2]: Leaving directory `/root/VoteCoin/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/VoteCoin/src' make: *** [all-recursive] Error 1
Tried CPP? Instead of GCC? I used 16.04
|
|
|
|
Cryptopriest
Newbie
Offline
Activity: 35
Merit: 0
|
|
September 14, 2017, 06:04:14 PM |
|
Used on 16.04 also, all working fine.
|
|
|
|
megacrypto
|
|
September 14, 2017, 07:00:09 PM |
|
I actually put up the pool up public for just a short period to get the community / network moving a bit ... it was running off my home PC ... so its not an actual pool running all the time ... and im mostly running it as a private pool for myself ... sorry http://megacrypto.servebeer.com:8186but again, anyone who is interested in building their own pool i can help them do that (although its very simple for anyone to do it on their own) ... but in case anyone gets stuck ... just PM me !
|
|
|
|
PaulusDixit
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 14, 2017, 07:13:56 PM |
|
I actually put up the pool up public for just a short period to get the community / network moving a bit ... it was running off my home PC ... so its not an actual pool running all the time ... and im mostly running it as a private pool for myself ... sorry http://megacrypto.servebeer.com:8186but again, anyone who is interested in building their own pool i can help them do that (although its very simple for anyone to do it on their own) ... but in case anyone gets stuck ... just PM me ! I am committed on running it for a long time. Just to prevent 51% share to create atrusted network. One pool with most of the capacity is unhealthy.
|
|
|
|
megacrypto
|
|
September 14, 2017, 07:56:20 PM |
|
@votecoin.site the pool payment processing has very little to do with hardware and rather more to with the fact that blocks are being generated very quickly and require a long time to get verified by the network (over 200 confirmations) ... its either something with the wallets ... or the network needs more nodes / running wallets to make confirmations go quicker !!
i think the best thing that could help this is to release a windows wallet ASAP to get all the windows users online ...
|
|
|
|
|
votecoin.site (OP)
|
|
September 14, 2017, 08:22:16 PM |
|
i mined on the official pool but coins disappeared......
What was your address? this post is very old, and the person who had the idea decided to never develop his project. So VOT coin did not exist. We have somehow different approach.
|
VoteCoin - a new era of anonymous crypto democracy
|
|
|
megacrypto
|
|
September 14, 2017, 09:02:26 PM |
|
for pool operators, if you want to show the "Payments" page just add the following in "website/index.html" <li class="{{? it.selected === 'workers' }}pure-menu-selected{{?}}"> <a class="hot-swapper" href="/workers"> <i class="fa fa-cogs"></i> Workers Stats </a> </li> <li class="{{? it.selected === 'payments' }}pure-menu-selected{{?}}"> <a class="hot-swapper" href="/payments"> <i class="fa fa-cogs"></i> Payments </a> </li> <li class="{{? it.selected === 'api' }}pure-menu-selected{{?}}"> <a class="hot-swapper" href="/api"> <i class="fa fa-code"></i> API </a> </li>
this will enable the default payments page to appear on the top menu http://megacrypto.servebeer.com:8186/payments
|
|
|
|
PaulusDixit
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 14, 2017, 09:06:28 PM |
|
for pool operators, if you want to show the "Payments" page just add the following in "website/index.html" <li class="{{? it.selected === 'workers' }}pure-menu-selected{{?}}"> <a class="hot-swapper" href="/workers"> <i class="fa fa-cogs"></i> Workers Stats </a> </li> <li class="{{? it.selected === 'payments' }}pure-menu-selected{{?}}"> <a class="hot-swapper" href="/payments"> <i class="fa fa-cogs"></i> Payments </a> </li> <li class="{{? it.selected === 'api' }}pure-menu-selected{{?}}"> <a class="hot-swapper" href="/api"> <i class="fa fa-code"></i> API </a> </li>
this will enable the default payments page to appear on the top menu http://megacrypto.servebeer.com:8186/paymentsWill check it tomorrow.
|
|
|
|
PaulusDixit
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 15, 2017, 07:44:21 AM |
|
Mining update =======
For everyone wondering why payouts that such a hell of a time. ;-)
Newly mined blocks are required to be shielded (moved to a z-address), and afterwards to be unshielded for payout.
The calculation of these transactions take some processing time and the confirmation of the mined block, shielding and unshielding also required at least 100 confirmation.
This wouldn't be a problem if there were a lot of miners, but as this is the start of a new blockchain, the capacity is limited. Blocks are found faster than transactions can be confirmed by the network at this stage. This should smoothen as the difficulty rises.
|
|
|
|
tharrison159
Newbie
Offline
Activity: 22
Merit: 0
|
|
September 15, 2017, 08:34:40 AM |
|
I get an error when compiling in ubuntu 17.04
g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions. Makefile:5226: recipe for target 'zcashd-bitcoind.o' failed make[2]: *** [zcashd-bitcoind.o] Error 4 make[2]: Leaving directory '/home/tom/VoteCoin/src' Makefile:5279: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/tom/VoteCoin/src' Makefile:623: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1
|
|
|
|
|