Bitcoin Forum
April 26, 2024, 04:23:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 [726] 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 ... 822 »
  Print  
Author Topic: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌  (Read 923755 times)
monoxide
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500



View Profile
October 21, 2017, 08:31:02 AM
 #14501

noooooooo pls no compile errors, i hate that shit Sad(((

so we need 2 recompile and import priv key?

Yep, having compile problems too, but in my case it seems to be a problem with linking leveldb. I'm trying to figure it out.

Btw. your wallet.dat is always stored at the same place, there is no need to import anything.

Edit: Maybe we can collect compile problems in the #dev channel on Discord, so that it is all in one place?

Yes, please do that and I'll get someone to look at them.
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
October 21, 2017, 08:50:26 AM
 #14502

qt would even compile 0.8.6.9

Code:
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

tried with command qmake and qmake "USE_UPNP=-" and qmake "USE_UPNP=1"

had no problems compiling current version of Espers

edit: before downloading and compiling 0.8.6.9 I ran:
Code:
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools     build-essential libboost-dev libboost-system-dev     libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev     libssl-dev libdb++-dev libminiupnpc-dev
no errors

since 0.8.6.9 I tried to start 0.8.6.8 again to start staking again, now I get this error:
Code:
./Espers-qt: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
Espers qt-wallet broken on Linux  Undecided

for now I will try to install new wallet on Windows but I would like to Linux

Gandalf86
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 515


Coin Mage


View Profile
October 21, 2017, 09:17:11 AM
 #14503

since 0.8.6.9 I tried to start 0.8.6.8 again to start staking again, now I get this error:
Code:
./Espers-qt: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
Espers qt-wallet broken on Linux  Undecided

for now I will try to install new wallet on Windows but I would like to Linux

You probably updated libboost-system in the previous step. After updating libraries, you must recompile all programs that are linked against it.

Discord: Gandalf86#5805 (#341695925166538796) // Maintainer of Titcoin // Work smarter, not harder!
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
October 21, 2017, 11:24:02 AM
 #14504

since 0.8.6.9 I tried to start 0.8.6.8 again to start staking again, now I get this error:
Code:
./Espers-qt: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
Espers qt-wallet broken on Linux  Undecided

for now I will try to install new wallet on Windows but I would like to Linux

You probably updated libboost-system in the previous step. After updating libraries, you must recompile all programs that are linked against it.

When I recompile (old/previous working version) I get this error (same as with new version)

Code:
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Gandalf86
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 515


Coin Mage


View Profile
October 21, 2017, 11:34:26 AM
 #14505

Code:
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

That's ok, it's purely informational. You can continue by running 'make'.

Discord: Gandalf86#5805 (#341695925166538796) // Maintainer of Titcoin // Work smarter, not harder!
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
October 21, 2017, 11:43:47 AM
 #14506

Code:
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

That's ok, it's purely informational. You can continue by running 'make'.

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
pshemek
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
October 21, 2017, 11:47:42 AM
 #14507

new wallet this is great news. now we can start talking about all the great things this project has and not only commenting on all the fud.


 
                  ▄▄████████▄▄▄
              ▄███████████████▄
          ▄███████████░░▀█████▄
        ██████████████░░░███████
      ▐█████████████░░░██████▌
      █████████▀▀▀▀▀▀░░░████████
      ██████░░░░░░░░░░███████
      ██████░░░▄███▄░░░████████
      ▐██████░░░▀████░░░███████
        ███████░░░░░░░▀░░███████
          ▀██████▄▄▄▄▄▄▄░░█████▀
              ▀████████████████▀
                  ▀▀▀██████▀▀▀
DSTRA  F R O M   C O M M U N I T Y,
  C   O  M  E  S      U   N   I  T   Y    
[
               █████████
             ███░░░░░███
             ███░░░░░███
        ▄██████████████▄
        ████████████████
        ████████████████
        ████████████████
        ████████████████
        ████████████████
        ▀██████████████▀

 
PRIVACY

                  ▄▄███████▄▄
              ▄█████▌░▐█████▄
            ▄█████░░░░░▐████▄
           █████▌░▐▌░█░▐█████
          ███████░░░▐████████
         ▐████████░░░▐██████▌
           █████▌░█▌▐▌░▐█████
            ▀█████░░░░░▐████▀
                ▀████▌░▐█████▀
                   ▀▀██████▀▀

 
  LOW FEES

                ▄▄███████▄▄
            ▄█████████████▄
          ▄███░░▐██░░█████▄
         ██████░░▐██░░█████
        ████████░░▐██░░████
       ▐██████░░▐██░░█████▌
         ████▌░░██▌░░██████
          ▀███████████████▀
             ▀████████████▀
                 ▀▀██████▀▀

 
     FAST
]▬▬▬  BTC ANN  ▬▬▬
WEBSITE    TWITTER
FACEBOOK DISCORD
Adriano2010
Hero Member
*****
Offline Offline

Activity: 1414
Merit: 516


View Profile WWW
October 21, 2017, 11:55:35 AM
 #14508

Is there a new wallet for all OS systems? And it needs to be compiled to run or can be runned with just any other .exe program for windows?
Gandalf86
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 515


Coin Mage


View Profile
October 21, 2017, 12:00:07 PM
 #14509

Is there a new wallet for all OS systems? And it needs to be compiled to run or can be runned with just any other .exe program for windows?

For Windows and Mac OS there are new binary wallets available on https://espers.io/downloads/

Linux and other Unix must compile their own version because there are too many different systems.

Discord: Gandalf86#5805 (#341695925166538796) // Maintainer of Titcoin // Work smarter, not harder!
foggywhite007
Member
**
Offline Offline

Activity: 112
Merit: 11


View Profile
October 21, 2017, 02:11:50 PM
 #14510

I think this take-off point for ESP. the team began to work hard. the updates went.

Now this project need to attract more attention. Need social networking to load. Maybe bounty to do. To shoot video even short about the team and about the project in order to strengthen the credibility of the project. And then only remains to follow the road map and all will be well esp

deztroyr1
Full Member
***
Offline Offline

Activity: 284
Merit: 100



View Profile
October 21, 2017, 02:53:06 PM
 #14511

yea good to see some action going on here. yesterday i had decided to join in a bit... with the development i see today i don't think i will regret it.
is there a plan to decrease the amount of coins? there seem to be an awful lot of them  Roll Eyes

▐▐   ▬▬▬▬▬   DeepOnion   ▬▬▬▬▬   ▌▌
████    40 PUBLIC AIRDROPS COMPLETED    TOR INTEGRATED    ████
▬▬▬▬   (✔) DeepVault Blockchain File Signatures  •  VoteCentral Your Vote Counts  •  deeponion.org   ▬▬▬▬
gawajn
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
October 21, 2017, 03:46:57 PM
 #14512

Great to see the update which fixes Pow. Is Cryptocoderz now working on the PoS "fix", which let people with low amount of espers stake more often?.
Will later try to compile it!
Gandalf86
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 515


Coin Mage


View Profile
October 21, 2017, 04:43:35 PM
 #14513

is there a plan to decrease the amount of coins? there seem to be an awful lot of them  Roll Eyes

The supply has already been decreased from 500 billion. There's a reason for having that many coins, which is having a very small minimum unity that can be used for paying for micro-services, e.g. forwarding a single data packet. (That's my interpretation of it.) I've always been of the opinion that reducing the coin supply to 50 billion was already a mistake (albeit a rather small one.  Wink)


Great to see the update which fixes Pow. Is Cryptocoderz now working on the PoS "fix", which let people with low amount of espers stake more often?.

Yes, this seems to be the next item on the todo list, according to what Monoxide said in Discord.

Discord: Gandalf86#5805 (#341695925166538796) // Maintainer of Titcoin // Work smarter, not harder!
Lucasgabd
Legendary
*
Offline Offline

Activity: 2506
Merit: 1113


There's no need to be upset


View Profile
October 21, 2017, 06:36:28 PM
 #14514

is there any plans to be added on other bigger exchanges?

cheers.

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
kiddo
Full Member
***
Offline Offline

Activity: 546
Merit: 137



View Profile
October 21, 2017, 06:50:36 PM
 #14515

Great job, waithing for this for a very long time. Is good to see the espers team all toghether and working, people have a lot of expectations about this project, me included. Keep the work going guys and you and us alongside we will see the success of the project.
ctgiant
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
October 21, 2017, 08:42:30 PM
Last edit: October 21, 2017, 09:49:30 PM by ctgiant
 #14516

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.


MiningAlts Block Explorers and Windows/Mac Wallet Building Services - http://miningalts.com
mafia
Hero Member
*****
Offline Offline

Activity: 641
Merit: 500


View Profile
October 21, 2017, 10:26:07 PM
 #14517

DO we know when masternodes are coming and the coins required? Smiley
batysta
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 22, 2017, 12:06:03 AM
 #14518



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!
meincagadero
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 22, 2017, 05:58:34 AM
 #14519

DO we know when masternodes are coming and the coins required? Smiley

Some time ago was talked about 25Mill to owe one masternode and they will come (if) at this development speed in about 10 or 15 years
mafia
Hero Member
*****
Offline Offline

Activity: 641
Merit: 500


View Profile
October 22, 2017, 07:47:02 AM
 #14520

DO we know when masternodes are coming and the coins required? Smiley

Some time ago was talked about 25Mill to owe one masternode and they will come (if) at this development speed in about 10 or 15 years

Cheesy
Pages: « 1 ... 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 [726] 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 ... 822 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!