Pages:
Author

Topic: [ANN][MN][$LOKI] Loki - Private Transactions & Comms - page 6. (Read 80384 times)

legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Block reward 29.6 LOKI.
What is the distribution of rewards to miners, service nodes, developers?
member
Activity: 121
Merit: 10
Buy Loki - soon he will be on Finance Dex Cool
Finance Dex has very wide spread, that is not good for trading. Because you have to buy at high, and sell at lows if the coin won't move upwards. There are more probability to get losses rather than get profits by trading on Finance Dex. I think Tradeorge and Crypto Bridge are good exchanges for LOKI.
newbie
Activity: 61
Merit: 0
How much Hash for Vega and ryzen 1700?
jr. member
Activity: 35
Merit: 1
Attention $LOKI Miners!!

Please update your xmrig to the 2.99.1 release. There is an issue in 2.99.0 that causes it to not properly reinitialise when the RandomX seed hash changes - which happens roughly every 3 days.

https://github.com/xmrig/xmrig/releases/tag/v2.99.1-beta
newbie
Activity: 96
Merit: 0
Buy Loki now - or will not be able to buy at such a sweet price Grin
jr. member
Activity: 181
Merit: 2
Hello, fellow miners!

Pool loki.miner.rocks
is on rx/loki algo mainnet and welcomes you to join

Features:
- email notifications of workers down
- stats and hashrate chart per worker
- PPLNS reward scheme for rounds shorter than hour, PROP scheme for longer rounds, PPLNS window is 60 minutes
- income history of last 24h, of each day of last 7 days, unmatured incomes
- payment id, integrated address, subaddress supported
- adjustable payment threshold
- every port supports secure SSL/TLS connection as well as insecure one
- static diff supported, see static diff calculator
- multiple daemons, to prevent downtime in case of daemon stuck
- height checks, to prevent mining on forked chain
- sample configs for rx/loki supported mining apps (xmrig 2.99 currenlty)
- ports: 5003 (cpu), 5005 (gpu), 5007 (rig)

PPLNS fee: 0.9%

Location: Europe

Welcome & Lucky Mining!
jr. member
Activity: 35
Merit: 1
Weekly Dev Update #57

Hey Y’all,


The Loki 4.0.0 hardfork is fast approaching! It’s happening in approximately 24 hours, so if you haven't upgraded your Service Node, Miner or Mining Pool, now is your chance. If you don’t update in time, you will be left on an alternate chain and won't be able to talk to the majority of the network.

A full guide on how to update can be found here: https://loki.network/2019/07/12/hefty-heimdall-mandatory-upgrade-period/


Loki Core

Suppress "transaction is locked" messages for Coinbase transactions: https://github.com/loki-project/loki/pull/755

Store historical list of Service Node states for up to 30 blocks: https://github.com/loki-project/loki/pull/754 https://github.com/loki-project/loki/pull/748

Add command line option to store history of swarm assignments: https://github.com/loki-project/loki/pull/753

Add RPC command ‘get_transfers_csv’ which prints transfers to csv file for auditing purposes: https://github.com/loki-project/loki/pull/749

Don't cull checkpoints if they bleed into the finality zone: https://github.com/loki-project/loki/pull/744

Fix credit calculation for awaiting Service Nodes: https://github.com/loki-project/loki/pull/750

---------------------------

Lokinet

If you’re on our Discord you might catch Jeff, the lead developer of LLARP, live streaming as he codes: 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 entering a feature freeze for an upcoming release to the public, and is undergoing heavy internal testing to see how the network performs under various types of load. We don’t have a fixed release date yet — it will depend on how testing goes this week, but look for one soon. The last several weeks of development have fixed a myriad of issues, big and small, and we think Lokinet will be ready for public testing soon. Hence, we have internally frozen the codebase* to not add anything new (just important fixes!) between now and the 0.5.0 release.
(* - There is one exception; see below)

Changelog:

DHT stale RC propagation fixes and improvements: https://github.com/loki-project/loki-network/pull/721

Added a travis-ci Windows build: https://github.com/loki-project/loki-network/pull/708

Make hop length and quantity configurable: https://github.com/loki-project/loki-network/pull/720

Prevent some unneeded timeouts in the utp layer: https://github.com/loki-project/loki-network/pull/719

Spanish documentation translations (contributed by community member https://github.com/rjmalagon — much appreciated!): https://github.com/loki-project/loki-network/pull/712, https://github.com/loki-project/loki-network/pull/712, https://github.com/loki-project/loki-network/pull/722, https://github.com/loki-project/loki-network/pull/723, https://github.com/loki-project/loki-network/pull/724.

Refactored endpoint state management to a new class: https://github.com/loki-project/loki-network/pull/706

Disabled shell hooks by default (for security reasons): https://github.com/loki-project/loki-network/pull/699

Fix configuration bug causing configuration settings not to be applied: https://github.com/loki-project/loki-network/pull/703

Merge IPv6 support branch and gut use of "auto" in config: https://github.com/loki-project/loki-network/pull/686

Fix bootstrapping: https://github.com/loki-project/loki-network/pull/707

Fixed non-x86 compilation (arm, ppc64le): https://github.com/loki-project/loki-network/pull/713

Fixed infinite loop in network interface iteration: https://github.com/loki-project/loki-network/pull/714

Reduced unhelpful logging: https://github.com/loki-project/loki-network/pull/716

Overhauled matrix build system for travis-ci: https://github.com/loki-project/loki-network/pull/705

Refactor endpoint state management to a new class: https://github.com/loki-project/loki-network/pull/706

New Pull Requests:

More Spanish docs translation (and a promise for more to come!) from @rjmalagon: https://github.com/loki-project/loki-network/pull/725

Experimentation with using a docker-based build for increased travis-ci flexibility: https://github.com/loki-project/loki-network/pull/726

Fixes for Lokinet on Windows: https://github.com/loki-project/loki-network/pull/715

Refactor router code to allow protocol improvements, most notably propagating path building successes/failures: https://github.com/loki-project/loki-network/pull/728 (* This PR is the last PR to be merged before we feature freeze lokinet for the 0.5.0 release).

--------------------------

Loki Messenger Desktop

Work continues for support for large group chats/channels: https://github.com/loki-project/loki-messenger/pull/354

Work in progress: Loki Messenger application support for large group chats: https://github.com/loki-project/loki-messenger/pull/353

Add ability to fetch public group chats: https://github.com/loki-project/loki-messenger/pull/351

Fix disappearing messages bug, and make changes to what happens when a contact is deleted: https://github.com/loki-project/loki-messenger/pull/349

Return profile name for group chats: https://github.com/loki-project/loki-messenger/pull/347

Add Loki schema versioning and add UI options to create a new public chat: https://github.com/loki-project/loki-messenger/pull/350

Start attempt at closing long polling connections when offline event is triggered: https://github.com/loki-project/loki-messenger/pull/344

--------------------------

Storage Server

Update Docker file: https://github.com/loki-project/loki-storage-server/pull/239

----------------------------

Loki Blocks Onion Explorer

The Loki block explorer has been expanded to show a number of new things including checkpoints and their votes, and decommissioned or inactive nodes.

Show pending transactions in the mempool which are contributing to Service Nodes: https://github.com/loki-project/loki-onion-blockchain-explorer/pull/3

--------------------------

Messenger Mobile (iOS and Android)

Android Messenger work 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.

iOS Messenger work 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
newbie
Activity: 47
Merit: 0
how do you mine LOKI on the randomX algo? Where to download the software? and is there a tutorial on how to mine with just CPU?

The latest xmrig release supports it https://github.com/xmrig/xmrig/releases

The switch to rx/loki algo happens sometime tomorrow.
copper member
Activity: 20
Merit: 0
how do you mine LOKI on the randomX algo? Where to download the software? and is there a tutorial on how to mine with just CPU?
jr. member
Activity: 35
Merit: 1
LOKI was born in early of 2018 (February), but the project has actually surpassed one of the hardest and most terrible period of crypto market, with a whole-year-long of bearish market. Now, bearish market went away, and I think that the hardfork will help to improve LOKI network, and might help its price somehow and at somewhat unknown-extent. I think positive things might come after the hardfork.

Very fair assessment. We're excited to see what the future holds for this project. Thanks for sticking around and supporting us for the journey!
jr. member
Activity: 35
Merit: 1
Service Node Operators!

The Hefty Heimdall hardfork is happening in approximately 48 hours. Please make sure you have updated to Hefty Heimdall by following these guides:

Loki Launcher Users: https://lokidocs.com/ServiceNodes/SNFullGuide/#updating-your-binaries

Loki Legacy Users: https://lokidocs.com/ServiceNodes/SNFullGuideLegacy/
hero member
Activity: 770
Merit: 500
Buy Loki - soon he will be on Finance Dex Cool

Binance DEX
newbie
Activity: 96
Merit: 0
Buy Loki - soon he will be on Finance Dex Cool
jr. member
Activity: 35
Merit: 1
Service Node Operators! Make sure you know about the Service Node changes that will be implemented in the Hefty Heimdall hardfork!

Read about them here:
https://loki.network/2019/07/17/hefty-heimdall-changes-for-service-node-operators/
full member
Activity: 350
Merit: 100
HiveNet - Distributed Cloud Computing
We have the best community ever! Technical Tumbleweed whipped up this cute little Lokiman game. Linux users, check it out!

https://github.com/necro-nemesis/pacman/releases/tag/V1.0-1

so many great things coming to LOKI
and now this coin in the list from the TOP gainers coin at coinmarketcap
when a lot of good altcoin project bleeding this coin in green colour with more than 20% rising in this day
congrats for loki believers  Wink
jr. member
Activity: 35
Merit: 1
Weekly Dev Update #57
Hey Y’all,

This week was particularly busy as we worked towards the final binaries release for the mandatory upgrade period. Thank you to everyone who jumped on testnet and set up nodes – with your help we were able to identify a host of bugs which were fixed in our final 4.0.3 release.

If you are a Service Node operator you should upgrade your node to version 4.0.3. Instructions on how to do this can be found here: https://lokidocs.com/ServiceNodes/SNFullGuide/#updating-your-binaries

Loki Core

Revert to manually serialising checkpoints/quorum: https://github.com/loki-project/loki/pull/743
Make testing_quorum JSON serialisation work for input: https://github.com/loki-project/loki/pull/737
New print_sn_state_changes command for showing changes in the network over time: https://github.com/loki-project/loki/pull/727
Checkpoint quorum fixes: https://github.com/loki-project/loki/pull/741
Correct checkpoint votes using the wrong quorum: https://github.com/loki-project/loki/pull/738
Document checkpointing quorum generation rules: https://github.com/loki-project/loki/pull/733
Checkpointing dereg fix; pre-fork mainnet dereg vote relay fix: https://github.com/loki-project/loki/pull/732
Merge everything from dev in the last few months back to master: https://github.com/loki-project/loki/pull/731
Rollback chain when receiving conflicting checkpoints: https://github.com/loki-project/loki/pull/726
Use autobind IP for outgoing sources: https://github.com/loki-project/loki/pull/724
Update print_checkpoints to be integration test friendly: https://github.com/loki-project/loki/pull/723
Rescan chain when difficulty doesn’t match: https://github.com/loki-project/loki/pull/722
Use quorums N-MAX_REORG_BLOCKS_POST_HF12 for checkpointing: https://github.com/loki-project/loki/pull/721
Don’t enforce blockhash in checkpoints: https://github.com/loki-project/loki/pull/720
Add softfork code for Service Node checkpointing: https://github.com/loki-project/loki/pull/719
Allow state changes to create no conflicting states: https://github.com/loki-project/loki/pull/718

Loki Launcher

The Loki Launcher is a node JS package that will allow for the independent management of all the components required to run a full Service Node. This includes managing Lokinet, lokid, the Loki Storage Server and any other future applications we require. When Loki Service Nodes begin to route data and store messages for Lokinet and Loki Messenger, we’ll recommend that every single Service Node run the Loki Launcher.

What’s going on this week with Loki Launcher:

We released two versions of the Launcher this week for the 4.0.3 release. There were a lot of fixes for various crashes, but also support to be able to run versions 3 and up of lokid on mainnet. We also added extra startup checks to improve our status accuracy and made some minor user experience improvements.

Changelog:

Prequal additional configuration system for Storage Server
Update prequal ports to test
Rename port names, adjust prequal output
Abort launcher start up if Storage Server port is not open to the public
Handle “port is in use” error handling better
Store stdout/stderr for launcher when backgrounding
Add *-server-port-check args
Wait for blockchain-rpc port to be open before considering start up a success
Temporarily collect Storage Server startup info for 10s in case of problems with output
Report if the launcher was already stopped when stopping internally
Make sure certain modes are only run with root
Activate Storage Server based on blockchain binary version
Only pass version 4  parameters when blockchain binary version 4 or above
Reminders to restart loki-launcher if mode has stopped it
Strip out launcher arguments from passing all the way to blockchain startup
Remove duplicate Storage Server port check when backgrounding
Put try/catch guard around process check to prevent intermittent launcher crashes
When running port test submit a disconnect message when done
Add unhandled exception logger
Improve HUP information format
Process blockchain stderr
Make sure blockchain rpc server is up before starting network/storage
Change Storage Server default port from 8080 to 23023
Up retries for getPublicIPv4
Untangle retry counter with various repos in download-binaries
Github Pulse: Excluding merges, 2 authors have pushed 41 commits to master and 41 commits to all branches. On master, 14 files have changed and there have been 590 additions and 196 deletions

Lokinet

If you’re on our Discord you might catch Jeff or Ryan, the developers of LLARP, live streaming as they code: https://www.twitch.tv/uguu25519, https://www.twitch.tv/neuroscr.

What’s going on this week with Lokinet:

The configuration refactor finally reached a state close to stable. There were lots of MacOS and FreeBSD fixes, and a huge internal change to using IPv6 on tunnel adapters to allow more connections to a hidden service or client.

Changelog:

Revert Tom’s revert-config-refactor : https://github.com/loki-project/loki-network/pull/679
Fix llvm8 build, more MacOS fixes, set netid first: https://github.com/loki-project/loki-network/pull/685
Add function to set thread name: https://github.com/loki-project/loki-network/pull/688
Allow environmental variables override config: https://github.com/loki-project/loki-network/pull/687
Remove redundant else blocks: https://github.com/loki-project/loki-network/pull/690
Add missing cppbackport fs::path constructor: https://github.com/loki-project/loki-network/pull/692
Should fix FreeBSD build: https://github.com/loki-project/loki-network/pull/691
Fix FreeBSD build: https://github.com/loki-project/loki-network/pull/695
Fix minor warnings: https://github.com/loki-project/loki-network/pull/696
Fix FreeBSD build: https://github.com/loki-project/loki-network/pull/697
Disable shell hooks by default: https://github.com/loki-project/loki-network/pull/699
Fix config application: https://github.com/loki-project/loki-network/pull/703
IPv6 support branch, remove auto in config: https://github.com/loki-project/loki-network/pull/686
Add FindLibUV and migrate to use it: https://github.com/loki-project/loki-network/pull/704

Pull Requests:

Modernise LLARP directory: https://github.com/loki-project/loki-network/pull/693
Matrix build for Travis CI: https://github.com/loki-project/loki-network/pull/705
Refactor endpoint state management to a new class: https://github.com/loki-project/loki-network/pull/706

Loki Messenger Desktop

Start building a public chat channel system for Loki Messenger to enable large group chats hosted on external Servers: https://github.com/loki-project/loki-messenger/pull/343
Purge nodes from retrieved swarm list, filter 0.0.0.0 addresses: https://github.com/loki-project/loki-messenger/pull/337

Storage Server

Rename binary to ‘loki-storage’ from ‘httpserver’ : https://github.com/loki-project/loki-storage-server/pull/236
Show warning if compiled without signatures: https://github.com/loki-project/loki-storage-server/pull/233
Show the reason the Storage Server is not being activated: https://github.com/loki-project/loki-storage-server/pull/232
Provide a min version for libsodium: https://github.com/loki-project/loki-storage-server/pull/228
Improve error accuracy and logging: https://github.com/loki-project/loki-storage-server/pull/223, https://github.com/loki-project/loki-storage-server/pull/227, https://github.com/loki-project/loki-storage-server/pull/221.
Print endpoint with tostring: https://github.com/loki-project/loki-storage-server/pull/222
Default Service Node signatures to on: https://github.com/loki-project/loki-storage-server/pull/220
Bootstrap on startup and use the target height from bootstrap nodes to determine when we have finished syncing: https://github.com/loki-project/loki-storage-server/pull/219
Cancel the deadline timer as soon as possible for incoming connections: https://github.com/loki-project/loki-storage-server/pull/218
Don’t use a potentially closed socket: https://github.com/loki-project/loki-storage-server/pull/217

Loki Blocks Onion Explorer

The Loki block explorer has been expanded to show a number of new things, including checkpoints and their votes and decommissioned or inactive nodes.

Updated RPC changes around quorum state calls in 4.0.2 (replaced batch quorum calls with new quorum states call).
Add checkpoint quorum display to quorum states page and to main index.
Add display of a single obligations or checkpoint quorum, linked where appropriate.
Cut off quorum display after 20 nodes with a “+ 7 more ↪” that links to the full obligations quorum details.
Add a list of last three checkpoints to the main page (and a link to a page with up to 50 fully displayed). https://github.com/loki-project/loki-onion-blockchain-explorer/pull/1

Messenger Mobile (iOS and Android)

Android Messenger work 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.
iOS Messenger work 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
jr. member
Activity: 35
Merit: 1


Loki Elektron wallet 1.2.1
Such a screen hangs for a long time at startup and nothing happens.

why?
Normal gui will not be supported?

We have a new GUI that was released a few months ago. Please download the latest here: https://github.com/loki-project/loki-electron-gui-wallet/releases
You are not are attentive, I have the latest version.
Why is this not supported?
https://github.com/loki-project/loki-gui-unsupported


Sorry about that, I didn't notice the version in your comment.

Could you please file a issue here: https://github.com/loki-project/loki-electron-gui-wallet/issues

This is not something we have seen previously.
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist


Loki Elektron wallet 1.2.1
Such a screen hangs for a long time at startup and nothing happens.

why?
Normal gui will not be supported?

We have a new GUI that was released a few months ago. Please download the latest here: https://github.com/loki-project/loki-electron-gui-wallet/releases
You are not are attentive, I have the latest version.
Why is this not supported?
https://github.com/loki-project/loki-gui-unsupported
jr. member
Activity: 35
Merit: 1


Loki Elektron wallet 1.2.1
Such a screen hangs for a long time at startup and nothing happens.

why?
Normal gui will not be supported?

We have a new GUI that was released a few months ago. Please download the latest here: https://github.com/loki-project/loki-electron-gui-wallet/releases
copper member
Activity: 20
Merit: 0
Pages:
Jump to: