Bitcoin Forum
May 06, 2024, 06:03:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 487 »
  Print  
Author Topic: [ANN][SEM] Semux - Official Thread  (Read 694079 times)
TheKryptonian
Full Member
***
Offline Offline

Activity: 252
Merit: 100


View Profile
September 08, 2017, 03:07:05 PM
 #41

give away again  Grin but total supply for this coin is too much, may there are circulation supply? or 1B SEM will be out of all.

quite worrying if the amount of coins is too much
hopefully the developers have a strategy that is able to keep these coins stay at normal prices and profitable for all holders later

1,000,000,000 total supply is not a problem, considering this will be a several-year project.

In case people wonder how the coins will be distributed:
20% - Foundation and dev team
20% - Community give away, bounties and promotions
60% - Block rewards
(subject to change based on feedback)

Code:
/**
 * Get block reward for the given block.
 *
 * @param number
 *            block number
 * @return the block reward
 */
public static long getBlockReward(long number) {
    if (number <= 1_000_000) {
        return 100 * Unit.SEM;
    } else if (number <= 3_000_000) {
        return 50 * Unit.SEM;
    } else if (number <= 7_000_000) {
        return 25 * Unit.SEM;
    } else {
        return 0;
    }
}

A 20% pre-mine dev award?  For just a dPOS coin?

We can wait to judge the pre-mine until we see what features you will build in Semux, to see if your work justifies it.  But honest feedback is that 20% seems quite high based on the information we currently have.

Also, won't the top 100 coinholders just vote themselves as delegates and keep getting richer, while the rest get poorer?  Or is the idea that holders outside the top 100 will pool their votes?  How would they do that if they don't know each other?  By voting a pool wallet as delegate?

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
1714975431
Hero Member
*
Offline Offline

Posts: 1714975431

View Profile Personal Message (Offline)

Ignore
1714975431
Reply with quote  #2

1714975431
Report to moderator
1714975431
Hero Member
*
Offline Offline

Posts: 1714975431

View Profile Personal Message (Offline)

Ignore
1714975431
Reply with quote  #2

1714975431
Report to moderator
1714975431
Hero Member
*
Offline Offline

Posts: 1714975431

View Profile Personal Message (Offline)

Ignore
1714975431
Reply with quote  #2

1714975431
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
phucdigan
Full Member
***
Offline Offline

Activity: 490
Merit: 103


View Profile
September 08, 2017, 04:06:12 PM
Last edit: September 08, 2017, 04:16:46 PM by phucdigan
 #42

Test RESTful API Test successfully, no problem. Being Test Test Delegate, vote for me! lol  Grin
In addition, all functions in the menu bar are not active. Includes: Backup wallet, exit, about.
semux (OP)
Sr. Member
****
Offline Offline

Activity: 296
Merit: 277



View Profile
September 08, 2017, 04:14:39 PM
 #43

A 20% pre-mine dev award?  For just a dPOS coin?

We can wait to judge the pre-mine until we see what features you will build in Semux, to see if your work justifies it.  But honest feedback is that 20% seems quite high based on the information we currently have.

Also, won't the top 100 coinholders just vote themselves as delegates and keep getting richer, while the rest get poorer?  Or is the idea that holders outside the top 100 will pool their votes?  How would they do that if they don't know each other?  By voting a pool wallet as delegate?

Thank you for your input! A couple of points:

1. The consensus algorithm is dBFT instead of dPOS, though I agree that it shares many properties with dPOS.

2. The 20% dev funds will not be used for minting unless it's necessary to secure the network. It means that the community will own the majority of total circulation at least initially.

3. YES, top coinholders will vote for themselves if they are rational, and richer people will get richer. But we expect the rich people of semux to be pools, voted by public, which is no different from the bitcoin mining in terms of coin distribution.

4. If no pool is set up before we launch our mainnet, the foundation will set up an official pool.

annazaitun87
Full Member
***
Offline Offline

Activity: 672
Merit: 100


View Profile
September 08, 2017, 04:23:17 PM
 #44

hopefully everything goes smoothly, and I think we all hope to get what has been awarded, I will try it hopefully can succeed and hopefully survive and success, congratulations on the duty of the team
forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
September 08, 2017, 05:46:24 PM
 #45

coin built on java? im sold. i will set up server for this later on today, hopefully the step by step is easy enough to follow

yolo
semux (OP)
Sr. Member
****
Offline Offline

Activity: 296
Merit: 277



View Profile
September 08, 2017, 10:26:49 PM
Last edit: September 08, 2017, 10:45:58 PM by semux
 #46

Hi All,

Due to a critical software bug, the network stopped progressing as the number of delegates increases.

We urge everyone to upgrade their wallet and re-connect to the network (latest block #5047).

Sorry for this emergency!  Sad

Semux Team


UPDATE: 10/20 clients have been upgraded. Need 4 more delegates so that the network can resume.
mdodong
Full Member
***
Offline Offline

Activity: 560
Merit: 112


View Profile
September 08, 2017, 11:37:14 PM
 #47

I'm updating now dev. Will I be able to import my old wallet?

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
1x12ty
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
September 09, 2017, 12:29:51 AM
 #48

i update  link for everyone , i found Semux v1.0 Alpha released this a day ago
link download https://github.com/semuxproject/semux/releases
semux (OP)
Sr. Member
****
Offline Offline

Activity: 296
Merit: 277



View Profile
September 09, 2017, 12:55:45 AM
 #49

Please join our gitter channel if you're participating in the testnet program:

https://gitte[Suspicious link removed]/semuxproject/testnet

Also, follow our twitter:

https://twitter.com/semuxproject
yanlap
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
September 09, 2017, 02:59:37 AM
 #50

Hi All,

Due to a critical software bug, the network stopped progressing as the number of delegates increases.

We urge everyone to upgrade their wallet and re-connect to the network (latest block #5047).

Sorry for this emergency!  Sad

Semux Team


UPDATE: 10/20 clients have been upgraded. Need 4 more delegates so that the network can resume.

 I use the new clients . The block hold in 5048. Anybody same as me?
bantalguling
Full Member
***
Offline Offline

Activity: 336
Merit: 100


View Profile
September 09, 2017, 03:26:30 AM
 #51

whether this project will be held in the way you want to do and if this project can be in bounty to develop the coin from the project
nagatraju
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
September 09, 2017, 03:43:39 AM
 #52

Hi All,

Due to a critical software bug, the network stopped progressing as the number of delegates increases.

We urge everyone to upgrade their wallet and re-connect to the network (latest block #5047).

Sorry for this emergency!  Sad

Semux Team


UPDATE: 10/20 clients have been upgraded. Need 4 more delegates so that the network can resume.

 I use the new clients . The block hold in 5048. Anybody same as me?


Yes, Same problem here.  Is there any Fix for it?
semux (OP)
Sr. Member
****
Offline Offline

Activity: 296
Merit: 277



View Profile
September 09, 2017, 07:07:27 AM
 #53

Hi All,

Due to a critical software bug, the network stopped progressing as the number of delegates increases.

We urge everyone to upgrade their wallet and re-connect to the network (latest block #5047).

Sorry for this emergency!  Sad

Semux Team


UPDATE: 10/20 clients have been upgraded. Need 4 more delegates so that the network can resume.

 I use the new clients . The block hold in 5048. Anybody same as me?


Yes, Same problem here.  Is there any Fix for it?

Thank you guys for the feedback!

For everyone, make sure you download the latest version of the Semux wallet. If you're NOT at block #5047 (as shown on the home panel), please delete the database folder and re-sync. After that, please keep you wallet open if you're a delegate.

We only need 4 more delegates to complete these steps, so we can resume normal operation. All our seed nodes are ready and waiting.

Let work together to solve this issue.

Best,
Semux Dev
CosaNostra
Hero Member
*****
Offline Offline

Activity: 843
Merit: 1004



View Profile
September 09, 2017, 08:02:23 AM
 #54

Hi All,

Due to a critical software bug, the network stopped progressing as the number of delegates increases.

We urge everyone to upgrade their wallet and re-connect to the network (latest block #5047).

Sorry for this emergency!  Sad

Semux Team


UPDATE: 10/20 clients have been upgraded. Need 4 more delegates so that the network can resume.

 I use the new clients . The block hold in 5048. Anybody same as me?


Yes, Same problem here.  Is there any Fix for it?

Thank you guys for the feedback!

For everyone, make sure you download the latest version of the Semux wallet. If you're NOT at block #5047 (as shown on the home panel), please delete the database folder and re-sync. After that, please keep you wallet open if you're a delegate.

We only need 4 more delegates to complete these steps, so we can resume normal operation. All our seed nodes are ready and waiting.

Let work together to solve this issue.

Best,
Semux Dev


Sorry, I was sleeping...
Updated all now, let's rock!  Cool

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
caex
Hero Member
*****
Offline Offline

Activity: 824
Merit: 512



View Profile
September 09, 2017, 10:02:43 AM
 #55


the same all the time Undecided re-sync
Weblux
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
September 09, 2017, 10:11:57 AM
 #56

http://i64.tinypic.com/2rr3y3c.jpg
the same all the time Undecided re-sync
how do you manage to have over 1200,000sem in your wallet?
soulful100
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
September 09, 2017, 10:24:45 AM
 #57

I just installed and booted up the wallet, how long would the sync take though?
phucdigan
Full Member
***
Offline Offline

Activity: 490
Merit: 103


View Profile
September 09, 2017, 10:31:30 AM
 #58

Upgraded wallet and back link, awaiting re-sync .... Block current: 5047  Roll Eyes

Weblux
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
September 09, 2017, 10:49:48 AM
 #59

I just installed and booted up the wallet, how long would the sync take though?
3min top
phucdigan
Full Member
***
Offline Offline

Activity: 490
Merit: 103


View Profile
September 09, 2017, 11:05:48 AM
 #60

Block stuck in the 5047. Although has upgraded to a wallet. Can anyone explain me? Thanks a lot!  Cheesy
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 487 »
  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!