Bitcoin Forum

Alternate cryptocurrencies => Service Announcements (Altcoins) => Topic started by: Polly Stripe on March 16, 2016, 02:31:15 PM



Title: -
Post by: Polly Stripe on March 16, 2016, 02:31:15 PM
-


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Katatsuki on March 16, 2016, 11:05:48 PM
Did people lose all their ethers trying to trade on PI day or what? I can't believe they're not taking the chance to get some easy money.
Last week was awesome on the other pyramid, and this one's fresher so it's less risky.
Stop being shy, we need more deposits!  :P


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Matthias195 on March 17, 2016, 02:14:38 AM
Did people lose all their ethers trying to trade on PI day or what? I can't believe they're not taking the chance to get some easy money.
Last week was awesome on the other pyramid, and this one's fresher so it's less risky.
Stop being shy, we need more deposits!  :P

That dynamic pyramid dapp is going to be awesome again this Friday, did you think all of that fun came randomly out of nowhere?
Stay tuned...  ;)


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: djoser on March 17, 2016, 10:18:45 AM
Hello,

i have a problem importing the JSON interface.
My wallet (Mist Wallet 0.5.2 (Beta 10) always says JSON interface could not be read.

Any hints?

Thanks and regards,
djoser.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: freeapp on March 17, 2016, 12:58:24 PM
Hello,

i have a problem importing the JSON interface.
My wallet (Mist Wallet 0.5.2 (Beta 10) always says JSON interface could not be read.

Any hints?

Thanks and regards,
djoser.

Hi,
i'm getting the same. Maybe there is something wrong in your code?

kind regards,
Marcus


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: freeapp on March 17, 2016, 01:35:30 PM
Hello,

i have a problem importing the JSON interface.
My wallet (Mist Wallet 0.5.2 (Beta 10) always says JSON interface could not be read.

Any hints?

Thanks and regards,
djoser.

Hi,
i'm getting the same. Maybe there is something wrong in your code?

kind regards,
Marcus

I checked it out. It works on my wallet

Try to use this way

Quote
[ { "constant": true, "inputs": [], "name": "currentPyramidBalanceApproximately", "outputs": [ { "name": "pyramidBalance", "type": "uint256", "value": "111", "displayName": "pyramid Balance" }, { "name": "info", "type": "string", "value": "All balance values are measured in Ethers, note that due to no decimal placing, these values show up as integers only, within the contract itself you will get the exact decimal value you are supposed to", "displayName": "info" } ], "type": "function", "displayName": "current Pyramid Balance Approximately" }, { "constant": true, "inputs": [], "name": "feesSeperateFromBalanceApproximately", "outputs": [ { "name": "fees", "type": "uint256", "value": "72", "displayName": "fees" } ], "type": "function", "displayName": "fees Seperate From Balance Approximately" }, { "constant": false, "inputs": [ { "name": "_pcent", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;pcent", "template": "elements_input_uint" } ], "name": "collectPercentOfFees", "outputs": [], "type": "function", "displayName": "collect Percent Of Fees" }, { "constant": true, "inputs": [], "name": "nextPayoutWhenPyramidBalanceTotalsApproximately", "outputs": [ { "name": "balancePayout", "type": "uint256", "value": "150", "displayName": "balance Payout" } ], "type": "function", "displayName": "next Payout When Pyramid Balance Totals Approximately" }, { "constant": false, "inputs": [], "name": "DynamicPyramid", "outputs": [], "type": "function", "displayName": " Dynamic Pyramid" }, { "constant": false, "inputs": [], "name": "collectAllFees", "outputs": [], "type": "function", "displayName": "collect All Fees" }, { "constant": true, "inputs": [], "name": "currentMultiplier", "outputs": [ { "name": "multiplier", "type": "uint256", "value": "150", "displayName": "multiplier" }, { "name": "info", "type": "string", "value": "This multiplier applies to you as soon as transaction is received, may be lowered to hasten payouts or increased if payouts are fast enough. Due to no float or decimals, multiplier is x100 for a fractional multiplier e.g. 250 is actually a 2.5x multiplier. Capped at 3x max and 1.2x min.", "displayName": "info" } ], "type": "function", "displayName": "current Multiplier" }, { "constant": true, "inputs": [], "name": "currentFeePercentage", "outputs": [ { "name": "fee", "type": "uint256", "value": "10", "displayName": "fee" }, { "name": "info", "type": "string", "value": "Shown in % form. Fee is halved(50%) for amounts equal or greater than 50 ethers. (Fee may change, but is capped to a maximum of 10%)", "displayName": "info" } ], "type": "function", "displayName": "current Fee Percentage" }, { "constant": true, "inputs": [ { "name": "orderInPyramid", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "order In Pyramid", "template": "elements_input_uint" } ], "name": "participantDetails", "outputs": [ { "name": "Address", "type": "address", "value": "0xdd68da49b2a0c46eb508bd4f18044b5c6268ad60", "displayName": " Address" }, { "name": "Payout", "type": "uint256", "value": "3", "displayName": " Payout" } ], "type": "function", "displayName": "participant Details" }, { "constant": true, "inputs": [], "name": "totalParticipants", "outputs": [ { "name": "count", "type": "uint256", "value": "50", "displayName": "count" } ], "type": "function", "displayName": "total Participants" }, { "constant": false, "inputs": [ { "name": "_owner", "type": "address", "typeShort": "address", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;owner", "template": "elements_input_address" } ], "name": "changeOwner", "outputs": [], "type": "function", "displayName": "change Owner" }, { "constant": false, "inputs": [ { "name": "_amt", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;amt", "template": "elements_input_uint" } ], "name": "collectFeesInEther", "outputs": [], "type": "function", "displayName": "collect Fees In Ether" }, { "constant": false, "inputs": [ { "name": "_mult", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;mult", "template": "elements_input_uint" } ], "name": "changeMultiplier", "outputs": [], "type": "function", "displayName": "change Multiplier" }, { "constant": true, "inputs": [], "name": "numberOfParticipantsWaitingForPayout", "outputs": [ { "name": "count", "type": "uint256", "value": "21", "displayName": "count" } ], "type": "function", "displayName": "number Of Participants Waiting For Payout" }, { "constant": false, "inputs": [ { "name": "_fee", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;fee", "template": "elements_input_uint" } ], "name": "changeFeePercentage", "outputs": [], "type": "function", "displayName": "change Fee Percentage" } ]

Hi,
thx. that works.

best regards,
Marcus


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: djoser on March 17, 2016, 01:37:52 PM
Works for me now, too.

Thanks and regards,
djoser.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: djoser on March 17, 2016, 02:33:07 PM
Hey Polly Stripe,

I have a question for better understanding this contract.

If i send you 1 ETH and after a certain amount of time you send me back a multiplied amount of this one ETH then the contract is fulfilled, right?
So this is a one time multiplication only and i would have to send another ETH to get another multiplication, correct?

Regards, djoser.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: djoser on March 17, 2016, 02:55:26 PM
Thanks for the quick reply.

I totally understand that i don't send any coins to you personally, but to the contract, which you don't own.

My question was if this is a one time multiplication only, or if my initial "deposit" stays in the contract and i get payouts periodically (like interest).

But if i understand you right, this is a one time thing only  :)

Regards, djoser.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: umatej on March 17, 2016, 03:01:25 PM
I have a problem with importing json script to the ethereum wallet in Contracts section. I am getting error: couldnt parse json interface , using 0.5.2 beta 10 wallet?!


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: umatej on March 17, 2016, 08:12:35 PM
New code works!  Thank you


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Rytharr on March 25, 2016, 01:04:45 AM
Small queue, tested code, honest developer, tagged address. ;)

I like this one. Have made a couple hundred eth off of it so far. Queue is still much smaller than etherdouubler so much better chance of return.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Rytharr on March 25, 2016, 07:23:59 PM
The next payment of one of the participants successfully paid off! ;D

https://etherscan.io/tx/0x15f1b6c7d12422a76c9ac7081162c11ab043b540cc95f891344ae93e0b4b7429



Maybe someone can help me understand something. Ive tried to make a 1 Eth deposit on Myetherumwallet.com but I get transaction gas to low?? So I move over to advanced options and input the info.. It shows the contract gas price of 21000000000???? I tried this on another dapp contract like this one, and got the same thing .. That can't be right ???  So what am I doing wrong.. Thanks




Your contract Gas price is up to 21000000000 per transaction ??

That's like 105 BTC ???



I just use the ethereum wallet and have never had any issues.  Pretty sure that gas amount is in wei which would be .000000021 ether. Sorry I cant really be of more help, never used a web wallet.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: piranha on March 25, 2016, 08:11:00 PM
yeah I'm not sure either about the value.. But normal transaction in gas is 21000 .. I've been downloading/syncing  off and on, the last couple days now.. @445,644 of 1,216,454 LOL Mist Wallet.. 


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Rytharr on March 26, 2016, 03:01:46 PM
Website seems to be down but the contract is still working and this pyramid still in pretty early stages.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: whywefight on March 27, 2016, 05:18:29 AM
am i getting this 100% right, you guys do a ponzi and now just call it "backed up by a smart contract" telling people its somehow secure because the "contract" belongs to anyone, yes?


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Abiky on March 28, 2016, 02:18:31 AM
am i getting this 100% right, you guys do a ponzi and now just call it "backed up by a smart contract" telling people its somehow secure because the "contract" belongs to anyone, yes?

Well yes, it's a pyramid smart contract. The gist is that Ethereum is a decentralised network run by thousands of nodes and cannot be shutdown. So once a smart contract (such as Rubixi) is deployed, it will run for ever without the need of a middleman.

Rubixi's Contract Source Code Verified: https://etherscan.io/address/0xe82719202e5965Cf5D9B6673B7503a3b92DE20be#code

Awesome. This looks like another exciting dynamic pyramid app. Since the first one I have got into, payouts are real slow, i'd better hurry and deposit some ETH in this one before it is too late and I miss the chance of receiving fast payouts. This one has been added to my favorite list of ETH dapps.  :)


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Devesh on March 28, 2016, 02:26:01 AM
Oh this is a doubler too but with eth, whats the different of this to the investor based games? All member participated there are being tagged.

Anyway i want to try but i dont have ETH ill exchange some later.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: whywefight on March 28, 2016, 02:47:57 AM
am i getting this 100% right, you guys do a ponzi and now just call it "backed up by a smart contract" telling people its somehow secure because the "contract" belongs to anyone, yes?

Well yes, it's a pyramid smart contract. The gist is that Ethereum is a decentralised network run by thousands of nodes and cannot be shutdown. So once a smart contract (such as Rubixi) is deployed, it will run for ever without the need of a middleman.

Rubixi's Contract Source Code Verified: https://etherscan.io/address/0xe82719202e5965Cf5D9B6673B7503a3b92DE20be#code

It is a ponzi. It just means the "system" (aka website for other ponzis) will not vanish, but the system will collapse as every other ponzi if no one goes on with sending funds. you are just suggesting it "runs forever" which might technically correct for the ponzi it self but its no warranty payouts will happen forever. correct me if i am wrong.


Title: Re: [ETH]♦Hello! My name is Rubixi, I'm a new & verified ŠApp Ethereum Doubler♦
Post by: Rytharr on March 28, 2016, 04:47:28 AM
am i getting this 100% right, you guys do a ponzi and now just call it "backed up by a smart contract" telling people its somehow secure because the "contract" belongs to anyone, yes?

Well yes, it's a pyramid smart contract. The gist is that Ethereum is a decentralised network run by thousands of nodes and cannot be shutdown. So once a smart contract (such as Rubixi) is deployed, it will run for ever without the need of a middleman.

Rubixi's Contract Source Code Verified: https://etherscan.io/address/0xe82719202e5965Cf5D9B6673B7503a3b92DE20be#code

It is a ponzi. It just means the "system" (aka website for other ponzis) will not vanish, but the system will collapse as every other ponzi if no one goes on with sending funds. you are just suggesting it "runs forever" which might technically correct for the ponzi it self but its no warranty payouts will happen forever. correct me if i am wrong.

Your correct, No guarantee of payout if people stop adding eth, but the contract will exist forever. The creator can't just shut it down and run off with the funds, unless they put it in the code which is open source and even for a non programmer like me can be fairly easy to understand.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Abiky on April 02, 2016, 07:46:32 PM


PROMO!!! Fee: 0% - Current Multiplier Factor: X1.5

I have sent 1 ETH just to try it out. This is my first time using your pyramid, so I hope to get lucky and join in before it's too late. The current promo rate is fantastic, in which it will definitely attract other ETH users to deposit into this pyramid.  :)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: askolein on April 02, 2016, 08:59:34 PM
I think this pyramid will fail quickly.
You can make always more promotion, but larger deposits will kill all the system.

That's what i invested in regulated and limited pyramids, like The GREED PIT, max 50 Eth deposit, that's what make the whole thing working !!


And what about that?

if (msg.value < 1 ether) {
           collectedFees += msg.value;
           return;
}

if you receive a transaction under 1 Eth, instead of returning it to the sender, you just keep the money as fees? Greed !


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: condoras on April 02, 2016, 09:32:00 PM


PROMO!!! Fee: 0% - Current Multiplier Factor: X1.5

I have sent 1 ETH just to try it out. This is my first time using your pyramid, so I hope to get lucky and join in before it's too late. The current promo rate is fantastic, in which it will definitely attract other ETH users to deposit into this pyramid.  :)

1. As an ETH user myself i definitely NOT deposit there...

2. This IS a ponzi, so no new deposits=no payments.

3. This is not the section that this thread have to be. Its very tricky/ fishing to open this kind of thread here. Ponzi is NOT a service and for sure its not worth announcement... ::)

4. I have the feeling that will rain reds soon... ::)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 03, 2016, 04:46:24 AM
This has the potential to pay off for quite a while to come.

It is receiving steady promotion, the multiplier is dynamic, and due to the beautiful nature of Ethereum it will continue to run as long as the Ethereum network exists - this thing is only just getting started!  I'm betting on a long lifespan on this one  :D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 03, 2016, 06:46:28 AM
Rubixi paid out 44 Ether 6 hours ago to participants[33] :)

That brings the total paid out by Rubixi so far to 972 Ether!

Anyone who enters the queue now will reach the front of the line after payouts are made to participants[34] - participants[109] totaling 791 Ether.

That's actually a pretty small queue compared to other pyramid contracts out there which have seen 6000+ Ether flow through them.  There are a couple more big entries in the queue, but mostly it is full of small ones.

This will live on forever on the Ethereum blockchain, it's at top of the Dapp directory, and it keeps on receiving deposits every day.  I think a  lot of new participants still stand to gain from this one.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Devesh on April 03, 2016, 07:31:48 AM
Rubixi paid out 44 Ether 6 hours ago to participants[33] :)

That brings the total paid out by Rubixi so far to 972 Ether!

Anyone who enters the queue now will reach the front of the line after payouts are made to participants[34] - participants[109] totaling 791 Ether.

That's actually a pretty small queue compared to other pyramid contracts out there which have seen 6000+ Ether flow through them.  There are a couple more big entries in the queue, but mostly it is full of small ones.

This will live on forever on the Ethereum blockchain, it's at top of the Dapp directory, and it keeps on receiving deposits every day.  I think a  lot of new participants still stand to gain from this one.

This has no difference in other Ponzi program in investor based games, better not to promote this mate.

people will eventually lost their coins.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 03, 2016, 11:52:58 AM
Rubixi paid out 44 Ether 6 hours ago to participants[33] :)

That brings the total paid out by Rubixi so far to 972 Ether!

Anyone who enters the queue now will reach the front of the line after payouts are made to participants[34] - participants[109] totaling 791 Ether.

That's actually a pretty small queue compared to other pyramid contracts out there which have seen 6000+ Ether flow through them.  There are a couple more big entries in the queue, but mostly it is full of small ones.

This will live on forever on the Ethereum blockchain, it's at top of the Dapp directory, and it keeps on receiving deposits every day.  I think a  lot of new participants still stand to gain from this one.

This has no difference in other Ponzi program in investor based games, better not to promote this mate.

people will eventually lost their coins.

Yes it is a ponzi/pyramid style program, no question.  Do not risk money on this which you cannot afford to lose.

As long as you understand that, it is an interesting opportunity to gamble on your ability to forecast trends.

I predict that Ethereum adoption will continue to increase and that new people will continue to join programs like this for quite some time.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 03, 2016, 12:27:49 PM
Another 75 Ether has been paid out 2 hours ago by Rubixi, with 19.59 Ether left in the balance!

Current entry is now #35, the single largest entry in the queue at 150 Ether, twice the size of any other single entry and it's already 13% paid for!

 ;D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Rytharr on April 03, 2016, 10:37:00 PM
Another 75 Ether has been paid out 2 hours ago by Rubixi, with 19.59 Ether left in the balance!

Current entry is now #35, the single largest entry in the queue at 150 Ether, twice the size of any other single entry and it's already 13% paid for!

 ;D

Nice seeing it get past those 2 fairly big payouts. Make it past this last big one and lots of people can get quicker payouts.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 03, 2016, 11:58:35 PM
Yes the remaining entries are tiny by comparison  ;)

The next payout could lead to a snowball effect of new deposits.

That wall is coming down! Everyone who helps brings it down will be on the winning side of the next one.

 ;D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 05, 2016, 03:49:09 AM
Wow, the next 49 participants in the Rubixi queue are going to receive the same amount of Ether as the most recent 6 participants!!!!  That was a brutal paywall compared to the easy pickings that lay ahead  ;D

The cumulative payments for the most recent participants #[29] - #[35] are about 512 Ether, which is the same amount of payouts that the next 49 participants #[36] - #[85] are going to receive!!!
 
Not to mention there is NO FEE right now for new entries.

Prepare for the snowball to roll  8)



Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 05, 2016, 09:15:13 AM
Another 31 Ether has been deposited  ;)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 05, 2016, 10:16:27 AM
Check it out:

New queue inspector for Rubixi!
http://rubixi.comlu.com/

 ;D

The template source came from ContractsJust4Fun on Github.

Payout amounts are displayed rounded; the contract keeps track of the exact full precision numbers but does not visibly expose them through it's Javascript interface without first rounding them.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: ContractsJust4Fun on April 05, 2016, 10:27:52 AM
Check it out:

New queue inspector for Rubixi!
http://rubixi.comlu.com/

 ;D

The template source came from ContractsJust4Fun on Github.

Payout amounts are displayed rounded; the contract keeps track of the exact full precision numbers but does not visibly expose them through it's Javascript interface without first rounding them.


Nice job on the website. Feel free to send my share of the fees to:
0x2D621350C9f1e8B5312FD2F8C39050Fe36C37448
;-)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Rytharr on April 05, 2016, 02:11:53 PM
Another 31 Ether has been deposited  ;)
When 40 more is added I will push it past this wall.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 06, 2016, 08:50:53 AM
Another 18 Ether on Rubixi!  :D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: billaue on April 06, 2016, 09:15:16 AM
Another 18 Ether on Rubixi!  :D


Just put 1 Ether for test ;)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Rytharr on April 06, 2016, 04:42:12 PM
Another 18 Ether on Rubixi!  :D


Just paid out the 150 wall.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 06, 2016, 06:03:07 PM
The wall has come down!  150 Ether successfully paid out to one lucky investor  :D

That's about $1620 USD!


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Tdecha on April 06, 2016, 07:27:32 PM
Any chance I'll get the 4 ETH I sent 18 days ago ?


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Tdecha on April 06, 2016, 07:38:17 PM
Any chance I'll get the 4 ETH I sent 18 days ago ?

Of course! Just wait when the time comes for your queue!

This contract works perfectly unlike other copy-paste "projects".

Patience is not one my vertue, unlike vanity

---> https://www.youtube.com/watch?v=Cv9zXUd55Sw

:D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Katatsuki on April 07, 2016, 07:56:40 PM
Congrats on making it through that big payout, feel free to check my new dapp Ethstick, link in my signature ;)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler.
Post by: Abiky on April 07, 2016, 08:01:57 PM
Any chance I'll get the 4 ETH I sent 18 days ago ?

Yes mate! Your turn will come ;) Check out the new inspector (rubixilive DOT tk) and you will have an idea where you are in the queue.

Hey thanks for the information. I had the same feeling when I saw that I did not receive payout after a few days of my deposit. Luckily, I will be able to see the stats through this handy inspector. This is pretty cool.  ;D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 07, 2016, 10:49:47 PM
I think the queue inspector should help people make informed decisions.

The queue is looking pretty good, especially with that 150 Ether paywall defeated!


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Rytharr on April 08, 2016, 08:41:30 PM
Next payout for 49 in 10eth


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Katatsuki on April 09, 2016, 06:58:43 PM
Congrats on the new payout, and thanks a lot for including my contracts in your how-to guide!


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: BetGod on April 11, 2016, 09:10:01 AM
RUBIXI.TK you extortionist piece of SHIT, look what PM's this fuckhead is sending me:

http://i63.tinypic.com/2q36ago.png

It's like you want to hack my PC or something, what are these threats?

I have done nothing to you, i dont even know you. Piece of shit extortion!!!


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: BetGod on April 11, 2016, 09:57:06 AM
[Suspicious link removed] you extortionist piece of SHIT, look what PM's this fuckhead is sending me:

http://i63.tinypic.com/2q36ago.png

It's like you want to hack my PC or something, what are these threats?

I have done nothing to you, i dont even know you. Piece of shit extortion!!!


Keep going that way betgod and your end will be loud.

Now you are sending me threats? Is that it?

I just installed antivirus on my pc, so you cant hack it.

I was hacked a few months ago, and i will not be hacked again, so fuck off.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: BetGod on April 11, 2016, 12:23:27 PM

It's funny you think I'm going to hack your PC. I've better things to do in life then try to hack a juvenile's computer. Besides, the ETH you stole from Rubixi are worth more then your PC.

Listen here scumbag, i dont know how you found out my e-mail but stop sending me threats.

I have good antivirus you cant hack my PC, deal with it!!

http://i64.tinypic.com/2ik72gg.png


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Tdecha on April 11, 2016, 02:43:54 PM
Get ready to ruuuuuuuuumbbbllleee !! :D

Gotta love this board  ::)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Katatsuki on April 11, 2016, 02:47:26 PM
I don't know how this is even possible. Anyway, the contract still works, so just because you're not profiting from fees you shouldn't tell people not to invest. There are a lot of people waiting for their payouts.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: greymatter on April 11, 2016, 02:53:22 PM

It's funny you think I'm going to hack your PC. I've better things to do in life then try to hack a juvenile's computer. Besides, the ETH you stole from Rubixi are worth more then your PC.

Listen here scumbag, i dont know how you found out my e-mail but stop sending me threats.

I have good antivirus you cant hack my PC, deal with it!!

http://i64.tinypic.com/2ik72gg.png


This is interesting... So, it's very easy to verify a gmail address.  I checked for myself to see and low and behold, Rubixi does not have a gmail account, and it is almost impossible to relay a gmail account without it bouncing back from the recipient's mail server as reverse lookup will fail.  Even if you spoofed it, gmail says it doesn't exist.  See screenshot @ imgur link

https://i.imgur.com/q6BXdFX.png

Still doesn't prove anything, just proves that email screenshot is BS...
There is some obvious drama between the two.  May Rubixi is trying to frame/ruin BetGod's reputation and vice versa.  But, one thing if there's a bug, the Rubixi website should be taken down or at least have a message to let people know of the issue.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: askolein on April 11, 2016, 03:17:32 PM
One thing is sure, nobody, NOBODY, needs to risk his ethers into something strange.

Invest in the greed pit, no drama, only trust !  ;D

(yep not nice promoting on others drama, but hey, isn't that capitalism?)
 :D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Rytharr on April 11, 2016, 03:26:42 PM

It's funny you think I'm going to hack your PC. I've better things to do in life then try to hack a juvenile's computer. Besides, the ETH you stole from Rubixi are worth more then your PC.

Listen here scumbag, i dont know how you found out my e-mail but stop sending me threats.

I have good antivirus you cant hack my PC, deal with it!!

http://i64.tinypic.com/2ik72gg.png


This is interesting... So, it's very easy to verify a gmail address.  I checked for myself to see and low and behold, Rubixi does not have a gmail account, and it is almost impossible to relay a gmail account without it bouncing back from the recipient's mail server as reverse lookup will fail.  Even if you spoofed it, gmail says it doesn't exist.  See screenshot @ imgur link

https://i.imgur.com/q6BXdFX.png

Still doesn't prove anything, just proves that email screenshot is BS...
There is some obvious drama between the two.  May Rubixi is trying to frame/ruin BetGod's reputation and vice versa.  But, one thing if there's a bug, the Rubixi website should be taken down or at least have a message to let people know of the issue.

The contract still works and pays out to people as it should. The only "bug" in the contract is that pretty much anyone can claim the fee so if someone makes a deposit just they could just get the fee back right away. 

 I also find it pretty hilarious someone actually thinks antivirus software keeps them from getting hacked.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Tdecha on April 11, 2016, 03:33:21 PM
Not sure BetGod is the noob he wants us to believe.. Somehow, his mistakes often are to his advantages, like a drunken-karate-master style


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: askolein on April 11, 2016, 04:06:22 PM
A copy paste is the origin of this "exploit".  ::)


Rubixi created this contract by copy pasting code from other contract (DynamicPyramid)....  >:(
So yeah, you deserve it rubixi.
Creating another contract is now not an option, so just accept the fact that you don't control your pyramid.



Invest and support deserving project and programmers. Invest in THE GREED PIT !


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: askolein on April 11, 2016, 05:00:18 PM
You can't fix a contract, as it is designed to be like that.

How are these coders going to take control?

The only solution i see to take control is to :

     - Set your address as the owner
     - Set the fees to 0
     - Set the multiplier to 125


repeat every 5 minutes.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: askolein on April 11, 2016, 05:22:38 PM
You can't fix a contract, as it is designed to be like that.

How are these coders going to take control?

The only solution i see to take control is to :

     - Set your address as the owner
     - Set the fees to 0
     - Set the multiplier to 125


repeat every 5 minutes.

I've tried already but I'm not the owner anymore. 0xdb25d9b5b92d27415aa0d4e47db617faa3af75e7 Is the current owner and set the multiplier to 125 and the fees at 10%.

You are wrong. Sending a transaction does not mean it is accepted by the contract.

Now i will demonstrate :

I made myself owner.
Now i will set myself Multiplier at 142 % and Fees at 3%.
So it is now.
Now i made this unexisting address 0x1234567891234567891234567891234567891234 the owner. Easy.

Tell me if you want some help in PM.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: DustBluster on April 11, 2016, 07:49:36 PM
Despite any apparent drama on the forum, the Rubixi contract is continuing to run exactly according to the way it was programmed and will continue to do so forever - thank you Ethereum!

The Rubixi queue and payouts are completely unaffected by the issue that was described here.  Any future investors will continue to join the queue and their deposits will continue to trigger payouts to previous investors.  As far as anyone participating in the Rubixi pyramid is concerned, this contract is still running exactly as it's supposed to.  :D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: bitfish on April 11, 2016, 08:26:18 PM
Despite any apparent drama on the forum, the Rubixi contract is continuing to run exactly according to the way it was programmed and will continue to do so forever - thank you Ethereum!

The Rubixi queue and payouts are completely unaffected by the issue that was described here.  Any future investors will continue to join the queue and their deposits will continue to trigger payouts to previous investors.  As far as anyone participating in the Rubixi pyramid is concerned, this contract is still running exactly as it's supposed to.  :D

lol. This so funny! Ponzi contract  which has been "adopted" by junior Ponzi entrepreneur can be hijacked through its Ponzi "investors". Now junior Ponzi entrepreneur is threatening Ponzi investor with hacking. When doing c&p read (and understand ) the source, Luke.     


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Katatsuki on April 11, 2016, 08:29:46 PM
Actually this made the game a whole lot more interesting ;D


Title: ♦Hijack Rubixi. New Meta-Game♦
Post by: DustBluster on April 12, 2016, 12:35:07 AM
Hijack Rubixi - Meta-Game High Scores

Code:
Player		Hijacks		Total Ether Scored

0x4d0b2c 3 8.375483392109
0x04528f 7 7.353
0x7ee85a 2 4.525
0xd4e4bf 1 1.1
0x3b21a4 1 0.534
0x591fa0 1 0.000000000000000008

This new meta-game runs in parallel with Rubixi and does not compromise the pyramid functionality.  Only now, the contract is not owned by one of us, it is owned by all of us - whoever gets there first gets the prize!

The more people who play Rubixi, the more chances there will be to HIJACK RUBIXI.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Katatsuki on April 12, 2016, 03:43:04 PM
Rather than wasting gas trying to hijack the contract people should be depositing ;)


Title: Re: ♦Hijack Rubixi. New Meta-Game♦
Post by: Abiky on April 12, 2016, 04:38:38 PM
Hijack Rubixi - Meta-Game High Scores

Code:
Player		Hijacks		Total Ether Scored

0x4d0b2c 3 8.375483392109
0x04528f 7 7.353
0x7ee85a 2 4.525
0xd4e4bf 1 1.1
0x3b21a4 1 0.534
0x591fa0 1 0.000000000000000008

This new meta-game runs in parallel with Rubixi and does not compromise the pyramid functionality.  Only now, the contract is not owned by one of us, it is owned by all of us - whoever gets there first gets the prize!

The more people who play Rubixi, the more chances there will be to HIJACK RUBIXI.


This is cool. How do I play it? Is it done by making an ETH deposit into Rubixi? Anyways, I hope I receive my ETH payout real soon. As for my experience I have tried Dynamic Pyramid, and now Rubixi but I can see that payout could take longer than I expected. In the Dynamic Pyramid, it has been 30 days since I have deposited but I haven't received any ETH yet. Nevertheless, I will be patient because at the end I will get more ETH than invested.  ;D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: askolein on April 12, 2016, 04:41:36 PM
Now everyone can fuck up Rubixi settings, change multiplier and fees...

What happens in you deposit just before someone change multiplier? Everyone is getting random amount between 120 and ... 300%
That's unfair, i think the contract is doomed.  :-\


Title: Re: ♦Hijack Rubixi. New Meta-Game♦
Post by: Katatsuki on April 12, 2016, 05:18:42 PM
This is cool. How do I play it? Is it done by making an ETH deposit into Rubixi? Anyways, I hope I receive my ETH payout real soon. As for my experience I have tried Dynamic Pyramid, and now Rubixi but I can see that payout could take longer than I expected. In the Dynamic Pyramid, it has been 30 days since I have deposited but I haven't received any ETH yet. Nevertheless, I will be patient because at the end I will get more ETH than invested.  ;D
Patience is the key, indeed. Rubixi has been doing quite fine so far, so I wouldn't worry. Need to keep up the advertisement, though!

If you want something faster you might wanna give Ethstick (check my sig) a try. The speed always depends on people depositing, but the next payout is always a maximum of 6ETH away, which is cool. The website will go live later today.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: huntingisland on April 12, 2016, 07:11:06 PM
This is nice indeed  ;D


Title: Re: ♦Hijack Rubixi. New Meta-Game♦
Post by: Abiky on April 12, 2016, 07:46:46 PM
This is cool. How do I play it? Is it done by making an ETH deposit into Rubixi? Anyways, I hope I receive my ETH payout real soon. As for my experience I have tried Dynamic Pyramid, and now Rubixi but I can see that payout could take longer than I expected. In the Dynamic Pyramid, it has been 30 days since I have deposited but I haven't received any ETH yet. Nevertheless, I will be patient because at the end I will get more ETH than invested.  ;D
Patience is the key, indeed. Rubixi has been doing quite fine so far, so I wouldn't worry. Need to keep up the advertisement, though!

If you want something faster you might wanna give Ethstick (check my sig) a try. The speed always depends on people depositing, but the next payout is always a maximum of 6ETH away, which is cool. The website will go live later today.

This ETH Ponzi game looks awesome. I've gone through the thread and I have to say that I am impressed. Looks well made. I will try it out during the week and let you know about my experience using it.  :D


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Inves on April 17, 2016, 06:58:45 AM
SCAM
http://s017.radikal.ru/i438/1604/04/a0d5937b9bb1.jpg (http://radikal.ru/big/782c06fa112e43408a26e4a0914fe000)


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Katatsuki on April 17, 2016, 07:55:48 AM
Wtf? why are both websites gone?


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: adiosrubixi on April 17, 2016, 07:20:18 PM
Wtf? why are both websites gone?

The queue inspector (rubixilive dot tk) was shutdown by whoever built it (DustBluster?) and I shutdown the main rubixi homepage. The contract is still accessible on etherscan and anyone can take over this project. They are still hundreds of ethers waiting to be paid but everyone has deserted the game so I'm done with it. AdiosRubixi 8)

https://etherscan.io/address/0xe82719202e5965Cf5D9B6673B7503a3b92DE20be


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: clangtrump on April 17, 2016, 10:05:01 PM
UUUUUUUU rubixi is gone?

Haha I warned you guys, he was a hacker, scammer and extortionist:

Here is a list of Rubixi's alt account, avoid all of them:
Kakatsuki:  https://bitcointalk.org/index.php?action=profile;u=185160 (https://bitcointalk.org/index.php?action=profile;u=185160)
Greymatter: https://bitcointalk.org/index.php?action=profile;u=163569
askolein: https://bitcointalk.org/index.php?action=profile;u=814855
tdecha: https://bitcointalk.org/index.php?action=profile;u=815944
silenced: https://bitcointalk.org/index.php?action=profile;u=818305
cryptodevil: https://bitcointalk.org/index.php?action=profile;u=224980
polly stripe: https://bitcointalk.org/index.php?action=profile;u=216747
rubixi.tk: https://bitcointalk.org/index.php?action=profile;u=818783

He has hacked Betgods account and he was accusing him of being scammer, while rubixi really did just ran away with the money, and now uses his other accounts to scam more people!


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Katatsuki on April 17, 2016, 10:06:05 PM
UUUUUUUU rubixi is gone?

Haha I warned you guys, he was a hacker, scammer and extortionist:

Here is a list of Rubixi's alt account, avoid all of them:
Kakatsuki:  https://bitcointalk.org/index.php?action=profile;u=185160
Greymatter: https://bitcointalk.org/index.php?action=profile;u=163569
askolein: https://bitcointalk.org/index.php?action=profile;u=814855
tdecha: https://bitcointalk.org/index.php?action=profile;u=815944
silenced: https://bitcointalk.org/index.php?action=profile;u=818305
cryptodevil: https://bitcointalk.org/index.php?action=profile;u=224980
polly stripe: https://bitcointalk.org/index.php?action=profile;u=216747
rubixi.tk: https://bitcointalk.org/index.php?action=profile;u=818783

He has hacked Betgods account and he was accusing him of being scammer, while he just ran away with the money, and now uses his other accounts to scam more people!
Shut up, BetGod.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: clangtrump on April 17, 2016, 10:08:48 PM
Shut up, BetGod.
I`m not betgud, i talked with him only on skype, and i have invested in his games.
So i also lost money after rubixi hacked his accounts.Why not return the money you stole from that investment game?


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: adiosrubixi on April 17, 2016, 10:54:33 PM
UUUUUUUU rubixi is gone?

Haha I warned you guys, he was a hacker, scammer and extortionist:

Here is a list of Rubixi's alt account, avoid all of them:
Kakatsuki:  https://bitcointalk.org/index.php?action=profile;u=185160 (https://bitcointalk.org/index.php?action=profile;u=185160)
Greymatter: https://bitcointalk.org/index.php?action=profile;u=163569
askolein: https://bitcointalk.org/index.php?action=profile;u=814855
tdecha: https://bitcointalk.org/index.php?action=profile;u=815944
silenced: https://bitcointalk.org/index.php?action=profile;u=818305
cryptodevil: https://bitcointalk.org/index.php?action=profile;u=224980
polly stripe: https://bitcointalk.org/index.php?action=profile;u=216747
[Suspicious link removed]: https://bitcointalk.org/index.php?action=profile;u=818783

He has hacked Betgods account and he was accusing him of being scammer, while rubixi really did just ran away with the money, and now uses his other accounts to scam more people!

Actually I'm flattered you think I'm behind so many scam... You make me feel a great hacker 😂 But no.... I'm not 🤔 Sorry to disappoint you. Did you try barbiturates? It's a good medicine against paranoia 😉


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: clangtrump on April 17, 2016, 11:04:55 PM

Actually I'm flattered you think I'm behind so many scam... You make me feel a great hacker 😂 But no.... I'm not 🤔 Sorry to disappoint you. Did you try barbiturates? It's a good medicine against paranoia 😉
Haha you just addmitted that you are rubixis other alt.

How many account you have here 100??


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: adiosrubixi on April 17, 2016, 11:07:47 PM

Actually I'm flattered you think I'm behind so many scam... You make me feel a great hacker 😂 But no.... I'm not 🤔 Sorry to disappoint you. Did you try barbiturates? It's a good medicine against paranoia 😉
Haha you just addmitted that you are rubixis other alt.

How many account you have here 100??

Learn to read English mate and try barbiturates! You seriously need it.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: clangtrump on April 17, 2016, 11:09:40 PM

Actually I'm flattered you think I'm behind so many scam... You make me feel a great hacker  But no.... I'm not  Sorry to disappoint you. Did you try barbiturates? It's a good medicine against paranoia
Haha you just addmitted that you are rubixis other alt.

How many account you have here 100??

Learn to read English mate and try barbiturates! You seriously need it.

I mean this account:
https://bitcointalk.org/index.php?action=profile;u=818783

But you are rubixi.tk, because you use the same smileys that rubixi used:   

So how is your scam going?


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: adiosrubixi on April 17, 2016, 11:25:26 PM

Actually I'm flattered you think I'm behind so many scam... You make me feel a great hacker  But no.... I'm not  Sorry to disappoint you. Did you try barbiturates? It's a good medicine against paranoia
Haha you just addmitted that you are rubixis other alt.

How many account you have here 100??

Learn to read English mate and try barbiturates! You seriously need it.

I mean this account:
https://bitcointalk.org/index.php?action=profile;u=818783

But you are [Suspicious link removed], because you use the same smileys that rubixi used:   


Yes that's the only point in which you are right. Actually in case you didn't realise: I post with three different ID Rubixi, Rubixi dot tk & adiosrubixi... and the reason why I'm giving up with Rubixi, it's because of guys like you who keep trolling non sense all day long and mess up everyone's thread. Rubixi was a once off experience, I've made over 80 ETH in fees out of it and I'm not ashamed of what I did. Now, the code is still there waiting for a new owner, make yourself useful and stop bullying everyone. Thanks.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - Rubixi.tk♦
Post by: Rytharr on April 20, 2016, 01:17:25 PM
UUUUUUUU rubixi is gone?

Haha I warned you guys, he was a hacker, scammer and extortionist:

Here is a list of Rubixi's alt account, avoid all of them:
Kakatsuki:  https://bitcointalk.org/index.php?action=profile;u=185160 (https://bitcointalk.org/index.php?action=profile;u=185160)
Greymatter: https://bitcointalk.org/index.php?action=profile;u=163569
askolein: https://bitcointalk.org/index.php?action=profile;u=814855
tdecha: https://bitcointalk.org/index.php?action=profile;u=815944
silenced: https://bitcointalk.org/index.php?action=profile;u=818305
cryptodevil: https://bitcointalk.org/index.php?action=profile;u=224980
polly stripe: https://bitcointalk.org/index.php?action=profile;u=216747
rubixi.tk: https://bitcointalk.org/index.php?action=profile;u=818783

He has hacked Betgods account and he was accusing him of being scammer, while rubixi really did just ran away with the money, and now uses his other accounts to scam more people!

Wow you have some serious issues and should really see a therapist. This contract worked just fine other than anyone being able to claim the fees. If he did hack betgod, which I really doubt, Im glad cus he made shit contracts that only took money from people.


Title: Re: ♦Hi! My name is Rubixi. I'm a new Ethereum Doubler. Now my new home - [Suspicious link removed]♦
Post by: Tdecha on April 20, 2016, 03:46:19 PM
UUUUUUUU rubixi is gone?

Haha I warned you guys, he was a hacker, scammer and extortionist:

Here is a list of Rubixi's alt account, avoid all of them:
Kakatsuki:  https://bitcointalk.org/index.php?action=profile;u=185160 (https://bitcointalk.org/index.php?action=profile;u=185160)
Greymatter: https://bitcointalk.org/index.php?action=profile;u=163569
askolein: https://bitcointalk.org/index.php?action=profile;u=814855
tdecha: https://bitcointalk.org/index.php?action=profile;u=815944
silenced: https://bitcointalk.org/index.php?action=profile;u=818305
cryptodevil: https://bitcointalk.org/index.php?action=profile;u=224980
polly stripe: https://bitcointalk.org/index.php?action=profile;u=216747
[Suspicious link removed]: https://bitcointalk.org/index.php?action=profile;u=818783

He has hacked Betgods account and he was accusing him of being scammer, while rubixi really did just ran away with the money, and now uses his other accounts to scam more people!

Woohoo I'm included as well, thanks for thinking of me BetGod ;)

[Fun to see that this is a list of persons which are actually not BetGod's accounts]

More seriously, and on a personal note, I deeply believe you have issues