Search content
Sort by

Showing 20 of 118 results by Lyrabar
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 05/09/2016, 12:34:59 UTC
NEW! Official mining pool MPOS environment is updated to the latest version 1.0.5, also the mining fee is reduced to 0.25%. There is now block finder bonus of 0.25 LYBs for every block you find, which is added to the balance when the payout happens. Hope this attracts slower single miners more, happy mining!

I hope we find a solution quickly with the lack of a exchange.
I can set up a own exchange though if I want, but there is always security risks around which makes me think of setting that up.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 19/07/2016, 03:49:48 UTC
Debugging the explorer atm, I haven't figured out yet what causes a crash in the backend. A watchdog would help at this moment, but want to first figure out what causes the crash and repair this the proper way.

Feel free to try Kaivuri OS. It's totally free without any spying and shit, I made this mainly for easy AMD mining because there was no good FREE solution currently. The next version includes automated startup for chosen miners (manual start at the moment) and the OS already includes optimized sgminer kernels. This miner is valid for bigger GPU farms also, next version is ready for production use. Go and have a sneak peek of the beta version if want to see it working - there's cpuminer-opt for CPUs, and sgminer for AMD GPUs.

If there is any person around who is familiar with maven and android developing, I might need some tips to speed up the mobile wallet build process. Contributions are very welcome.
I'm also building a nice dice game for us to have some fun playing with LYBs.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 07/07/2016, 12:26:04 UTC
where's block explorer ?

It's up in couple of minutes, I didn't notice the server had a reboot earlier.
Sorry for the downtime
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 15/06/2016, 18:44:35 UTC
SAFECEX DOWN!!!  Angry

@Dev  I got 1,000 LYB on Safecex, could you able to help, communicate with them soon. (PM, just sent you the details)

Also PM replied you, very sad to hear things like that. I can't do any more than you in this case, try to contact them.

Removed Safecex from OP, it have been down for a long time now.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 15/06/2016, 18:27:42 UTC
The NEWS:
Kaivuri OS beta released
First post updated today
Building compilation environment on Linux for Android to get the mobile wallet built. Maven is not giving me high fives at the moment, but will make it work.
LyrabarJ should work, when I confirm it fully does, will push the Java version and the interface for Lyrabar into the official GitHub repo. After betas, stable release will end up on the Google Play store.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 15/06/2016, 18:02:12 UTC
Fun to see there is new faster miners out. As a good advice for slower miners, there is very low network hashrate in Lyrabar at the moment if want to build up your stack!

Also, here's a gift from myself to all the miners out:

Kaivuri OS

It's a AMD GPU mining OS like PiMP and BAMT in the past mining OS history and it mines Ethereum as well as GenEthOS does. It's finally out, but at the moment just as a beta, it's fully free and will be in the future Kaivuri OS do not include any spying, hidden donations, backdoors or similar stuff like usually in the cryptoworld some software does include.
This build is at a beta stage version and is not the final version. Kaivuri OS will be free for ethical reasons because this product includes work made by other people. I don't want to sell anything which is not fully made by me, for example this AIO mining OS will include some optimized OpenCL kernel binaries for AMD GPUs.
Kaivuri OS is based on Debian 8.4 with 3.16 generic binary SMP kernel which supports latest AMD fglrx graphics driver. System requirements are a 64-bit CPU, at least 2GB of RAM (to compile miners) a AMD HD 5xxx to R9 2xx GPU and 8GB of free storage to write the OS image to. The OS image size in the xz packed archive is 7.6 gigabytes, it fits in a 8GB stick. Win32DiskImager works aswell as DiskDestroyer dd on Linux. On linux, just if=/path/to/kaivuri.img of=/dev/sdX where X is the stick's device path, after plugging the stick into USB port dmesg tells which address the stick got (/dev/sdf for example). Kaivuri OS uses Enlightenment as the desktop environment because its very sophisticated and lightweight, easy to use and includes easy automation. After burning the image to a stick for example, the OS will automatically start to desktop and gets a IP address using DHCP by default if the network card is detected. All Realtek cards supported including WiFi, WiCD for WLAN configurations. It detects all the graphics cards at the boot stage. The root user password is admin and it should be changed immediately in first start, using command passwd in the terminal which opens up to desktop in the startup. Root login in SSH is disabled by default, you can enable it by changing PermitRootLogin to a value yes in a configuration file /etc/ssh/sshd_config
After enabling or disabling the root login, to apply changes, reboot or restart ssh server daemon by command /etc/init.d/ssh restart

All the miners included by default in the beta, very native versions, only SSE2 instructions enabled after compiled from git repositories:

cpuminer-opt
sgminer (from nicehash repository) with optimized OpenCL kernel binaries for various cards
sgminer (revolvercoin repository) to mine X11Evo
Claymore's Ethereum + Decred miner v. 4.5 for Linux

...and anything you want to fetch from GitHub to stay with the latest. For sgminer, using command git pull https://github.com/user/repository sgminer-name (In /opt/ directory there is many sgminer versions and it wants to use sgminer as the name by default. For example use name sgminer-name to clone to a directory called sgminer-name. Its advised to clone to /opt/ directory to find easily)
Copy ADL libraries from /opt/ADL_SDK/ to /opt/sgminer-name/ADL_SDK/ to enable AMD OpenCL mining.
Then git submodule init to initialize project submodules which will be updated to latest before compiling, do that by git submodule update
Then ./autogen.sh
Configure with OpenCL enabled by typing ./configure --enable-opencl
Compile after configuring, by typing make

Then run by command ./sgminer -with-your-parameters, after found working configuration you can also start the miner in screen.

When want to update, use git pull in the directory and do all the same as before towards from submodule init and update.

For newer cpuminer forks, just use ./build.sh to build in the miner directory. If you want AVX or/and AES, recompile the precompiled miner to have full functionality.

There is one startup script for Claymore's miner called run_claymore_ethdcr.sh in root's home folder /root/
Modify the shell script with correct miner launch parameters and modify all example configs with your own settings, the miner is located at /opt/claymore-ethdcr-45/
The startup script will start the miner in a screen called ethdcr so you can look in the miner window by resuming the screen by typing screen -r ethdcr
The script itself will be launched with command ./run_claymore_ethdcr.sh and it launches the miner in a screen and detaches it to background with default parameters.
Ctrl+C kills the miner and the screen its running at.
This launch script can be used in startup after making it a launchable program in Enlightenment menu and putting that shortcut in the desktop autostart, I will make some examples and enable automatic miner startup on the next beta build.
I'll expand the network interface support in next builds including Intel chips. (For example ASUS P8Z68-V PRO/GEN3 Intel PHY not working at the moment but with external PCI/PCIe Realtek card)

All the miners, configs, scripts and ADL libraries are located in /opt/ directory, feel free to browse and modify. This does not have preset addresses or pools. You have to have a little Linux knowledge to use this beta version easily. If stuck or need help or any ideas or requests, I'm at ##lyrabar channel on Freenode IRC.

I haven't tried AMD R9 3xx series nor Fury series yet, so that's why there is no mention for support because I don't know does it work. Will make at least a version for R9 4xx with newer kernel if getting a Polaris GPU in future.

Download URL, to get from Google Drive:
https://drive.google.com/uc?export=download&confirm=3L9U&id=0B-c7FrbyofW0THlyaFZRNjFldjg

Screenshot mining Ethereum + Decred with a HD 7850 2GB.


Feel free to use this All-In-One mining solution, all you need is a 8GB USB stick. Kaivuri OS works also as an USB ASIC controller if compile miners for them.
I will release the second and hopefully last beta version next month.
Hope someone finds this useful Smiley Easy Linux mining with AMD GPUs.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 18/03/2016, 12:52:11 UTC
LYB is also available for trading at https://safecex.com/market?q=LYB/BTC.

I'll contact exchanges, like Cryptopia or Yobit if they are interested.

The "roadmap" is in the first post in this thread. There's no much new at the moment but finishing this mobile wallet for beta test release. Technically its working, but need to do couple of things before releasing it.
Also I've started building a online dice to get us a small betting game.
After the mobile wallet release I'm starting to look into payment gateway system to make a official online marketplace.

In short words, couple of new things incoming including 0.9.2 wallet.

Also, I want to clarify out that this is my cryptocurrency hobby project and I'm building stuff around this always when I have time for my lovely hobby. For me, there's no reason to be worried if I don't post any messages for longer time, but will promise to be more active in future reading this thread.

I want to thank everyone who's interested in LYB & about all the support I got during this last year Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 05/03/2016, 20:17:12 UTC
Hi,

I'm releasing beta version of the Android wallet soon, more information is found on the official IRC channel ##lyrabar if you want to stay updated with the latest.
When the official release is out, the source will be placed on GitHub.

New official Lyrabar URLs are updated to following:

The official Lyrabar homepage
The official Lyrabar mining pool
The official Lyrabar blockchain explorer
The official Lyrabar faucet for free coins

OP is also updated.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 04/02/2016, 22:44:14 UTC
I've added Lyrabar with new Lyra2rev2 Algo to Suprnova:

https://lyb.suprnova.cc

Would be cool to see some miners.



Please don't close it.

It's nice to have good pools for coins with less activity, still it's clear most of the mining pools nowadays are mainly for business.
The official pool works always, feel free to join.

Net hash is low, good chance to get blocks by solo at the moment.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 04/02/2016, 22:38:56 UTC
The cpuminer-gw64-lyra2rev2.exe link is not working Sad, can someone repost?

Here is newer one I found by quick search, link to the Cryptomining-Blog

http://cryptomining-blog.com/wp-content/download/cpuminer-multi-1-2-dev.zip
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 26/01/2016, 15:34:07 UTC
Hi guys !
I'm searching how to integrate lyra2rev2 algo in my nomp pool...
I want to have Lyrabar on my small pool...

Can someone helps me ?

Olivier


Hi!

You have to download the Lyra2REv2 supported multi-hashing algo library to your node.js stratum which also have to support Lyra2REv2.

Use these: https://github.com/Kasvain/node-stratum-pool AND https://github.com/Kasvain/node-multi-hashing

Both works, I'm using those in the official pool. Both have a corrected multiplier for Lyra2RE old and Lyra2REv2 new version.

You'll figure out the nomp directory structure. Clone both to right place and do necessary preparations, look at node_modules directories so you see where the original nomp stratum and its multi-hashing library is located at.

Look at algoProperties.js in the node-stratum-pool, you'll see that algorithm names for configs are "lyra2re" and "lyra2v2" exactly.

You can also PM or visit at official Lyrabar channel ##lyrabar if need help quick.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 26/01/2016, 15:23:31 UTC
Having a problem with the "official" faucet unable to validate any of my addresses since upgrading wallet to latest version.

Hi,

The official faucet have problems with app dependencies which makes the faucet crash when it wants to. I can't do much, because the author have not upgraded the dependency list and npm does not provide newer upgraded packages as replacement for the ones the app is built for. I'll look further what I can do with this. Don't use stealth address, use normal address if possible. All L starting LYB addresses should validate and work. I Just validated couple of addresses with latest wallet and it works and adds it to the payouts schedule. Can you provide more exact information what you mean by "unable to validate addresses" so I could give better support.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 16/01/2016, 14:56:02 UTC
dev support ex coin

Of course I support my coin, don't want to be one of the guys who makes a coin just for cashing out each others money and then leave it dying.

JUST HAD ALL OF MY COINS STOLEN FROM MY COMPUTER TODAY - THEY PIECE OF SHIT IS DUMPING EVERYTHING ON THE EXCHANGES.  I HAD CLOSE TO 10,000 LYRABAR - I AM ASSUMING THEY WILL DUMP THAT AS WELL.

This is the first time ever I've heard someone have got LYBs stolen, very sad to hear this. Post your LYB address in reply and tell how it happened.

dev too poor to support sale

I have some buy support constantly but just only 0.05 BTC at the moment on the buywall.

Do you have any buy support from your side aswell?
Post
Topic
Board Announcements (Altcoins)
[ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 31/12/2015, 23:26:34 UTC
Hi again,

Happy and peaceful new year 2016!

First of all, I want to thank all the people who have got involved with Lyrabar this far. I'm still very glad and excited that people have noticed this altcoin from this big fork jungle of bitcoin core wallets.

Also, the community have done great job this far including all the resources and information around the internet.

Lyrabar's birthday is the 28th day of January and the block reward gets halved hopefully exactly that day. The halved block reward will be 2.5 LYB, prepare your pools if the subsidy is needed in the pool's parameters.

Android wallet is hopefully coming this month, I've been researching alot how the BitcoinJ and Schildbach's Android wallet work, to make the final product good.
iOS as a wallet platform also interests me and I will look can the wallet be made, but everyone knows about Apple's policy at their App Store, which is knowingly strict. Would be fun to have a wallet program on iOS that runs without jailbreaking the device and similar kind of hacks.

The Qt client also gets many updates this year, you can follow the 0.9.2 developement branch in the official Lyrabar github repository if interested.

I can't promise the moon nor stars from the sky, but will promise to keep my Lyrabar related ideas and upcoming things realistic as before.

Happy mining

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 17/12/2015, 23:55:25 UTC
When the mobile wallet?

The Android mobile wallet rolls out after BitcoinJ and Schildbach's Android wallet fork is ready.

A big possibility its released in January  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 17/12/2015, 23:49:06 UTC
Can you make sure the password rest options work on the pool
I have not been able to log back in

You are right, seems there is problem with my SASL settings on the poolside.

I'll fix this issue.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 12/12/2015, 23:30:38 UTC
What LYB miners think about block finder bonus? Would a block finder bonus attract people to the official pool? Why I'm asking, this feature is available in the poolserver and I'd like to try it out. I bet it might interest miners with lower hashrates.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Lyrabar - A rare bar with Lyra2REv2 algorithm, 0.9.1 is out! [CPU/GPU PoW]
by
Lyrabar
on 12/12/2015, 23:05:23 UTC
Any efforts being put in to getting Lyrabar on another exchange? yobit, bleutrade, bitt, polo....

Cheers!

After last updates, I've contacted Cryptopia, but no response this far. I might contact Yobit, Bleutrade and Poloniex. I don't also know is LYB still at votelist on Cryptsy.
LYB was at start at Alcurex, EmpoEx and Bittrex in last winter but too low volume in BTC dropped it off those exchanges.
C-CEX is the only exchange what have stayed while there have been couple of times risk of delisting.
If a delisting one time happens, I'll put own exchange at least with BTC and LTC pairs, would be fun to run official one! My style is like "I want to know how stuff works that interests me, and can I have one." That's why I don't run out of ideas that can be accomplished with Lyrabar project. I've been also thinking of a web wallet, payment gateways and other basic features Lyrabar can get to make it earsier to use and adopt.

For everyones information, LYB was listed at coinmarketcap at 204th place last week just because of the past activity at C-CEX, did not see higher place though. Good work traders!


And some news,

The official poolserver also have been working great after the update, the response time is much faster in stratum and in the frontend. In future I might switch Node.js Stratum to Python Stratum if can squeeze more performance out of the poolserver.

Since the algorithm switch, I've been working on wallet fixes and improvements, BitcoinJ forking and Android Wallet based on latest Schildbach's KGW supported version at the moment, so I have much work to do!

I'll also bring a new IRC bot for us that is not as sophisticated as the earlier provided by drew, but this is just temporary action I'm going to do. Will maybe develop the bot a bit when have some extra time, but it will serve at least for the basic needs!

Feel free to drop some thoughts at the official IRC channel  Smiley

EDIT: This obviously is my 100th posted message at Bitcointalk forums. This far I have been very glad about acceptance towards presenting my work Lyrabar in here, this is my hobby I like, and I've been taking this seriously. At least this project have not been pressed flat this far, like many other projects in here. Lyrabar is my vision of a alternative cryptocurrency, hearing the community's voice in the steps of the developement.
Thank you for reading this thread Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LEARNCOIN [LERN] - Scrypt clone coin with tutorial on how it's made!
by
Lyrabar
on 07/12/2015, 11:06:13 UTC

Because there is a miner in the wallet run with console command "setgenerate true"


Thank you for clarifying this out for the ones who failed in understanding my ironic message.

And for the ones who still did not understand what about, all core wallet based client programs include a in-wallet CPU miner.
Just fun how those online scanners mostly detects only SHA256d and Scrypt miners...mostly sees no miners for other algorithms.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LEARNCOIN [LERN] - Scrypt clone coin with tutorial on how it's made!
by
Lyrabar
on 07/12/2015, 02:29:32 UTC