-
Content Count
27 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Skirmant
-
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Hm, I never encountered such an issue. Be sure to send a bug report via the "Report issue" option in Settings. Maybe you're not connected to any peers so you can't download anymore blocks? Otherwise, if your connection is fine and there's some error then try resetting the blockchain. -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Good news, I recently paid a $25 fee which allows me to publish applications on Google Play https://play.google.com/store/apps/details?id=cc.freicoin.wallet&hl=en It would be great if you guys rated and maybe wrote a short review, it would bump the wallet to the top of the search results for Freicoin -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Somewhere around two hours. Most of the time is spent compiling and testing it on my slow laptop, writing code was very quick though. Seed nodes are special, they provide a list of available nodes in the network through their DNS so you connect to them I'm not familiar with python, is there anything that's specifically wrong with it? -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Hey guys, I updated the seed nodes and added Vircurex exchange rate like fedde asked me to. Download is here: https://github.com/FreicoinAlliance/freicoin-wallet/releases/tag/v0.2.1 -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
You might not see the minor changes in balance if your precision is not high enough. Go to your wallet settings and change the amount of visible digits to 8 -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
The beta version is complete! I rewrote all the code on GitHub so it's easier to review changes and made a few other small improvements Source: https://github.com/FreicoinAlliance/freicoinj https://github.com/FreicoinAlliance/freicoin-wallet Binary: http://bit.ly/17jZ69C btw, any news on those dedicated nodes you guys were going to put up? -
One of my favorite poems by Charles Bukowski
-
I like to remain skeptical when it comes to these kind of technologies (except the solar panels, but it's hard to call them suppressed). For centuries there have been snake oil salesmen creating half-assed 'inventions', luring in investors and running away with the money when the truth is revealed. This especially the case for free energy generators that break the laws of thermodynamics. Think of it like altcoins that make unrealistic promises and then collapse leaving you holding the bag The best approach is to get these things be reviewed by a diverse group of experts, so proper conclusio
-
Deception is seems like a good strategy to keep people confused, searching for non-existent patterns in randomness. The problem is that reality is often too complicated for the average person's attention span and life isn't white and black where everything gets fixed by targeting a specific evil entity, party or ideology. Were all apart of the system so the best way to solve these issues is to try repairing our broken societies from the ground up, focusing on the individual, not politics. But that's just my opinion
-
Nice one. I was about to complain because of the lack of encryption
- 57 replies
-
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
The balance now changes after every new block to account for demurrage: https://bit.ly/134jytd Great. Maybe there's some compatibility patch that I could put on top the wallet, tell me if you find anything Linking the repository as a fork so you could review the changes should be easy, but rewriting and commenting every change would be a bit tedious. I'll be a busy in the coming days because of holidays and family gatherings so it might take a while, but I'll get it done! -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Yep, early January sounds great since Jan 10th is my birthday I fixed QR scanning a week ago for Fedde. I'm not sure about Fabrizio, his QR scanning works but has a weird UI issue. The problem is that he uses SailfishOS which is technically not an android OS and doesn't support all the official libraries, so I think it's currently beyond my limitations. But I'll keep an open eye for solutions.. I'm currently working on this There's no bug. All bitcoinj wallets are 'light' nodes, hosting a full blockchain is too resource intensive for phones. I think the claim that it somehow -
Those poor defenceless Christmas trees.. ;_;
-
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
The Freicoin Wallet's source code is now available on GitHub! https://github.com/Skirmant/freicoinj https://github.com/Skirmant/freicoin-wallet You can download the updated version here: https://bit.ly/134jytd (still in alpha stage) -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Well, if you mean deterministic keywords Brainwallet's 'Poetry' method lets you convert/deconvert your private key, address or any kind of binary data into memorable poetic words. It's pretty handy when you need to store the coins in your head. As long as you don't get alzheimer's that is -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Actually, blockchain.info stores your private keys on a server, but they are encrypted from the client side with your password. The problem is that if your password is weak an attacker could attempt to bruteforce it and break the encryption which is has happened to quite a few people lately -
Merry Christmas and happy new year, everyone! 2015 - the year of Freicoin
-
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Of course! It's just that it's a bit less problematic for me to make quick fixes while it's closed atm But as soon as I release the beta you can bet your ass it will be open source That seems odd, does that happen every time you a scan a QR code, or just occasionally? It may be hard to debug because the wallet was never meant for SailfishOS, just android. -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Hm, I never used the qt so I never noticed that before. My bad I added a seed node so yes, it should search for new nodes fedde said he's creating one -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
I'm not sure what he means by that, I can always add a bigger list of nodes if needed. The wallet only stores block headers and transactions related to it's addresses, it's not suppose to be a fully functioning node with a full blockchain Hm, do you mean the transaction got stuck, or are you saying that demurrage isn't being applied to the balance while sitting? If the transaction got stuck try resetting the blockchain But if you mean that demurrage is not being applied while sitting, it's not suppose to. Neither freicoind or the block explorer does this. Only during a transaction -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Good news, the alpha version is finished. Try it out! It hasn't been well tested yet, so you might encounter some bugs, or issues.. To install the wallet on your android device download the .apk file from the link bellow and run it http://bit.ly/134jytd -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Hey guys! I thought I'd give you an update on my progress The wallet is almost complete. Synchronizing with the blockchain and receiving funds works fine, but I'm having some issues with creating transactions.. Hopefully I can get this issue fixed shortly so you guys have something to test Bellow is a screenshot of the wallet running on an android emulator -
[Developer-Bounty] Freicoin Bounty - Mobile Wallet - Done
Skirmant replied to fedde's topic in Ended Projects
Cool beans! I'll release a working version very soon