Bitcoin Forum
May 03, 2024, 08:38:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 »
  Print  
Author Topic: [ANN] Uther – Make Ethereum Better, based on Ethereum  (Read 44917 times)
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
May 22, 2016, 10:22:53 PM
 #401

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

That would be nice since I have mined over 100,000 so far

lol,  but btc road to 200 $   Wink
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714768731
Hero Member
*
Offline Offline

Posts: 1714768731

View Profile Personal Message (Offline)

Ignore
1714768731
Reply with quote  #2

1714768731
Report to moderator
1714768731
Hero Member
*
Offline Offline

Posts: 1714768731

View Profile Personal Message (Offline)

Ignore
1714768731
Reply with quote  #2

1714768731
Report to moderator
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
May 23, 2016, 10:39:09 PM
 #402

exange? c-cex is troll  Roll Eyes
btc2nxt
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
May 24, 2016, 01:25:12 AM
Last edit: May 24, 2016, 02:05:41 AM by btc2nxt
 #403

Foundation contract tested pass in mainnet (geth 1.4.4 test version), and found a small flaw in geth or solidity.( add an issue to solidity https://github.com/ethereum/solidity/issues/592)

address:
0x2ca03a57d0098f54357520e7ea7d16a0665f959c

abi:
[{"constant":true,"inputs":[{"name":"_budgetId","type":"uint8"}],"name":"getState","outputs":[{"name":"","type":"uint8"}],"type":"function"},{"constant":true,"inputs":[{"name":"_delegatorId","type":"uint8"}],"name":"getDelegator","outputs":[{"name":"","type":"address"}],"type":"function"},{"constant":true,"inputs":[],"name":"maxDelegators","outputs":[{"name":"","type":"uint8"}],"type":"function"},{"constant":true,"inputs":[],"name":"debatingDays","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":false,"inputs":[{"name":"_addr","type":"address"},{"name":"_bitcointalkId","type":"bytes32"}],"name":"addDelegator","outputs":[{"name":"","type":"uint8"}],"type":"function"},{"constant":false,"inputs":[{"name":"_budgetID","type":"uint256"},{"name":"_position","type":"uint8"}],"name":"voteBudget","outputs":[{"name":"","type":"uint8"}],"type":"function"},{"constant":true,"inputs":[],"name":"founder","outputs":[{"name":"","type":"address"}],"type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"getDelegatorId","outputs":[{"name":"","type":"uint8"}],"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"delegators","outputs":[{"name":"addr","type":"address"},{"name":"amount","type":"uint256"},{"name":"bitcointalkId","type":"bytes32"}],"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"budgets","outputs":[{"name":"recipient","type":"address"},{"name":"amount","type":"uint256"},{"name":"data","type":"bytes32"},{"name":"description","type":"string"},{"name":"creationDate","type":"uint256"},{"name":"confirmDate","type":"uint256"},{"name":"executeDays","type":"uint256"},{"name":"createdBy","type":"uint8"},{"name":"state","type":"uint8"},{"name":"votes","type":"bytes"}],"type":"function"},{"constant":true,"inputs":[],"name":"totalDelegators","outputs":[{"name":"","type":"uint8"}],"type":"function"},{"constant":true,"inputs":[{"name":"_budgetId","type":"uint8"}],"name":"getBudgetAmount","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":true,"inputs":[{"name":"_budgetId","type":"uint8"}],"name":"getVotes","outputs":[{"name":"","type":"bytes"}],"type":"function"},{"constant":false,"inputs":[{"name":"_budgetID","type":"uint256"}],"name":"budgetPayment","outputs":[{"name":"winDelegatorNum","type":"uint8"},{"name":"result","type":"uint8"}],"type":"function"},{"constant":false,"inputs":[{"name":"_budgetID","type":"uint256"}],"name":"passBudget","outputs":[{"name":"proDelegatorNum","type":"uint8"},{"name":"state","type":"uint8"}],"type":"function"},{"constant":false,"inputs":[{"name":"_budgetID","type":"uint256"}],"name":"confirmBudget","outputs":[{"name":"result","type":"uint8"}],"type":"function"},{"constant":false,"inputs":[{"name":"_recipient","type":"address"},{"name":"_amount","type":"uint256"},{"name":"_data","type":"bytes32"},{"name":"_description","type":"string"},{"name":"_executeDays","type":"uint256"}],"name":"newBudget","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":false,"inputs":[{"name":"_budgetID","type":"uint256"},{"name":"_position","type":"uint8"}],"name":"tickBudget","outputs":[{"name":"","type":"bytes1"}],"type":"function"},{"constant":true,"inputs":[],"name":"numBudgets","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":true,"inputs":[{"name":"_budgetId","type":"uint8"}],"name":"getBudgetRecipient","outputs":[{"name":"","type":"address"}],"type":"function"},{"inputs":[{"name":"_maxDelegators","type":"uint8"},{"name":"_debatingDays","type":"uint256"},{"name":"_bitcointalkId","type":"bytes32"}],"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"budgetID","type":"uint256"},{"indexed":false,"name":"recipient","type":"address"},{"indexed":false,"name":"amount","type":"uint256"},{"indexed":false,"name":"data","type":"bytes32"},{"indexed":false,"name":"description","type":"string"}],"name":"BudgetAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"budgetID","type":"uint256"},{"indexed":false,"name":"voter","type":"address"},{"indexed":false,"name":"position","type":"bytes1"}],"name":"BudgetVoted","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"budgetID","type":"uint256"},{"indexed":false,"name":"reult","type":"uint8"},{"indexed":false,"name":"state","type":"Foundation.State"}],"name":"BudgetTallied","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"budgetID","type":"uint256"},{"indexed":false,"name":"recipient","type":"address"},{"indexed":false,"name":"state","type":"Foundation.State"}],"name":"BudgetConfirmed","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"budgetID","type":"uint256"},{"indexed":false,"name":"delegator","type":"address"},{"indexed":false,"name":"position","type":"bytes1"}],"name":"BudgetTicked","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"budgetID","type":"uint256"},{"indexed":false,"name":"tickDelegatorNum","type":"uint8"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"BudgetPaid","type":"event"}]

adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1709



View Profile
May 24, 2016, 04:59:28 AM
 #404

Since everybody thinks this coin will be 100K sats then my coins are a steal at 2K sats.

I'll sell at 2K sats so  393.4931 X 0.00002= 0.007869862 BTC

Still selling this. PM if interested.  Basically selling a coin for a Penny each

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 24, 2016, 05:58:43 AM
 #405

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

That would be nice since I have mined over 100,000 so far

you wasted your time and electricity, if you really believe this will be worth mroe than 2k satoshi, you are a bit naive here
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1709



View Profile
May 24, 2016, 06:07:02 AM
 #406

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

So buy mine at 2K and then sell it later at 100k


.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
fritzi
Full Member
***
Offline Offline

Activity: 198
Merit: 100


View Profile
May 24, 2016, 06:17:31 AM
 #407

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

So buy mine at 2K and then sell it later at 100k



He's not interested to buy regardless of the price, just want to dump his coins at 100k.  Grin
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 24, 2016, 07:03:23 AM
 #408

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

So buy mine at 2K and then sell it later at 100k



He's not interested to buy regardless of the price, just want to dump his coins at 100k.  Grin

then he is not really believing in the value of its coin
Daveeoff
Hero Member
*****
Offline Offline

Activity: 611
Merit: 500



View Profile
May 24, 2016, 08:17:43 AM
 #409

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

So buy mine at 2K and then sell it later at 100k



He's not interested to buy regardless of the price, just want to dump his coins at 100k.  Grin

then he is not really believing in the value of its coin

What is the value of this coin? I'm holding around 180,000 so far
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1709



View Profile
May 24, 2016, 08:19:13 AM
 #410

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

So buy mine at 2K and then sell it later at 100k



He's not interested to buy regardless of the price, just want to dump his coins at 100k.  Grin

then he is not really believing in the value of its coin

What is the value of this coin? I'm holding around 180,000 so far

So far value is 0.00000000 BTC per coins since nobody wants to buy anything.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Daveeoff
Hero Member
*****
Offline Offline

Activity: 611
Merit: 500



View Profile
May 24, 2016, 08:24:20 AM
 #411

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

So buy mine at 2K and then sell it later at 100k



He's not interested to buy regardless of the price, just want to dump his coins at 100k.  Grin

then he is not really believing in the value of its coin

What is the value of this coin? I'm holding around 180,000 so far

So far value is 0.00000000 BTC per coins since nobody wants to buy anything.
 
Maybe if it ever get's listed the  value  might go up .LOL
hananl1styo
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500

Translator English to Indonesian Language


View Profile
May 24, 2016, 09:22:30 AM
 #412

very long time to wait uther on c-cex.com  Embarrassed
rajeshgarnaik
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 24, 2016, 10:12:48 AM
 #413

Is it up on C-Cex.

hananl1styo
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500

Translator English to Indonesian Language


View Profile
May 24, 2016, 10:14:29 AM
 #414

Is it up on C-Cex.

but not ready to trade.
craslovell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1021



View Profile WWW
May 24, 2016, 01:11:36 PM
 #415

Think 0.0002278 that's .10 cents would be a good price? Or is that to low

is low  price is 100k

So buy mine at 2K and then sell it later at 100k



He's not interested to buy regardless of the price, just want to dump his coins at 100k.  Grin

then he is not really believing in the value of its coin

What is the value of this coin? I'm holding around 180,000 so far

So far value is 0.00000000 BTC per coins since nobody wants to buy anything.
 
Maybe if it ever get's listed the  value  might go up .LOL

I'd be happy if it just pokes its head up to 5k sat and sits there for a little while  Grin
Nxtblg
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile WWW
May 24, 2016, 04:21:12 PM
 #416

Is it up on C-Cex.

but not ready to trade.

Have you got a link?






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
May 24, 2016, 06:22:52 PM
 #417


Although not listed, we this trolling c-cex   Grin
Daveeoff
Hero Member
*****
Offline Offline

Activity: 611
Merit: 500



View Profile
May 25, 2016, 03:55:36 AM
 #418

any idea when the C-Cex will open trade

same question by me also.

Ready to list, but:

1. Block explorer link posted in OP shows PHP code. Please, fix.
2. Where is Uther logo?

1. block explorer now fixed see http://uther.tech/
2. here is uther logo:

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

sorry for delay

My support ticket from C-CEX said
 Working block explorer link  and uther logo

Need to be add to the OP be fore listing

joker1
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 25, 2016, 03:58:55 AM
 #419

usecase 1
1. Foundation
   debatingDays  0
   addDelegator  5(user)
2. newBudget 
   0:recipient=user5(3 ether)
3. voteBudget
   0:position: user3=0x02 user4=0x02 user5=0x02 user6=0x02 user7=0x02
4. confirmBudget
   0:user5
6. tickBudget:
   0:  user3=0x08  user4=0x08  user5=0x08  user6=0x08 user7=0x08 
7. budgetPayment
    state: '5 

web3.fromWei(eth.getBalance("0x0afb61f4abe84d52d0219ed16eeb9a8653f0ef5b"))
=7.97   ok

---------------
usecase 2
1. Foundation
   debatingDays  0
   addDelegator  5(user)
2. newBudget 
   1:recipient=user4(3 ether)
3. voteBudget
   1:position: user3=0x01 user4=0x01 user5=0x01 user6=0x01 user7=0x01
4. confirmBudget
   1:user5
    state: '2

web3.fromWei(eth.getBalance("0x03c0ddffc20eaa53e16cde307cfdaf5e07f0b7e5"))
=12.97   ok
Stein
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
May 25, 2016, 04:08:14 AM
 #420

Any new info on C-Cex ?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 »
  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!