Bitcoin Forum
May 10, 2024, 11:22:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: January 06, 2018, 12:38:35 PM
Is there a current block explorer? All the ones I can find stopped syncing in December 2017.

Really this blockexplorer does not seem to be updating the transactions: https://espv2.miningalts.com/, verifying I only see transactions of 2017

If you search for transactions by block hash, address or block number they will show up.  The wallet is up to date but the data got corrupted earlier today, so the database is rebuilding itself. 
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: November 11, 2017, 06:58:23 AM
Thanks for the help @E1337!

If this doesn't work please use this snapshot to fix your balance: https://mega.nz/#!lo0XATQR!VrztrfbX5fcW7jt0xcWNB-RgA7Ke992wa1sMdV2q6_I
Note: This is valid for all of you who are forked and have missing coins in your wallet.
Oh! Thank you very much! Only after this snapshot wallet works well!
did not work for me Sad Sad
I have a few questions for you neguinho that may help us better understand your issue:

1. Did you do a rescan after everything was synced?
2. Was the missing ESP already in your wallet or were they being sent from an exchange, and if it was an exchange, which one?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: October 21, 2017, 08:42:30 PM
thx dev for Update  Grin

i have a compile error  Wink

In file included from version.cpp:6:0:
version.h:49:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_LEGACY_CUTOFF = 1509537600; // ON (TOGGLED 11/01/2017)
              ^
version.h:52:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_FUTURE_CUTOFF = 9993058800; // OFF (NOT TOGGLED)
              ^
makefile.unix:202: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1

please fix that ...
 
thx

espers still has a very good future ahead, very good team, continues to do so ...   Smiley
0.8.6.8 is running again

when I MAKE 0.8.6.9 I get this error

Code:
In file included from src/version.cpp:6:0:
src/version.h:49:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_LEGACY_CUTOFF = 1509537600; // ON (TOGGLED 11/01/2017)
              ^
src/version.h:52:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_FUTURE_CUTOFF = 9993058800; // OFF (NOT TOGGLED)
              ^
Makefile:2322: recipe for target 'build/version.o' failed
make: *** [build/version.o] Error 1
:


add this to version.h right under "include <string>" and you should be able to compile:
#include <stdint.h>

Edit:

I wanted to add since some people are having issues compiling with newer openssl dependencies, libssl-dev-1.1.0 or openssl versions 1.1.x are not currently compatible.  To build, install libssl-dev-1.0.1 or the correct corresponding package for your current linux distro.  If your distro's package manager no longer has those packages available you will have to build openssl from source and link the libraries and headers manually when building.

4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: September 20, 2017, 07:58:35 PM

I ran into this problem in the opposite direction. Taking a wallet.dat file from PC and trying to use in the mac client always caused the Mac client to crash. I looked into it a little and the Mac client build is one version behind PC and the dbversion value in the code changed. Unsure what other consequences there were of that, but I had to send my coins from my PC wallet to my Mac for them to work there.

I never tried the reverse (mac wallet to PC), but wouldn't be surprised if there's some gotchas on the way. Backup both wallets and send coins between them if you really need to have them on the 'other' computer.

I'm hoping when the promised updates arrive that a mac wallet will be compiled at the same time instead of being behind again :/

PC to Mac will always fail because the PC version uses Berkeley DB 6.something and the Mac version uses 4.8.  The Mac version of Berkeley db is still on 4.8 so that it is 100% compatible with transferring to and from VPSes, many of which use older versions of linux that only have version 4.8 available in their package managers.

Moving from Mac to PC will work because it just upgrades the wallet.dat to the latest Berkeley DB version, but the other direction will not.  The only way to get the PC wallet into the mac version or older Linux OSes is to dumpprivkey on the pc and then import it in the other wallet.

Hope this helps clarify things.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: September 19, 2017, 04:33:18 PM
tried to replace the wallet.dat  on a new pc with my  backup dat  from mac.

everything is synced and unlocked not only for staking. But I dont see my balance.

Any help please?

Do you see your address in the Receive tab?  If you don't then there is a problem with where the wallet.dat was placed or you moved it while the wallet was running on the pc.

If your correct address(es) are in the Receive tab then just be patient and your balance should show up when they wallet is synced to the block that you started having a balance.  Once fully synced your entire balance should be there.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: July 21, 2017, 03:56:39 PM
Do you guys have a block explorer ? I can see none in the ANN OP or a rich list. Also how is the staking here ? Weight based (amount + time) or just amount or random ?
I usually use this one https://espv2.miningalts.com/, for the rich list https://espv2.miningalts.com/richlist , i think the staking right now is just amount, but they said they are going to change so it is fair for everyone.

You can also now just use https://esp.miningalts.com
There is no longer a need for v2 at the end.  I will keep them both up showing the same data for the time being in case anyone is using the explorer's api from the old address.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LDOGE] LiteDoge | Community coin | No Premine | Very fast | Such Stake WOW on: June 25, 2017, 05:39:40 AM
Hi

On Page 1 of this Thread are 2 Source Repositorys .

I try Repository 1
https://github.com/vashshawn/LDOGE
to Compile litedoged and litedoge-qt on an Rapsberry PI
and get the following Error:
main.cpp:582:13: warning: unused variable ‘nBaseFee’ [-Wunused-variable]
     int64_t nBaseFee = (mode == GMF_RELAY) ? MIN_RELAY_TX_FEE : MIN_TX_FEE;
             ^
main.cpp:585:13: warning: unused variable ‘nBaseFee’ [-Wunused-variable]
     int64_t nBaseFee = (mode == GMF_RELAY) ? MIN_RELAY_TX_FEEv2 : MIN_TX_FEEv2;
             ^
main.cpp:589:54: error: ‘nBaseFee’ was not declared in this scope
     int64_t nMinFee = (1 + (int64_t)nBytes / 1000) * nBaseFee;
                                                      ^
makefile.unix:179: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 1

Then I Try Repository 2
https://bitbucket.org/ctgiant/litedoge/src/
it works.

Is this a known Issue?

ciao





Looks like Vashshawn missed a few commits when adding the repo onto github.  That was fixed in one of the last commits done.  It was a known issue in the code that was fixed, but itwasn't a known issue that his github repository was missing commits, so thanks for the information.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: June 25, 2017, 05:25:51 AM
still no way to mine with 400/500 models?
Sgminer.exe --no-submit-stale --algorithm hmq1725 -o stratum+tcp://esp2.8pool.dtdns.net:3333 -u herb -p 1234 -I 18
This correct rx 460 Huh Huh
Somebody tried to mine with rx 470/480? What is hashrate, profit?
RX Model AMD cards are currently not supported by the miner.  The developer of the hmq1725 sgminer (Pallas) did not have access to a card for testing so he did not build compatibility for those cards.  If someone wants to get the miner working for RX series cards they would need to speak to the sgminer dev about it. 

Why ESP coins in yobit can not withdraw ??
Can you fix this, Huh!!! There is so much coin

Look like YoBit are full of shit...  Undecided



They probably never swapped.  I can't remember what the ratio was when it happened, 100 to one maybe?

This is correct.  They NEVER swapped.  DO NOT USE YOBIT for Espers!!!!!! (Obligatory warning for this page of the forum)
And when the swap occurred the ratio was  10:1, so not too far off.
Did anybody try the bootstrap for the wallet?

I did, but when I extracted it, one file is missing: txleveldb\015056.ldb
Code:
CRC failed in espers_windows_bootstrap_676839\ESP\txleveldb\015056.ldb. The file is corrupt
Now the client won't even open.
Nobody here seems to bother to even give a copy of that file. Sad


If you delete everything except wallet.dat from the ESP folder, it should open again and try to sync without the bootstrap.  In terms of the bootstrap, I don't know why that file is corrupt for you as it seems to work for many other people.  If no one will give you a link to the single file, I would suggest redownloading the bootstrap and see if it maybe got corrupt when unzipping.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LDOGE] LiteDoge | Community coin | No Premine | Very fast | Such Stake WOW on: June 17, 2017, 03:34:52 AM
The difficulty to mine the coin hurts it some.  For those looking for easy to mine Scrypt coins, it is just above what they are looking for.  there is a small, loyal mining group and they push hard, keeping the diff pretty high.  The best attention that we have seen it get in the mining community is as a merge mined coin or a as an alternate payout to easier to mine coins. 

LDOGE is no longer mineable...It hasn't been since a week to a month after the coin first launched (I don't remember specifics, it was a long time ago and the dev from then quit).  It is purely POS.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: June 15, 2017, 04:41:01 AM
ganda I got instructions from cryptoderz!
I am merely trying to get my wallet online. It says it is offline. He said I need to get more nodes and sent me to the espers node website.
I'm needing instruction to get me out of the woods  at this point but got instruction from someone else here.

/root/.ESP/Espers.conf  ok let me try


brent@brent-HP-Compaq-8000-Elite-SFF-PC ~ $ /root/.ESP/Espers.conf
bash: /root/.ESP/Espers.conf: Permission denied

now i saw all the nodes on white background. Please walk me through so i can stake the heck out of esp

1. You should NOT run the Espers wallet as root! You should NEVER run user applications as root. Root is for system administration.
2. You cannot execute text files.
3. What are you trying to accomplish?
4. And welcome to the world of Unix!  Cheesy

If you didn't use the sudo command, then your espers folder location wouldn't be root...based on your previous response, that would seem to be the case try:
Code:
nano(or whatever text editor you are using) ~/.ESP/Espers.conf 
and then add the addnode=x.x.x.x lines to that config
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 12, 2017, 04:56:02 AM
Are you running the latest wallet release?
v0. 8.6.5

v0.8.6.4-Patch 0 Alpha for Mac.  Downloaded it from the ANN today, so it's most recent version.  Does .4 not work correctly with this block chain?

It definitely works past that block, but the dev changed some things with timestamps in regard to velocity in v0.8.6.3 and above so that may be the issue you are running into.
I would try to use v0.8.6.2 to get past that block (let it go several blocks just to be sure) and then you should be good to go with the current version.

I'll let the dev know of this issue in slack and hopefully with the next update he'll add a fix.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 08, 2017, 03:39:58 AM
@Everyone

Mini-update released! Smiley

Espers v0.8.6.4 Patch-0 is now live

(Auto-updating wallets will prompt users to upgrade ~1-2 hours from now)

>>>Windows Standalone Client<<<
>>>Mac Client<<<

ANN OP (First post of this thread) has been updated to reflect the changes

Release notes:

- Further improved Velocity


Some side notes:
There is another update coming later today with much larger changes including Adaptive block sizes, Superblocks, VRX PoW/PoS swinging skew

Where is a good working linux cpu miner for this ?

best one is cpuminer-opt...I don't know if the newer versions work well with hmq1725 though
When mining I've been using version 3.3.6 which works well, but it only works for stratum.

For solo mining the only one is based on ocminer's hmq miner, which can be found here: https://github.com/ocminer/cpuminer-hmq1725

both need to be compiled from source
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 02, 2017, 07:31:18 PM
Why there is espers v0.8.6.4 runing in the explorer? the last update is v0.8.6.3!!!!!!
how?

Maybe testing a new wallet with new features by the Dev.
v0.8.6.3 has some missing brackets
v0.8.6.4 is the current version

https://github.com/CryptoCoderz/Espers/commit/de5240f397486ae68a244979a00a4dd17ed66c4c

My9bot is right....cryptocoderz released a new commit a few hours after 8.6.3, so I updated the explorer when I saw it.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: April 05, 2017, 04:38:46 AM
Dude, come up with a new Mac OS version already, please!


It's on it's way....the last 2 versions had issues with mac and some parameters were not being set within the client.  That seems to be fixed now.  Crypotocoderz will release the MacOS version soon, but I believe he is going to push a fix to the syncing past block 5 on a fresh install problem first.  Once that is released, a new MacOS client will be built and released alongside or shortly after the Windows one.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: February 28, 2017, 10:32:04 PM
@Community
@CryptoCoderz

Just an example, if you want our help.
You can manage a Trello Board

Dev Task are for you,
Other task can be taken by any member of the community.

For example
- find a server for a pool
- tweet Bittrex everyday
- finding new exchange
- develop chineese community
- ...

TrelloBoard give also a vision on wath dev are currently manage


Just a suggestion


Totally agree, let the community help you to reach the next milestone.
Bad things happen in everyone's life. Wrap it up, throw it away and move on.  Cheesy

I spoke with him and he will use one of my systems to run the pool on. ;-)
why not making the pool source code open source???

I'm pretty sure it is open source.  MPOS and a hmq1725 python hashing module made by ocminer:
MPOS: https://github.com/MPOS/php-mpos
Python Hashing Module: https://github.com/ocminer/hmq-hash
Wink
and the stratum-mining backend  part

based on the changes that were made on feb 6 to https://github.com/Crypto-Expert/stratum-mining it looks like all you would have to do is change a few lines in the config.py:
ALGO_NAME = 'lyra2re2_hash'  to ALGO_NAME = 'hmq'
Uncomment and change: #CUSTOM_DIFF1 = 0x0000ffff00000000000000000000000000000000000000000000000000000000 # Scrypt
to CUSTOM_DIFF1 = 0x000000ffff000000000000000000000000000000000000000000000000000000 # HMQ1725


but CryptoCoderz has everything together why not release

It's a change in a config file....just like adding your daemon's port, rpcpassword and ip address.  It's not something that needs to be released a with the 2 lines mentioned above changed.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: February 28, 2017, 09:09:11 PM
@Community
@CryptoCoderz

Just an example, if you want our help.
You can manage a Trello Board

Dev Task are for you,
Other task can be taken by any member of the community.

For example
- find a server for a pool
- tweet Bittrex everyday
- finding new exchange
- develop chineese community
- ...

TrelloBoard give also a vision on wath dev are currently manage


Just a suggestion


Totally agree, let the community help you to reach the next milestone.
Bad things happen in everyone's life. Wrap it up, throw it away and move on.  Cheesy

I spoke with him and he will use one of my systems to run the pool on. ;-)
why not making the pool source code open source???

I'm pretty sure it is open source.  MPOS and a hmq1725 python hashing module made by ocminer:
MPOS: https://github.com/MPOS/php-mpos
Python Hashing Module: https://github.com/ocminer/hmq-hash
Wink
and the stratum-mining backend  part

based on the changes that were made on feb 6 to https://github.com/Crypto-Expert/stratum-mining it looks like all you would have to do is change a few lines in the config.py:
ALGO_NAME = 'lyra2re2_hash'  to ALGO_NAME = 'hmq'
Uncomment and change: #CUSTOM_DIFF1 = 0x0000ffff00000000000000000000000000000000000000000000000000000000 # Scrypt
to CUSTOM_DIFF1 = 0x000000ffff000000000000000000000000000000000000000000000000000000 # HMQ1725
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: February 28, 2017, 08:44:35 PM
@Community
@CryptoCoderz

Just an example, if you want our help.
You can manage a Trello Board

Dev Task are for you,
Other task can be taken by any member of the community.

For example
- find a server for a pool
- tweet Bittrex everyday
- finding new exchange
- develop chineese community
- ...

TrelloBoard give also a vision on wath dev are currently manage


Just a suggestion


Totally agree, let the community help you to reach the next milestone.
Bad things happen in everyone's life. Wrap it up, throw it away and move on.  Cheesy

I spoke with him and he will use one of my systems to run the pool on. ;-)
why not making the pool source code open source???

I'm pretty sure it is open source.  MPOS and a hmq1725 python hashing module made by ocminer:
MPOS: https://github.com/MPOS/php-mpos
Python Hashing Module: https://github.com/ocminer/hmq-hash
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: February 26, 2017, 09:55:52 PM
It looks like miner does not support the AMD RX480.

That is correct. It does not support the RX series cards.  Pallas, who made the miner does not have an RX series card, so he could not write a kernel for them.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: February 22, 2017, 08:43:14 PM
Undecided  ok now I am really confused.
Everybody says wait till block 638000 then POW starts again But i go to cryptocoders pool I see people mining.
So what about it? Somebody please explain what is this about. And why did POW stopped in the first place?
I've read a bit in the thread but can't follow it.
Thank you guys  Kiss
Actually, the POW is not broken, just the pow difficulty is very-very high. for normal cpu/gpu, it is hard to find a pow block, but not impossible.
if they have a very good lucky, and found a 0000000000000000...... hash block. but they're runing the gpu for notting...

After 638000 block, diff calculation is fixed, and gpus can found block in normal speed.



Just checked github and the fork block just changed to 642000, so we will have to wait 4000 extra blocks before PoW difficulty is fixed.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: February 20, 2017, 03:58:12 PM
Regarding the download for Patch 6, the standalone wallet should be found here (note that the fix at block 625,000 did not work so the dev is reworking the solution to PoW right now):


So where is the link for the patch 6?

It was in the quote from Cryptocoderz below that sentence.  The only link that I could find in the thread for patch 6 was the standalone client, so if you want the auto-updating one, you will have to reinstall it next time.  I figured that people would want to download it directly from the dev's post, but since it there was a lot of text you may have missed the link, so here it is as well:

Espers-v0.8.5.1-Patch6-qt.zip
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!