Bitcoin Forum
April 26, 2024, 04:59:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 »
  Print  
Author Topic: [ANN][MN][$LOKI] Loki - Private Transactions & Comms  (Read 80357 times)
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 06, 2019, 05:02:36 AM
 #1501

As of today (like, right now), Loki is listed on Binance DEX!

Check out our handy blog post to find out everything you need to know about B-Loki, Loki Bridge, and how it all works.

https://loki.network/2019/08/06/loki-now-on-binance-dex/
1714107541
Hero Member
*
Offline Offline

Posts: 1714107541

View Profile Personal Message (Offline)

Ignore
1714107541
Reply with quote  #2

1714107541
Report to moderator
1714107541
Hero Member
*
Offline Offline

Posts: 1714107541

View Profile Personal Message (Offline)

Ignore
1714107541
Reply with quote  #2

1714107541
Report to moderator
1714107541
Hero Member
*
Offline Offline

Posts: 1714107541

View Profile Personal Message (Offline)

Ignore
1714107541
Reply with quote  #2

1714107541
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bobymoore
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
August 06, 2019, 04:49:50 PM
 #1502

I want to start only cpu,which configurations to use?
Loki wallet gui don't sychronise.
What configurations for xmrrig cpu only?
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 06, 2019, 10:34:05 PM
 #1503

Loki - Weekly Dev Update #60

Hey Y’all,

This week we finished up with the release of the Loki Messenger Android application. We also released the Loki Binance Bridge which was developed over the past few months and has now been open sourced on Github. Over the next few weeks we really want to focus on improving the user experience in Loki Messenger, and add lots of new and highly requested features like group messages, attachments etc…

Loki Core

Demote error message for missing quorum in handling non-standard txes: https://github.com/loki-project/loki/pull/769.
Immutable checkpoint API update: https://github.com/loki-project/loki/pull/773.
Use defer on scope exit to remove some repetitive code: https://github.com/loki-project/loki/pull/771.
Add progress meter to pop_blocks : https://github.com/loki-project/loki/pull/770
Reject new votes that can be slipped through the syncing phase at startup: https://github.com/loki-project/loki/pull/768.
Add missing LOKI_RPC_DOC_INTROSPECT annotations: https://github.com/loki-project/loki/pull/776.

Lokinet

If you’re on our Discord you can catch Jeff, the lead developer of LLARP, live streaming as he codes at https://www.twitch.tv/uguu25519. He typically streams on Tuesday mornings, 9am – 12pm Eastern (US) time.

What’s going on this week with Lokinet:

Lokinet is now feature frozen and in pre-release testing.  We’ve frozen the code to any new features and are testing it internally using various network environments.  The Lokinet team’s focus right now is to get the 0.5.0 release out and working; we’re putting off any major changes and improvements until a stable release is out the door.  This week has seen several fixes to minor issues found so far.

While we had intended for Lokinet to use IPv6 routing internally, testing revealed some problems with this approach (particularly in the non-Linux implementations), so we have deferred that change to a future release. 

Note: this isn’t a change to require IPv6 connectivity for Lokinet, but just for Lokinet virtual addresses to be IPv6 based.

Changelog:

Add link-relay status messages and delivery feedback: these PRs use the recently refactored router code to allow signalling of where a Lokinet connection fails along the connection path: https://github.com/loki-project/loki-network/pull/732, https://github.com/loki-project/loki-network/pull/737.
Run main in its own thread and set its process name: https://github.com/loki-project/loki-network/pull/734.

Various fixes to:

DHT exploration: https://github.com/loki-project/loki-network/pull/741.
Testnet crash fix: https://github.com/loki-project/loki-network/pull/740.
Direct snode-to-snode traffic fix: https://github.com/loki-project/loki-network/pull/742.
Fix socket leaks, path builds, IPv4/v6 interoperability fix, remove internal connection limit: https://github.com/loki-project/loki-network/pull/747.
Automated test build system improvements:  https://github.com/loki-project/loki-network/pull/743https://github.com/loki-project/loki-network/pull/744.

New/Updated/Pending Pull Requests:

Build system fixes for MacOS and Windows: https://github.com/loki-project/loki-network/pull/746, https://github.com/loki-project/loki-network/pull/748, https://github.com/loki-project/loki-network/pull/749.
Build testing with (pre-release) next-gen gcc version: https://github.com/loki-project/loki-network/pull/746.
Updated and additional Windows fixes:  https://github.com/loki-project/loki-network/pull/715.

Loki Messenger Desktop

Add a toggle option for typing indicators; use short ttl for them: https://github.com/loki-project/loki-messenger/pull/377.
Bold user profile name and truncate pubkeys: https://github.com/loki-project/loki-messenger/pull/375.
Only send read receipts for users that are your friends: https://github.com/loki-project/loki-messenger/pull/374.
Separate mainnet and testnet: https://github.com/loki-project/loki-messenger/pull/371.
Add button to paste messenger pubkey from clipboard: https://github.com/loki-project/loki-messenger/pull/370.
Send message ID to public chats, save messages with the same ID when receiving public chats: https://github.com/loki-project/loki-messenger/pull/369.
Show correct error when an invalid timestamp is present: https://github.com/loki-project/loki-messenger/pull/373.
Enforce code styling: https://github.com/loki-project/loki-messenger/pull/368.

Storage Server

Work in progress for testnet flag: https://github.com/loki-project/loki-storage-server/pull/253.

Loki Binance Bridge

This week we released the Loki Binance Bridge which facilitates swaps between Loki and B-Loki. You can test it out and get trading on the the Binance DEX right now by accessing https://lokibridge.com. Read about how it works on our blog: https://loki.network/2019/08/06/loki-now-on-binance-dex/.

All commits for the Loki Bridge can be found here: https://github.com/loki-project/loki-binance-bridge/commits/master.
Fix autoswap balance issues: https://github.com/loki-project/loki-binance-bridge/pull/2.
Include better error messages: https://github.com/loki-project/loki-binance-bridge/pull/4.
Wait before running autoswaps: https://github.com/loki-project/loki-binance-bridge/pull/3/files.

Loki Messenger on Mobile (iOS and Android)

This week we also released the APK for Loki Messenger Android which means Loki Messenger is now available on all major platforms! We will be working hard to iron out bugs and improve the experience of using messenger over the coming months.

Work on Loki Messenger for Android can be found in these repositories: https://github.com/loki-project/loki-messenger-android-core/commits/master, https://github.com/loki-project/loki-messenger-android/commits/master.
Work on Loki Messenger for iOS can be found here: https://github.com/loki-project/loki-messenger-ios/commits/dev, https://github.com/loki-project/loki-messenger-ios-pods/commits/master.

Thanks, 

Kee
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 06, 2019, 10:35:35 PM
 #1504

I want to start only cpu,which configurations to use?
Loki wallet gui don't sychronise.
What configurations for xmrrig cpu only?

Loki mining is only CPU currently. As RandomXL is a new algorithm there is no GPU support as of yet.
You can always join the mining telegram to speak to the big commuity of Loki miners, they would be your best resource for information.

https://t.me/joinchat/GI4WsVNL-Lm1l9gSrJzXHQ
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 07, 2019, 01:58:58 AM
 #1505

The next Loki Roundtable is happening on August 14th 10am AEST - join us there!

If you can’t make it, submit a question here and keep an eye out for the video on YouTube: https://www.menti.com/y8h23i7z7c
bobymoore
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
August 07, 2019, 06:04:51 PM
 #1506

With my ryzen 1700 cpu, I see 2250 hash 8 threads but the reward profit is only 0,20 usd.
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
August 07, 2019, 06:12:35 PM
 #1507

With my ryzen 1700 cpu, I see 2250 hash 8 threads but the reward profit is only 0,20 usd.
This is a normal income for this processor, now everywhere such a profitability
My Xeon E5-2640 2.80GHz 5 threads 1.1 kh/s =  0.10 usd in day.

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 12, 2019, 11:07:15 PM
 #1508

Weekly Dev Update #61

Hey Y’all,

This week we continued work on some key areas in Loki Messenger, including adding chat channel support for Android and iOS, and starting work on support for Loki Messenger across multiple devices. We also released an update to the Loki Storage Server which allows for the measuring of additional statistics, so we can continue to monitor the network and the success of the switch from testnet to mainnet for Loki Messenger.

Loki Core

There’ll be a point release to Loki Core this week with a number of bug fixes that should increase Service Node stability. This is not a mandatory upgrade but is recommended for those running Service Nodes.

Update Seed Nodes to remove inactive Seed Nodes (please contact the development team if you believe you can run a Seed Node):  https://github.com/loki-project/loki/pull/791
Service Node data optimisations and code cleanups/simplifications: https://github.com/loki-project/loki/pull/788
Don’t relay Service Node votes or uptime proofs if node is syncing: https://github.com/loki-project/loki/pull/779
Preserve pre 4.0.4 quorum states: https://github.com/loki-project/loki/pull/786
Remove boundary HF12 uptime proof code: https://github.com/loki-project/loki/pull/785
Make the rollback code for update_checkpoint be a soft fork compatible on the mainnet: https://github.com/loki-project/loki/pull/782
Handle multi state changes in the pool: https://github.com/loki-project/loki/pull/781
Remove NOTIFY_NEW_DEREGISTER_VOTE_CODE, inline the use of update_miner_block_template as it’s declared publicly but only used in cryptonote_core. Remove legacy P2P vote conversion methods: https://github.com/loki-project/loki/pull/778
Fix checkpointing regression: https://github.com/loki-project/loki/pull/792
Filter vote age before querying a Quorum (prevents vote spam): https://github.com/loki-project/loki/pull/777

Lokinet

If you’re on our Discord you can catch Jeff, the lead developer of LLARP, live streaming as he codes at https://www.twitch.tv/uguu25519. He typically streams on Tuesday mornings, 9am – 12pm Eastern (US) time.

What’s going on this week with Lokinet:

Testing continues. We’ve identified a couple of issues related to existing sessions closing prematurely: we have a good idea where they are happening and are focusing on solving them.

Changelog:

Fix for a situation where a client could get flooded off the network: https://github.com/loki-project/loki-network/pull/751.
Fix expired rcs sometimes not being regenerated:  https://github.com/loki-project/loki-network/pull/752.
Detect and drop mismatched convo tags: https://github.com/loki-project/loki-network/pull/755, https://github.com/loki-project/loki-network/pull/761.
Fix a deadlock that could occur when no outbound links exist: https://github.com/loki-project/loki-network/pull/756.
Fix to use only the intro, not the intro reply, for session expiry detection: https://github.com/loki-project/loki-network/pull/757.
Don’t close the libutp session when the write buffer is full:  https://github.com/loki-project/loki-network/pull/761.
Fixes to thread safety when debugging metrics collection is in use:  https://github.com/loki-project/loki-network/pull/759.
Build system fixes for macOS and Windows:  https://github.com/loki-project/loki-network/pull/746, https://github.com/loki-project/loki-network/pull/748, https://github.com/loki-project/loki-network/pull/749.
Build testing with (pre-release) next-gen gcc version: https://github.com/loki-project/loki-network/pull/746.
Various windows fixes: https://github.com/loki-project/loki-network/pull/715.

New/updated/pending PRs:

Lokinet monitor terminal application to monitor the status of a running Lokinet: https://github.com/loki-project/loki-network/pull/764.
More utp timeout fixes: https://github.com/loki-project/loki-network/pull/763.
Added automatic code style checks via travis-ci job:  https://github.com/loki-project/loki-network/pull/760.
Disable metrics calculations (used for debugging) by default:  https://github.com/loki-project/loki-network/pull/754.
Add a docker compose framework to allow building/deploying via docker:  https://github.com/loki-project/loki-network/pull/750.

Loki Messenger for Desktop

Use Server ID instead of UUID for message deletion purposes: https://github.com/loki-project/loki-messenger/pull/390.
Add right click option to members in a public chat to easily add new contacts: https://github.com/loki-project/loki-messenger/pull/387.
Start on multi-device syncing support by adding the ability to authorise a second account from the primary account: https://github.com/loki-project/loki-messenger/pull/381.
Report Mnemonic phrase failures instead of silently failing: https://github.com/loki-project/loki-messenger/pull/391.
Add missing Mnemonic phrase languages: https://github.com/loki-project/loki-messenger/pull/389.
Generate 13 word seeds instead of 25 word seeds: https://github.com/loki-project/loki-messenger/pull/386.
Delay disconnected status and stop emitting empty events: https://github.com/loki-project/loki-messenger/pull/382.
Small bug fixes: https://github.com/loki-project/loki-messenger/pull/384, https://github.com/loki-project/loki-messenger/pull/380, https://github.com/loki-project/loki-messenger/pull/379, https://github.com/loki-project/loki-messenger/pull/378.

Storage Server

Demote warnings and add a getlogs endpoint: https://github.com/loki-project/loki-storage-server/pull/256, https://github.com/loki-project/loki-storage-server/pull/260.
Add the number of recent storage and retrieval requests to stats: https://github.com/loki-project/loki-storage-server/pull/258.
Warn the Storage Server operator if their version is out of date:  https://github.com/loki-project/loki-storage-server/pull/257.
Add the number of active connections in each type of get_stats : https://github.com/loki-project/loki-storage-server/pull/255.
Add better diagnostics for the Storage Server: https://github.com/loki-project/loki-storage-server/pull/254.

Loki Messenger for Mobile (iOS and Android)

This week we released the APK for Loki Messenger for Android which means Loki Messenger is now available on all major platforms! We will be working hard to iron out bugs and improve the user experience of over the coming months.

Work on Loki Messenger for Android can be found in these repositories: https://github.com/loki-project/loki-messenger-android-core/commits/master, https://github.com/loki-project/loki-messenger-android/commits/master.
Work on Loki Messenger for iOS can be found here: https://github.com/loki-project/loki-messenger-ios/commits/dev, https://github.com/loki-project/loki-messenger-ios-pods/commits/master.
Thanks, 

Kee
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 13, 2019, 03:21:01 AM
Merited by dungp3132 (1)
 #1509

Dearest Android users!

There's a new #LokiMessenger beta update in town, and guess what? You can get it straight from the Google Play Store!

This update includes bug-squashes and allows automatic updates!

Download it here:

https://play.google.com/apps/testing/network.loki.messenger
dungp3132
Member
**
Offline Offline

Activity: 274
Merit: 26


View Profile
August 13, 2019, 09:22:25 AM
 #1510

Thank you for your regularly updates on developments of LOKI project. The beta version of LOKI Android app sounds very potential, and it might bring big motivation for LOKI growths in coming months, that are a important period for altcoins in general, too. Altcoins might see their season upcoming months or they will have to end this year with Bear, which kind of scenario is what we all don't expect.
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 14, 2019, 06:22:37 AM
 #1511

Thank you for your regularly updates on developments of LOKI project. The beta version of LOKI Android app sounds very potential, and it might bring big motivation for LOKI growths in coming months, that are a important period for altcoins in general, too. Altcoins might see their season upcoming months or they will have to end this year with Bear, which kind of scenario is what we all don't expect.

You're welcome. I'm glad you are finding the updates and information useful. We are really excited about what is to come, especially in regards to Loki Messenger. We're developing more and more features so that when the final version is released, it is a really nice user experience and is the most private messenger out there!
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 19, 2019, 12:59:45 AM
 #1512

Service Node Operators!

We STRONGLY RECOMMEND updating to Hefty Heimdall 4.0.5 immediately. Due to a bug in the previous release, there’s a high chance you’ll be deregistered if you don’t.

To update with Loki Launcher, follow this guide: https://docs.loki.network/ServiceNodes/SNFullGuide/#updating-your-binaries

If you have a legacy node, follow this guide: https://docs.loki.network/ServiceNodes/SNFullGuideLegacy/
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 19, 2019, 06:47:43 AM
 #1513

SOLVED!

Remember the big, difficult, fire-breathing, brain-melting puzzle from Festive Freya last year? Well, after eight months of puzzling? It's finally been solved! Congratulations to Pogo and silver_anth!

Read how they did it here: https://medium.com/@elronvhubbard/loki-and-freya-a-christmas-story-c7aeca212ce6
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 20, 2019, 11:55:33 PM
 #1514

Weekly Dev Update #62

Hey Y’all,

A small update this week as many of the Loki devs are attending conferences (I’m at Blockchain Week Berlin) or on holiday. Most of our work went into Loki Core and Lokinet releases, where we are successfully improving stability on both fronts.

Loki Core

Fix uptime proof submission after recommison transactions: https://github.com/loki-project/loki/pull/805
Fix Service Node incorrect winner error in 4.0.4: https://github.com/loki-project/loki/pull/803
Print bad winners when incorrect winner is encountered: https://github.com/loki-project/loki/pull/802
Move assert to fix debugging issue: https://github.com/loki-project/loki/pull/799
Re add IPv6 support, with subnet banning: https://github.com/loki-project/loki/pull/798
Continue tx pool quorum query if state change is older than block: https://github.com/loki-project/loki/pull/797
Avoid race condition triggered by old checkpoint: https://github.com/loki-project/loki/pull/796
Add various fixes for slow P2P syncing: https://github.com/loki-project/loki/pull/794
Fix regression in core tests, missing txs on fork and segfaults on detach: https://github.com/loki-project/loki/pull/793
Fix checkpoint regression, must accept alt blocks if they are less than the first checkpoint: https://github.com/loki-project/loki/pull/792

Lokinet

If you’re on our Discord you can catch Jeff, the lead developer of LLARP, live streaming as he codes at https://www.twitch.tv/uguu25519. He typically streams on Tuesday mornings, 9am – 12pm Eastern (US) time.

What’s going on this week with Lokinet:

We continued to focus on testing and fixing up various issues. Some major PRs have been added which have noticeably increased Lokinet connection and stability, however these changes have introduced a regression in network speed that we’re investigating. Next week we are focusing on solving the aforementioned issues, plus other general testing and fixes for an upcoming 0.5 release. The changelog for this past week is lighter than normal as Jeff was away for most of the week, but he’s back and at it now!

Changelog:

Implemented connection limiting to avoid connection backlogging stalls: https://github.com/loki-project/loki-network/pull/768
Fix the “make install” target to not install an unwanted binary:  https://github.com/loki-project/loki-network/pull/775
Add better travis-ci build names for easier identification of which builds fail: https://github.com/loki-project/loki-network/pull/776
Various build system fixes: https://github.com/loki-project/loki-network/pull/778https://github.com/loki-project/loki-network/pull/769, https://github.com/loki-project/loki-network/pull/779
Minor code simplifications: https://github.com/loki-project/loki-network/pull/780, https://github.com/loki-project/loki-network/pull/782
Increase router contact debugging: https://github.com/loki-project/loki-network/pull/781

New/updated/pending PRs:

More Windows bug fixes: https://github.com/loki-project/loki-network/pull/777

Loki Messenger for Mobile (iOS and Android)

What’s going on this week with Loki Messenger:

We released the APK for Loki Messenger for Android which means Loki Messenger is now available on all major platforms! We will be working hard to iron out bugs and improve the user experience over the coming months.

Work on Loki Messenger for Android can be found in these repositories: https://github.com/loki-project/loki-messenger-android-core/commits/master, https://github.com/loki-project/loki-messenger-android/commits/master
Work on Loki Messenger for iOS can be found here: https://github.com/loki-project/loki-messenger-ios/commits/dev, https://github.com/loki-project/loki-messenger-ios-pods/commits/master

Thanks, 

Kee
pi314s
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
August 25, 2019, 04:24:01 AM
 #1515

Are you planning to promote your PROJECT as an open source initiative? I'm asking because I'm interested in joining an interesting project as a Java or Ruby developer and stay there for some time.
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 26, 2019, 03:43:44 AM
 #1516

Are you planning to promote your PROJECT as an open source initiative? I'm asking because I'm interested in joining an interesting project as a Java or Ruby developer and stay there for some time.

Hey Pi314s,

Most certainly! We are definitely an open-source project and often engage with the community on different Loki focused initiatives. If you are genuinely interested in assisting with the project team, you can always shoot off an email to team@loki.network and we can point it to the right people.
cryptonx
Sr. Member
****
Offline Offline

Activity: 1176
Merit: 252


Futurov


View Profile
August 26, 2019, 03:34:21 PM
 #1517

 All LOKI users are deemed to have agreed to the Service and authorized KuCoin to make use of their respective LOKI assets on behalf of them for LOKI mainnet staking.
https://www.kucoin.com/news/en-loki-soft-staking-official-rules

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

.
▬▬▬▬▬▬▬    F U T U R O V . C O M    ▬▬▬▬▬▬▬
▀▄▀████▀▄▀
▀▄▄▀
▄▄████████████████████████████████▄▄
▄██████████████████████████████████████▄
▄████▀                              ▀████▄
█████      ▄██████████████████▄      █████
█████     ███▀   ▄▄▄▄▄▄▄▄   ▀███     █████
█████     ███   ▐▌      ▐▌   ███     █████
█████     ███▄   ▀▀▀▀▀▀▀▀   ▄███     █████
█████      ▀██████████████████▀      █████
▀████▄                              ▄████▀
▀██████████████████████████████████████▀
▀▀████████████████████████████████▀▀
Website
Telegram Group
Telegram Channel
Twitter
Instagram
YouTube
TikTok
Github
►►  Powered by
BOUNTY
DETECTIVE
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 27, 2019, 10:58:35 PM
 #1518

Weekly Dev Update #63

Hey Y’all,

This week we focused on new features for Loki Messenger, such as allowing moderators and users to delete messages. We also worked on adding QR codes to Loki Messenger and shortening seed words. Last week Lokinet also investigated per path buffers and reverted to a custom wire protocol to alleviate some performance issues.

Loki Core

Reorg checks for Service Node checkpointing count on alt chains: https://github.com/loki-project/loki/pull/814.
Store state up to the 2nd oldest checkpoint or height – 360: https://github.com/loki-project/loki/pull/815.
Prune defines & fix GCC warnings: https://github.com/loki-project/loki/pull/813.
Fix decommissioned snodes not leaving swarms: https://github.com/loki-project/loki/pull/812.
Enforce minimum storage server version: https://github.com/loki-project/loki/pull/811.

Lokinet

If you’re on our Discord you can catch Jeff, the lead developer of LLARP, live streaming as he codes at https://www.twitch.tv/uguu25519. He typically streams on Tuesday mornings, 9am – 12pm Eastern (US) time.

What went on last week with Lokinet:

After some brainstorming in the Lokinet team regarding the performance issues we ran into during testing (see last week’s Dev Update), the Lokinet developers devised and are implementing two solutions. While we had hoped to put these off to a future release, it has become increasingly apparent that they were required for a stable 0.5 release.  Preliminary results of these changes are promising and we are finishing them up and testing the improvements this week.

One of these fixes was to replace the underlying protocol layer (currently based on libutp) with a custom design.  This replacement has been a long term goal for months, but recent limitations have shown that the existing layer simply does not scale to the level that we require in Lokinet – so we brought forward implementation of the replacement.

The other change was to make internal router-to-router communication buffers happen on a per-path rather than per-router basis, so that one slow Lokinet path does not slow down other lLkinet paths using some of the same routers.  Instead, slow paths will be deprioritised to allow routers to continue passing messages along higher speed Lokinet paths – while the communication along the slower path catches up.

New/Updated/Pending PRs:

Replacement of the link protocol layer: https://github.com/loki-project/loki-network/pull/783.
Per-path buffers (no PR yet; work still in progress).

Loki Messenger Desktop

[multi-device] Fix main header being redrawn every 100ms: https://github.com/loki-project/loki-messenger/pull/434.
[multi-device] UI for accepting pairing request on primary devices: https://github.com/loki-project/loki-messenger/pull/433.
[multi-device] Secondary device registration UI: https://github.com/loki-project/loki-messenger/pull/431.
[multi-device] Handle incoming pairing authorisation message: https://github.com/loki-project/loki-messenger/pull/430.
More updates to the Loki notification chat: https://github.com/loki-project/loki-messenger/pull/429.
[multi-device] Add high-level function to send a pairing request: https://github.com/loki-project/loki-messenger/pull/428.
Group chat authentication (precursor for message deletion from moderators in group chats): https://github.com/loki-project/loki-messenger/pull/425.
Show actual time message was sent, instead of relative timestamps: https://github.com/loki-project/loki-messenger/pull/424.
Add ‘Pair New Device’ in menu: https://github.com/loki-project/loki-messenger/pull/432.
Add databases and some protocol changes:  https://github.com/loki-project/loki-messenger/pull/427.
[multi-device] Fix pubkey validation:  https://github.com/loki-project/loki-messenger/pull/426.

Loki Storage Server

Move from strings to version numbers: https://github.com/loki-project/loki-storage-server/pull/264.
Send version ping to lokid: https://github.com/loki-project/loki-storage-server/pull/263.
Fix incorrectly decrementing open http connections on timeout:  https://github.com/loki-project/loki-storage-server/pull/262.

Loki Messenger for Mobile (iOS and Android)

What went on last week with Loki Messenger:

We focused on adding a number of features in the updated desktop Loki Messenger back into mobile versions, including group chats, shorter seed words, and QR code scanning.

Loki Messenger iOS

Add QR code, scanning and display: https://github.com/loki-project/loki-messenger-ios/pull/39.
Add group chat support: https://github.com/loki-project/loki-messenger-ios/pull/37, https://github.com/loki-project/loki-messenger-ios/pull/36.
Add group chat authentication: https://github.com/loki-project/loki-messenger-ios/pull/38.
Shorten seeds to 12 words: https://github.com/loki-project/loki-messenger-ios/pull/35.

Loki Messenger Android

Replace naming scheme in various places: https://github.com/loki-project/loki-messenger-android/pull/14.
Add group chat message deletion: https://github.com/loki-project/loki-messenger-android/pull/15.
Add public chat authentication: https://github.com/loki-project/loki-messenger-android/pull/12.
Add QR code, scanning and display: https://github.com/loki-project/loki-messenger-android/pull/11.

Thanks, 

Kee
coinpricetoday
Member
**
Offline Offline

Activity: 211
Merit: 22


View Profile
August 28, 2019, 04:14:00 PM
 #1519

Post a review about LOKI, and help new traders With investment



https://coinpricetoday.com/coin/loki-network/
lungdoge
Jr. Member
*
Offline Offline

Activity: 35
Merit: 1


View Profile
August 28, 2019, 11:06:58 PM
 #1520

Post a review about LOKI, and help new traders With investment



https://coinpricetoday.com/coin/loki-network/

Could you please update the total supply statistic on your page. Loki does NOT have a total/max supply.
Pages: « 1 ... 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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 »
  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!