Author

Topic: [ANN] MonetaryUnit [MUE] - POS. MasterNodes. Funding. Governance. Services. Devs - page 154. (Read 450689 times)

legendary
Activity: 1652
Merit: 1001
Don't look at my signature!

I think my first thought was that it seems a lot, but at the same time, there is significant work involved in getting this set up, so if that's is what is needed then that is what is needed.

It's a bit of a catch 22 isn't, you need a certain figure to at least get started, but that figure may put people off.

I haven't completed a project on StartJoin, so I'm not even sure if there are limits on what you can request the funding level to be?
Perhaps as part of your campaign page you can give detail of the different levels of funding and what would be achieved maybe?
I wonder whether getting a successful initial crowdfund is actually more important that trying to get the "whole" amount first time round?

So, just thinking out loud here, maybe you could put a "minimum" of $1000 (as far as I am aware campaigns can be "over funded"?).
In your campaign page you can put some detail e.g
1) $1000 funded = basic working home page but no hardware, a further campaign for hardware will have to be created
2) $2000 funded = homepage with referral system and 6 mh of hosted mining hardware
3) $3000 funded = homepage, referral system, multiple payment options and 12 mh of hardware
4) $4000 funded = as 3 but with 30 mh of hardware
5) $5000 funded = as 3 but with 60mh of hardware & Android App

It might be worth going into how much is going to be re-invested into more hardware, where the hardware will be hosted etc
Don't forget, "idle" equipment can always be rented out on the various rig rental sites??

Thanks for your helpful advice. When establishing the campaign, I will first start with a target goal of $1000 and as long as it gets there or more than that it will be fine for our project. If it surpasses the $1000 mark, then I would be able to install big nodes as well to support the MUE network. Getting 8 connections or less to the MUE network is not enough I think since most alt coins have at least 10 or more.

I have been quiet for quite some time,  but it doesn't mean that MUECloud is not going to become a reality. It is just that I have been busy working with college stuff and whenever I have free time I will continue to work on it.

After the mining equipment and everything had been established,  I won't have to worry much about managing it and college at the same time since I will then have several partners working with the payouts and other stuff related to MUECloud.  Smiley
Sounds great, and hey, don't worry, we all have real lives to lead Smiley
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games

I think my first thought was that it seems a lot, but at the same time, there is significant work involved in getting this set up, so if that's is what is needed then that is what is needed.

It's a bit of a catch 22 isn't, you need a certain figure to at least get started, but that figure may put people off.

I haven't completed a project on StartJoin, so I'm not even sure if there are limits on what you can request the funding level to be?
Perhaps as part of your campaign page you can give detail of the different levels of funding and what would be achieved maybe?
I wonder whether getting a successful initial crowdfund is actually more important that trying to get the "whole" amount first time round?

So, just thinking out loud here, maybe you could put a "minimum" of $1000 (as far as I am aware campaigns can be "over funded"?).
In your campaign page you can put some detail e.g
1) $1000 funded = basic working home page but no hardware, a further campaign for hardware will have to be created
2) $2000 funded = homepage with referral system and 6 mh of hosted mining hardware
3) $3000 funded = homepage, referral system, multiple payment options and 12 mh of hardware
4) $4000 funded = as 3 but with 30 mh of hardware
5) $5000 funded = as 3 but with 60mh of hardware & Android App

It might be worth going into how much is going to be re-invested into more hardware, where the hardware will be hosted etc
Don't forget, "idle" equipment can always be rented out on the various rig rental sites??

Thanks for your helpful advice. When establishing the campaign, I will first start with a target goal of $1000 and as long as it gets there or more than that it will be fine for our project. If it surpasses the $1000 mark, then I would be able to install big nodes as well to support the MUE network. Getting 8 connections or less to the MUE network is not enough I think since most alt coins have at least 10 or more.

I have been quiet for quite some time,  but it doesn't mean that MUECloud is not going to become a reality. It is just that I have been busy working with college stuff and whenever I have free time I will continue to work on it.

After the mining equipment and everything had been established,  I won't have to worry much about managing it and college at the same time since I will then have several partners working with the payouts and other stuff related to MUECloud.  Smiley
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
 JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/

most of that seems to be about setting up and compiling sgminer. from that, I also found: https://bitcointalksearch.org/topic/m.13282133
which does detail how to set the wallet up. I made a change to my configuration, changing listen=0 to listen=1:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=1
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1

but it still doesn't work, and still gives me the same error.

the command i'm using to start the miner is:
Code:
ccminer-x64.exe -a quark -o localhost:29947 -u me -p x -t 4 -i 20 -d gtx980


Hopefully someone will be along to help you out.

In the mean time, is it all working OK using a pool?
You could try our devs pool www.exapool.com
newbie
Activity: 14
Merit: 0
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
 JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/

most of that seems to be about setting up and compiling sgminer. from that, I also found: https://bitcointalksearch.org/topic/m.13282133
which does detail how to set the wallet up. I made a change to my configuration, changing listen=0 to listen=1:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=1
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1

but it still doesn't work, and still gives me the same error.

the command i'm using to start the miner is:
Code:
ccminer-x64.exe -a quark -o localhost:29947 -u me -p x -t 4 -i 20 -d gtx980

legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
 JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/
newbie
Activity: 14
Merit: 0
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
 JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7

legendary
Activity: 1652
Merit: 1001
Don't look at my signature!

edit: Personally I think you should make the www.MUEcloud.xyz site active, as it's a great looking site, and will definitely be visited by potential investors.

Good idea. I will put it back online as soon as I have the time to do so today. There is a lot of work to be done in making the Crowdfunding Campaign in StartJoin. My partner and I are trying to make it look as legit as possible and gain trust from investors. I hope that once it is settled, we could reach the target goal and officially launch our service.

@bizzyb Do you think the target goal is to much to ask or is it reasonable? Target goal would be $5000
I think my first thought was that it seems a lot, but at the same time, there is significant work involved in getting this set up, so if that's is what is needed then that is what is needed.

It's a bit of a catch 22 isn't, you need a certain figure to at least get started, but that figure may put people off.

I haven't completed a project on StartJoin, so I'm not even sure if there are limits on what you can request the funding level to be?
Perhaps as part of your campaign page you can give detail of the different levels of funding and what would be achieved maybe?
I wonder whether getting a successful initial crowdfund is actually more important that trying to get the "whole" amount first time round?

So, just thinking out loud here, maybe you could put a "minimum" of $1000 (as far as I am aware campaigns can be "over funded"?).
In your campaign page you can put some detail e.g
1) $1000 funded = basic working home page but no hardware, a further campaign for hardware will have to be created
2) $2000 funded = homepage with referral system and 6 mh of hosted mining hardware
3) $3000 funded = homepage, referral system, multiple payment options and 12 mh of hardware
4) $4000 funded = as 3 but with 30 mh of hardware
5) $5000 funded = as 3 but with 60mh of hardware & Android App

It might be worth going into how much is going to be re-invested into more hardware, where the hardware will be hosted etc
Don't forget, "idle" equipment can always be rented out on the various rig rental sites??
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games

edit: Personally I think you should make the www.MUEcloud.xyz site active, as it's a great looking site, and will definitely be visited by potential investors.

Good idea. I will put it back online as soon as I have the time to do so today. There is a lot of work to be done in making the Crowdfunding Campaign in StartJoin. My partner and I are trying to make it look as legit as possible and gain trust from investors. I hope that once it is settled, we could reach the target goal and officially launch our service.

@bizzyb Do you think the target goal is to much to ask or is it reasonable? Target goal would be $5000
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
CoinPon update.

Quote
10 trial rolls have now been printed, and will be used in our trial stores along with an accompanying poster and promotion campaign.

Things are going to get interesting Smiley

http://www.CoinPon.com/advertise/

https://bitcointalksearch.org/topic/m.13537042
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Abiky, first I want to thank you for the time and effort you have put into this.

So often people just want things done for them, but you have seen an opportunity, and stepped up, and I fully respect that.

MUEcloud will be a great benefit to the coin and it's community, and hopefully would be a sustainable profit generating project for you too.

I don't want to come across as negative at all, this is just constructive feedback.
I think people will likely have big reservations investing in this crowd fund, how it is designed at the moment.
With some tweaking with how the funds are received, I think this will have a significantly better chance of being successful.

Have you considered running a www.startjoin.com campaign?
Not only would this project get some exposure to the right sort of community, also they will accept paypal and crypto payments, and most importantly, people will feel "safer" using a recognized crowd funding platform.
If you can also maybe create more detail about how the funds would be used, again, the more info. the more likely people will donate.

I want this crowdfunding campaign to be a success for you, hence my feedback, so please accept it as intended "positive, constructive feedback" Smiley

Cheers, B

Thanks for your kind constructive feedback. I will do my best to make this  crowdfunding campaign look legit and become successful. As of now, my partner is working on making the StartJoin Campaign and we are getting everything ready to make this dream become a reality. Never thought about making a campaign in StartJoin (and also the existence of StartCoin which is new to me). I will look more into this and will post here for updates related to MUECloud.

In the meantime, I will temporarily close the MUECloud site until the official Crowdfunding Campaign in StartJoin is finished.  Cheesy
All the best with that.
I have some StartCoin ready and waiting to invest Smiley

edit: Personally I think you should make the www.MUEcloud.xyz site active, as it's a great looking site, and will definitely be visited by potential investors.
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
Abiky, first I want to thank you for the time and effort you have put into this.

So often people just want things done for them, but you have seen an opportunity, and stepped up, and I fully respect that.

MUEcloud will be a great benefit to the coin and it's community, and hopefully would be a sustainable profit generating project for you too.

I don't want to come across as negative at all, this is just constructive feedback.
I think people will likely have big reservations investing in this crowd fund, how it is designed at the moment.
With some tweaking with how the funds are received, I think this will have a significantly better chance of being successful.

Have you considered running a www.startjoin.com campaign?
Not only would this project get some exposure to the right sort of community, also they will accept paypal and crypto payments, and most importantly, people will feel "safer" using a recognized crowd funding platform.
If you can also maybe create more detail about how the funds would be used, again, the more info. the more likely people will donate.

I want this crowdfunding campaign to be a success for you, hence my feedback, so please accept it as intended "positive, constructive feedback" Smiley

Cheers, B

Thanks for your kind constructive feedback. I will do my best to make this  crowdfunding campaign look legit and become successful. As of now, my partner is working on making the StartJoin Campaign and we are getting everything ready to make this dream become a reality. Never thought about making a campaign in StartJoin (and also the existence of StartCoin which is new to me). I will look more into this and will post here for updates related to MUECloud.

In the meantime, I will temporarily close the MUECloud site until the official Crowdfunding Campaign in StartJoin is finished.  Cheesy
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Don't worry these things happen, thanks for letting us know.
I believe the phrase is, if you never make mistakes, it means you're not trying Wink

I would like to announce that the Crowdfunding Campaign for the MonetaryUnit Cloud Mining Service is now live! Just visit our official site and get started today: http://muecloud.xyz

How to contribute to our cloud mining service:

1. Choose any amount you wish to donate to this service (minimum amount: $15)

2. Select preferred payment method (Paypal/Debit/Credit Cards) For BTC payments, please go to: https://www.coinbase.com/Abiky  Important: When making a BTC transaction, make sure to sign a message with it that includes your BitcoinTalk username and the Crowdfund word next to it otherwise you will not be able to qualify for free cloud mining or discounts! Example: Abiky Crowdfund

2. To be eligible to receive 3 months of free cloud mining or discounts, make sure to write your BitcoinTalk username in the “Order Notes” field. (for other payment methods besides Paypal or Debit/Credit Cards)

3. And you are done!



If you help us reach our target goal of $5,000 then we will be able to launch the service officially. Investors will get the chance to receive up to 3 months of free cloud mining hashrate or become eligible to receive exclusive discounts for any of our available hashrate.

But if we don't reach our target goal before July, then we will use raise funds to help support the MUE project such as development, more nodes, etc.

If you have any questions or comments, don't hesitate to reply here or send me a PM and I will gladly answer all of your inquiries.
Abiky, first I want to thank you for the time and effort you have put into this.

So often people just want things done for them, but you have seen an opportunity, and stepped up, and I fully respect that.

MUEcloud will be a great benefit to the coin and it's community, and hopefully would be a sustainable profit generating project for you too.

I don't want to come across as negative at all, this is just constructive feedback.
I think people will likely have big reservations investing in this crowd fund, how it is designed at the moment.
With some tweaking with how the funds are received, I think this will have a significantly better chance of being successful.

Have you considered running a www.startjoin.com campaign?
Not only would this project get some exposure to the right sort of community, also they will accept paypal and crypto payments, and most importantly, people will feel "safer" using a recognized crowd funding platform.
If you can also maybe create more detail about how the funds would be used, again, the more info. the more likely people will donate.

I want this crowdfunding campaign to be a success for you, hence my feedback, so please accept it as intended "positive, constructive feedback" Smiley

Cheers, B
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
Don't worry these things happen, thanks for letting us know.
I believe the phrase is, if you never make mistakes, it means you're not trying Wink

I would like to announce that the Crowdfunding Campaign for the MonetaryUnit Cloud Mining Service is now live! Just visit our official site and get started today: http://muecloud.xyz

How to contribute to our cloud mining service:

1. Choose any amount you wish to donate to this service (minimum amount: $15)

2. Select preferred payment method (Paypal/Debit/Credit Cards) For BTC payments, please go to: https://www.coinbase.com/Abiky  Important: When making a BTC transaction, make sure to sign a message with it that includes your BitcoinTalk username and the Crowdfund word next to it otherwise you will not be able to qualify for free cloud mining or discounts! Example: Abiky Crowdfund

2. To be eligible to receive 3 months of free cloud mining or discounts, make sure to write your BitcoinTalk username in the “Order Notes” field. (for other payment methods besides Paypal or Debit/Credit Cards)

3. And you are done!



If you help us reach our target goal of $5,000 then we will be able to launch the service officially. Investors will get the chance to receive up to 3 months of free cloud mining hashrate or become eligible to receive exclusive discounts for any of our available hashrate.

But if we don't reach our target goal before July, then we will use raise funds to help support the MUE project such as development, more nodes, etc.

If you have any questions or comments, don't hesitate to reply here or send me a PM and I will gladly answer all of your inquiries.
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Hi there,

Is there any news in terms of new projects being startef for MUE.
It's been a while now.
Hi,yeah we have loads going on.

We have a secret project by Roslinpl in beta in the next month or so

www.CoinPon.com undergoing pilot testing in several stores imminently

www.muecloud.xyz crowd funding starts this weekend I believe

www.Cryptocoinmarketcap.com development plans over the coming months

Plans to integrate "in wallet" MUE purchasing under development

www.BitcoinPrizeDraw.com to be developed and automated over the coming months

Still looking for an exchange to host our savings and loans services

All plans are targeted to generate profit, and using that to pay devs and a significant portion to be directed to MUE buy support on the exchanges.

I strongly believe we could see a 2000 sat MUE price towards the end of this year.

Other than that, nothing going on Wink
Can't wait for bitcoinprizedraw to be automated, has there been any manual drawings lately? I haven't been keeping up on MUE happenings.  Lips sealed
No, fact is we couldn't afford to do another one.
The design was flawed and unsustainable.

This new design will be sustainable though.
A BTC draw with discount for entries paid in MUE Smiley It will of course accept BTC and ideally a whole load of other ALTs too, but only MUE will benefit from a discount, which will hopefully bring people to the exchanges to buy it or mine it.

Really a nice way to increase use and demand of Mue, congratulation Dev, it is very good to see Devs taking it seriously, Dev what do you think about create a small fund of pos altcoins for sell the stakes and buy MUE in open market?
Hi, thanks for taking the time to join in discussion.
What do you suggest would be a good way to go about doing this? (Is there a better way than having lots of POS wallets all running on one PC?)
legendary
Activity: 966
Merit: 1000
Hi there,

Is there any news in terms of new projects being startef for MUE.
It's been a while now.
Hi,yeah we have loads going on.

We have a secret project by Roslinpl in beta in the next month or so

www.CoinPon.com undergoing pilot testing in several stores imminently

www.muecloud.xyz crowd funding starts this weekend I believe

www.Cryptocoinmarketcap.com development plans over the coming months

Plans to integrate "in wallet" MUE purchasing under development

www.BitcoinPrizeDraw.com to be developed and automated over the coming months

Still looking for an exchange to host our savings and loans services

All plans are targeted to generate profit, and using that to pay devs and a significant portion to be directed to MUE buy support on the exchanges.

I strongly believe we could see a 2000 sat MUE price towards the end of this year.

Other than that, nothing going on Wink
Can't wait for bitcoinprizedraw to be automated, has there been any manual drawings lately? I haven't been keeping up on MUE happenings.  Lips sealed
No, fact is we couldn't afford to do another one.
The design was flawed and unsustainable.

This new design will be sustainable though.
A BTC draw with discount for entries paid in MUE Smiley It will of course accept BTC and ideally a whole load of other ALTs too, but only MUE will benefit from a discount, which will hopefully bring people to the exchanges to buy it or mine it.

Really a nice way to increase use and demand of Mue, congratulation Dev, it is very good to see Devs taking it seriously, Dev what do you think about create a small fund of pos altcoins for sell the stakes and buy MUE in open market?
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Hi there,

Is there any news in terms of new projects being startef for MUE.
It's been a while now.
Hi,yeah we have loads going on.

We have a secret project by Roslinpl in beta in the next month or so

www.CoinPon.com undergoing pilot testing in several stores imminently

www.muecloud.xyz crowd funding starts this weekend I believe

www.Cryptocoinmarketcap.com development plans over the coming months

Plans to integrate "in wallet" MUE purchasing under development

www.BitcoinPrizeDraw.com to be developed and automated over the coming months

Still looking for an exchange to host our savings and loans services

All plans are targeted to generate profit, and using that to pay devs and a significant portion to be directed to MUE buy support on the exchanges.

I strongly believe we could see a 2000 sat MUE price towards the end of this year.

Other than that, nothing going on Wink
Can't wait for bitcoinprizedraw to be automated, has there been any manual drawings lately? I haven't been keeping up on MUE happenings.  Lips sealed
No, fact is we couldn't afford to do another one.
The design was flawed and unsustainable.

This new design will be sustainable though.
A BTC draw with discount for entries paid in MUE Smiley It will of course accept BTC and ideally a whole load of other ALTs too, but only MUE will benefit from a discount, which will hopefully bring people to the exchanges to buy it or mine it.
sr. member
Activity: 344
Merit: 250
Feed me btc ^
Hi there,

Is there any news in terms of new projects being startef for MUE.
It's been a while now.
Hi,yeah we have loads going on.

We have a secret project by Roslinpl in beta in the next month or so

www.CoinPon.com undergoing pilot testing in several stores imminently

www.muecloud.xyz crowd funding starts this weekend I believe

www.Cryptocoinmarketcap.com development plans over the coming months

Plans to integrate "in wallet" MUE purchasing under development

www.BitcoinPrizeDraw.com to be developed and automated over the coming months

Still looking for an exchange to host our savings and loans services

All plans are targeted to generate profit, and using that to pay devs and a significant portion to be directed to MUE buy support on the exchanges.

I strongly believe we could see a 2000 sat MUE price towards the end of this year.

Other than that, nothing going on Wink
Can't wait for bitcoinprizedraw to be automated, has there been any manual drawings lately? I haven't been keeping up on MUE happenings.  Lips sealed
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!

Pretty excited about this, and I think it's totally reasonable you won't be accepting MUE during the crowd fund.
You may want to consider the shifty tool to increase the reach of alts you accept during the crowdfund, just an idea.
https://shapeshift.io/site/tools/shifty-button

I guess that I have announced the launch of the crowdfunding campaign too early. The site and everything is all ready for launch, however I am having issues setting up the Bitcoin payment gateway into the site. Because of this, I have not been able to publish the crowdfund yet, but I hope to have all this sorted out during this week. It should take no more than 3 to 4 days. Sorry for any inconvenience.  Sad
Don't worry these things happen, thanks for letting us know.
I believe the phrase is, if you never make mistakes, it means you're not trying Wink
legendary
Activity: 1064
Merit: 1000
I better hurry to have some BTC to participate!!!
MUE;2016 is yours  Grin
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games

Pretty excited about this, and I think it's totally reasonable you won't be accepting MUE during the crowd fund.
You may want to consider the shifty tool to increase the reach of alts you accept during the crowdfund, just an idea.
https://shapeshift.io/site/tools/shifty-button

I guess that I have announced the launch of the crowdfunding campaign too early. The site and everything is all ready for launch, however I am having issues setting up the Bitcoin payment gateway into the site. Because of this, I have not been able to publish the crowdfund yet, but I hope to have all this sorted out during this week. It should take no more than 3 to 4 days. Sorry for any inconvenience.  Sad
Jump to: