Pages:
Author

Topic: ⛏ Alexandrite (ALEX) | Hybrid | 50% PoS | Low Supply | Low Inflation | ⛏ - page 11. (Read 44066 times)

sr. member
Activity: 350
Merit: 251
Twitter Announcement is needed
legendary
Activity: 1022
Merit: 1004
newbie
Activity: 56
Merit: 0
Dev can buy project of coin  and get 60 000 coins without premining or he have to mining coins yourself  ?
newbie
Activity: 56
Merit: 0
Hi . This is my first post on the forum. I hope Alex going well. Just I'm thinking who seling that cheap now ?  Mining is more expensive than 15 000 sat . Good luck for everyone!
member
Activity: 61
Merit: 10
ALEX
Users, please donate some coins to
Code:
Alexandrite address : aHEq6fcgyWodHcJixNJh3mYfGuXkuCta2j
for Raspberry Pi wallets.
Thank you @jc12345
https://bitcointalksearch.org/topic/m.18002918
newbie
Activity: 28
Merit: 0
Next one will be yobit.net according to Dev
full member
Activity: 154
Merit: 100
Nice to see new exchange for alex.
newbie
Activity: 28
Merit: 0
We are glad to see it here Smiley And i personally have great expectation for it
sr. member
Activity: 444
Merit: 250
newbie
Activity: 28
Merit: 0
I mined and was looking forward to staking as an early investor enjoying the 50% till next year before the coin is popular.
The pool http://ypool.ga/alex stole all my coins. The sire is down no response even. Now what ? Lost forever ?

Anyone else lost their coins at http://ypool.ga/alex ?

I used http://ypool.ga/alex for Lana and it was fine. But the entire pool is down. That whole site is gone. Every single coin pool gone.
Owner must have ran with the profits. I saw many people minig alex with massive hashrates.

I will be very careful next time as to what pools I use. I used them because they had worked so well in the past but now I think using a pool that send the funds directly to your wallet with no registration is alot better.
Dont be so hard on Nikl and Ypool. ga , it has bean around for long time and sorted out all my problem, even ones caused by myself.
There is lot of things that can go wrong like hardware failure, internet connection or attack. I have around 800 Alex stuck there, but im not worried a bit. Just give it a time
sr. member
Activity: 350
Merit: 251
http://theminingpool.thruhere.net/

This pools seem to be working. Has payment pending, just waiting on it to get to my wallet. I update when it arrives.

Pool works great! Coins arrives in wallet.
legendary
Activity: 1638
Merit: 1013
The Alexandrite is asic mining,so most of people cannot mine the Alexandrite. this coin will be profitably for asic miners

You can rent an asic miner online and point it at a pool. This way you become an asic miner yourself.
sr. member
Activity: 660
Merit: 350
NOBT - WNOBT your saving bank◕◡◕
 The Alexandrite is asic mining,so most of people cannot mine the Alexandrite. this coin will be profitably for asic miners
hero member
Activity: 868
Merit: 1000
http://theminingpool.thruhere.net/

This pools seem to be working. Has payment pending, just waiting on it to get to my wallet. I update when it arrives.
Try this

http://altcoinix.com/alex/public
sr. member
Activity: 350
Merit: 251
http://theminingpool.thruhere.net/

This pools seem to be working. Has payment pending, just waiting on it to get to my wallet. I update when it arrives.
full member
Activity: 154
Merit: 100
Buy this and stake. Alex will be good coin!
legendary
Activity: 1638
Merit: 1013
Here are the Alexandrite Raspberry Pi wallets (headless and Qt) for Raspbian Jessie (v8) as well as a blockchain snapshot. The wallet has been tested on both a Pi2 and Pi3. Since Alexandrite has a great appeal for staking, it makes sense to stake on a Pi at low electricity cost.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallets were built on Raspberry Pi2/3 (ARM) running Raspbian Jessie (v8) and the instructions and scripts assume you are running as user "pi". It is a pre-requisite to have Jessie installed on your Pi micro-SD card. You can find instructions of how to do this on https://www.raspberrypi.org/downloads/ by either installing n00bs and selecting your OS or by downloading the image of the OS. NB! It is important that if you do a fresh install from an older Jessie image, that you first expand your file system with raspi-config. It is the first option in the menu. The default image they provide installs a partition of about 3.5GB and it needs to be expanded to 8GB or you will not have enough space for the installation. However, if you use the later Jessie image from May 2016, the file system will be expanded automatically. It is furthermore always a good idea to select the boot options in raspi-config to boot to a command prompt with authentication. You can then start the graphical desktop with "startx" manually. This helps with issues during upgrades.
3) The installation script installs the required dependencies automatically. If you have not done a recent upgrade, you might be presented with a screen of text during the Mozilla security certificate upgrade. If this happens, just scroll down and press "q" and the installation will continue.
4) Installation directory where the binaries are installed is ~/opt/alex or /home/pi/opt/alex
5) To run the wallets after installation go to the directory with the wallets and run the wallet file - ./Alexandrited for the headless wallet at the command line or click on the Alexandrite icon on the desktop or run the Alexandrite-Qt wallet file.
6) An Internet connection is required for the installation
7) You need at least an 8GB memory card for the wallet.
8.) The installation itself takes about 45min on an out-of-the-box Pi.
9) You cannot just download the dynamic wallets, you have to run the script to get the dependencies as well else it will not run.
10) The installation script enables the ufw firewall by default, but does not force any special rules. The wallet still works this way with the port blocked. If however you want to enable it to become a fully functional node, un-comment the ufw lines in the script and add the ports you want open (19531 for Alex) and run it again or easier, enable it manually by running the command "sudo ufw enable 19531" at the command line.
11) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/alex folder and execute sha256sum and md5sum and compare the values with the values in the checksums.txt file.
12) The Alexandrite wallet uses a bootstrap.dat file which is installed automatically by the script up to block 8552.

Instructions to use the headless command line daemon wallet:

1) The installation script creates an Alexandrite.conf file with the startup settings in it. Go to the folder with the binaries ~/opt/alex and enter ./Alexandrited in a terminal window or at the command line to start the server
2) After the wallet has started and loaded the blockchain (give it a minute or so) you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./Alexandrited eg. "./Alexandrited getinfo".
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./Alexandrited encryptwallet
5) Once you have the wallet running, blockchain loaded and your wallet with coins on the Pi, then you can kickstart staking by executing ./Alexandrited walletpassphrase 99999999 true

Instructions to use the Qt wallet:

1) The wallet works exactly the same as the one in Windows.

To kickstart the installation execute the following commands at the command prompt or in a terminal window on your Pi.

Code:
wget https://bitbucket.org/jc12345/alex/downloads/alex_installation_pi.sh && chmod +x alex_installation_pi.sh && ./alex_installation_pi.sh && rm -f alex_installation_pi*

Let me know if there are any issues.

Direct links:
Link to Alexandrite wallet installation script
Link to Qt wallet
Link to headless wallet
Link to virustotal scan for Alexandrite-Qt
Link to virustotal scan for Alexandrited
Link to bootstrap.tar.gz @ block 8552
Link to checksums.txt

Getblockhash 8552: 00000000000001d0da28fc5a536480e8ea8419e04c7a750838704c6e949b34e1

Alexandrite address : aHEq6fcgyWodHcJixNJh3mYfGuXkuCta2j
legendary
Activity: 1218
Merit: 1001
Alexandrite is the most beautiful thing in the world! I think all the peoples will like it!
legendary
Activity: 1638
Merit: 1013
I mined and was looking forward to staking as an early investor enjoying the 50% till next year before the coin is popular.
The pool http://ypool.ga/alex stole all my coins. The sire is down no response even. Now what ? Lost forever ?

Anyone else lost their coins at http://ypool.ga/alex ?

I used http://ypool.ga/alex for Lana and it was fine. But the entire pool is down. That whole site is gone. Every single coin pool gone.
Owner must have ran with the profits. I saw many people minig alex with massive hashrates.

I will be very careful next time as to what pools I use. I used them because they had worked so well in the past but now I think using a pool that send the funds directly to your wallet with no registration is alot better.

You must just set the payout amount very low for a lesser known pool. If you set Alex to 5 coins for example, it will payout every 5 coins and then you can max lose 5-20 coins depending on your hash rate and uncofirmed coins. If you did not set a low limit then it is your own fault. Maybe the owner will return.
Pages:
Jump to: