Bitcoin Forum
June 29, 2024, 07:29:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 30, 2016, 11:27:59 PM
The game is still running and round 16 finished with 4 winners. Every winner was paid out 149% of their payment.
2  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] Game Directory - central contract for Ethereum game listings on: April 26, 2016, 07:47:23 AM

And, in the spirit of Ethereum pyramid games, the contract redistributes the low cost of each new entry with all its members. 


Sounds like a good idea. You just need to make a lot of promotion so that new users will have a chance to find your website.

You forgot to mention that half of the entry cost will be paid to the contract owner (you) and only the second half is redistributed with all members.
3  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 13, 2016, 03:32:28 PM

I reviewed the code, it is very pro written, clear and performant.
The owner can never scam you, everything is made to keep your investement like it should be.
The owner can change the number of players, disable the game, stop the round BUT all theses actions always perform a full refunding for all players before.
This is OK IMO.  Wink

Thanks for the review!
4  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Ponzi Game: Protect The Castle ! x2 + Jackpot on: April 12, 2016, 04:38:31 PM

It wont ever pay back because people only put in .01 so it will never make it past the early 50-100eth deposits.
So it's time that people invest a little more ...
5  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] SimpleDice - EthVenturesFinal attachment on: April 10, 2016, 08:44:02 AM

Looks like players start to play it, it's good, and the attachment works flawlessly, dividends are also being paid out  Smiley

It's not working!

The transfer to the Ethventures Contract ran into an error. And not any dividends where paid out! See https://etherscan.io/address/0xee462a6717f17c57c826f1ad9b4d3813495296c9#internaltx . After Block 1307118 there was no payment to the investors.
6  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Ponzi Game: Protect The Castle ! x2 + Jackpot on: April 10, 2016, 08:21:44 AM
Cool game with fun factor  Cheesy
7  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVenturesFinal on: April 09, 2016, 09:58:23 PM

Any answer, BetGod?

I explained this already:

-People could send from exchanges, and then they cant be refunded
-If the indexing function is not properly coded then it wont work
-If the players change their addresses in the meantime, it wont work
-If the code gets stuck in the iteration function due to some bug from the miners, then it can break, ethereum is still alpha and this could happen, its better to run it only once.

For example if a dividend gets stuck in a for loop thats a small deal, but if the entire balance gets stuck, thats a big problem.

Sorry but sounds like lame excuses.
- if people send form exchanges they will also not get the intended earnings
- code and test it properly and it will work - Solidity is only a java dialect and it works!
- "if players change their address"? how to change an address?
- "if code gets stuck" - see my second point

8  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVenturesFinal on: April 09, 2016, 06:56:06 PM
It's a good idea, but you can make it better:
It would be more trustworthy if your Emergency function would pay back all investors investment and not all the invested Ether only to you.
And a function for investors to resign and get paid back there investment (-owner fee) would be good too.

What do you think?


Any answer, BetGod?
9  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthVenturesFinal on: April 09, 2016, 01:40:03 PM
It's a good idea, but you can make it better:
It would be more trustworthy if your Emergency function would pay back all investors investment and not all the invested Ether only to you.
And a function for investors to resign and get paid back there investment (-owner fee) would be good too.

What do you think?
10  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 09, 2016, 10:52:20 AM
Already 2 Gamblers in round 16. Only 4 more needed to end this round ... Give it a try!
11  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 08, 2016, 11:38:37 AM
Just in case somebody does not know how to send a data byte together with Ether:

If you are using Geth or Ethereum Wallet (wich starts Geth in the background):
after typing
Code:
geth attach
in a command line, enter:
Code:
eth.sendTransaction({from: eth.accounts[0], to:'0x7753A9D834844cFDe5C211ec3912b49f0d8B8e11', value:web3.toWei(0.1, "ether"), gas:100000, data:"0x01"})
to send "0x01" and 0.1 Ether to address 0x7753A9D834844cFDe5C211ec3912b49f0d8B8e11.

Change "0x01" to "0x81" if you want to change your bet or change value and address if you want to risk more or less (see original post).

In the GUI of Ethereum Wallet (Mist) just click SEND and after entering the address and the amount click the ADD DATA button and enter 01 or 81 in the input field below the button.
12  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: List of ACTIVE games on: April 07, 2016, 01:38:29 PM
https://bitcointalk.org/index.php?topic=1423119.0
13  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 05, 2016, 12:36:18 PM
Just added a new contract for those who want to play with more than 0.1 Ether.

To join send one byte data (0x01 or 0x81) with a bet amount of 1 ether to 0x0312855bb6e548578a36fa8de63b8f0d3d7d7dc2

In the best case you can win 4.95 Ether (almost 5 times of your invest)  Smiley

see original post or verified contract for more details.
14  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 04, 2016, 10:10:50 PM

However, I think I'm mistaken - transactions can't access the hash of the block they're in, since it's only computed after the transactions run. It'd still be trivial for a miner to game this, though, by only including the transaction if it causes them to win.

Theoretically may be. But I don't think it is really possible nor trivial in practice. There is not only one miner. And while the one tries to find a hash with and without his transaction other miners will already submitting new blocks. And btw. it would not be worth the amount he can win ;-).
15  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 04, 2016, 09:00:51 AM
Neat idea, but trivial to game: Anyone could write a contract that calls this one iff it would be the last player, and win every time.

That means you did not understand how it works (nor how contracts work). Not the last player wins! Read again ;-)
16  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 03, 2016, 09:48:13 PM
Did anybody checked the code? It's not a pyramid game! It's more like a Dice Game (with a 2 digit dice) or playing Red or Black on Roulette.
17  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ETH] EthereumDice - First working Ether Dice DAPP! on: April 02, 2016, 10:19:42 PM

Nice to see that ethereum now has a working dice game, i can only wonder what other good inventions we will see soon  Smiley

This one is working too -> Bet On Hash
It's similar to a dice game. 6 people are playing in a round and the lucky ones will win.
18  Alternate cryptocurrencies / Service Announcements (Altcoins) / [ETH ]*New Round Based Bet Game: Bet On Hash * on: April 02, 2016, 08:54:20 AM
it's a round based bet game (6 players)
you bet on the first byte of the 6th players block hash (unpredictable, 50% chance)

to join:
send one byte data (0x01 or 0x81) with a bet amount of 1 ether to 0x0312855bb6e548578a36fa8de63b8f0d3d7d7dc2
 - or -
send one byte data (0x01 or 0x81) with a bet amount of 0.1 ether (100 finney) to 0x7753a9d834844cfde5c211ec3912b49f0d8b8e11
 - or -
send one byte data (0x01 or 0x81) with a bet amount of 0.01 ether (10 finney) to 0x615d2c5155ea9841f2a926c3a4953d140d407c99

(click address to check the verified contract)

if your data byte is less than 0x80 you bet the 6th players block hash first byte is less than 0x80
if your data byte is greater than or equal 0x80 you bet the 6th players block hash first byte is greater than or equal 0x80

if you lose your bet your bet amount goes to the pool for winners

if you win your bet:
   * you will get back 100% of your payment
   * you will win a proportional part of the winner pool (win amount = winner pool / winners - 1%)

payout is triggered when a player starts the next round

additional rules:
each address can only play once per round
every additional payment during the same round will be paid back immediatly
every payment below the bet value is considered as a donation for the winner pool
every amount that is exceeding the bet value will be paid back
if nobody wins in a round, the paid amounts will raise the winner pool for the next round


how to send a data byte together with Ether:

If you are using Geth or Ethereum Wallet (wich starts Geth in the background):
after typing
Code:
geth attach
in a command line, enter:
Code:
eth.sendTransaction({from: eth.accounts[0], to:'0x7753A9D834844cFDe5C211ec3912b49f0d8B8e11', value:web3.toWei(0.1, "ether"), gas:100000, data:"0x01"})
to send "0x01" and 0.1 Ether to address 0x7753A9D834844cFDe5C211ec3912b49f0d8B8e11.

Change "0x01" to "0x81" if you want to change your bet or change value and address if you want to risk more or less (see original post).

In the GUI of Ethereum Wallet (Mist) just click SEND and after entering the address and the amount click the ADD DATA button and enter 01 or 81 in the input field below the button.
19  Alternate cryptocurrencies / Service Announcements (Altcoins) / [ETH] Bet On Hash Game on: April 01, 2016, 02:08:11 PM
Bet On Hash is a new round based bet game. For more details see the verified and bug checked contracts here and/or here.

Have fun!   Smiley
20  Other / Beginners & Help / Tons of double spents ?? on: June 26, 2013, 07:52:48 PM
https://blockchain.info/address/16SuiM7QZU6HUo73XP3hsw2TQ4NDfCc52

What happened there?
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!