Pages:
Author

Topic: [ANN] FIMK: 2.5G POS, extra block rewards, messaging, asset colors, p2p shopping - page 26. (Read 184356 times)

sr. member
Activity: 421
Merit: 250
HEAT Ledger
We proudly present... MofoWallet 0.3.3

http://mofowallet.com

Available as online version at and as cross platform installable download:

USE ONLINE

(You might need to CTRL+F5 to refresh your browsers cache in case the old version is shown - see browser title bar for version number)

https://fimkrypto.github.io/mofo/launch.html

DOWNLOAD AND INSTALL

https://github.com/fimkrypto/mofowallet/releases/download/v0.3.3/mofowallet.windows-0.3.3.zip
https://github.com/fimkrypto/mofowallet/releases/download/v0.3.3/mofowallet.linux-0.3.3.zip
https://github.com/fimkrypto/mofowallet/releases/download/v0.3.3/mofowallet.osx-0.3.3.zip

Enjoy and let us know what you think.  Cool


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

 /$$$$$$$$ /$$$$$$ /$$      /$$          Release : 0.3.3         
| $$_____/|_  $$_/| $$$    /$$$          Date    : 2014-11-26         
| $$        | $$  | $$$$  /$$$$                 
| $$$$$     | $$  | $$ $$/$$ $$          http://fimk.fi       
| $$__/     | $$  | $$  $$$| $$          http://mofowallet.com
| $$        | $$  | $$\  $ | $$          http://forum.fimk.fi         
| $$       /$$$$$$| $$ \/  | $$          https://github.com/fimkrypto/mofowallet
|__/      |______/|__/     |__/                 
                     /$$                                       /$$             
                    | $$                                      | $$             
                    | $$   /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$    /$$$$$$
                    | $$  /$$/ /$$__  $$| $$  | $$ /$$__  $$|_  $$_/   /$$__  $$
                    | $$$$$$/ | $$  \__/| $$  | $$| $$  \ $$  | $$    | $$  \ $$
                    | $$_  $$ | $$      | $$  | $$| $$  | $$  | $$ /$$| $$  | $$
                    | $$ \  $$| $$      |  $$$$$$$| $$$$$$$/  |  $$$$/|  $$$$$$/
                    |__/  \__/|__/       \____  $$| $$____/    \___/   \______/
                                         /$$  | $$| $$                         
                                        |  $$$$$$/| $$                         
                                         \______/ |__/           


                                presents:


             /$$      /$$            /$$$$$$                               
            | $$$    /$$$           /$$__  $$                             
            | $$$$  /$$$$  /$$$$$$ | $$  \__//$$$$$$                       
            | $$ $$/$$ $$ /$$__  $$| $$$$   /$$__  $$                     
            | $$  $$$| $$| $$  \ $$| $$_/  | $$  \ $$                     
            | $$\  $ | $$| $$  | $$| $$    | $$  | $$                     
            | $$ \/  | $$|  $$$$$$/| $$    |  $$$$$$/                     
            |__/     |__/ \______/ |__/     \______/                       
                                                                           
                                                                           
                                                                           
                         /$$      /$$           /$$ /$$             /$$   
                        | $$  /$ | $$          | $$| $$            | $$   
                        | $$ /$$$| $$  /$$$$$$ | $$| $$  /$$$$$$  /$$$$$$ 
                        | $$/$$ $$ $$ |____  $$| $$| $$ /$$__  $$|_  $$_/ 
                        | $$$$_  $$$$  /$$$$$$$| $$| $$| $$$$$$$$  | $$   
                        | $$$/ \  $$$ /$$__  $$| $$| $$| $$_____/  | $$ /$$
                        | $$/   \  $$|  $$$$$$$| $$| $$|  $$$$$$$  |  $$$$/
                        |__/     \__/ \_______/|__/|__/ \_______/   \___/ 

Mofowallet update

Supported coins and their embedded server versions:

 1. FIMK  0.3
 2. NXT   1.3.4

This is the first major update after initial mofowallet release. Improvements
where made on almost all levels.

API Request Manager

  The network request layer has been completely rewritten, it is now aware of all
  active and pending (API) requests. Requests are grouped and can be prioritized or
  canceled all together, requests are bound to the controllers that started them
  and are automatically destroyed when the controller is destroyed.

  Network requests are executed from a central interval (timer) and is no longer
  event based. The interval acts as an external agent that can takes action and
  cancel requests if they either time out or take too long to start (when higher
  ranked requests take up all available slots).

  The number of concurrent requests are set at six for now, this seems to work well
  while running on localhost and when connected public API servers.

Decentralized API

  Improvements are made in the usage of the decentralized API, users can run their
  own API server and add these to mofowallet. Because of the usage of multiple
  public API servers synchronization among those servers has to be performed
  on startup. Synchronizing involves a check if the server is up and functioning
  and a detailed analysis of the fork that server is on.

  Public API servers that are on a fork are ignored for the current session this
  way not wasting any network traffic.

  API servers are required to have SSL enabled and must use a proper certificate.

Embedded Servers

  Users are prompted if they want to start the embedded FIMK and/or NXT server on
  startup, options for each server are available to either start automatically
  or never start at all.

  Users can run both servers at the same time but this does put a higher load on
  your system. Running the servers is however not required since mofowallet is
  fully functional when operating on the public API servers only.

Forging

  Forging/mining is supported for all embedded servers. The blockchain must be
  downloaded before you can forge blocks. The forging UI has been updated and
  now requires your secret phrase to be entered only once, either enter your
  secret phrase or open your wallet file containing your secret phrase.
  To see if you forged any blocks for now you will need to look at the amount
  forged label in the accounts section. Better feedback of exactly what blocks
  you forged and other info like charts and averaged are under development.

Namespaced Aliases

  Namespaced aliases now support encryption. This is the same encryption AES
  encryption offered for normal messages. Namespaced Aliases can be encrypted
  so only the owner account can decrypt or where the owner account and one
  other account can decrypt that.

Asset Exchange

  Introducing the initial Asset Exchange UI for FIMK and NXT. UI is read only
  in this release meaning you cannot enter or cancel orders. Asset Exchange
  is a work in progress and is suspected to change considerably.
  Our aim is to offer a professional full featured interface to both
  the FIMK and NXT decentralized exchanges. We consider a professional UI one
  that offers traders all tools required to do your daily trading.

  Current AE UI includes:

  1. historical price charts
  2. listing of all available assets
  3. display of current price and 24 hour percent change

  Planned AE UI additions:

  4. in client per asset blockchain based commenting
  5. better charting (moving average, candle stick etc..)
  6. automatic actions based on blockchain events (this requires the client
     to stay on)

Better Messaging

  Better support for sending plain text or encrypted messages. Message
  transactions in the transaction history are displayed inline now. If you
  provided your secret phrase messages are decrypted on the fly and can be
  seen inline in the account transaction history but also in the blockexplorer.

Startup Service

  New service available to all plugins, plugins register with the startup
  service to do intialization upon application startup. Plugins register
  so called activities that show progress in the startup dialog, activities
  can be made to run only after certain other activities have finished
  running.

  The startup dialog can be hidden by the user and the mofowallet is usable
  from that moment on. If certain functionality in mofowallet depends on
  an activity to complete it will be disabled until the activity has completed.

Highly Contextual Identifiers

  All identifiers for blocks, transactions, accounts, aliases, block heights and
  more now support mouse events. Plugins can register for mouseover, mouseout and
  click events. This has enabled everything from the blockexplorer to the account
  section to be *clickable* and will show you a details dialog in which everything
  is again clickable.

Bugs fixed

  Fixed a bug where sometimes sending a transaction does not immediately show
  up in your list of recent transactions. This works correct for all broadcasted
  transactions now.

  Fixed numerous performance bottle necks, desktop mofowallet is much faster
  than the initial 0.3 release.

  Fixed the problem of mofowallet constantly sending requests to obtain state
  from the public servers. The rewritten network layer fixed this.

  Fixed a bug where sending a transaction gave no meaningful feedback, on
  sending transactions the user now sees a dialog that shows transaction
  creation, signing and broadcasted feedback.



                             ~~~ DOWNLOAD ~~~

https://github.com/fimkrypto/mofowallet/releases/download/v0.3.3/mofowallet.windows-0.3.3.zip
 
SHA256 e1119fab1de21d35b23afbc7ae555868dbf043866badc65eb3816b9419880b5e
MD5    6eac355f218ec86ad12a2def7359d32d

https://github.com/fimkrypto/mofowallet/releases/download/v0.3.3/mofowallet.linux-0.3.3.zip
 
SHA256 7d2307325c05ca23b4ef05bcf4fb835a2daa5d23ef2ae8acc27c89db408e2cbb
MD5    ce393d71345f77cb02d722035793db7c

https://github.com/fimkrypto/mofowallet/releases/download/v0.3.3/mofowallet.osx-0.3.3.zip
 
SHA256 7d2307325c05ca23b4ef05bcf4fb835a2daa5d23ef2ae8acc27c89db408e2cbb
MD5    ce393d71345f77cb02d722035793db7c

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJUdilLAAoJEP9gzPcARnvnaRkH/iSn0YvyFL/Cvo+XexMyh8+7
NHA9XMiVFkc7fylRQStN/28IhKQpc91W4mgWh612fSq23jlb4A7Vuyqluhddz0zP
Z3QqTCsCnfDdzRzcw59ZEPyXAnwpDgqJoP/Tz8CI5VJllRWpgnGKTJx9eGVH+R8O
CHrnIQJ676Fy4yIoDJYwZ1LlisygUD2vtIi5DRupqjhvuu9VYecK38sab1QeVxbX
ci463BcLrt1Vwc5zRWs6N8eal8k69xf3KTXvsxiNjuirtLeg8UKtQM9d/P/DeHdd
3Yx3nF5On2qMhVzLMtt8hZTDV7TUhBXg4K6d3HUdjmGs3gXVrISgYgOxGjz3M0Y=
=07Nf
-----END PGP SIGNATURE-----
newbie
Activity: 43
Merit: 0
alcurEX is in Finland!
good news
 Grin
legendary
Activity: 1596
Merit: 1006
Deposit seems working if transaction have message.
There is few transactions sent without message, no worry I will balance those manually asap.

All "without message transactions" are now manually balanced.
legendary
Activity: 1596
Merit: 1006
Deposit seems working if transaction have message.
There is few transactions sent without message, no worry I will balance those manually asap.
hero member
Activity: 697
Merit: 500
Trading volume in arcurex seems to be minimal....
legendary
Activity: 1596
Merit: 1006
Please be sure you give your personal message number with you deposit.

It is simple:
On alcurEX FIMK Deposit page you can see account number (Recipient) and your message number (message).
Please give both one in your payment:
If you forget to give it, you not lose coins but I need to manage deposit manually.
Here is example how to send with Mofo wallet:

hero member
Activity: 773
Merit: 500
Heatledger.com
Great news Alcurex! There should be quite a bunch of inter-exchange arbitrage opportunities available when the volume picks up soon.
legendary
Activity: 1596
Merit: 1006
FIMKRYPTO FIMK has been added for trading on alcurEX exchange.
https://alcurex.org/index.php/crypto/FIMK_BTC

Welcome and happy trading!


https://alcurex.org/index.php/crypto/FIMK_BTC

ALCUREX OY is an online cryptocurrency exchange registered in Finland.
Business ID: 2612007-8 FINLAND
member
Activity: 70
Merit: 10
Hallo zusammen,

ich blicke hier nicht mehr durch bei dem neuen Klient.
Da dreht sich immer eine Uhr mit "downloading" und es laden gar keine Blöcke.
Ich kann auch nicht forgen und auch kein Geldd senden obwohl ich 250 k habe irgendwas mit Public Key!

Kann mir das mal bitte einer auf deutsch erklären wie ich das Wallet nutzen kann!?
sr. member
Activity: 243
Merit: 250
Asset (SRWP)

All dividends for the current week are paid

Thanks
legendary
Activity: 1806
Merit: 1029
How do you lease for forging using the new MoFo wallet?

Also, for solo forging, if I close the forging window by clicking on the "cancel" button, will I still be forging at that point? Or do I have to leave the forging window open all the time? If so, that would mean I can't do anything else with my wallet during forging.

Edit: I got my questions answered by poking around the Fimk forum. You have to use the original (though with mandatory upgrade) browser version to be able to lease your balance for forging. The MoFo wallet is nice for the ability to quickly check balances and send funds (without having to download the block chain or run the java program), but I wouldn't trust it with forging at this point--I'm not entirely sure the forging is functional in MoFo. I also agree with some of the others on the forum, that for English speakers the choice of name is unfortunate.

FIM-7H5M-BMAN-4NVC-82J2S only has 100K FIM, why has forged in No. 3 for a few days?
Because of leased balance of other accounts.

I didn't think you could use the lease function with FIM?

http://fimkforgpool.page.tl/Fimkforgpool.htm
hero member
Activity: 1932
Merit: 506
Betking.io - Best Bitcoin Casino
FIM-7H5M-BMAN-4NVC-82J2S only has 100K FIM, why has forged in No. 3 for a few days?
Because of leased balance of other accounts.

I didn't think you could use the lease function with FIM?

http://fimkforgpool.page.tl/Fimkforgpool.htm
legendary
Activity: 1736
Merit: 1001
FIM-7H5M-BMAN-4NVC-82J2S only has 100K FIM, why has forged in No. 3 for a few days?
Because of leased balance of other accounts.

I didn't think you could use the lease function with FIM?
hero member
Activity: 773
Merit: 500
Heatledger.com

@FIMKrypto Marketing
Can you make the whole Finland Classifies Bitcoin as VAT-Exempt Financial Service work in our favor?   Undecided

Work for FIMKrypto's favor, thanks for the excellent thinking! We've been preliminarily pondering the aspects included in that ruling and yes, if is has any effect it does work in our favor. Let's see if that can be leveraged, however it's not a big one as VAT exemption is more the rule than exception in crypto trade I guess.
full member
Activity: 189
Merit: 100
FIM-7H5M-BMAN-4NVC-82J2S only has 100K FIM, why has forged in No. 3 for a few days?
Because of leased balance of other accounts.
newbie
Activity: 43
Merit: 0
FIM-7H5M-BMAN-4NVC-82J2S only has 100K FIM, why has forged in No. 3 for a few days?
Not only that account, some smaller accounts can always forge more fimk, Is Fimk forge system fair?
Are there anything unknown? Who can teach me forge more?  Tongue
legendary
Activity: 1736
Merit: 1001
By results of work and discussion of the project the decision is made:

1. Dividends will be weekly paid (in any day of the week on my discretion), once a week.

2. The percent of payments for assets becomes fixed, and 1 asset = 1 FIMK dividend won't change any more


3. All assets are in free sale, respectively will become market soon

4. I will send 1 SRWP each Asset Exchange-beginner which will write me to PM (the personal message) number of the FIM account and the public key (it here: Dashboard -> Account Balance -> More Info).

All dividends for the current week are paid

Thanks


It sounds like you are saying you will pay dividend weekly regardless if you sell 200K.  If so then that's great and I would invest.  Nice work!

The percent of payments for assets becomes fixed, and 1 asset = 1 FIMK dividend won't change any more


Is there a thread or page that describes this asset?
legendary
Activity: 1232
Merit: 1001
By results of work and discussion of the project the decision is made:

1. Dividends will be weekly paid (in any day of the week on my discretion), once a week.

2. The percent of payments for assets becomes fixed, and 1 asset = 1 FIMK dividend won't change any more


3. All assets are in free sale, respectively will become market soon

4. I will send 1 SRWP each Asset Exchange-beginner which will write me to PM (the personal message) number of the FIM account and the public key (it here: Dashboard -> Account Balance -> More Info).

All dividends for the current week are paid

Thanks


It sounds like you are saying you will pay dividend weekly regardless if you sell 200K.  If so then that's great and I would invest.  Nice work!

The percent of payments for assets becomes fixed, and 1 asset = 1 FIMK dividend won't change any more


Sounds like a good deal to me.
sr. member
Activity: 243
Merit: 250
By results of work and discussion of the project the decision is made:

1. Dividends will be weekly paid (in any day of the week on my discretion), once a week.

2. The percent of payments for assets becomes fixed, and 1 asset = 1 FIMK dividend won't change any more


3. All assets are in free sale, respectively will become market soon

4. I will send 1 SRWP each Asset Exchange-beginner which will write me to PM (the personal message) number of the FIM account and the public key (it here: Dashboard -> Account Balance -> More Info).

All dividends for the current week are paid

Thanks


It sounds like you are saying you will pay dividend weekly regardless if you sell 200K.  If so then that's great and I would invest.  Nice work!

The percent of payments for assets becomes fixed, and 1 asset = 1 FIMK dividend won't change any more
Pages:
Jump to: