-
Content Count
339 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Rik8119
-
Freicoin Loan - Learning to Make Chocolate
Rik8119 replied to Bicknellski's topic in Freicoin Alliance Micro Loan Program
Good idea.. -
Puh, i was close to belive that we are sitting on a deadcoin walking.. ;-). Thanks a lot! Please keep us updated. Lets make this Coin Great again!
-
Freicoin Loan - Learning to Make Chocolate
Rik8119 replied to Bicknellski's topic in Freicoin Alliance Micro Loan Program
Hi Bicknellski, i am interested. What is the exact plan? Will you use the FRC to pay the workshop and buy it back from the exchange afterwards? I guess you need Rupiah/$/BTC. So will you exchange it first? Greetings Rik -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Rik8119 replied to fedde's topic in Ended Projects
Sorry i was referring to the calculation of the demurrage. That is one calculation each block and after a few thousand blocks this is getting to much for the app to caculate and it is asking to shut down. Though i tested it only with my WLC wallet, i think this could also be an issue for FRC wallet. I will do the issue report as soon as i tested it further and i have the time. -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Rik8119 replied to fedde's topic in Ended Projects
Hi, i discovered the problem that the app seem to be stuck when calculating the balance of transactions that have a chaindepth of several thousand blocks. I have already thought about some calculation method but i want to report it also here.. -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Rik8119 replied to fedde's topic in Ended Projects
Done, thanks for adding Freicoin. -
Super, thanks a lot. The one WLC you received is your Basic income. The new wallet only uses 8-10 mb of storage and can store a lot of currencies at the same time with one seed. Additionally it is a lot faster because it is only storing the transactions and the main work is done on the electrum server. I tested it now also on a Jolla Phone and it is working there too.
-
Hi Bicknellski, do you compile and install the coinomi wallet from source www.github.com/Rikski/coinomi-android or do you install the old one? I Wanted to test the new Coinomi wallet with WLC support http://www.winc-ev.org/english/downloads-contact/ . Can you install this wallet and try it? Sending some coins from and back into the wallet? Thanks a lot. I have completed some Transactions (Samsung Galaxy S3 mini), but i want also to have it tested on other phones.
-
Hi everybody, thanks to a very good tip from @Skirmant i solved the storage problem for the transactions. I will upload the wallet. If anybody interested in helping to test i can send you some WLC to test. Greetings Rik. P. S. Freicoin is not included yet, but when i finished the tests this is only a minor part.
-
Thats true, thank you for your effort! I found out that the problem is that the appeared height (block with the transaction in it), cannot be read from the transaction details. If i set it manually to some random blockheight the wallet starts at least. So i guess its some issue with the protobuffer language that decode the raw data, which i am nor very familiar with. Anyhow at least i can send transactions now. The problem here was that i calculated the demurrage too late during transaction generation. Rik
-
Interesting how the activity in this forum is linked to the volatility of the bitcoin price.. ;-). Anyway, the problem is at the moment the transactions are somehow missing the correct datafield (should be BUILDING but are UNKNOWN) when restarting coinomi: 05-24 21:24:43.431 27072-27250/com.coinomi.wallet.dev E/AndroidRuntime: FATAL EXCEPTION: ModernAsyncTask #4 java.lang.RuntimeException: An error occurred while executing doInBackground()
-
The transactions are shown now and the demurrage is calculated. The app crashes during sending cons, so some code is not properly working right now. Have to check this. Interestingly the demurrage calculation hangs up the phone when an old transaction is loaded in the account, so using BigDecimal seems problematic for long term usage. I will try to calculate it with another datatype.
-
[BOUNTY] P2P Pool for FRC Code Needs Fixing
Rik8119 replied to Bicknellski's topic in Project Suggestions
Hi fedde, i am testing the p2pool (wlc version - same code just for wlc) with NiceHash to see if i can figure out what the problem is, but NiceHash says the pool is not compatible - most probably to difficulty settings (connection is tested ok - Received mining.notify subscription... OK Error: Received no data. in Pool verificator window). Adding wlcaddress+difficulty to stratum query (used difficulty from 1024 to 9000 tested, also with /difficulty) is not making it better. Do you (or anybody) have any experience with that? -
Include it in the sourcecode (net.cpp line 1194) and every wallet find connections within moments
-
[BOUNTY] P2P Pool for FRC Code Needs Fixing
Rik8119 replied to Bicknellski's topic in Project Suggestions
Is the freicoin Version with stratum mining? I am a little bit confused because the last commits from @Mark Friedenbach are younger that my last ones on www.github.com/freicoinalliance/p2pool . -
[BOUNTY] P2P Pool for FRC Code Needs Fixing
Rik8119 replied to Bicknellski's topic in Project Suggestions
Hi thanks very much for the answer, was that with the freicoinalliance/p2pool or with the freicoin/p2pool? -
[BOUNTY] P2P Pool for FRC Code Needs Fixing
Rik8119 replied to Bicknellski's topic in Project Suggestions
Hi Bicknellski, do you know what the difference to that pool is? https://github.com/FreicoinAlliance/p2pool And more info on the Error is needed, maybe fedde can help here? -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Rik8119 replied to fedde's topic in Ended Projects
Yepp, i thought i fixed it. But Fedde said the problem is that the pool is not using all the hashpower it got. But we havent got into detail by now..