Bitcoin Forum
April 27, 2024, 10:29:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 [81] 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
  Print  
Author Topic: [ANN] FIMK: 2.5G POS, extra block rewards, messaging, asset colors, p2p shopping  (Read 184271 times)
verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 22, 2015, 07:41:03 PM
 #1601

One other thing about Mofo... when I have my account in there and it shows "Activity" it seems to show my first few transactions from July 2014... while the bread crumb implies it is showing "latest".

And, show more does nothing.

When I am running the Fim server, is the bottom right corner supposed to show the block number? It just shows 0 for me.

Please PM me your account ID if you can so I can look into it. It's all brand spanking new code both on the client and the server so your account could be an edge case that I would like to look deeper into.

Yes. It's supposed to show the block height as well as a progress bar.

1714213790
Hero Member
*
Offline Offline

Posts: 1714213790

View Profile Personal Message (Offline)

Ignore
1714213790
Reply with quote  #2

1714213790
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714213790
Hero Member
*
Offline Offline

Posts: 1714213790

View Profile Personal Message (Offline)

Ignore
1714213790
Reply with quote  #2

1714213790
Report to moderator
verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 22, 2015, 07:41:55 PM
 #1602

Also, can I point mofo wallet to my own server as opposed to having mofo wallet run/host the server?

Not yet, but that is how we envision future usage. We need to create the UI for that still.

verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 22, 2015, 07:43:07 PM
 #1603

When I'm trying to start forging and enter my passphrase I get the error message
"Unknown account".  Sad
What does it mean?  



That error is thrown here in the source code and can mean two things.

1. That is a brand new account without a public key (those can't forge)
2. You have not correctly configured the allowedToForge property in your config (see below)

In order to set allowedToForge either create a file called nxt.properties or edit the existing nxt-default.properties.
Set it either to * or provide some accounts that can forge on your server (delimited with ; symbols).

# For public nodes, only allow these accounts to forge
# Values can be a ; delimited list of accounts, an empty value (for no forging
# allowed) or a * to allow all accounts to forge.
nxt.allowedToForge=*


Edit: And option 3 might be the blockchain has not finished downloading (which leads to option 1)

My config is right, i have forged also before,but now i get the same error. The blockchain has been fully downloaded and the fimk server started.

I have not downloaded or started the nxt server.

Any ideas?

Not really no, I need some more info like for instance what it is you did that lead to this dialog.

verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 22, 2015, 07:44:06 PM
 #1604

When I'm trying to start forging and enter my passphrase I get the error message
"Unknown account".  Sad
What does it mean?  



That error is thrown here in the source code and can mean two things.

1. That is a brand new account without a public key (those can't forge)
2. You have not correctly configured the allowedToForge property in your config (see below)

In order to set allowedToForge either create a file called nxt.properties or edit the existing nxt-default.properties.
Set it either to * or provide some accounts that can forge on your server (delimited with ; symbols).

# For public nodes, only allow these accounts to forge
# Values can be a ; delimited list of accounts, an empty value (for no forging
# allowed) or a * to allow all accounts to forge.
nxt.allowedToForge=*


Edit: And option 3 might be the blockchain has not finished downloading (which leads to option 1)

My config is right, i have forged also before,but now i get the same error. The blockchain has been fully downloaded and the fimk server started.

I have not downloaded or started the nxt server.

Any ideas?

When I look at server window that's what I see:


By the way, there is no peers at all too...
Sad

Where is the problem?

Set nxt.allowedBotHosts to *
See http://forum.fimk.fi/index.php?topic=554.msg3870#msg3870

verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 22, 2015, 08:03:57 PM
 #1605

I am having an issue with the 0.4.0 server which I installed. I modified the config file to enable to API.

The server is running and I browse to localhost:7886 and see the UI.

I get the UI and select Add Account. Use Existing, put in my pass phrase and press "Save".

The dashboard is empty, it shows no activity for my account. I also see a lot of errors in the console:

(I obfuscated my FIM account below.)

index.html:1 GET http://localhost:7886/images/beep.wav 404 (Not Found)
www-embed-player.js:165 GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILED
www-embed-player.js:165 GET chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js net::ERR_FAILED
www-embed-player.js:165 GET chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js net::ERR_FAILED
www-embed-player.js:165 GET chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js net::ERR_FAILED
www-embed-player.js:165 GET chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js net::ERR_FAILED
scripts.2473a96e.js:5 GET https://dgex.com/faucet.cgi?status
index.html:1 XMLHttpRequest cannot load https://dgex.com/faucet.cgi?status. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:7886' is therefore not allowed access. The response had HTTP status code 404.
onloadwff.js:86 Not filling because tld mismatch between https://www.youtube.com/embed/aGWCJ_XWauQ?autoplay=0&showinfo=0&controls=0&wmode=transparent&loop=1 and localhost
scripts.2473a96e.js:31 subscribe removedUnConfirmedTransactions-FIM-XXXXX
scripts.2473a96e.js:31 subscribe addedUnConfirmedTransactions-FIM-XXXXX
scripts.2473a96e.js:31 subscribe addedConfirmedTransactions-FIM-XXXXX
scripts.2473a96e.js:31 subscribe blockPoppedNew
scripts.2473a96e.js:31 subscribe blockPushedNew
scripts.2473a96e.js:6 TypeError: Cannot read property 'send' of null
    at scripts.2473a96e.js:31
    at i (scripts.2473a96e.js:6)
    at scripts.2473a96e.js:6
    at l.$get.l.$eval (scripts.2473a96e.js:6)
    at l.$get.l.$digest (scripts.2473a96e.js:6)
    at scripts.2473a96e.js:6
    at g (scripts.2473a96e.js:5)
    at scripts.2473a96e.js:5

I'm pretty sure the blockchain is fully downloaded at this point.

Any ideas?


Mmmm.. lots of info there. Looking pretty suspicious even first sight so lets go over the log first.

> index.html:1 GET http://localhost:7886/images/beep.wav 404 (Not Found)

The beep.wav is the sound played when you send a transaction, not sure why it s not found. Have to look into that.

> www-embed-player.js:165 GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILED

The current slimmed down client in the server pacakge I have to admit was kindof a rush job. The www-embed-player.js is an artifact of the 'standard' client version which can be seen here https://fimkrypto.github.io/mofo/launch.html#/start I guess i did not properly took out the FIMKrypto youtube clip.

> index.html:1 XMLHttpRequest cannot load https://dgex.com/faucet.cgi?status

Sort of self explanatory. We offer users a faucet to fund their new account. The status option to the faucet.cgi script simply tells us if the faucet is up and running.

> onloadwff.js:86 Not filling because tld mismatch between https://www.youtube.com/embed/aGWCJ_XWauQ?

Seems to be an artifact of the not properly removed youtube clip

> scripts.2473a96e.js:6 TypeError: Cannot read property 'send' of null

Not sure what that is about. As I said the mofo version shipped with the server version was somewhat rushed.

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

The main difference between desktop and server client package is that the server package has a client that only connects to your localhost and never to our FIMK and NXT instances running in the cloud. Why you experience the troubles you do is not clear to me at this point.
Hopefully during the week I'll be able to direct some more attention to the client shipped in the server package.

I'm thinking of making a more formal solution for building the client for the various platforms it lives on, with special attention for the server package.

Until that I don't see how to solve the issue you are experiencing.

PilotofBTC
Legendary
*
Offline Offline

Activity: 1736
Merit: 1001


View Profile
March 22, 2015, 08:26:44 PM
 #1606

One other thing about Mofo... when I have my account in there and it shows "Activity" it seems to show my first few transactions from July 2014... while the bread crumb implies it is showing "latest".

And, show more does nothing.

When I am running the Fim server, is the bottom right corner supposed to show the block number? It just shows 0 for me.

Please PM me your account ID if you can so I can look into it. It's all brand spanking new code both on the client and the server so your account could be an edge case that I would like to look deeper into.

Yes. It's supposed to show the block height as well as a progress bar.


Ok sent. Thanks.
LemonAndFries
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 22, 2015, 09:56:55 PM
 #1607

I'm having the same issue where the server console cannot connect.
PilotofBTC
Legendary
*
Offline Offline

Activity: 1736
Merit: 1001


View Profile
March 23, 2015, 04:02:24 AM
 #1608

Editing the settings doesn't see to work. They just get set back to default all the time.

This certainly needs work. I think I'll go back to the previous version.
Eliphaz Fimk (OP)
Hero Member
*****
Offline Offline

Activity: 773
Merit: 500


Heatledger.com


View Profile WWW
March 23, 2015, 08:32:08 AM
 #1609

I'm having the same issue where the server console cannot connect.

If you use the mofowallet UI, set nxt.allowedBotHosts to * in both FIMK config and NXT config. Click on the green icon to save and restart the client (server).

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







PilotofBTC
Legendary
*
Offline Offline

Activity: 1736
Merit: 1001


View Profile
March 23, 2015, 04:00:13 PM
 #1610

I'm having the same issue where the server console cannot connect.

If you use the mofowallet UI, set nxt.allowedBotHosts to * in both FIMK config and NXT config. Click on the green icon to save and restart the client (server).


Why both?

The setting keeps reverting back to the default. It seems like whenever I load/start the server the files are set back to default.
verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 23, 2015, 04:05:30 PM
 #1611

The setting keeps reverting back to the default. It seems like whenever I load/start the server the files are set back to default.

What OS are you on?

PilotofBTC
Legendary
*
Offline Offline

Activity: 1736
Merit: 1001


View Profile
March 23, 2015, 04:08:17 PM
 #1612

The setting keeps reverting back to the default. It seems like whenever I load/start the server the files are set back to default.

What OS are you on?

Win 8.1 64-bit.

But, I am running the 32-bit wallet. The 64-bit server wouldn't ever start on my system.
rommaz
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 23, 2015, 05:50:52 PM
 #1613

I'm having the same issue where the server console cannot connect.

If you use the mofowallet UI, set nxt.allowedBotHosts to * in both FIMK config and NXT config. Click on the green icon to save and restart the client (server).



Yeah! It works! Now I see peers and my server runs. Thanks!

But when I'm trying to start forging I see the same error message "ERROR. Unknown account"

How to solve this?
verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 23, 2015, 07:54:55 PM
 #1614

I'm having the same issue where the server console cannot connect.
If you use the mofowallet UI, set nxt.allowedBotHosts to * in both FIMK config and NXT config. Click on the green icon to save and restart the client (server).

Yeah! It works! Now I see peers and my server runs. Thanks!
But when I'm trying to start forging I see the same error message "ERROR. Unknown account"
How to solve this?

I'm preparing an update will release 0.4.1 tomorrow, found a bug that caused this.

verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 24, 2015, 09:58:37 PM
 #1615

About this release
http://fimkchat.com/2015/03/fimk-client-0-4-1-forging-leasing-improvements/

Official release
https://github.com/fimkrypto/mofowallet/releases/tag/v0.4.1

Or use online.
If you used it before it could be required to CTRL+F5 to clear your browser cache.
https://fimkrypto.github.io/mofo/launch.html

Improvements have been made to forging and leasing UI and several bugs where fixed
From now on each account shows you if, to who and for how long he/she leased the balance.

Forging pools now list what accounts and for how long they leased their balance to the pool.

We have a new heavy duty server to allow the client to work without the need to download the blockchain and which can support more simultaneous WebSocket connections.

rommaz
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 25, 2015, 03:19:28 PM
 #1616


Great work, guys! Now I'm forging again!
twistelaar
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
March 26, 2015, 01:13:10 AM
 #1617

When does this coin goes on a normal exchange?? When yoou guys will use some BTC for proper marketing??

Hurry hurry  Angry Angry Angry Angry Angry
verymuchso
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250


HEAT Ledger


View Profile
March 28, 2015, 02:59:10 PM
 #1618

Full text blockchain search built into the client:

Discuss: http://forum.fimk.fi/index.php?topic=565.msg3935
Try it out: https://fimkrypto.github.io/mofo/launch.html#/search/fim/accounts/

Supports FIMK and NXT

yassin54
Legendary
*
Offline Offline

Activity: 1540
Merit: 1000


View Profile
March 31, 2015, 08:41:42 PM
 #1619

hi all
i buy 3M fimk
there are a seller?
proposed price plz
i can paid nxt or btc
thanks
funbug
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250


View Profile
April 01, 2015, 05:13:00 AM
 #1620

All dividends for the current week are paid

Thanks

With the advent of the new Mofowallet version there was an opportunity to look through real payments of dividends for a concrete asset

https://www.mofowallet.com/launch.html#/accounts/FIM-USCH-VC7D-4EX3-272SG/activity/latest

Thanks

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Pages: « 1 ... 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 [81] 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
  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!