Pages:
Author

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

newbie
Activity: 40
Merit: 0
need more information.. any papers?
and I'd like some explanation about the payout graph  Smiley
legendary
Activity: 1638
Merit: 1013
One thing missing from the coin specifications... how long do coins take to mature and start staking?

The minimum stake age is 24 hours.
full member
Activity: 140
Merit: 100
Pretty big premine http://alex.coolindark.com/block/00000000db32e66bf0e4be70ca01889bc2a0271c97fc66b62c6cde60e56385f8       62200 coins
About 1 coin per block we need    62200 blocks to even your premine - about 2 months of mining !

Small premine compared to most. Worth mining IMO

Might be small compared to most, but that's still 62000 coins that have now been split up into smaller chunks at different addresses and will be gaining 50% interest in the first year and 20% in the second year, the same as the regular miners, which makes it effectively much more than a 4.9% premine.

A small premine might be acceptable to some, but why not do it fairly? Instead of premining a lump sum percentage of the total coins, why not have 4.9% of each generated block automatically rewarded to the dev's address. Developers get their fair share for the work they put in and have more incentive to create a longer lasting, quality product rather than some crappy knockoff, and miners and traders can have some confidence that the developer isn't just going to dump their pile of coins as soon as the price suits them.

One thing missing from the coin specifications... how long do coins take to mature and start staking?

sr. member
Activity: 254
Merit: 250
So is this windows wallet alright to download or is it a virus? I just wanna know before I attempt to download the wallet Smiley Cheers

https://www.virustotal.com/en/file/219938d51bacf88822f44365e600fcbab157d4b579a45a509e450e00035de4f0/analysis/

pretty much clean, only one small antivirus says "ASD.Reputation.C832130", I did not find any info of it in the web. Usually "reputation" does not mean much. Also big antivirus did not detect anything, so I am not worried.
hero member
Activity: 550
Merit: 501
Pretty big premine http://alex.coolindark.com/block/00000000db32e66bf0e4be70ca01889bc2a0271c97fc66b62c6cde60e56385f8       62200 coins
About 1 coin per block we need    62200 blocks to even your premine - about 2 months of mining !

Small premine compared to most. Worth mining IMO
full member
Activity: 193
Merit: 100
Pretty big premine http://alex.coolindark.com/block/00000000db32e66bf0e4be70ca01889bc2a0271c97fc66b62c6cde60e56385f8       62200 coins
About 1 coin per block we need    62200 blocks to even your premine - about 2 months of mining !
member
Activity: 179
Merit: 10
I want to buy if someone wants to sell. send me a message
sr. member
Activity: 473
Merit: 250
Time for some exchange.


and make some money, money, money.... how much could this be worth per 1 token?

I guess somewhere between a tid and a tad, but definitely more than a snap but most definitely less than a snip. That would be roughly 1 token's worth.

That is my valued view of the value of coin values.

this will be probably get listed first in yobit. it's the place to be for such price..  Grin
member
Activity: 82
Merit: 10
Awesome thank you. What command should I use to compile?  Thanks

Seriously?

Ok go into ~/alexandrite/src and execute "make -f makefile.unix" assuming again you are on Linux.

EDIT: Just checking... did you install the required libraries beforehand?

Thank You. Got it compiling now.
newbie
Activity: 46
Merit: 0
So is this windows wallet alright to download or is it a virus? I just wanna know before I attempt to download the wallet Smiley Cheers
member
Activity: 69
Merit: 10
Who has the wallet on the windows?
legendary
Activity: 1638
Merit: 1013
Time for some exchange.


and make some money, money, money.... how much could this be worth per 1 token?

I guess somewhere between a tid and a tad, but definitely more than a snap but most definitely less than a snip. That would be roughly 1 token's worth.

That is my valued view of the value of coin values.
newbie
Activity: 37
Merit: 0
Interesting project. Good Luck!
sr. member
Activity: 473
Merit: 250
Time for some exchange.


and make some money, money, money.... how much could this be worth per 1 token?
legendary
Activity: 1638
Merit: 1013
Awesome thank you. What command should I use to compile?  Thanks

Seriously?

Ok go into ~/alexandrite/src and execute "make -f makefile.unix" assuming again you are on Linux.

EDIT: Just checking... did you install the required libraries beforehand?
member
Activity: 82
Merit: 10
Awesome thank you. What command should I use to compile?  Thanks
legendary
Activity: 1638
Merit: 1013
Anyone know the trick to compiling? I seem to get errors not matter which way I try to compile it. Thanks

I am going to assume your source code is in ~/alexandrite and that you are struggling with Linux compile.

Execute the following commands, replacing the ~/alexandrite with where your source is.

mkdir ~/alexandrite/src/obj
mkdir ~/alexandrite/src/obj/zerocoin
chmod +x ~/alexandrite/src/leveldb/build_detect_platform

Then try to recompile.
member
Activity: 82
Merit: 10
Anyone know the trick to compiling? I seem to get errors not matter which way I try to compile it. Thanks
hero member
Activity: 550
Merit: 501


if you check the code, the payout is according to formula: exp(-c*[height/1000]) and c = log5/1000.

in order to avoid too many digits, the dev rounded it to 2 decimals after the point, so you don't get 0.9933286326, but 0.99. This way, the payout will stay at 0.99 for several 1000s, due to the roundups.

according to my computation:

Block Payout
1000   0.99
2000   0.99
3000   0.99
4000   0.99
5000   0.99
6000   0.99
7000   0.98
...
13000 0.97
...
19000 0.96

etc

hope this clarifies your question.


It does, I should have checked the code a little more and did the math.. My Bad

However the Dev should add this info to the OP as the roundup changes the actual reward. as it reads now it's as if it changes every 1000 blocks
but with the roundup it's more like every 6000 blocks, it's a bit deceiving.
hero member
Activity: 868
Merit: 1003


So it's not adjusted every 1000 blocks like it said in the OP quoted below.

The reason I'm asking is I want to see it readjust again so we know it's working properly.


as of now it's not doing what the OP says Huh






Alexandrite - ALEX

- PoW/PoS
- PoW algo: SHA256
- 100 sec for both PoW and PoS block target time
- difficulty retarget each block
- 6 transaction confirmations
- 80 minted block confirmations
- Initial PoW payout will be 1 coin per block.
- Block payout will be adjusted every 1000 blocks, according to the formula.
- Minimum PoW payout will be 0.01 coin/block (will be reached at about 9.07 years).
- Variable PoS payout
   1st year 50%
   2nd year 20%
   3rd year 8%
   subsequent years = 3%

- Total coins generated within 10 years are about 1,268,000.
- 4.9% premine for dev support.

Ports:
Conn:      19530
RPC:      19531

payout = exp(-c*[height/1000]) coins
with c = log5/1000 = 0.00160944

payout = 1 coin at first 1000 blocks,
payout will be 0.2 coin at 1,000,000 blocks
payout will be 0.01 coin at 2,861,000 blocks
[/b]







if you check the code, the payout is according to formula: exp(-c*[height/1000]) and c = log5/1000.

in order to avoid too many digits, the dev rounded it to 2 decimals after the point, so you don't get 0.9933286326, but 0.99. This way, the payout will stay at 0.99 for several 1000s, due to the roundups.

according to my computation:

Block Payout
1000   0.99
2000   0.99
3000   0.99
4000   0.99
5000   0.99
6000   0.99
7000   0.98
...
13000 0.97
...
19000 0.96

etc

hope this clarifies your question.
Pages:
Jump to: