Bitcoin Forum
April 27, 2024, 01:02:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 [666] 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 ... 1035 »
  Print  
Author Topic: [ANN] [MINT] Mintcoin (POS / 5%) [NO ICO] [Fair distro, community maintained]  (Read 1369739 times)
Jeff Jefferson
Sr. Member
****
Offline Offline

Activity: 307
Merit: 252


View Profile
April 16, 2014, 09:50:11 PM
 #13301

Excellent initiative, BitcoinFX!

Our coding team could probably compile a wallet for the raspberry. This would be a great way to advertise mintcoin, especially if can secure some advertisement. Could the marketing team handle this?
(if anyone wants to join the marketing team, contact me)


there is already a raspberry pi wallet for NXT which runs on solar energy. it is a nice gimmick but i don't think it will be used by a lot of people. it takes some time to get it to work properly and most people will not invest that amount of time. further isn't there already a linux wallet for MINT? isn't it possible to put this on a raspberry pi? maybe someone can try?

i think the android wallet is the best opportunity. you can always run a low spec android device with a solar adapter. great for people in warm countries  Grin
1714179759
Hero Member
*
Offline Offline

Posts: 1714179759

View Profile Personal Message (Offline)

Ignore
1714179759
Reply with quote  #2

1714179759
Report to moderator
1714179759
Hero Member
*
Offline Offline

Posts: 1714179759

View Profile Personal Message (Offline)

Ignore
1714179759
Reply with quote  #2

1714179759
Report to moderator
1714179759
Hero Member
*
Offline Offline

Posts: 1714179759

View Profile Personal Message (Offline)

Ignore
1714179759
Reply with quote  #2

1714179759
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
TookDk
Legendary
*
Offline Offline

Activity: 1960
Merit: 1062


One coin to rule them all


View Profile WWW
April 16, 2014, 09:58:06 PM
 #13302

Excellent initiative, BitcoinFX!

Our coding team could probably compile a wallet for the raspberry. This would be a great way to advertise mintcoin, especially if can secure some advertisement. Could the marketing team handle this?
(if anyone wants to join the marketing team, contact me)


there is already a raspberry pi wallet for NXT which runs on solar energy. it is a nice gimmick but i don't think it will be used by a lot of people. it takes some time to get it to work properly and most people will not invest that amount of time. further isn't there already a linux wallet for MINT? isn't it possible to put this on a raspberry pi? maybe someone can try?

i think the android wallet is the best opportunity. you can always run a low spec android device with a solar adapter. great for people in warm countries  Grin

I agree with that, I see the largest potential with the Andriod application.

The solarpowered ras-pi is nice for show and promotion to give mint an "edge" over bitcoin.

Cryptography is one of the few things you can truly trust.
Jeff Jefferson
Sr. Member
****
Offline Offline

Activity: 307
Merit: 252


View Profile
April 16, 2014, 10:08:05 PM
 #13303


Android wallet update 2:

Oh, OK.

Actually I'm thinking on this. Probably minted POS blocks on android will not include broadcasted transactions as they cannot actually prove the transactions are valid (It won't be good to include non verifiable transactions in a block, the network would reject the block and all work to generate that POS block will be wasted). Although this would mean android wallets would be selfish, not helping to include transactions in the blockchain, it also means that they won't receive the transaction fees, leaving them to other clients to collect. So I guess it's fair.


thanks for the detailed explanation. is it correct that the selfish android wallet would still get some coins minted without the transactions included in blocks? if so how much fees are there? how many coins would such a wallet "lose"? i haven't fully grasped the minting process. if the android wallet would still mint but receive a bit less coins than the actually verifying standard client while being safe from scammers it's totally fine by me. and i think the others will also agree to that.

another (but maybe same) idea. is it possible that the android wallet just verifies that it is on the main chain by using the public blockchain by waiting a bit? Grin so maybe the transaction is a bit delayed but the android client knows the main chain which is being secured by the normal clients? and it doesn't need to check all the other possible chains. just wait for the others to decide which way to go. you know what I mean?

and another idea. maybe it is possible to use some kind of a random function for the wallet to download only random 10 000 historical blocks from the blockchain. any 10000 blocks. and keep them stored in the wallet. that way it isn't necessary to download the whole blockchain while the possible attacker still doesn't know which blocks the android wallet knows for sure to be correct and included in the main chain. is it sensible?

i hope my questions/ideas give you something  Grin maybe a more experienced person like Kergecoin or one of the developers could comment?
Invisible Hands
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
April 16, 2014, 10:38:14 PM
 #13304

Can someone tell me what is wrong with the wallet?  

I suspect some of the nodes in the conf file need to be deleted/banned
Can someone tell me which ones?

Current number of blocks:  254061
Estimated total blocks:  265643  <-----------------------


from console

11581 blocks remaining

The incorrect nodes need to be banned.

Then suddenly it says it is synced again:

Current number of blocks:  254079
Estimated total blocks:  254071  <--------------------------



"wallet check passed" : true


Hi, you don't have to do anything, your wallet notices that some node tries to feed it an invalid blockchain and bans its IP for 24 hours automatically (you can track the banning process from debug.log file).

It's actually just a display issue (rogue client's advertised blockchain height keeps showing in the UI after it's banned&disconnected, until a few new connections are made to overwrite it), check my post below.

Rogue clients are expected on a P2P network, and mintcoin wallet already has tools to protect itself from them. For the display issue, it'll be fixed in next release -- I already submitted a patch for it and devs merged it. It's not critical, so not urgent, just confusing.


...
Hello,
If you're using 1.8 wallet, you can safely ignore sync problems. Just hover your mouse on the "syncing" text, if it says last generated block is generated just a few seconds/minutes ago, then you're fine.


There are some rogue clients on the network that announce wrong block heights (they are people who did not upgrade to 1.7 or upgraded late, and still haven't noticed), when such a client connects to you, it confuses your client. Your client disconnects them, but the estimate on UI stays there. So it's really a display issue.

Thanks
ficklepickle
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
April 17, 2014, 12:23:06 AM
 #13305

Is there code for wallets to autoupgrade or be prompted to upgrade? 

coolbeans94
Hero Member
*****
Offline Offline

Activity: 613
Merit: 500


Mintcoin: Get some


View Profile
April 17, 2014, 12:31:31 AM
 #13306

Does anyone have a working block explorer? http://mint.blockx.info/get/chain/MintCoin is not updating.

(1.) Moral happiness depends upon moral order.
(2.) Moral order depends upon the harmonious action of all our powers, as
individuals and as members of society.
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
April 17, 2014, 12:35:44 AM
 #13307

Does anyone have a working block explorer? http://mint.blockx.info/get/chain/MintCoin is not updating.
I think paspi (or unek?) is working on it. It was mentioned around 50 pages ago, I don't remember the link.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
dogechode
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
April 17, 2014, 12:42:44 AM
 #13308

Do we know why the block explorer stopped working to begin with? Was it something related to the update, or to the people who haven't updated yet which are causing us all to get occasional blips that our wallet is trying to synch ~8-10k blocks?
deadmanwalking
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 17, 2014, 03:54:50 AM
 #13309

Do we know why the block explorer stopped working to begin with? Was it something related to the update, or to the people who haven't updated yet which are causing us all to get occasional blips that our wallet is trying to synch ~8-10k blocks?

Block explorer has only been down for a day. It says no connection on the page, my wallet runs fine so I'm assuming the site operator lost internet for one reason or another.

\
coolbeans94
Hero Member
*****
Offline Offline

Activity: 613
Merit: 500


Mintcoin: Get some


View Profile
April 17, 2014, 04:34:51 AM
 #13310

Block explorer is working again now. http://mint.blockx.info/get/chain/MintCoin

(1.) Moral happiness depends upon moral order.
(2.) Moral order depends upon the harmonious action of all our powers, as
individuals and as members of society.
verymintcards
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 17, 2014, 06:30:52 AM
 #13311

Found a non-profit organization based in the US that helps parents with seriously ill or critically injured children called Spare Key. And they accept Mintcoin donations through the Moolah system! It would be fantastic to show Spare Key that they have the support of one of the most innovative coins out there where they could gain interest on the donations.  If they get enough support from our community I'm sure other non-profits will take notice as well as great exposure to the general public for Mintcoin.

Non-Profit Site: http://www.sparekey.org/

Donation Link: https://moolah.io/donate/357/mintcoin
Jacobinge
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 17, 2014, 10:50:43 AM
 #13312

Looks very interesting, I'm looking forward to seeing how this turns out.
supervine
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
April 17, 2014, 11:06:46 AM
 #13313

This coin can be monitored and send alert of price changes in android app Crypto Coins Manager, as like all other coins. Use it for free.
https://play.google.com/store/apps/details?id=halfprice.coinmanager

Best android app for crypto: Crypto Coins Manager
All coins, prices, tendencies, price change alerts, favorite coins, mining profitability &much more
dragonseer
Hero Member
*****
Offline Offline

Activity: 611
Merit: 500


Anglo Saxon Crypto Enthusiast


View Profile
April 17, 2014, 11:26:00 AM
 #13314

Block explorer is working again now. http://mint.blockx.info/get/chain/MintCoin

Hey, I'm #469 on the rich list! Cool

Crypto sales and more here: https://www.ebay.com.au/usr/dragon-seer
HEISENAIR
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
April 17, 2014, 11:45:51 AM
 #13315

Seems to have gone a little quiet with the marketing side of things.

Anyone care to update how things are traveling with Merchants, plans etc?

It's hard watching others fly, when MINT has so much to offer. I realise long term is the big goal, but would be nice to see some action.
voephilis
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
April 17, 2014, 12:04:55 PM
 #13316

hey there!

Wallet is mining coins out of POS. but they don`t get confirmed. what to do?
Kergekoin
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
April 17, 2014, 12:41:23 PM
 #13317

hey there!

Wallet is mining coins out of POS. but they don`t get confirmed. what to do?

If you are sitting on latest wallet then just sit and wait Smiley They will get confirmed soon enough.

******  NB! The links below are affiliate - friend type links, which bring additional benefits both, to you and me  ******
Binance - Best Crypto Trading Platform          CoinBase - Fastest way from FIAT to Crypto
Windscribe - The quickest and easyest way to secure and anonymize your internet traffic
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
April 17, 2014, 12:46:53 PM
 #13318

Seems to have gone a little quiet with the marketing side of things.

Anyone care to update how things are traveling with Merchants, plans etc?

It's hard watching others fly, when MINT has so much to offer. I realise long term is the big goal, but would be nice to see some action.
I set up some plans regarding Mintcoin Fund, Sonoa County and merchant adoption yesterday. I'll let the minters responsible for these to announce them in due time.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
whoshero
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
April 17, 2014, 12:58:46 PM
 #13319

Seems to have gone a little quiet with the marketing side of things.

Anyone care to update how things are traveling with Merchants, plans etc?

It's hard watching others fly, when MINT has so much to offer. I realise long term is the big goal, but would be nice to see some action.
I set up some plans regarding Mintcoin Fund, Sonoa County and merchant adoption yesterday. I'll let the minters responsible for these to announce them in due time.
Hi, David.
The progress of the Mintcoin Fund ?
HEISENAIR
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
April 17, 2014, 12:59:27 PM
 #13320

Seems to have gone a little quiet with the marketing side of things.

Anyone care to update how things are traveling with Merchants, plans etc?

It's hard watching others fly, when MINT has so much to offer. I realise long term is the big goal, but would be nice to see some action.
I set up some plans regarding Mintcoin Fund, Sonoa County and merchant adoption yesterday. I'll let the minters responsible for these to announce them in due time.

Thanks for the heads up David. Great work!
Pages: « 1 ... 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 [666] 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 ... 1035 »
  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!