Bitcoin Forum
May 08, 2024, 06:59:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: November 25, 2017, 11:04:10 AM
I opened my wallet now and my balance is zero and there is no shipping transaction

https://uploaddeimagens.com.br/imagens/saldo_zero-png

https://uploaddeimagens.com.br/imagens/capturar2-png--214

Does anyone have this error?
what do I do now?


a little research and...


Problaly you are on the wrong chain.
Just follow the steps below and you will be fine.

https://blog.espers.io/using-the-snapshot-d8eb6d1cb3f6



then do this:

Why did it happen? How can I return lost my coins?

close your wallet, right click on the wallet icon, create shortcut
then right click on the shortcut you just made and go to properties
in the properties section, in the "Target" box, go to the end of the string (outsided of the parenthesis if there are any) and add this:
-rescan
click on apply, and then okay
then open your wallet with the shortcut
you only have to do this once

This will take a bit of time since the chain is pretty big, but at the end your wallet should have all your transactions and missing funds show up.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: November 22, 2017, 08:56:06 PM
Can any help?

Problaly you are on the wrong chain.
Just follow the steps below and you will be fine.

https://blog.espers.io/using-the-snapshot-d8eb6d1cb3f6
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: October 22, 2017, 12:06:03 AM


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.



It worked like a charm. Thanks!
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 👽 [ANN][BIS]Bismuth - New Language, Free DAPPs, Cryptopia, HEAT on: October 14, 2017, 02:54:45 PM
Portuguese translation
https://bitcointalk.org/index.php?topic=2258245
5  Local / Criptomoedas Alternativas / [ANN][BIS] Bismuth - Nova Linguagem, DAPPs Livres , Cryptopia, HEAT on: October 11, 2017, 04:51:25 PM
Anúncio Original em Inglês





▣ Seja Bem-vindo à Bismuth ▣

Bismuth é um sistema de banco de dados distribuído com auto-regulação cuja principal aplicação é a moeda, e sua primeira aplicação é a mineração. Ele vem com um conjunto de DAPP’s fora-da-caixa (aplicações descentralizadas).
Bismuth não é baseado no código do BTC ou qualquer um dos seus derivados, só é inspirado por algumas idéias estabelecidas por Andreas M. Antonopoulos, Satoshi Nakamoto (BitCoin), desenvolvedores Sunny King (Peercoin), NXT e ETH.

▣ Totalmente Integrada ▣

O lançamento da Bismuth foi precedido por uma longa pesquisa das tecnologias já existentes, como Bitcoin, NXT ou Ethereum. O problema que esses sistemas tinham em comum era a falta de integração com aplicações externas e mecanismos complicados para importação de tais aplicações para a própria cadeia de blocos. Ao contrário deles, a Bismuth oferece vários níveis de acesso, oferecendo acesso direto ao banco de dados e à camada de aplicativos descentralizados OpenField ™, de forma muito direta.

Imagine um mundo no qual seus sistemas estejam disponíveis para todos, o tempo todo. O mundo com manutenção automatizada da infraestrutura, uma plataforma em nuvem distribuída não em alguns servidores, mas em todo o planeta.
Com robustez e flexibilidade tão sem precedentes que precisamos olhar para fora do domínio do esforço humano para encontrar equivalentes adequados.
Graças à implementação inteligente da tecnologia de blocagem (blockchain) personalizada, Bismuth torna este sonho uma realidade, hoje.

Bismuth não copia código de outros repositórios, ao invés disso, reformula/melhora o código de forma a torná-lo facilmente legível, compatível em todas as plataformas, integrado em soluções empresariais com a maior facilidade e, o mais importante, abrir para o desenvolvimento para o grande público por meio da simplicidade, enquanto minimiza o risco de segurança para implementações de código personalizado.

▣ Detalhes Técnicos ▣



▣ Exchanges e Mercados ▣

                 

NOTA: Não minere diretamente para uma exchange, isso não é permitido!
Baixe nossa carteira desktop ou use a Carteira Web no link abaixo:

>>> Carteira Web Bismuth<<<  


▣ Recursos ▣

                 

Dependências:

Para Executáveis Windows: Microsoft Visual C++ 2010 Redistributable Package (x86)
>>> Link de Download Microsoft <<<  

Para usar o tor, faça o download do pacote Tor e execute o tor.exe.
>>> Link de Download Tor <<<  

Como executar sem os executáveis:

Faça o download e instale o Python 3.6
Execute o comando "pip3 install pysocks pypng pyinstaller bottle pycryptodome requests pypiwin32 simple-crypt pillow pyqrcode"
Execute o comando "pip3 install simple-crypt --no-deps"
Abra node.py, optionally gui.py ou miner.py

Como executar no Linux:

Code:
sudo apt-get install -y git python3 python3-pip
sudo pip3 install pycryptodome pysocks requests
sudo pip3 install simple-crypt --no-dependencies
git clone https://github.com/hclivess/Bismuth.git && cd Bismuth
python3 node.py

open node.py, opcionalmente gui.py ou miner.py

Se você quiser ver o seu saldo sem GUI, você pode usar este script GitHub:
>>> https://github.com/hclivess/Bismuth/blob/master/balance_nogui.py <<<

Se você quiser enviar moedas sem GUI, você pode usar este script GitHub:
>>> https://github.com/hclivess/Bismuth/blob/master/send_nogui.py , detalhes no topo do arquivo <<<

▣ Guia de Mineração e Piscinas de Mineração ▣

               

▣ Status da rede e download da Blockchain ▣

                  
               

▣ Jogos Bismuth, testnet e recompensas de testenet ▣

                    
               


▣ Outros Idiomas ▣


                         

Todos os direitos reservados. Fundação Bismuto 2017.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: October 09, 2017, 03:59:28 PM
Does this coin have specs?
I was trying to find the POS % per year...
I mean , i read people say : that much , this much , and so on
But does the dev actually knows it? i mean , he wrote the code..
Every coins show POS per year....
Can anyone tell me what POS % is of this coin?
Thanx

https://bitcointalk.org/index.php?topic=1434700.0
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: July 02, 2017, 07:18:37 PM
Has anyone successfully compiled a Linux Espers QT wallet?  I have limited coding experience if it's something I can do on my end but haven't found much guidance online.

I followed these steps and it worked.
https://github.com/CryptoCoderz/Espers/blob/master/doc/readme-qt.rst
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: June 22, 2017, 02:50:06 AM
Here is a summary of today's conversation (jun-21-2017) with @cryptocoderz on discord.

https://blog.espers.io/questions-answers-dev-discussion-69e0ff4f8c08
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: June 17, 2017, 02:26:41 AM
Can somebody give me the right and updated link for Bootstrap?
Tried the one at the OP but seems to be corrupted. I found another one on BTCGarden forum too but it's lower in size, so I think it's outdated too?
I couldn't sync my wallet in a normal way cause it'll take a whole lot of time to do so.


https://blog.espers.io/getting-espers-wallet-and-setting-it-up-1ac91c0bfd21
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: June 05, 2017, 09:17:55 PM
This coin has Telegram?
It would be great to increase the community and have a facility of interaction between them
Could create Dev?
We could talk more about ESP on twitter to be listed on bittrex

our telegram group was created
https://t.me/EspersCoin
telegram invite link
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: June 05, 2017, 11:25:24 AM
Hello guys. I created a meme gallery thread to collect all the nice memes and promo images about ESPERS.

It could be useful having all in one place in case you want to share something in the socials but don't have time or skills to create a brand new one...

https://bitcoingarden.org/forum/index.php?topic=14990.0

I'm adding new ones as soon as I see them around. Feel free to post your contributions...

Good idea. Thanks for that. I've posted some pictures.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: June 05, 2017, 11:19:29 AM
any slack, discord, or telegram group for esper?

https://discord.gg/hhYP8yT
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 31, 2017, 11:05:19 AM
Why no mention about Maternodes on the roadmap? Sad

"Masternodes" and many other things are on the new site http://espers.io
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 25, 2017, 05:06:39 PM
If someone is using 32-bit Linux GCC, you might run into an issue of SSE not being enabled by default. Before, it was necessary to put it into the Makefile manually after running qmake. With an upcoming update, it will be enough to set the environment variable QMAKESPEC=linux-g++-32 in order for qmake to do this automatically.

If you are on other platforms than 32-bit Linux GCC, you are not affected by this.

thanks, man...
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 22, 2017, 03:27:13 PM
I'm in to voting.. Who else is into Livecoin

I am in too - will add about 400-500 votes later today  Wink

Make sure you PM Gawlea first for the paid votes so u can get the reward here:
https://bitcoingarden.org/forum/index.php?topic=14851

Done - thanks for note
cool Shocked

This Moorning (in spain  Cheesy) I voted 214 vots and now when the btc arrive vote 114 more.

Thanks man. Our Espers community thanks you.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 22, 2017, 02:21:36 PM

I know there a lot people that believe in Espers, people who want to see Espers get big. So everyone get high returns. Today on livecoin.net are 520 paid votes added, 200paid votes are on the way from me. It would give Espers a boost if we could it there. Its a small investment for great returns in the future. I dont think it would be asked to much guys to pay 0.01 or 0.02 btc for Espers. I think everyone has gained a lot of money already with this coin.

Thanks in advance for voting or the people who already paid and voted! Only a community can make a coin great, lets make this one the greatest Wink

I made around 200 paid votes at livecoin. As a community we can achieve esp to get listed at livecoin but we al need to contribute a little.
Come on guys who knows what this wil do to the espers value if we get listed. Only around 200 votes or anything u can spare per person we can get there.
They only focus on the top 3 coins. Thats's around 17000 votes atm.

OK. Here is the challenge for the community.
If the community can reach 12,000 votes by the end of this month
I will buy 5000 votes to get to the 17,000 mark.

Lets see if the community is as good as it claims to be  Wink

wonderful!

I'm in to voting.. Who else is into Livecoin

I am in too - will add about 400-500 votes later today  Wink

Well done. Let's do our part.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 22, 2017, 12:56:41 PM
I think its important to add Espers to Bittrex, https://bittrex.zendesk.com/hc/en-us/articles/202583854-Submitting-a-Coin-to-Bittrex
Any plans?

I think its important to add Espers to Bittrex, https://bittrex.zendesk.com/hc/en-us/articles/202583854-Submitting-a-Coin-to-Bittrex
Any plans?

I'm wondering the same, Espers should be on bittrex.

I think its important to add Espers to Bittrex, https://bittrex.zendesk.com/hc/en-us/articles/202583854-Submitting-a-Coin-to-Bittrex
Any plans?

I'm wondering the same, Espers should be on bittrex.
It is not yet listed on bittrex.


I think its important to add Espers to Bittrex, https://bittrex.zendesk.com/hc/en-us/articles/202583854-Submitting-a-Coin-to-Bittrex
Any plans?

I'm wondering the same, Espers should be on bittrex.
It is not yet listed on bittrex.

@CryptoCoderz,
Can we submit an application to bittrex for listing ESP, as we are more stable in the BTC markets lately?


I think a lot of people would more than gladly vouche for Espers being on bittrex.



I know there a lot people that believe in Espers, people who want to see Espers get big. So everyone get high returns. Today on livecoin.net are 520 paid votes added, 200paid votes are on the way from me. It would give Espers a boost if we could it there. Its a small investment for great returns in the future. I dont think it would be asked to much guys to pay 0.01 or 0.02 btc for Espers. I think everyone has gained a lot of money already with this coin.

Thanks in advance for voting or the people who already paid and voted! Only a community can make a coin great, lets make this one the greatest Wink




I know there a lot people that believe in Espers, people who want to see Espers get big. So everyone get high returns. Today on livecoin.net are 520 paid votes added, 200paid votes are on the way from me. It would give Espers a boost if we could it there. Its a small investment for great returns in the future. I dont think it would be asked to much guys to pay 0.01 or 0.02 btc for Espers. I think everyone has gained a lot of money already with this coin.

Thanks in advance for voting or the people who already paid and voted! Only a community can make a coin great, lets make this one the greatest Wink

I have seen many guys asking for bitrex, but firstly we have to be listed on livecoin.
Now is your time to do something for our espers community, all of us.
Only a community can make a coin great, lets make this one the greatest!
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 17, 2017, 07:40:57 PM
Maybe they could start another vote campaigne like mercatox

This is the plan. We will start a campaign very soon. Stay tunned!

let's do it as fast as possible...

Oky i'll start asap. Today for sure!

Vote for Espers to be added on livecoin.net here: https://www.livecoin.net/en/voting

Voting Reward Giveaway is live on Bitcoingarden: https://bitcoingarden.org/forum/index.php?topic=14851

Please RT this tweet too: https://twitter.com/EspersCoin/status/864779149818421248

Thanks!


Retwitted!
All our community need to vote. One more step!
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 16, 2017, 10:12:59 PM
Maybe they could start another vote campaigne like mercatox

This is the plan. We will start a campaign very soon. Stay tunned!

let's do it as fast as possible...
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ on: May 15, 2017, 10:47:20 PM
I asked coinmarkedcap some days ago to add the novaexchange ESP-BTC pair, thats completed meanwhile.

How about adding ESP to:

c-cex.com
liqui.io
cryptox.pl (maybe)

... ? These three are chasing the big exchanges.

I like ESP very much, the auto update funktion is sweet. Other coins just give a notice and you have to download, unpack and find the correct directory by yourself.
 

you can vote for ESP at C-CEX: https://c-cex.com/?id=vote at the moment 308 votes

for livecoin you have to pay 2,5 BTC to add

and here is the Bittrex: https://bittrex.zendesk.com/hc/en-us/articles/202583854-Submitting-a-Coin-to-Bittrex



We can vote in livecoin exchange to... i give my vote.

https://www.livecoin.net/voting/index?lang=en

Great, but first ESPERS must be listed at Livecoin for voting.

112 votes on livecoin exchange.


Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!