Author

Topic: [ANN][SEM] Semux - Official Thread - page 259. (Read 694126 times)

full member
Activity: 532
Merit: 102
January 10, 2018, 03:33:15 AM
Semux wallet is really demanding on resources. Now the folder Semux 1.0.0-rc.5 is about 850 Mb. After starting the main network, all the records of the database will also move to the new wallet? With the advent of the exchange, the number of transactions will increase many-fold. Maybe the development team is already thinking about an easy web client for Semux? Is it possible to implement this technically?


Hi,

a webclient or stand alone client can be developed upon the REST-API.

I am currently thinking about creating a solution to this Smiley
full member
Activity: 560
Merit: 112
January 10, 2018, 03:16:40 AM
where to see exchanges for this coin and where you want to adding on exchanges?
interesting to join in airdrop.

There are no exchanges yet but will coming soon.
Anyone knows how they will calculate the starting price on the exchanges?
You can't base it just on some numbers that are payed by few in the sell topic here on the forum.
I'll buy for an amount between 250 and 600 dollar depending on the starting price.

This is all speculation yet. We will know for sure when the mainnet launch and semux gets listen on an exchange.
full member
Activity: 560
Merit: 112
January 10, 2018, 03:15:19 AM
Semux wallet is really demanding on resources. Now the folder Semux 1.0.0-rc.5 is about 850 Mb. After starting the main network, all the records of the database will also move to the new wallet? With the advent of the exchange, the number of transactions will increase many-fold. Maybe the development team is already thinking about an easy web client for Semux? Is it possible to implement this technically?


When mainnet starts the network will reset to block 0. All the balances will be taken via snapshot and will be moved by dev to each eligible addresses.
jr. member
Activity: 133
Merit: 1
January 10, 2018, 03:14:21 AM
where to see exchanges for this coin and where you want to adding on exchanges?
interesting to join in airdrop.

There are no exchanges yet but will coming soon.
Anyone knows how they will calculate the starting price on the exchanges?
You can't base it just on some numbers that are payed by few in the sell topic here on the forum.
I'll buy for an amount between 250 and 600 dollar depending on the starting price.
full member
Activity: 286
Merit: 115
January 10, 2018, 03:02:51 AM
where to see exchanges for this coin and where you want to adding on exchanges?
interesting to join in airdrop.

There are no exchanges yet but will coming soon.
full member
Activity: 352
Merit: 104
SquidCoin.cash
January 10, 2018, 02:01:38 AM
Semux wallet is really demanding on resources. Now the folder Semux 1.0.0-rc.5 is about 850 Mb. After starting the main network, all the records of the database will also move to the new wallet? With the advent of the exchange, the number of transactions will increase many-fold. Maybe the development team is already thinking about an easy web client for Semux? Is it possible to implement this technically?
member
Activity: 174
Merit: 10
Lick me
January 10, 2018, 01:50:09 AM
Well, I went ahead and joined the Signature Campaign.  The UI is simple, but clean.  The concepts are interesting.  Java is the programming language in which I'm most experienced.  I got all my coins so far through the BTC Airdrop.  I'm looking forward to digging into this deeper.

The main Semux is about to launch, the price of the token is estimated to fly to the moon, to some line in his hand is a wise choice. Take it and don't sell it. It'll go to $15. Kiss
Excellent guess for the price. I wish that many who received Semux during the early airdrop did not immediately begin to sell everything. Otherwise, it can negatively affect the price. Hold your Semux!


I think different from your. The more people sell the more profit I can have. So we can accumulate a great deal of cheap coins at that time.
full member
Activity: 352
Merit: 104
SquidCoin.cash
January 10, 2018, 01:39:52 AM
Well, I went ahead and joined the Signature Campaign.  The UI is simple, but clean.  The concepts are interesting.  Java is the programming language in which I'm most experienced.  I got all my coins so far through the BTC Airdrop.  I'm looking forward to digging into this deeper.

The main Semux is about to launch, the price of the token is estimated to fly to the moon, to some line in his hand is a wise choice. Take it and don't sell it. It'll go to $15. Kiss
Excellent guess for the price. I wish that many who received Semux during the early airdrop did not immediately begin to sell everything. Otherwise, it can negatively affect the price. Hold your Semux!

newbie
Activity: 3
Merit: 0
January 10, 2018, 12:21:51 AM
when and on which exchange is semux going to be launched
member
Activity: 196
Merit: 41
January 10, 2018, 12:17:50 AM
Well, I went ahead and joined the Signature Campaign.  The UI is simple, but clean.  The concepts are interesting.  Java is the programming language in which I'm most experienced.  I got all my coins so far through the BTC Airdrop.  I'm looking forward to digging into this deeper.

The main Semux is about to launch, the price of the token is estimated to fly to the moon, to some line in his hand is a wise choice. Take it and don't sell it. It'll go to $15. Kiss
newbie
Activity: 42
Merit: 0
January 10, 2018, 12:15:07 AM
Well ok then Wink
Well explained.

Thanks!  Took a bit to wrap my head around it.  The more pools we as users have, the better off we are.
sr. member
Activity: 476
Merit: 266
January 10, 2018, 12:06:33 AM
semux.info's pool is available, but is very full.
semuxpool_com is available.  It does pay out for votes, but is not validator yet.

I joined this pool two days ago.  You're right, it's pretty full.  My first payout was only 0.16 SEM (despite putting 1400 votes total across the five validators in the pool).

The pool can’t get full, the more people that join and vote, the more blocks the pool gets to forge, the bigger the payout is for everybody.

The pool calculates payout on a weekly basis, and pays out on mondays I think.
Your payout was small, because you joined at the end of the period. Probably even joined at the end of the last day. And one of their top validators was offline for most of that day.
With 1400 sem, you should get around 4 sem a week. Depending on pool luck.
Triple that when the main-net is launched, if they increase the voting reward accordingly.

The pool can be full.  The more people that join and vote, the smaller share each SEM gets you.

if you have one vote in a 31k vote pool, you get 1/31k
if you have one vote in a 70k pool, you get 1/70k

A validator is not rewarded any more or less depending on how many votes it has
it gets the same priority, same number of blocks forged regardless.

A validator only needs ~32k to forge blocks.  The semux.info pools all have 70k+.  thus, a pool with 32k will pay out *twice* as much per vote.

Quote
@Override
    public String getPrimaryValidator(List validators, long height, int view) {
        byte[] key = Bytes.merge(Bytes.of(height), Bytes.of(view));
        return validators.get((Hash.h256(key)[0] & 0xff) % validators.size());
    }
There's no notion of votes when deciding who gets to forge next block, only that they have enough votes to become a validator.

There's no luck involved.  For any given block, I can tell you who the next 200 validators to forge blocks will be, and in what order. (Validators are re-evaluated every 200 blocks, so order will change at that point)

It's in your best interest to vote for the pool with the lowest votes that still qualify for validator status (assuming pool fees are equal)


Well ok then Wink
Well explained.
full member
Activity: 402
Merit: 100
January 10, 2018, 12:04:23 AM
Still didn’t vote for any delegate...open for offers
member
Activity: 167
Merit: 10
January 09, 2018, 11:36:12 PM
There's something i donțt get it (there are more, but letțs stick to this one)
Why should i use my vote? I see only a disadvantage, i lose the fee (0.05) and i can't figure any advantages...

But if you vote a delegate in the pool

https://semux.info/pool

you will be rewarded every monday with the rate of (your votes/total votes * SEM mined)  Wink

So what you mean that I should vote for delegate has less total votes, and the more rewards I can receive.
Is it proportional to the number of coins? A delegator with more coins will receive more rewards (the more votes they get, the more rewards they will receive).

I believe it set up like a lottery.

The votes are like lotter tickets. The more votes you have, the more chances you have to win the lottery every 30 sec, and get to forge a block.

Haha interesting explain. It 's really make sense at this time. Looks like every ticket cost 1,05 sem coins.
member
Activity: 602
Merit: 13
January 09, 2018, 11:27:58 PM
So if I have too less semux (24only), and I only vote 1 SEM
too less rewards?
what is minimum vote to get rewards?
legendary
Activity: 1694
Merit: 1003
January 09, 2018, 11:26:39 PM
There's something i donțt get it (there are more, but letțs stick to this one)
Why should i use my vote? I see only a disadvantage, i lose the fee (0.05) and i can't figure any advantages...

But if you vote a delegate in the pool

https://semux.info/pool

you will be rewarded every monday with the rate of (your votes/total votes * SEM mined)  Wink

So what you mean that I should vote for delegate has less total votes, and the more rewards I can receive.
Is it proportional to the number of coins? A delegator with more coins will receive more rewards (the more votes they get, the more rewards they will receive).
Voted for someone but never got any from him so yeah its better to make a list of the trusted validators that pays there voters fairly.
full member
Activity: 560
Merit: 112
January 09, 2018, 11:24:45 PM
For testnet, my understanding is we are limited to 64 validators.  For mainnet, I believe it will increase to 100 validators.  The list of validators is based on the ones that have the top votes.

But how does a validator get selected for the block reward? 

Is it a simple round robin approach, so for testnet, each validator has 1/64'th chance of being selected?  Or is it weighted so that the validators with the most votes always get the reward?  Suppose there are 1 million votes cast.  The top validator has 100000 votes and validator #64 has just 1 vote.  (I'm making numbers up for simplicity.)  Does validator 64 have a 1/64 chance of getting the block reward or only a 1/1000000 chance?

I understand with the launch of the mainnet, those of us who spent 1000 SEM to be a delegate will get that amount "refunded".  Will we get the keep the delegate status in mainnet, or need to spend our refunded 1000 SEM again to get it back?

Are votes only done in whole numbers?  (i.e., can there be a 0.05 vote?)

(I apologize for the basic questions.  The wikis and FAQs seem to gloss over a lot of this--and it's possible I may have missed the section covering it too.)
This is a very good question. Regarding validator selection, it was initially round robin type of validation from top to bottom. However there has been change in the process and it is now pseudo random. Meaning the order of validation is no longer from top to bottom but randomly selected until all validator gets a chance to validate. This means that per round each validator will be able to forge a block provided it doesn't miss the validation period.
newbie
Activity: 42
Merit: 0
January 09, 2018, 11:20:08 PM
semux.info's pool is available, but is very full.
semuxpool_com is available.  It does pay out for votes, but is not validator yet.

I joined this pool two days ago.  You're right, it's pretty full.  My first payout was only 0.16 SEM (despite putting 1400 votes total across the five validators in the pool).

The pool can’t get full, the more people that join and vote, the more blocks the pool gets to forge, the bigger the payout is for everybody.

The pool calculates payout on a weekly basis, and pays out on mondays I think.
Your payout was small, because you joined at the end of the period. Probably even joined at the end of the last day. And one of their top validators was offline for most of that day.
With 1400 sem, you should get around 4 sem a week. Depending on pool luck.
Triple that when the main-net is launched, if they increase the voting reward accordingly.

The pool can be full.  The more people that join and vote, the smaller share each SEM gets you.

if you have one vote in a 31k vote pool, you get 1/31k
if you have one vote in a 70k pool, you get 1/70k

A validator is not rewarded any more or less depending on how many votes it has
it gets the same priority, same number of blocks forged regardless.

A validator only needs ~32k to forge blocks.  The semux.info pools all have 70k+.  thus, a pool with 32k will pay out *twice* as much per vote.

Quote
@Override
    public String getPrimaryValidator(List validators, long height, int view) {
        byte[] key = Bytes.merge(Bytes.of(height), Bytes.of(view));
        return validators.get((Hash.h256(key)[0] & 0xff) % validators.size());
    }
There's no notion of votes when deciding who gets to forge next block, only that they have enough votes to become a validator.

There's no luck involved.  For any given block, I can tell you who the next 200 validators to forge blocks will be, and in what order. (Validators are re-evaluated every 200 blocks, so order will change at that point)

It's in your best interest to vote for the pool with the lowest votes that still qualify for validator status (assuming pool fees are equal)
sr. member
Activity: 476
Merit: 266
January 09, 2018, 11:04:07 PM
semux.info's pool is available, but is very full.
semuxpool_com is available.  It does pay out for votes, but is not validator yet.

I joined this pool two days ago.  You're right, it's pretty full.  My first payout was only 0.16 SEM (despite putting 1400 votes total across the five validators in the pool).

The pool can’t get full, the more people that join and vote, the more blocks the pool gets to forge, the bigger the payout is for everybody.

The pool calculates payout on a weekly basis, and pays out on mondays I think.
Your payout was small, because you joined at the end of the period. Probably even joined at the end of the last day. And one of their top validators was offline for most of that day.
With 1400 sem, you should get around 4 sem a week. Depending on pool luck.
Triple that when the main-net is launched, if they increase the voting reward accordingly.
full member
Activity: 158
Merit: 100
January 09, 2018, 10:18:05 PM
There's something i donțt get it (there are more, but letțs stick to this one)
Why should i use my vote? I see only a disadvantage, i lose the fee (0.05) and i can't figure any advantages...

But if you vote a delegate in the pool

https://semux.info/pool

you will be rewarded every monday with the rate of (your votes/total votes * SEM mined)  Wink

So what you mean that I should vote for delegate has less total votes, and the more rewards I can receive.
Is it proportional to the number of coins? A delegator with more coins will receive more rewards (the more votes they get, the more rewards they will receive).
Jump to: