Bitcoin Forum
May 30, 2024, 09:15:29 AM *
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 »
21  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] TreasureChest - Earn Ethereum Forever on: April 15, 2016, 12:39:28 PM
well the web developer has quit, so i dont know if the project will go on or not

In other words you are not interested in promoting this project? I see you have created a new project, but completely forgot about this project.

I would promote it, but tell me tips how?

I dont abandon my projects, it's just that i need tips from the community Smiley

Site/Dapp/Forums/Twitter/Facebook/Etc

This project almost died because you are not interested in promoting it. Look, even this message raised your topic in the first lines of this forum.

It's great idea. I was written message in my twitter, and if you don't mind I can try to translate on russian and will post topic in the Russian-speaking branch. 

Sure that would be a great help. I`m searching for a new web developer now.

Stay tuned,i might put up a wordpress website soon!
22  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVenturesFinal on: April 12, 2016, 06:40:32 PM

First of all, how are you ponzis currently going?

Second, thanks for your wrong and inaccurate feedback. I love retaliation feedbacks. What i dont like about it you didnt leave a reference, which makes you look stupid. If you dont like my feedback on you, which you got for running a ponzi, i would like to ask you to change your feedback to something like "whywefight is a fucktard trust abuser and idiot, alt of lutpin. beware!" or something like that.

in addition i asked you for hints for other ponzi scammers, like you, because you cried i only tagged you. You were tagged because someone brought you to my attention.

Well i didnt think ether contracts will turn in such a fun. thanks for proving those contracts are scamm too.

I dont care about the drama here, i am just the messenger.

I am moving to Waves and Lisk now anyway, Ethereum is not good anymore.

I have changed the trust on your page, yea you are not a suckpupet, but you are still a trust abuser
23  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVenturesFinal on: April 12, 2016, 01:44:55 PM
What do you mean scammed?

His pc got hacked and the ETH account got hacked by rubixi, and he stole all Eth from the contract.

He also stole all his bitcoin he had on his PC.

I talked with him on skype, he is very sad now.

He cannot login anymore to his forum account because rubixi changed his password:

https://bitcointalk.org/index.php?action=trust;u=803185
24  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthBank on: April 10, 2016, 06:26:50 AM
Good job. Although I have some questions about stuff I don't understand yet.

Code:
    // add a new participant to the system and calculate total players
    Total_Savers=depositors.length+1;
    depositors.length += 1;
    depositors[depositors.length-1].etherAddress = msg.sender;
    depositors[depositors.length-1].amount = amount;

I don't get why you add one and at the next line you subtract one.

edit: I got it, because adding the new depositor in the array would also increase depositors.length

Yes, the length must be integral, 1 spot hosts 1 value.

However the enumeration starts from 0 not 1.

So the first value is 0, the 2nd is 1, the 3rd is 2, and so on.

It's n-1.
25  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthBank on: April 09, 2016, 01:26:27 PM

My web developer has quit, and people weren't very interested in it.

This one is much more innovative and robust, because it doesnt stop paying out.

Any ponzi collapses after too many deposits, but here we have a conservative payout system, it can last many years:

Because no one knows anything about it, I did not see that you at least tried to create a promo on Dapp/Forum/Etc

Your first project has only about 80 coins

Can you post it for me on the Ethereum forum? I cannot make there account, it says it needs admin approval when I register, but I e-mailed them twice and no response.

The ETH forum is invite-only, as it looks like. If you have account there, please make a post there Smiley
26  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] TreasureChest - Earn Ethereum Forever on: April 09, 2016, 01:22:37 PM
well the web developer has quit, so i dont know if the project will go on or not

In other words you are not interested in promoting this project? I see you have created a new project, but completely forgot about this project.

I would promote it, but tell me tips how?

I dont abandon my projects, it's just that i need tips from the community Smiley
27  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthBank on: April 09, 2016, 01:20:43 PM

My web developer has quit, and people weren't very interested in it.

This one is much more innovative and robust, because it doesnt stop paying out.

Any ponzi collapses after too many deposits, but here we have a conservative payout system, it can last many years:

Look:

Code:
if(Total_Deposited * 80/100 < Balance )  //if balance is at 80% or higher, then pay depositors
{
 


    while (Balance > depositors[nr].amount * Interest_Rate/100 && nr<depositors.length)  //exit condition to avoid infinite loop
    {
      payout = depositors[nr].amount *Interest_Rate/100;                           //calculate pay out
      depositors[nr].etherAddress.send(payout);                        //send pay out to participant
      Balance -= depositors[nr].amount *Interest_Rate/100;                         //Balance update
      Total_Paid_Out += depositors[nr].amount *Interest_Rate/100;                 //update paid out amount
      nr += 1;                                                                         //go to next participant
    }
   
Message="The Full Interest has been paid to Depositors!";
}
else 
{
if(Total_Deposited * 60/100 < Balance )  //if balance is at 60% or higher, then pay depositors with half interest
{
 


    while (Balance > depositors[nr].amount * Interest_Rate/200 && nr<depositors.length)  //exit condition to avoid infinite loop
    {
      payout = depositors[nr].amount *Interest_Rate/200;                           //calculate pay out
      depositors[nr].etherAddress.send(payout);                        //send pay out to participant
      Balance -= depositors[nr].amount *Interest_Rate/200;                         //Balance update
      Total_Paid_Out += depositors[nr].amount *Interest_Rate/200;                 //update paid out amount
      nr += 1;                                                                         //go to next participant
    }
   
Message="Funds are between 60% and 80%, so only Half Interest has been paid!";

28  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVenturesFinal on: April 09, 2016, 10:16:39 AM
You know guys you can add Your Own attachments too, to this project:



I just did that, I attached my Ethbank to your Ethventures!

I hope it will work, i`m a shareholder too Cheesy

https://bitcointalk.org/index.php?topic=1431266.0
29  Alternate cryptocurrencies / Service Announcements (Altcoins) / [ETH] EthBank on: April 09, 2016, 10:15:11 AM

Hello, this is a long term investment bank. Every depositor gets paid out after a new depositor joins. The paid out amount is set by the "Interest Rate" that can be modified by me, currently it is set to 2%. This app is created so that you can safely store your Ether for longer term, and still earn good profit every day.

The bank has also conservative management, so that it can pay out longer. When the balance is below 80%, the interest rate is cut to half, and so on. This project will last long so, you can safely deposit ether in it.

Deposit now 10 Ether, and after 10 investors you will earn 2 Ether. After 100 investors you will earn 20 Ether, and so on!



How to Invest:

Deposit minimum 0.2 Ether
0x60acd43314d93f38507f3fd12e84225a5a099229









This app is also an attachment to EthVenturesFinal, so all fees will go to the shareholders!
30  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVentures3 on: April 08, 2016, 12:33:13 PM
EthVenturesFinal

⚫ Final version, no more updates, all bugs fixed this time!
⚫ Extra safety protocols, now the funds cannot be stuck there anymore in case of an emergency
⚫ Extra features, now the message function will send messages after every event
⚫ Transparency: If the manager does something, the message function will show it
⚫ It works this time, i promise!


https://etherscan.io/address/0x41f2d5040726c5328f8366f17041ec012ac8f338#code



New features:


To avoid the tragedy with Ethventures4
Code:
//********************************************EMERGENCY BALANCE RESET
//In case any errors happen the balance can be modified manually, it will only be used as last resort!
function EmergencyBalanceReset(uint new_balance) manager
{
balance = new_balance;
Message_To_Investors="The Balance has been edited by the Manager!";
}

Manually deposit, transfer from earlier contracts
Code:
//The manager can deposit manually from previous version's balances
function ManualDeposit() manager
{
totaldeposited+=msg.value; //update deposited amount manually
balance+=msg.value; //update balance amount manually

Message_To_Investors = "Manual Deposit received from the Manager";
}


Manually add investor, with transparency feature
Code:
//********************************************MANUALLY ADD INVESTORS
//The manager can add manually the investors from the previous versions,
//so that those that invested in the older versions can join us in the new and updated versions
function NewManualInvestor(address new_investor , uint new_amount) manager
{
total_investors=investors.length+1;
investors.length += 1; //increment first
investors[investors.length-1].etherAddress = new_investor;
investors[investors.length-1].amount = new_amount;
investors[investors.length-1].percentage_ownership = new_amount /totaldeposited*10000000000;

Message_To_Investors="New manual Investor has been added by the Manager!"; // you can see if the newest investor was manually added or not, this will add transparency to the contract, since this function should only be used in emergency situations.
// This will ensure that the manager doesn't add fake investors of his own addresses.
}


Also now everytime the manager makes a change, the Message_To_Investors will show it, this way the contract stays transparent Smiley



I will review your code, but at first sight it looks perfect.

Also i like the new features, i hope it will be big success!
31  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVentures3 on: April 07, 2016, 05:17:39 PM
Don't trust the guy that says to trust the scammer Smiley

Ethereum is about making contract that don't need us to trust the creator.

This scam is retarded lol

I think you are a troll, you are shilling too much on Kakatsuki's threads.

And also Kakatsuki is a competitor with the OP, so i might sense there some jealousy Cheesy Cheesy

Am I right?
32  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVentures3 on: April 07, 2016, 05:14:34 PM
Yeah, scammers tend to earn people's trust before screwing them over. Nobody can be trusted. It's nothing personal, really. It's just the way of the world.

Thats junk, i got negative trust, but i havent scammed anybody.

So trust level doesnt matter, what matters is how good the project is, and i think this contract has a lot of future, so there is no reason for the OP to run away.
33  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] SimpleDice - EthVentures3 attachment on: April 07, 2016, 05:12:22 PM
Hmm this one looks better dude, much much better than the previous, it seems like you have been working hard in the past days.

I really like that, you are a very dedicated person to your work, and that can be admired in a developer.
34  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVentures3 on: April 07, 2016, 05:08:56 PM
No matter how hard you worked, if people deposit 100ETH, it's already good enough to be tempted to run away with the money. I like the concept and everything, but I'd never take a risk like that. The whole point of smart contracts is to let the contract handle things in a trustless way, this is no different than a ponzi right now. In fact, it's even worse because you have the ability to take everything anytime you want.

Nah i think its ok, no contract is perfect, but its good to have some control over it to manage it if an emergency comes.

Just look at the other ponzis, where the money is stuck forever,  i`m not sure if that is a good solution.

I think the OP is pretty trustable, i talked with him on skype and he seems like a very decent and kind person.
35  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] ethpyramid.tk Dynamic Pyramid *Highest Volume* 0% Fee 50+ ether on: April 07, 2016, 08:40:37 AM
I was using this in the past days, i have good results so far, keep up the good work
36  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] Ventures on: April 07, 2016, 06:05:38 AM
Dude you are a genius, i am developing javascript for over 8 years and i could not program this well.

And you are a complete newbie and make a fully working decentralized business like this, i am simply amazed. I tell you my friend you are gifted, so use your gift as best as possible !

Congratulations, i will study your code, i hope to learn from it.
37  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] TreasureChest - Earn Ethereum Forever on: April 07, 2016, 06:01:43 AM
well the web developer has quit, so i dont know if the project will go on or not
38  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] TreasureChest - Earn Ethereum Forever on: April 03, 2016, 05:36:21 AM
Ok we will have to wait 1 week then with the website because nobody loaned me 0.15BTC, so i`ll pay my developer after i get my salary.

So hang in there!
39  Other / Archival / Re: Need a 8 day loan to pay my website developer! on: April 03, 2016, 05:34:16 AM
thanks for not helping out...
40  Other / Archival / Re: Need a 8 day loan to pay my website developer! on: April 01, 2016, 11:28:22 PM
I asked you more than once why your ponzi is different from others. You failed doing so. I am still waiting for you to explain why the operator can not run with the money.

because that is how it's coded, look at the source code it's 100% public and transparent

but you are a trust abuser because you only give me negative trust and no other people
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!