Bitcoin Forum
May 07, 2024, 01:36:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 »
1141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 04:58:33 AM
pools?



Please see this post:


OK got the Pool working now, it was a bit hidden (nice trick! Wink) that this coin uses the blake implementation from lyra2rev2 instead of the "normal" blake (14 rnd vs 8 rnd blake)... Pool is now up and running and finding blocks:

https://esp.suprnova.cc

Miner:

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

Launch with:

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


Thanks for your patience.
1142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 04:45:29 AM
New node is now operational and ready to handle clients, after one more we will update the wallet with them hard-coded in.

Code:
addnode 104.236.150.155:22447 add
1143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 03:19:02 AM
Thanks, hopefully I get some more blocks solo with the windows wallet but I am really eager to test out my Ubuntu servers with the Espers Daemon & mine to my windows wallet address when the guide becomes available.
Come on Choppy Chop lol, I also noticed that the Git Source doesn't have autogen, makefile or leveldb included which is stopping me from completing it.

Our bad! Just noticed that issue! Re-comitted to the github, have a look and see if that helps at all, we are currently using the same source to setup our nodes and did have an issue with leveldb.a but didn't realize it was a simple left out file... in the famous words of Homer Simpson.... DOH...

Thanks for bringing this to our attention so we could resolve it.
1144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 02:42:57 AM
I have 1.8M of these things from solo mining to the windows wallet with my i5 PC since launch.
This is fun Smiley
Although it will probably be a LTC market most likely.

Awesome! Glad to see positive posts!
As for the LTC market bit, you never know, it honestly will be what the community makes it. We will develop and push its usability further into a real-world use system but as for the value, well that's up to you guys.
1145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 02:19:39 AM
CPU Solo mining is not working, running from last 8 hours and no coins.
Please release working windows miner, to mine on pool.

ocminer has provided a 3rd party external miner for his pool, we are currently very taxed with the start of this project so it may be some time until we release an official external miner. Please understand and bear with us

If you HAVE TO POOL MINE NOW, please jump back a couple pages and download ocminer's external miner



That would be great if you could create a guide on how to Compile a non-gui *nix wallet & how to Solo-mine ESP on there with commands.
E.g Setting the miner address & .conf
You got it! However allow us some time to post this.
You should use this layout to get it out to the public quicker https://bitcointalk.org/index.php?topic=1383479.0

Will do! Thank you for the advice




My Wallet out of sync,  what can i do?   

Have you added the nodes that are posted in the OP? It's not very intuitive right now and as soon as a few more nodes are launched and hardcoded we will release an update so you do not have to manually add them
1146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 01:33:27 AM
@dev, coin control? It's been standard in bitcoin and most other coins for awhile.
I've mined a couple of blocks. woot. 100k espers!

Will be sure to make an update with it excuse the oversight.
NICE! Very glad to see everyone getting involved and enjoying a project designed from the get go to be fun, fair and friendly.
1147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 01:25:37 AM
That would be great if you could create a guide on how to Compile a non-gui *nix wallet & how to Solo-mine ESP on there with commands.
E.g Setting the miner address & .conf

You got it! However allow us some time to post this.
1148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 12:56:44 AM
So i can mind those coins simple by instaling wallet and adding nodes to it?
if i leave the wallet open it mines coins , right?
To mine the coins download and run the wallet, navigate to the "Help" option at the top of the wallet window and select "Debug Window"
In the Window that appears select the bottom textbox and type "setgenerate true".
(This is for in wallet mining, we have not built stand alone miners yet and will probably take a while to do so as there are other tasks to accomplish)
done that Smiley thanks. so everytime when the wallet open now it mines coins , yep? Smiley

Great question! Answer is no...
However you can set the wallet to do so:
Navigate to the config file for Espers (In windows it is usually similar to this:  C:\Users\YOURUSERNAME\AppData\Roaming\Espers)
Open the Espers.conf in notepad or your favorite text editor and add this line to the end:   "gen=1" (Without the "")
1149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 12:52:58 AM
So i can mind those coins simple by instaling wallet and adding nodes to it?
if i leave the wallet open it mines coins , right?

To mine the coins download and run the wallet, navigate to the "Help" option at the top of the wallet window and select "Debug Window"

In the Window that appears select the bottom textbox and type "setgenerate true".
(This is for in wallet mining, we have not built stand alone miners yet and will probably take a while to do so as there are other tasks to accomplish)
1150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 12:50:46 AM
Does anybody know the commands to build the miner on Linux ?
Ah misread, miner... if you compile the wallet you have a built in miner, don't know if that helps you at all, we DO NOT have a GPU miner or external CPU miner made.
If anyone wants to assist with this we at the moment have our hands full
So what bout ocminers pool & his cpu miner source, can't you compile that and mine standalone to a pool ?
What commands/dependencies list are needed to compile Espers Source to a non-gui wallet on Linux ?

Absolutely you can use ocminer's pool and cpu miner, personally we haven't tested it, looks like the chain is moving fine without us needing to hash it.
The commands/dependencies list is standard just like any other daemon compilation for Linux, if you'd like a personalized guide for Espers we can create and provide you with one however please understandably allow us time to do so.
1151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 12:28:51 AM
Intresting!
i have tweeted about your coin, proof: https://twitter.com/Dryflybro
please add me to giveaway Smiley))

Recopy-erase the above post pretty boy Smiley  register here http://bitcoingarden.tk/forum/index.php?topic=7403.0 copy post it for giveaway ans send some btc to address below

Love the reply, good sir Smiley tactful and informative.

Also totally saved the screeny, very nice Smiley (Might even have to put that on the site with your permission to use it as a reference.
1152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 12:06:50 AM
Intresting!
i have tweeted about your coin, proof: https://twitter.com/Dryflybro
please add me to giveaway Smiley))

We will do so now, please however post on the actual giveaway thread for the giveaway (Bitcointalk does not really like it when giveaways are conducted within the ANNs so lets keep them happy)
1153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 13, 2016, 12:03:08 AM
Does anybody know the commands to build the miner on Linux ?

Ah misread, miner... if you compile the wallet you have a built in miner, don't know if that helps you at all, we DO NOT have a GPU miner or external CPU miner made.

If anyone wants to assist with this we at the moment have our hands full
1154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 12, 2016, 11:12:32 PM
OK got the Pool working now, it was a bit hidden (nice trick! Wink) that this coin uses the blake implementation from lyra2rev2 instead of the "normal" blake (14 rnd vs 8 rnd blake)... Pool is now up and running and finding blocks:

https://esp.suprnova.cc

Miner:

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

Launch with:

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


Thanks for your patience.

Huh news to us. We modified a Quark algorithm to create this. Didn't actually use anything from Lyra.
Hence the name. HeavilyModifiedQuark 17 algos 25 rounds of hashing and bmw set as the starting algorithm. Aka HMQ1725

Scatter algorithm will still be used but for the coming proof of reliability
1155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 12, 2016, 11:11:23 PM
And here is the miner:

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

Use with:

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

You can also solo-mine to your wallet.

And I want to be honest: The probability there is already a GPU miner is pretty high, I've checked the algos and there are already modules for Nvidia/AMD for them, so somebody just has to "rework" the quark algo in ccminer/sgminer, chain the correct modules and "voilla"...

Ya think?

New algo normally = private miner

These assumptions are nausiating. We created a custom algorithm to level the playing field. And yes we are TOTALY raping the chain with 50k per block. C'Mon peoplle get real here.








OK got the Pool working now, it was a bit hidden (nice trick! Wink) that this coin uses the blake implementation from lyra2rev2 instead of the "normal" blake (14 rnd vs 8 rnd blake)... Pool is now up and running and finding blocks:

https://esp.suprnova.cc

Miner:

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

Launch with:

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


Thanks for your patience.

Awesome thank you for your effort in this project. We don't set up external miners so we appreciate your hard work and the pool is definitely a great asset to have.
1156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 12, 2016, 11:06:11 PM
Is there no windows Miner yet? No Pool,too? Why did you rush DEV? You could start better.

Please refrain from posting without actually reading the post. THE WALLET HAS A MINER BUILT IN!

WE HAVE NOT MINED ANY OF THIS PAST THE GIVEAWAY LET ME MAKE THAT ABUNDANTLY CLEAR!

So, let's stop the fud. Of you want to go bash a project go bash a scam cuz you got the wrong project.

1157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 12, 2016, 08:20:54 PM
I have found some blocks. But now diff is a bit high for my CPU.
What's your CPU? I'm not sure, but it seems the built-in cpu miner is single threaded. So in order to get more threads or cores of your CPU to work, you'd have to have more wallets running. Or make a bunch of VMs with 1 core each and have a wallet running in each.



You could just go into the rpc console and type "setgenerate true 4" (replace the 4 with how many threads your cpu has)
1158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 12, 2016, 07:54:26 PM
Okay guys, wallet download is here as well:

MEGA DOWNLOAD MIRROR
1159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 12, 2016, 07:45:41 PM
Also please add this node as well to help (OP has been updated, we are launching nodes like crazy stand by for stabilization of the network!
addnode 70.214.43.97:22447 add
and the other one in case anyone missed it
addnode 159.203.12.73:22447 add
upload the wallet to mega. cannot download its very very slow

Please stand by, adding to mega.
1160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 12, 2016, 07:42:57 PM
http://imgur.com/qIgBD21

i got that just now ocminer what do?

got it a second time

Use the built in wallet miner if you'd like that is the only one that we KNOW works.
We have NOT built a GPU or an external CPU miner so we cannot garaunty any 3rd party functionality in such
Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 61 62 63 64 65 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!