Author

Topic: Execoin: | First Open-Source Stealth Wallet Released! | Fast | ASIC-proof - page 154. (Read 281667 times)

legendary
Activity: 1960
Merit: 1176
@FAILCommunity
Differences between Execoin and, say, Vertcoin are in modifications of the algorithm. Execoin has faster block time and so the faster confirmation of the transactions. Execoin's N-factor schedule was created from scratch, we have the next change of N way earlier than Vertcoin to be ahead of newer ASICs.

I've been trying to figure out whether exeminer is basically just vertminer renamed, and this still doesn't make it clear. Are there any differences from the point of view of the miner? Can I use vertminer to mine execoin?

Yes, you can. I'm using vertminer 0.5.3..
legendary
Activity: 2268
Merit: 1092
Differences between Execoin and, say, Vertcoin are in modifications of the algorithm. Execoin has faster block time and so the faster confirmation of the transactions. Execoin's N-factor schedule was created from scratch, we have the next change of N way earlier than Vertcoin to be ahead of newer ASICs.

I've been trying to figure out whether exeminer is basically just vertminer renamed, and this still doesn't make it clear. Are there any differences from the point of view of the miner? Can I use vertminer to mine execoin?
legendary
Activity: 1960
Merit: 1176
@FAILCommunity
idk, but pools are not working properly...
newbie
Activity: 178
Merit: 0
Perfect launch!

Except: there is no bin for linux and it doesn't compile, either.
chmod +x configure.sh makes autogen.sh at least start, but there is more issues and I've got other things to do.

I don't get it. Putting so much effort in your work and then cutting out half of the heavy miners. Going back to vertcoin.

let us know, if you have a bin, though.

Cheers, Stefan

Copy exeminer to cgminer with overwrite option then compile as cgminer
Quote
autogen.sh
....
./configure --enable-scrypt --enable-opencl
make
make install

Run as charm =))
full member
Activity: 204
Merit: 100
Perfect launch!

Except: there is no bin for linux and it doesn't compile, either.
chmod +x configure.sh makes autogen.sh at least start, but there is more issues and I've got other things to do.

I don't get it. Putting so much effort in your work and then cutting out half of the heavy miners. Going back to vertcoin.

let us know, if you have a bin, though.

Cheers, Stefan


Binary for linux is available:

www.execoin.net/files/execoind
full member
Activity: 182
Merit: 100
That is frustrating, all I get is boooos....
newbie
Activity: 14
Merit: 0
===== New execoin Pool ====

http://exe.ecurie.io


DDoS Protected
Dedicated Server
Prop
Stratum

member
Activity: 135
Merit: 10
Hi Guys,

Just dropping by to let you guys know that its official: https://twitter.com/LazyCoins
 
Execoin is one of the first coins we have accepted before our launch, which will probably be the biggest launch for any altcoins exchange yet. Since our announcement 8 days ago we already have over 1800 followers and 38 altcoins aceepted. We are working hard to launch beta on Sunday 6pm GMT.

So for further updates please follow us https://twitter.com/LazyCoins. Retweet and show your support!

Execoin will be paired with ltc, btc and doge



Sweet! Will support you!

Go execoin!!! :-)

LAZYCOINS!!! you guys are looking like a very promising exchange. I love the sketches you posted on twitter... About time we get a decent exchange to dethrone Cryptsy
newbie
Activity: 12
Merit: 0
Hi Guys,

Just dropping by to let you guys know that its official: https://twitter.com/LazyCoins
 
Execoin is one of the first coins we have accepted before our launch, which will probably be the biggest launch for any altcoins exchange yet. Since our announcement 8 days ago we already have over 1800 followers and 38 altcoins aceepted. We are working hard to launch beta on Sunday 6pm GMT.

So for further updates please follow us https://twitter.com/LazyCoins. Retweet and show your support!

Execoin will be paired with ltc, btc and doge

http://i.imgur.com/65ks2FH.png

Sweet! Will support you!

Go execoin!!! :-)
member
Activity: 98
Merit: 10
Hi Guys,

Just dropping by to let you guys know that its official: https://twitter.com/LazyCoins
 
Execoin is one of the first coins we have accepted before our launch, which will probably be the biggest launch for any altcoins exchange yet. Since our announcement 8 days ago we already have over 1800 followers and 38 altcoins aceepted. We are working hard to launch beta on Sunday 6pm GMT.

So for further updates please follow us https://twitter.com/LazyCoins. Retweet and show your support!

Execoin will be paired with ltc, btc and doge

full member
Activity: 140
Merit: 100
hey guys I am trying to solomine with the wallet on one machine and the mining softare on another.

  This is my conf file

daemon=1
server=1
rpcallowip=192.168.X.XXX
rpcconnect=127.0.0.1
rpcport=1234
rpcuser=12
rpcpassword=x

Do I point my miner st 127.0.0.1:9988  or at the rcpallow address?  I have tried both and they do not work

What am I doing wrong?

  Phad
make sure your conf file in AppData\Roaming\Execoin is setup like this
Quote
listen=1
daemon=1
server=1
rpcuser=12
rpcpassword=x
rpcport=9988
rpcconnect=127.0.0.1
bat file like this

exeminer.exe --nscrypt -o 127.0.0.1:41522 -u 12 -p x --and all your other normal stuff here

don't know if its a good idea to solo mine unless you have some good hashrate.

Thank you for the reply.

  I have decent hasrate, will this setup work if the wallet is on a different machine than the miner?  I thought I had to have the miner ip in there as well somehow?

 Why does your bat file have a different port than the conf file?

   Phad.



I dont know, but you can try. if not but the wallet in the miner. well 127.0.0.1 is your ip

yeah sorry about the port in the bat file. I copied and pasted and forgot. should read

exeminer.exe --nscrypt -o 127.0.0.1:9988 -u 12 -p x --and all your other normal stuff here
sr. member
Activity: 308
Merit: 250
hey guys I am trying to solomine with the wallet on one machine and the mining softare on another.

  This is my conf file

daemon=1
server=1
rpcallowip=192.168.X.XXX
rpcconnect=127.0.0.1
rpcport=1234
rpcuser=12
rpcpassword=x

Do I point my miner st 127.0.0.1:9988  or at the rcpallow address?  I have tried both and they do not work

What am I doing wrong?

  Phad
make sure your conf file in AppData\Roaming\Execoin is setup like this
Quote
listen=1
daemon=1
server=1
rpcuser=12
rpcpassword=x
rpcport=9988
rpcconnect=127.0.0.1
bat file like this

exeminer.exe --nscrypt -o 127.0.0.1:41522 -u 12 -p x --and all your other normal stuff here

don't know if its a good idea to solo mine unless you have some good hashrate.

Thank you for the reply.

  I have decent hasrate, will this setup work if the wallet is on a different machine than the miner?  I thought I had to have the miner ip in there as well somehow?

 Why does your bat file have a different port than the conf file?

   Phad.


full member
Activity: 308
Merit: 100
Looks like this coin is picking up steam!  If we hold out and dump as soon as it hits a decent exchange, this might stand a chance of being one of the biggest coin successes in a while.
full member
Activity: 140
Merit: 100
Hey guys if you want to get the most out of your cards check this post
 
The big VTC Vertcoin settings thread
that is 41 pages of vertcoin config settings.

https://bitcointalksearch.org/topic/the-big-vtc-vertcoin-settings-thread-416572

just search for your card and change the settings. Thats where I found how to get 350 kh/s on each of my 3x 7970's

EXE wallet ENCXGs75c3LTTei435sTAacePF2gVdXGqD

 Enjoy Tongue
newbie
Activity: 14
Merit: 0
===== New execoin Pool ====

http://exe.ecurie.io


DDoS Protected
Dedicated Server
Prop
Stratum

full member
Activity: 140
Merit: 100
hey guys I am trying to solomine with the wallet on one machine and the mining softare on another.

  This is my conf file

daemon=1
server=1
rpcallowip=192.168.X.XXX
rpcconnect=127.0.0.1
rpcport=1234
rpcuser=12
rpcpassword=x

Do I point my miner st 127.0.0.1:9988  or at the rcpallow address?  I have tried both and they do not work

What am I doing wrong?

  Phad
make sure your conf file in AppData\Roaming\Execoin is setup like this
Quote
listen=1
daemon=1
server=1
rpcuser=12
rpcpassword=x
rpcport=9988
rpcconnect=127.0.0.1
bat file like this

exeminer.exe --nscrypt -o 127.0.0.1:41522 -u 12 -p x --and all your other normal stuff here

don't know if its a good idea to solo mine unless you have some good hashrate.
full member
Activity: 140
Merit: 100
Somebody created a thread at Coinedup exchange reddit to vote for adding Execoin to this exchange. That would be a great success if it will be added at this step! Please vote for Execoin by making comments and pressing "up" for this reddit thread!

www.reddit.com/r/CoinedUp/comments/1z736s/please_add_execoin_exe_new_asic_resistant_nfactor/

Thank you for your support!

Done!
just voted
hero member
Activity: 556
Merit: 501
Somebody created a thread at Coinedup exchange reddit to vote for adding Execoin to this exchange. That would be a great success if it will be added at this step! Please vote for Execoin by making comments and pressing "up" for this reddit thread!

www.reddit.com/r/CoinedUp/comments/1z736s/please_add_execoin_exe_new_asic_resistant_nfactor/

Thank you for your support!

Done!
full member
Activity: 204
Merit: 100
Somebody created a thread at Coinedup exchange reddit to vote for adding Execoin to this exchange. That would be a great success if it will be added at this step! Please vote for Execoin by making comments and pressing "up" for this reddit thread!

www.reddit.com/r/CoinedUp/comments/1z736s/please_add_execoin_exe_new_asic_resistant_nfactor/

Thank you for your support!
hero member
Activity: 808
Merit: 1011
exe.coinpool.cc closed registration already.
Jump to: