Author

Topic: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ - page 803. (Read 924016 times)

hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
any precompiled pool miners?

Not yet. We are working on a lot right now. Bear with us.
Honestly though solo mining works without having to pay pool fees. Just our two cents

No offence ocminer this is nothing against you or your services.
legendary
Activity: 1218
Merit: 1001
Lol ^^^ Yet the wallet source code is missing a lot of things for a normal compile.... now can you think of why it doesn't want to work ? Wink
legendary
Activity: 2688
Merit: 1240
This should work.

sudo apt-get update -y
sudo apt-get -y install git automake gcc g++ libcurl4-openssl-dev libssl-dev make

git clone https://github.com/ocminer/cpuminer-hmq1725
cd cpuminer-hmq1725/
./autogen.sh
./configure --with-crypto --with-curl
make


Thanks for that, i'll put a link on my pool to this little guide, the final mining command would look like:

./cpuminer -a quark -o stratum+tcp://esp.suprnova.cc:3451 -u suprnova.1 -p x

Of course you' replace "suprnova.1" with your user.workername
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety

I Like Pie.  

Especially.............  Nevermind

TMI

Haha haha ohhhhhh I definitely need that one. Cheesy
You sir are great!



Need turotial step by step  how to mine here Wink
https://www.vultr.com/

Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.

Here ya go:

Code:
sudo apt-get update

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git

git clone https://github.com/CryptoCoderz/Espers/

cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32

That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.

You can build with the correct version of libdb by replacing

Code:
sudo apt-get install libdb++-dev

with

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Then your wallet should be compatible with the Windows binaries.


Wow! Thank you! You saved us a lot of time. We'll post this to our website and link it in the ANN OP.

Now we can focus on those wallet features we promised today.

Will also add a little to it for how to create the config and setup the daemon. Just minor touches. If must of the team including myself weren't stuck at work most of the day progress would be even faster. Still the way this community is banding together is just awesome. Thanks guys.

So settings to solo mine to a different address ?

You'll have to use ocminer's external Linux miner to point to adifferent address at this time.

Or solo mine and transfer your balance out periodically.
Not apermanent solution don't worry.

I don't think you understand, you are giving us a guide for a *NIX wallet but people are wanting to run these on their VPS/Virutal Machine Servers, you can't run the wallet the way you are instructing unless you are using the GUI...

Daemon settings/Mining config is what we want...

If other coins can point to an address to mine to from a daemon wallet on a server then why can't this coin ?

We will have alook at this. Let us get back to you.
If other coins are doing it and they are bitcoin source based like this one then why couldn't one just use the same method?
sr. member
Activity: 430
Merit: 250
legendary
Activity: 1554
Merit: 1001

I Like Pie.  

Especially.............  Nevermind

TMI

Haha haha ohhhhhh I definitely need that one. Cheesy
You sir are great!



Need turotial step by step  how to mine here Wink
https://www.vultr.com/

Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.

Here ya go:

Code:
sudo apt-get update

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git

git clone https://github.com/CryptoCoderz/Espers/

cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32

That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.

You can build with the correct version of libdb by replacing

Code:
sudo apt-get install libdb++-dev

with

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Then your wallet should be compatible with the Windows binaries.


Wow! Thank you! You saved us a lot of time. We'll post this to our website and link it in the ANN OP.

Now we can focus on those wallet features we promised today.

Will also add a little to it for how to create the config and setup the daemon. Just minor touches. If must of the team including myself weren't stuck at work most of the day progress would be even faster. Still the way this community is banding together is just awesome. Thanks guys.

So settings to solo mine to a different address ?

You'll have to use ocminer's external Linux miner to point to adifferent address at this time.

Or solo mine and transfer your balance out periodically.
Not apermanent solution don't worry.

I don't think you understand, you are giving us a guide for a *NIX wallet but people are wanting to run these on their VPS/Virtual Machine Servers, you can't run the wallet the way you are instructing unless you are using the GUI...

Daemon settings/Mining config is what we want...

If other coins can point to an address to mine to from a daemon wallet on a server then why can't this coin ?
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
This should work.

sudo apt-get update -y
sudo apt-get -y install git automake gcc g++ libcurl4-openssl-dev libssl-dev make

git clone https://github.com/ocminer/cpuminer-hmq1725
cd cpuminer-hmq1725/
./autogen.sh
./configure --with-crypto --with-curl
make


That did it, thanks a lot!
hero member
Activity: 602
Merit: 500
This should work.

sudo apt-get update -y
sudo apt-get -y install git automake gcc g++ libcurl4-openssl-dev libssl-dev make

git clone https://github.com/ocminer/cpuminer-hmq1725
cd cpuminer-hmq1725/
./autogen.sh
./configure --with-crypto --with-curl
make
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
I finally had some spare time and had a look at the pool stuff again, the problem was solved, thanks to tpruvot for the help !

Working Pool here:

https://esp.suprnova.cc

Working (new) and optimized external Miner here:

https://github.com/ocminer/cpuminer-hmq1725

Unfortunately I have no Windows and cannot compile for win, but I hope some nice guy will provide a compiled version.

For the other pools, here is the Hashing-Module needed:

https://github.com/ocminer/hmq-hash/


Happy hashing !

Thanks for this ocminer. When I try to compile the miner I get these errors, have you come across this before? Ubuntu 14.04
Code:
cpuminer-cpu-miner.o: In function `workio_thread':
cpu-miner.c:(.text+0x432a): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x4419): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `stratum_gen_work':
...

Thanks
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
Need turotial step by step  how to mine here Wink
https://www.vultr.com/

Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.

Here ya go:

Code:
sudo apt-get update

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git

git clone https://github.com/CryptoCoderz/Espers/

cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32

That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.

Being a partial Linux noob...what is the actual command to run the qt once you have the dependencies and gitclone installed?

I've got the wallet successfully running on Windows 8 (currently 5 active connections, was 8 this morning), Windows 7 (currently 1 active connection, even with same config file from the Windows 8 computer), and I'm trying to set one up on linux just for fun.

Thanks for any help!

Let us get you a detailed instruction set.
We are still getting a step by step guide setup for Linux users
newbie
Activity: 6
Merit: 0
Need turotial step by step  how to mine here Wink
https://www.vultr.com/

Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.

Here ya go:

Code:
sudo apt-get update

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git

git clone https://github.com/CryptoCoderz/Espers/

cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32

That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.

Being a partial Linux noob...what is the actual command to run the qt once you have the dependencies and gitclone installed?

I've got the wallet successfully running on Windows 8 (currently 5 active connections, was 8 this morning), Windows 7 (currently 7 active connection), and I'm trying to set one up on linux just for fun.

Thanks for any help!
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety

I Like Pie.  

Especially.............  Nevermind

TMI

Haha haha ohhhhhh I definitely need that one. Cheesy
You sir are great!



Need turotial step by step  how to mine here Wink
https://www.vultr.com/

Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.

Here ya go:

Code:
sudo apt-get update

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git

git clone https://github.com/CryptoCoderz/Espers/

cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32

That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.

You can build with the correct version of libdb by replacing

Code:
sudo apt-get install libdb++-dev

with

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Then your wallet should be compatible with the Windows binaries.


Wow! Thank you! You saved us a lot of time. We'll post this to our website and link it in the ANN OP.

Now we can focus on those wallet features we promised today.

Will also add a little to it for how to create the config and setup the daemon. Just minor touches. If must of the team including myself weren't stuck at work most of the day progress would be even faster. Still the way this community is banding together is just awesome. Thanks guys.

So settings to solo mine to a different address ?

You'll have to use ocminer's external Linux miner to point to adifferent address at this time.

Or solo mine and transfer your balance out periodically.
Not apermanent solution don't worry.
legendary
Activity: 1554
Merit: 1001

I Like Pie.  

Especially.............  Nevermind

TMI

Haha haha ohhhhhh I definitely need that one. Cheesy
You sir are great!



Need turotial step by step  how to mine here Wink
https://www.vultr.com/

Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.

Here ya go:

Code:
sudo apt-get update

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git

git clone https://github.com/CryptoCoderz/Espers/

cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32

That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.

You can build with the correct version of libdb by replacing

Code:
sudo apt-get install libdb++-dev

with

Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Then your wallet should be compatible with the Windows binaries.


Wow! Thank you! You saved us a lot of time. We'll post this to our website and link it in the ANN OP.

Now we can focus on those wallet features we promised today.

Will also add a little to it for how to create the config and setup the daemon. Just minor touches. If must of the team including myself weren't stuck at work most of the day progress would be even faster. Still the way this community is banding together is just awesome. Thanks guys.

So settings to solo mine to a different address ?
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
will improve hashrate? also wishing for win compilation, wish i knew how to do it Sad

Currently, we don't see any gain with external vs internal miner.

If you guys can wait a little we will add a pool pointer into the wallet's miner.
Smiley

Awesome!


Thanks. We will update asap
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
will improve hashrate? also wishing for win compilation, wish i knew how to do it Sad

Currently, we don't see any gain with external vs internal miner.

If you guys can wait a little we will add a pool pointer into the wallet's miner.
Smiley
sr. member
Activity: 490
Merit: 264
| Privacy Advocate | Game Theory | Free Thinker |
will improve hashrate? also wishing for win compilation, wish i knew how to do it Sad
hero member
Activity: 774
Merit: 500
I finally had some spare time and had a look at the pool stuff again, the problem was solved, thanks to tpruvot for the help !

Working Pool here:

https://esp.suprnova.cc

Working (new) and optimized external Miner here:

https://github.com/ocminer/cpuminer-hmq1725

Unfortunately I have no Windows and cannot compile for win, but I hope some nice guy will provide a compiled version.

For the other pools, here is the Hashing-Module needed:

https://github.com/ocminer/hmq-hash/


Happy hashing !

I wish I knew how to make for windows..

Anyone? ANYONE?!?
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
I finally had some spare time and had a look at the pool stuff again, the problem was solved, thanks to tpruvot for the help !

Working Pool here:

https://esp.suprnova.cc

Working (new) and optimized external Miner here:

https://github.com/ocminer/cpuminer-hmq1725

Unfortunately I have no Windows and cannot compile for win, but I hope some nice guy will provide a compiled version.

For the other pools, here is the Hashing-Module needed:

https://github.com/ocminer/hmq-hash/


Happy hashing !

Awesome! Thank you ocminer! We will build in a pool pointer for the integrated miner so Windows and Mac folks can hit your pool.

Will start work on this today.

Can you correct the hash rate ocminer? Your pool reports 122mhs instead of 122khs
legendary
Activity: 2688
Merit: 1240
I finally had some spare time and had a look at the pool stuff again, the problem was solved, thanks to tpruvot for the help !

Working Pool here:

https://esp.suprnova.cc

Working (new) and optimized external Miner here:

https://github.com/ocminer/cpuminer-hmq1725

Unfortunately I have no Windows and cannot compile for win, but I hope some nice guy will provide a compiled version.

For the other pools, here is the Hashing-Module needed:

https://github.com/ocminer/hmq-hash/


Happy hashing !
sr. member
Activity: 406
Merit: 250
I Shall Rise Again From The Ashes Of My Failures.
I like how you guys are here every day, adding, updating.. keep it up and we'll stick around. Maybe this coin can even get to the top 50 on CMC. That would be a feat. So I signed up for that "other" site.. gee it looks familiar. lol. and tweeted.. like I never use that thing. I'm the anti-social-media type.

So lets talk about your roadmap.

    Secure Emailing System
    Proof-of-Reliability
    Chain-to-Chain Interfacing
    Unique Blockchain Migration
    Manageable Sidechains
    Voting
    Web on Blockchain (Site hosting on the Chain)
    Lite-Chain
    Unique Auto-Generated Config
    Auto-Updating
    Strippers on your desktop
    ... and much, much more

I think you should start with the last one first. It will get the most attention from the crypto community. I don't think blockchain strippers have been attempted yet.

Anyhow, in all seriousness, you should put some dates onto those things to give everyone and idea of where this is going. An explanation of how they will work and what they are exactly would be nice too.



Dont worry we will try to get that last one you mentioned. but in all seriousness i'm glad you are as excited as we are. i am currently constructing a brand new cryptocoderz site. it will list all of our goals and what we plan to do and why. along with every algo we are working with to make these happen with a brief description of each algo and why we want it. it is coming together nicely and will hopefully be available soon. so dont you worry we will explain everything along with showing everyone who we really are xD
Jump to: