Bitcoin Forum
March 19, 2024, 05:25:50 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Your choice for Lyrabar mining with the new algo is
a CPU - 11 (34.4%)
a GPU - 11 (34.4%)
Both of above - 10 (31.3%)
Total Voters: 32

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 »
  Print  
Author Topic: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]  (Read 67615 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 11, 2015, 08:30:32 PM
 #401

The official faucet is working again! Solved the issues with npm dependencies

If anyone feel getting free coins, head over to The official Lyrabar faucet

Visit ##lyrabar @ Freenode IRC !
1710825950
Hero Member
*
Offline Offline

Posts: 1710825950

View Profile Personal Message (Offline)

Ignore
1710825950
Reply with quote  #2

1710825950
Report to moderator
1710825950
Hero Member
*
Offline Offline

Posts: 1710825950

View Profile Personal Message (Offline)

Ignore
1710825950
Reply with quote  #2

1710825950
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710825950
Hero Member
*
Offline Offline

Posts: 1710825950

View Profile Personal Message (Offline)

Ignore
1710825950
Reply with quote  #2

1710825950
Report to moderator
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 12, 2015, 11:45:23 AM
 #402

The forecast tells it's going to rain on the official channel ##lyrabar at Freenode IRC on wednesday 14th. (remember to put ## double dash before channel name)
If not having a IRC client installed, you can join through the official homepage, there's "IRC" on the top right corner on the homepage.

Visit ##lyrabar @ Freenode IRC !
killerjoegreece
Legendary
*
Offline Offline

Activity: 1666
Merit: 1007


Professional Native Greek Translator (2000+ done)


View Profile WWW
October 14, 2015, 02:48:20 PM
 #403

The forecast tells it's going to rain on the official channel ##lyrabar at Freenode IRC on wednesday 14th. (remember to put ## double dash before channel name)
If not having a IRC client installed, you can join through the official homepage, there's "IRC" on the top right corner on the homepage.

any eta on that?
newstb
Full Member
***
Offline Offline

Activity: 180
Merit: 101


View Profile
October 14, 2015, 08:41:32 PM
 #404

Nice raining goin on ##lyrabar   Wink
Zombier0
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


View Profile
October 14, 2015, 09:31:53 PM
 #405

Interesting i may mine this

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 14, 2015, 09:36:02 PM
 #406

What I really wish to know is when the algo switch will be.

Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 21, 2015, 10:04:49 PM
 #407

What I really wish to know is when the algo switch will be.

Very sorry for the late answer. The algorithm change will be at block 160000, so the block 160001 will be the very first Lyra2REv2 block. In timescale, ~2 weeks until the algorithm changes.

Will post 0.9.1 sources and binaries this week, naturally also adding them to the first post.

Everyone can consider this as a notification of the new 0.9.1 wallet incoming this week.

Will contact exchange(s) and pool(s) to remind them about new wallet incoming because new wallets do not hear old ones and vice versa (adjustments in the protocol).

More info upcoming during this and next week Smiley

Visit ##lyrabar @ Freenode IRC !
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 25, 2015, 03:25:32 PM
 #408

Trying to build the new wallet (after installing secp256k1):

In file included from src/main.h:13:0,
                 from src/wallet.h:13,
                 from src/init.h:8,
                 from src/qt/signverifymessagedialog.cpp:11:
src/stealth.h:159:5: error: ‘secp256k1_context_t’ does not name a type
     secp256k1_context_t* getContext()
     ^
src/stealth.h:166:5: error: ‘secp256k1_context_t’ does not name a type
     secp256k1_context_t* ctx;
     ^
src/stealth.h: In destructor ‘init_singleton::~init_singleton()’:
src/stealth.h:150:39: error: ‘ctx’ was not declared in this scope
             secp256k1_context_destroy(ctx);
                                       ^
src/stealth.h: In member function ‘void init_singleton::init()’:
src/stealth.h:156:9: error: ‘ctx’ was not declared in this scope
         ctx = secp256k1_context_create(SECP256K1_CONTEXT_SIGN | SECP256K1_CONTEXT_VERIFY);
         ^
Makefile:1153: recipe for target 'build/script.o' failed

Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 25, 2015, 05:13:01 PM
 #409

You were fast,
I got the same error using current libsecp256k1 when trying to compile old wallet, new wallet didn't have that error because it's fixed on the 0.9.1.

Double make sure you are on the right secp256k1 commit:

cd /opt
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git checkout 4c63780710351ffcc52341497e3ca0e518fbad79
./autogen.sh
./configure
make
make install

Update the LD cache to tell the system about the freshly installed secp256k1 existence,

ldconfig (or ld-config)

Posting soon linux wallets, which are compiled with latest openssl 1.0.2d and libstdc++ on Debian 9.
Will also post links of version compiled with elder libstdc++ to make sure everyone with ubuntu 15.04 and elder systems can run it.

Windows wallet tomorrow, building the Windows 32bit compilation environment at the moment.
Old wallets can hear new ones, so no panic until block 160000 is near.

Visit ##lyrabar @ Freenode IRC !
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 25, 2015, 05:21:00 PM
Last edit: October 26, 2015, 02:37:40 PM by Lyrabar
 #410

Because of the suspicious behaviour of many coins' Windows wallets lately (viruses and similar stuff), I tell this only once, If anyone posts a Windows wallet in here other than me, You use it at own risk.
I'm providing the official Windows wallet so no one's coins gets stolen or computer does not get infected or anything because of wallets with that kind of behaviour.

Linux amd64 daemon + Qt wallet, with elder libstdc++ and openssl 1.0.1f
http://lyrabar.duckdns.org/releases/lyrabar-0.9.1-amd64.tar

Linux amd64 daemon + Qt wallet, with newer libstdc++ and openssl 1.0.2d

http://lyrabar.duckdns.org/releases/lyrabar-0.9.1-amd64-new-stdc.tar

Linux i386 daemon + Qt wallet, with elder libstdc++ and openssl 1.0.1k
http://lyrabar.duckdns.org/releases/lyrabar-0.9.1-i386.tar

Version with elder libraries will work for sure if the newest one doesn't. All the wallets are compiled with Berkeley DB 4.8, elder ones with libstdc++6 3.4.20 and newer ones with 3.4.21. You can check your libstdc++ version in amd64 systems by command
Code:
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
Where "x86_64-linux-gnu" is the system arch. More guidance in the README.md (updating it soon)

Visit ##lyrabar @ Freenode IRC !
BARR_Official
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile WWW
October 25, 2015, 06:06:46 PM
Last edit: November 02, 2015, 03:44:00 AM by BARR_Official
 #411

Because of the suspicious behaviour of many coins' Windows wallets lately (viruses and similar stuff), I tell this only once, If anyone posts a Windows wallet in here than me, You use it at own risk.
I'm providing the official Windows wallet so no one's coins gets stolen or computer does not get infected or anything because of wallets with that kind of behaviour.





Thanks, and I'll just link to here at Lyrabar.us instead of hosting the new wallets there.  That way there's no confusion about any other links being the official wallet.  

-edit-
This is runpaint, mis-using the official dev account of BARR.  I forgot to switch to my own account, whoops

Buying At Retail and Restaurants - BarrCryptocurrency.com
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 25, 2015, 10:06:14 PM
 #412

Official pool is again up and finding blocks with the new wallet like should!

Join the fun,
http://lyrabarpool.duckdns.org/

Visit ##lyrabar @ Freenode IRC !
maxim000
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
October 29, 2015, 04:55:41 AM
 #413

Official pool is again up and finding blocks with the new wallet like should!

Join the fun,
http://lyrabarpool.duckdns.org/

not working - only "low difficulty share" appear in miner
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 30, 2015, 02:27:17 PM
 #414


not working - only "low difficulty share" appear in miner

I can help with problems, if you supply more information about your mining hardware and software you are using.

I assume you are using a GPU miner, so:

If using AMD, You need to use latest djm34's sgminer. If using NVIDIA, use latest ccminer by tpruvot & djm34. Do not use manual difficulty adjustments like "--diff-multiplier", the stratum poolserver algorithm multiplier is adjusted right on the official pool. Make sure you are using Lyra2RE algorithm before block 160000, Lyra2REv2 algorithm after block 160000.

On sgminer, the algorithm names are with uppercase letters needed, "Lyra2RE" and "Lyra2REv2".

On ccminer, the algorithm names are not with uppercase letters, "lyra2" and "lyra2re2", this also applies on tpruvot's cpuminer-multi cpuminer software.

Wrong miner software configurations are the most common problems with Lyra2RE and Lyra2REv2 algorithms. Also, remember not to use too high intensity or xintensity.

Hope this helps you and hope people will read the guides and manuals before complaining. Smiley

Visit ##lyrabar @ Freenode IRC !
maxim000
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
October 31, 2015, 04:29:47 PM
 #415


not working - only "low difficulty share" appear in miner

I can help with problems, if you supply more information about your mining hardware and software you are using.

I assume you are using a GPU miner, so:

If using AMD, You need to use latest djm34's sgminer. If using NVIDIA, use latest ccminer by tpruvot & djm34. Do not use manual difficulty adjustments like "--diff-multiplier", the stratum poolserver algorithm multiplier is adjusted right on the official pool. Make sure you are using Lyra2RE algorithm before block 160000, Lyra2REv2 algorithm after block 160000.

On sgminer, the algorithm names are with uppercase letters needed, "Lyra2RE" and "Lyra2REv2".

On ccminer, the algorithm names are not with uppercase letters, "lyra2" and "lyra2re2", this also applies on tpruvot's cpuminer-multi cpuminer software.

Wrong miner software configurations are the most common problems with Lyra2RE and Lyra2REv2 algorithms. Also, remember not to use too high intensity or xintensity.

Hope this helps you and hope people will read the guides and manuals before complaining. Smiley

my mistake - i'm used lyra2v2 before 160000, thanks
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
October 31, 2015, 05:34:50 PM
 #416


my mistake - i'm used lyra2v2 before 160000, thanks

Glad to hear you managed to get it work!  Smiley Happy mining!

Visit ##lyrabar @ Freenode IRC !
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
November 02, 2015, 03:18:17 AM
Last edit: November 02, 2015, 04:13:11 AM by Lyrabar
 #417

Lyrabar Windows Qt wallet 0.9.1, 32-bits version is here ready for downloading:

Windows, 32-bit (daemon incl.) http://lyrabar.duckdns.org/releases/Lyrabar-0.9.1-win32.rar
(With openssl 1.0.2d, Qt 5, compiled in Windows 10 Pro x64)

Please update, this is a mandatory patch for Lyrabar. Algorithm will change to Lyra2REv2 at block 160000.

Feel free to give feedback about new wallets!  Smiley

Visit ##lyrabar @ Freenode IRC !
runpaint
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
November 02, 2015, 03:41:20 AM
 #418

Wallet updated and synced!

I have removed the wallet downloads from Lyrabar.us, and I've replaced them with a link to this topic so people can always find the latest official download.

GoldenCryptoCommod.com
vashshawn
Sr. Member
****
Offline Offline

Activity: 530
Merit: 253


LDOGE aka Litedoge -stakeable 2.0 doge


View Profile WWW
November 02, 2015, 03:48:23 AM
 #419

the new wallet works great wooohoo lyrabar!!!  Smiley











  ★ such speed much staking very cute ★  
                  such fun tipping and payment coin                  
             L i t e D o g e  (LDOGE)
      lite version of DOGE coin fair launch No Premine      
very website such twitter wow forum ★  


[/center]
Lyrabar (OP)
Member
**
Offline Offline

Activity: 118
Merit: 10

The precious bar


View Profile WWW
November 02, 2015, 04:14:22 AM
 #420

Wallet updated and synced!

I have removed the wallet downloads from Lyrabar.us, and I've replaced them with a link to this topic so people can always find the latest official download.

Thanks! Such activity, I like the community we have alot Smiley

Visit ##lyrabar @ Freenode IRC !
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 »
  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!