Bitcoin Forum
April 26, 2024, 12:28:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 »  All
  Print  
Author Topic: [ETH] EthVenturesFinal  (Read 4374 times)
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 08, 2016, 02:18:48 PM
 #41

Yeah, the first one after the previous investors lost their money, lol. I hope you guys learnt something from this.

The code is fixed now, i lost money too. It wont happen again.

But you see this is why the emergency function is needed, of course in v4 it malfunctioned because the balance remained 0.

I will recover my investors funds, dont worry, we will make so much profits in the next weeks that everyone will forget this minor mistake.

But damn the etherscan website is bugged as hell, cant even upload source code!
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714134514
Hero Member
*
Offline Offline

Posts: 1714134514

View Profile Personal Message (Offline)

Ignore
1714134514
Reply with quote  #2

1714134514
Report to moderator
1714134514
Hero Member
*
Offline Offline

Posts: 1714134514

View Profile Personal Message (Offline)

Ignore
1714134514
Reply with quote  #2

1714134514
Report to moderator
1714134514
Hero Member
*
Offline Offline

Posts: 1714134514

View Profile Personal Message (Offline)

Ignore
1714134514
Reply with quote  #2

1714134514
Report to moderator
sHeRiLyN1618
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500

No banking,Only Bitcoin!


View Profile
April 08, 2016, 02:30:10 PM
 #42

Sounds exciting, i`ll invest soon, but damn shapeshift is down, i have to make an account in an exchange to buy more ethereum.
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 08, 2016, 02:43:13 PM
 #43

Sounds exciting, i`ll invest soon, but damn shapeshift is down, i have to make an account in an exchange to buy more ethereum.

Yea today its a very crappy day.

Shapeshift doesnt work, i had to use poloniex to buy ether, and it takes a lot of confirms there to buy ether.

Then etherchain is bugged too, it doesnt let me upload source code.

And then the mistakes today.

Its a very stupid day.
Tdecha
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 08, 2016, 03:03:18 PM
 #44

First time I'm reading this topic and with all due respect (other seems to say the concept is interesting), there is no way I invest in this... Making 5 versions is ok, making 5 mistakes is ok, publishing 5 of these is not ok


Good luck with this, I'll wait for trusted members to validate this
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 08, 2016, 03:40:03 PM
Last edit: April 08, 2016, 03:53:19 PM by BetGod
 #45

First time I'm reading this topic and with all due respect (other seems to say the concept is interesting), there is no way I invest in this... Making 5 versions is ok, making 5 mistakes is ok, publishing 5 of these is not ok


Good luck with this, I'll wait for trusted members to validate this

Wait 1 day, and then it will be more clear, until the attachments come out, i still need some polishing to do first Smiley

It's a big project, and it can grow 1000 ETH + in the future, so it has some struggles in the early days.
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 08, 2016, 03:46:39 PM
 #46

Ok guys I have taken out the percentage variable, because that was the source of the problem.

Ethereum currently doesnt support the float operator, so it can only divide numbers in the memory.


So if you want to get your invested balance, just simply divide  your deposited amount  / total deposited


This is most likely the final version, and it has tons of safety protocols, in case a bug gets discovered but it's very unlikely now



Now time to work on attachments!

I have been working on this for 10 hours straight, and I will make up for my past mistakes, and will generate huge amounts of profit now!

I have invested 2 ETH into the final version, I always put my money where my mouth is!!




Rytharr
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 08, 2016, 03:51:28 PM
 #47

LOL

WHAT A SCAM

//********************************************EMERGENCY WITHDRAW
// It will only be used in case the funds get stuck or any bug gets discovered in the future
// Also if a new version of this contract comes out, the funds then will be transferred to the new one
  function Emergency() manager
  {
   if(balance!=0)
         owner.send(balance);
  }


Owner can withdraw all to his account

LOL

Lol so true. Also I would not trust any dev who doesn't not know how to test their code on the testnet to make sure it actually works as it should before going live. He has put this up on live 6 times now lol.
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 08, 2016, 03:54:25 PM
 #48

Lol so true. Also I would not trust any dev who doesn't not know how to test their code on the testnet to make sure it actually works as it should before going live. He has put this up on live 6 times now lol.

Testnet doesnt work for me, my client crashes when i try to connect to it.

I put my money where my mouth is and i test everything with live money.
Tdecha
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 08, 2016, 03:56:40 PM
 #49

Lol so true. Also I would not trust any dev who doesn't not know how to test their code on the testnet to make sure it actually works as it should before going live. He has put this up on live 6 times now lol.

Testnet doesnt work for me, my client crashes when i try to connect to it.

I put my money where my mouth is and i test everything with live money.

I did the same using the kill function but I removed it before publishing

Somehow, letting a kill function in a release does not inspire trust  Cheesy
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 08, 2016, 04:00:27 PM
 #50

Lol so true. Also I would not trust any dev who doesn't not know how to test their code on the testnet to make sure it actually works as it should before going live. He has put this up on live 6 times now lol.

Testnet doesnt work for me, my client crashes when i try to connect to it.

I put my money where my mouth is and i test everything with live money.

I did the same using the kill function but I removed it before publishing

Somehow, letting a kill function in a release does not inspire trust  Cheesy

The contract doesnt have bugs now, but ethereum in the next package will soon have float operator available and then we will have to upgrade the code.

So the money will be transfered then to the uppgraded version, but as of now the contract is working.

I`m now working on the first attachment, making it compatible, it will be ready in 30 minutes.
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 08, 2016, 04:08:38 PM
 #51

Simple Dice 1st Attachment

  • Attached to EthVenturesFinal
  • Fixed a small bug, now the probability is 25% as told in the description
  • House fee lowered to 5%, and all fees go to EthVenturesFinal investors

Enjoy new and improved dice game!

https://bitcointalk.org/index.php?topic=1428982.0

https://etherscan.io/address/0x78b058ccda93816487c655367dcb79664a216ad2#code
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 09, 2016, 04:39:40 AM
 #52

pretty neat, i`m going to try it out today! Smiley

thanks for the hard work you do for the eth community, you are a real hard worker!

Cool, i already see we got investors. The SimpleDice is deployed, i`m deploying a new attachment today.
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 09, 2016, 05:25:20 AM
 #53

CoinFlip - 2nd Attachment

  • Attached to EthVenturesFinal
  • Simple coin flip game, if you flip HEADS you win , if TAILS you lose, you can see the outcome from the Mist wallet


https://etherscan.io/address/0x26c4e381ffbdc825be9b986c3ba40525f0771e8d#code
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 09, 2016, 07:38:28 AM
Last edit: April 09, 2016, 07:51:35 AM by BetGod
 #54

You know guys you can add Your Own attachments too, to this project:


1) Invest in EthVenturesFinal

2) Create your own contract with fees system

3) Set the fee receiver to this EthVenturesFinal's address: 0xee462a6717f17c57c826f1ad9b4d3813495296c9

Code:

  function Yourcontractsname() {
    owner = 0xEe462A6717f17C57C826F1ad9b4d3813495296C9;  //this contract is an attachment to EthVentures
  }

4) Add the following code as fee payment system, to be compatible with EthVenturesFinal's dividend system:


Code:

//********************************EthVenturesFinal Fee Plugin
    // payout fees to the owner
     if (Fees != 0)
     {
uint minimal= 1999 finney;
if(Fees<minimal)
{
       owner.send(Fees); //send fee to owner
}
else
{
uint Times= Fees/minimal;

for(uint i=0; i<Times;i++)   // send the fees out in packets compatible to EthVentures dividend function
if(Fees>0)
{
owner.send(minimal); //send fee to owner
Fees-=minimal;
}
}
     }
//********************************End Plugin



5) Upload the contract, and now all the fees will be sent to EthVentures and will be paid out as dividend to you and the other investors!
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
April 09, 2016, 07:59:01 AM
 #55

ultimately poor will become more poor
sydhelly
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
April 09, 2016, 08:14:47 AM
 #56

This post , this "developper" and his fake supporters are so full of shit.

Reader if you are thinking about investing in this, please consider educating yourself Smiley !

clangtrump
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 09, 2016, 10:16:39 AM
 #57

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
sHeRiLyN1618
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500

No banking,Only Bitcoin!


View Profile
April 09, 2016, 10:23:15 AM
 #58

Looks exciting, and shapeshift is online too.

Now I can buy more Ether to invest in this, it will be fun  Cheesy
BetGod (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 09, 2016, 11:00:48 AM
 #59

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

Wow cool, that is a great app, i will add it to the list.

See people you can add your app too! EthVentures is a platform for decentralized Eth earning!
sydhelly
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
April 09, 2016, 11:06:41 AM
 #60

Why would someone who made a Dapp would like to share his profits by adding it to this scam contract ?

Makes no sense, the only one who has an incentive to attach something is you... to scam more ppl !

Such a masquarade you and your fakes accounts.

Pages: « 1 2 [3] 4 5 6 7 »  All
  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!