Bitcoin Forum
May 30, 2024, 11:34:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 64 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ New Features! ~ Oct Signup Free Distribution! on: September 29, 2014, 09:23:54 PM
Yeah, about that, so a person who has spent a few hours on a logo gets 3k PMP shoved up their butt, which is essentially a huge sum compared to the total of PMP in existance? Just checking.

We mentioned couple of times in this thread already how important it is to have a good logo for the project. It will appear on all our products and everywhere where the coin is mentioned. That is why, and in order to have good quality work, PMP team has decided to have a really attractive prize for the winner. Besides, how much of fiat money would you pay for the logo design of a small company/ start-up?


Good point.
Keep in mind no one knows exactly what 3000 PMP will be worth. People got handed 80+80 for just signing up (doing nothing) and another 100 for taking part in the PoA campaign. If you can get 260 for doing very little then getting 10x that amount for producing a logo doesn't seem very far fetched, does it?

I've been tied up with personal matters and work as well but we've got some great news coming. Unfortunately I'm not at liberty to say more at this time. Please everyone keep in mind you can already use your PMP on the official dice site www.PMPdice.com.
We've also got another gambling site in the works which is a new wheel gambling game.
And also keep in mind all though I am not posting constant replies to this thread, we are still developing and planning features for the future.

2  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [PMP] Premine Plus Logo Contest - Earn 3000 PMP on: September 27, 2014, 11:18:38 AM
Sorry for the delay guys, we had a late submission that asked us very nicely to wait a day or two so they could submit their work.
Uki is handling this thread and he's had some business to take care of that prevents him from spending much time here but we will post more info very soon.

Thanks for all the wonderful submissions!

Keep your eyes open for an upcoming announcement!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 26, 2014, 12:35:51 PM
DICE site is now fully operational and working.
Please check: www.pmpdice.com

Further features will be added soon!


When you try to deposit you only get the "Deposit code image"
Address is written in white, or hidden. You can only see when you select it by dragging a box over it with your cursor.

Code:
        content:"<br><small>Please send <b>minimum 0.00001</b> PMP </small><br><br><div id=\"_dp_addr\" style=\"height: 30px;\"></div><div id=\"fqrcode\" style=\"margin-top:5px;margin-left:80px;width:256px;height:256px;\"></div><br><small><small><a class=\"microbuttons\" href=\"#\" onclick=\"javascript:generateNewAddress();return false;\"><button class=\"btn btn-success\">Generate Address</button></a> <a href=\"#\" onclick=\"javascript:generateNewAddress();return false;\"></a>  <a class=\"microbuttons\" href=\"#\" onclick=\"javascript:return viewPending();\"><button class=\"btn btn-success\">Pending Deposits</button></a> <a href=\"#\" onclick=\"javascript:return viewPending();\"></a></small></small><br><br><div class=\"alert alert-warning alert-dismissable\"><font color=\"ff0000\">This address is for a <b>single</b> use! <br>If you use again to deposit, your deposit amount will not seen on your balance.</font></div>",

I can't find any font styling on the text. That can be fixed with correctly wrapping that part of the code in of <font color=\"000\">content</font>, or applying a div id tag that has a font style in the CSS stylesheet.

I hate web design, though, so that's as much as I'm willing to point out.

Don't tell me how to style my code you dick
I forgot the address was using the <big> tag font, which I changed the style of elsewhere on the site.
Easy fix.
Address is readable now.
Don't forget to password protect your unique player address!


4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 23, 2014, 11:06:59 PM
What's the most innovative feature for PMP?

PMP will be the first PoStx coin which will combine the security benefits of PoS systems with the mining and participation reward of PoW systems.
We are also working on a simple anonymous send feature/service that will interface directly with the wallet.

PMP will be completely community driven in the future as soon as our quasi block reward donation system is in place (we don't have a name for this yet).
But I would say its number one feature is its fully free distribution to everyone equally.
Unlike most of these ninja launch PoW coins with their 2-5 day mining windows that only allow a select few to gather all the coins; our project has a 6 month distribution window allowing everyone to get on board without missing out.


5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 23, 2014, 06:41:36 PM
is the giveaway still available ?
The monthy giveaways are still ongoing, next one is in right over a week so sign up now if you havent!

The PoA Campaign is over for now. =)

I signed up a few days ago but im still not on the list

Only processing applicants once a week now.
don't worry, everyone who applies before the 30th will be added.
Got some news on the way guys!

6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 20, 2014, 04:01:18 PM
I've made a small change to add a menu comnmand to copy txid from the trasnactions window.
That helps when trying to use the new in-wallet block explorer. You can directly copy a tx's txid and paste that in the block explorer. Feel free to use or modify.

Code:
From 4e5ca9d431430ea15245f4335ffeca97dd7a45a9 Mon Sep 17 00:00:00 2001
From: moneromooo <moneromooo@users.noreply.github.com>
Date: Sat, 20 Sep 2014 15:18:01 +0100
Subject: [PATCH] transactionview: add a menu command to copy txid

Useful for use with the new block explorer window
---
 src/qt/transactionview.cpp | 8 ++++++++
 src/qt/transactionview.h   | 1 +
 2 files changed, 9 insertions(+)

diff --git a/src/qt/transactionview.cpp b/src/qt/transactionview.cpp
index 5dd55db..ef574a0 100644
--- a/src/qt/transactionview.cpp
+++ b/src/qt/transactionview.cpp
@@ -132,6 +132,7 @@ TransactionView::TransactionView(QWidget *parent) :
     QAction *copyAddressAction = new QAction(tr("Copy address"), this);
     QAction *copyLabelAction = new QAction(tr("Copy label"), this);
     QAction *copyAmountAction = new QAction(tr("Copy amount"), this);
+    QAction *copyTXID = new QAction(tr("Copy txid"), this);
     QAction *editLabelAction = new QAction(tr("Edit label"), this);
     QAction *showDetailsAction = new QAction(tr("Show transaction details"), this);
 
@@ -139,6 +140,7 @@ TransactionView::TransactionView(QWidget *parent) :
     contextMenu->addAction(copyAddressAction);
     contextMenu->addAction(copyLabelAction);
     contextMenu->addAction(copyAmountAction);
+    contextMenu->addAction(copyTXID);
     contextMenu->addAction(editLabelAction);
     contextMenu->addAction(showDetailsAction);
 
@@ -154,6 +156,7 @@ TransactionView::TransactionView(QWidget *parent) :
     connect(copyAddressAction, SIGNAL(triggered()), this, SLOT(copyAddress()));
     connect(copyLabelAction, SIGNAL(triggered()), this, SLOT(copyLabel()));
     connect(copyAmountAction, SIGNAL(triggered()), this, SLOT(copyAmount()));
+    connect(copyTXID, SIGNAL(triggered()), this, SLOT(copyTXID()));
     connect(editLabelAction, SIGNAL(triggered()), this, SLOT(editLabel()));
     connect(showDetailsAction, SIGNAL(triggered()), this, SLOT(showDetails()));
 }
@@ -323,6 +326,11 @@ void TransactionView::copyAmount()
     GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::FormattedAmountRole);
 }
 
+void TransactionView::copyTXID()
+{
+    GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxIDRole);
+}
+
 void TransactionView::editLabel()
 {
     if(!transactionView->selectionModel() ||!model)
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h
index 4ade3ec..57f59e7 100644
--- a/src/qt/transactionview.h
+++ b/src/qt/transactionview.h
@@ -65,6 +65,7 @@ private slots:
     void editLabel();
     void copyLabel();
     void copyAmount();
+    void copyTXID();
 
 signals:
     void doubleClicked(const QModelIndex&);
--
1.9.3

Very helpful as usual!
I'll add that as soon as I'm finished a side project I'm working on.
I got tired of waiting for that flake to fix the old dice site so I'm creating one myself.
This way, the team has full control over it and it is secure.

It's up and working!! Tested and deposits working correctly.

Just updating the nameservers to point to the VPS now.
I want to make some changes to the front end and then I'll be releasing it to the community.
I have another service on the way as well Cheesy


7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 20, 2014, 03:59:56 PM
I remember during PMC where we talked about looking for a pool that would allow you to indirectly mine PMC by mining other currencies, selling them, then buying up PMC. Are there still any POS mining pools around? They used to be quite popular.

The problem is if you don't have enough hashrate, the payouts will be quite low and so it does make sense economically to mine that Pool.
There was a new upcoming multipool that offered to support PMP as a payout option. I'll look into that.


8  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [PMP] Premine Plus Logo Contest - Earn 3000 PMP on: September 17, 2014, 11:37:15 AM
seems so much bounties about logo , maybe i should learn some photoshop skills
 Angry

maybe you should!
This logo is going to be used on everything for the foreseeable future, so it is a very important task.
The reward should reflect this.


9  Economy / Digital goods / Re: CoinJack - start your own blackjack casino! on: September 17, 2014, 08:53:06 AM
just my 2 cents for the BJ. the player should get the first card then the house etc., your script it is vice versa.



Yes, Blackjack is played right-to-left then dealer.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 16, 2014, 11:07:57 PM
Fixed chat user list bug!
new wallets: https://mega.co.nz/#!jUJHlTgJ!4ntrbyQEAdRfrB13OE9W8o-dGXSmvkL_axjFeMC38O8

11  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [PMP] Premine Plus Logo Contest - Earn 3000 PMP on: September 16, 2014, 10:45:33 AM
 



Very interesting and very clear!
Might want to try a few color variations as well.

What about with two blue tone colors?


(excuse the jaggedy lines)
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 16, 2014, 08:27:12 AM
finally an exchange and i sold way too low :/ Of course still holding some PMP.

Some idiot sold for 0.000025/PMP  Undecided
Are you kidding? our coin only has a coin cap of 666k and we haven't even released our flagship features!
We're still actively developing and you sell your stake for roughly 1 dollar?



What, you just 'really, reeeaaally needed a dollar for something'



If you are going to sell your PMP, why do it for a few cents?
Might as well keep them instead of throwing them away for nothing.
13  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [PMP] Premine Plus Logo Contest - Earn 3000 PMP on: September 16, 2014, 08:04:58 AM

http://imgur.com/4i9w0Sb

LOGo 2 is the best one.


Why didn't you just quote the image  Cheesy





Aww what happened to the 'shiny' version? that one looked great too and it scaled pretty well:

PreminePlus

14  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [PMP] Premine Plus Logo Contest - Earn 3000 PMP on: September 16, 2014, 02:26:36 AM



This ones very, very interesting but would look better flat.
for example:

or


gradients do not scale well and should be avoided for logos
hence:
and


Anyway great work so far!
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 15, 2014, 08:26:21 PM
Hm, judging by the activity in this thread for the last month my bet is on PMP being dead before going live on an exchange.

The only way PMP would be "dead" is if I and the rest of the team stopped working on the project.
I've got more support now and we are working on some pretty interesting features so I wouldn't count on us giving up when we've only just started.
We've got a unique staking4tx system planned out and a simple anonymous send feature in the works.
As well there are some more services (gambling sites) on their way. Everyone likes gambling right?  Grin


16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 15, 2014, 03:59:57 AM
I downloaded new wallet, and i am pleased that this coin is moving up, slowly but steady.
Will ever be pow mining and logo contest ?

Hi there,
yes uki will be making a logo contest thread this week to get us started as we didn't really create one as intended.
We've got a few submissions so far and we will add them to the thread. Everyone who participates will receive a reward for their time and effort too. I assume based on your name that you are a graphic designer  Tongue
Looking forward to seeing your submission!

17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 14, 2014, 10:23:48 AM
wow.Another long-term project...I have annonced a free share but i don't know why i was rejected.whatever i will follow the project

You were never rejected. I have you on the list here, #707 - life2you - PEUWrvsj4P8jpov3M9oRMgXnAJHPfRWdvh
The block explorer shows that you have received 2 giveaways:
http://www.coinexplorers.com/address/PEUWrvsj4P8jpov3M9oRMgXnAJHPfRWdvh

If you are having difficulties with the wallet you need to speak up. I'm usually available to help via PM or IRC.


If anyone missed it, the new wallet with Mini Block Explorer is here at https://mega.co.nz/#!3RAG2JLJ!7DPAHLxNLjIot90pei46vrp-xC2FkNue5N8WZN6UbH8

18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Oct giveaway SIGNUP NOW! on: September 13, 2014, 08:58:44 AM
when PMP will be listed on a Exchange  Roll Eyes Huh
never  Tongue

Announcement time guys!
I've just finished the built-in block explorer for the wallet.
It's not fancy but it allows you to verify or inspect transactions manually.



I'll be pushing the new code to the github and I'll release the new version of the wallet tomorrow.
Got more big news coming as well.

19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Sept giveaway SIGNUP NOW! on: September 07, 2014, 12:18:08 PM
Hey guys! I'm still here working in the background.
Uki has got a bunch of news for you guys and hes going to be rolling it out slowly.


after I  received the first email ,Many days passed,I never received the  next  mail about this coin,why??

Which email were you expecting?

Working on converting, glad I checked in on PMC!  Just curious is there any more giveaways planned, or are the all done?

Glad to have you aboard!
Theres been some issues with some people getting PMC to sync up so they can swap but I think slowly they are happening.

There are 4 more months of giveaways, lots of bounties, some more contests in the works and plenty of updates!
Ctenc is working on a great proactive PoA campaign which you can take part in to get even more PMP.

Sorry for the delay on the september giveaway, theres so much going on I'm losing track of things but I've got more help now!

Also I'm with Nullu on this, an exchange is somewhat of a necessary evil to provide certain services (merchant support, multipool, etc) but at this fragile point it would most likely be detrimental to the success of the coin. We are still in development, we've got lots more in store before we open it up to exchanges.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Sept giveaway SIGNUP NOW! on: September 05, 2014, 08:21:48 PM


PMP is still in distribution phase. Phase 3 started now and you can apply for the September giveaway. See the OP how it works!
Nice job,i have applied for a share but i was rejected.This time i will have a try,hope i can get a free share.

You were rejected because of these suspicious subsequent entries:

Quote
Summary - Finley
Name:    Finley
Posts:    129
Activity:    126
Position:    Full Member
Date Registered:    December 28, 2013, 03:59:35 AM
Last Active:    August 20, 2014, 10:42:31 AM
Local Time:    September 05, 2014, 07:43:18 PM

Summary - Pipi
Name:    Pipi
Posts:    131
Activity:    112
Position:    Member
Date Registered:    December 21, 2013, 08:19:55 AM
Last Active:    Today at 12:45:44 AM
Local Time:    September 05, 2014, 07:43:19 PM

Summary - kingtan
Name:    kingtan
Posts:    133
Activity:    112
Position:    Member
Date Registered:    December 19, 2013, 02:53:29 AM
Last Active:    Today at 12:29:56 AM
Local Time:    September 05, 2014, 07:43:19 PM

Summary - escapeX
Name:    escapeX
Posts:    133
Activity:    126
Position:    Full Member
Date Registered:    December 24, 2013, 03:09:56 AM
Last Active:    September 03, 2014, 11:46:10 PM
Local Time:    September 05, 2014, 07:43:20 PM

Summary - Eleonore
Name:    Eleonore
Posts:    131
Activity:    126
Position:    Full Member
Date Registered:    December 28, 2013, 03:18:11 AM
Last Active:    September 04, 2014, 12:56:36 AM
Local Time:    September 05, 2014, 07:43:21 PM

Summary - Giorgia
Name:    Giorgia
Posts:    129
Activity:    126
Position:    Full Member
Date Registered:    December 28, 2013, 05:09:35 AM
Last Active:    September 04, 2014, 02:28:57 AM
Local Time:    September 05, 2014, 07:57:18 PM

Summary - F22Raptor
Name:    F22Raptor
Posts:    132
Activity:    126
Position:    Full Member
Date Registered:    December 05, 2013, 06:45:28 AM
Last Active:    September 04, 2014, 03:29:19 AM
Local Time:    September 05, 2014, 07:57:14 PM

etc etc.

Date of PMP signups:
Quote
July 15, 2014, 06:50:10 AM
July 15, 2014, 06:53:02 AM
July 15, 2014, 06:56:30 AM
July 15, 2014, 06:59:51 AM
July 15, 2014, 07:03:51 AM
July 15, 2014, 07:09:33 AM
etc.

All with the same incorrectly spelled subject: "adress"

All of these applicants signed up within 3 minutes of each other.

All right, so 6+ people sign up for the giveaway, one after the other, all within a matter of minutes, all with about the same amount of posts, all created within a few days to a week of each other, with the same time zones, all with similar last post dates, almost identical activity, also using the same subject line  Shocked

Coincidence?

Maybe...  Roll Eyes
but then all of these accounts use the same broken english and chinese in their previous posts.
It's quite obvious what you are doing.

I'm fucking sick of people trying to take advantage of everything.



Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 64 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!