Bitcoin Forum
April 18, 2024, 01:23:08 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 ... 1126 »
  Print  
Author Topic: Obyte: Totally new consensus algorithm + private untraceable payments  (Read 1233945 times)
valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
December 14, 2016, 06:31:04 PM
 #1741


It'll do as a very rough approximation, see the white paper for the exact criteria of finality.
Witnesses are expected to always emit transactions, that's one of the factors that determines the choice of witnesses.

But do witnesses have to do active transactions? That seem pretty random. It would be easier that witnesses will just do random transactions automatically (say transfer same amount to each other) so people's tx will be guaranteed to be confirmed after certain time?

They don't need to transfer nothing. They need submit a smallest possible storage unit (cheapest) which does not change inputs or outputs, but only confirms previous transactions.


They could do it, but my question is more on that is it automatic? Because if it does, then the confirmation time of any transactions can be guaranteed. Otherwise it all depends on the witness activities.
1713403388
Hero Member
*
Offline Offline

Posts: 1713403388

View Profile Personal Message (Offline)

Ignore
1713403388
Reply with quote  #2

1713403388
Report to moderator
1713403388
Hero Member
*
Offline Offline

Posts: 1713403388

View Profile Personal Message (Offline)

Ignore
1713403388
Reply with quote  #2

1713403388
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713403388
Hero Member
*
Offline Offline

Posts: 1713403388

View Profile Personal Message (Offline)

Ignore
1713403388
Reply with quote  #2

1713403388
Report to moderator
1713403388
Hero Member
*
Offline Offline

Posts: 1713403388

View Profile Personal Message (Offline)

Ignore
1713403388
Reply with quote  #2

1713403388
Report to moderator
1713403388
Hero Member
*
Offline Offline

Posts: 1713403388

View Profile Personal Message (Offline)

Ignore
1713403388
Reply with quote  #2

1713403388
Report to moderator
yvv
Legendary
*
Offline Offline

Activity: 1344
Merit: 1000

.


View Profile WWW
December 14, 2016, 06:38:38 PM
 #1742


It'll do as a very rough approximation, see the white paper for the exact criteria of finality.
Witnesses are expected to always emit transactions, that's one of the factors that determines the choice of witnesses.

But do witnesses have to do active transactions? That seem pretty random. It would be easier that witnesses will just do random transactions automatically (say transfer same amount to each other) so people's tx will be guaranteed to be confirmed after certain time?

They don't need to transfer nothing. They need submit a smallest possible storage unit (cheapest) which does not change inputs or outputs, but only confirms previous transactions.


They could do it, but my question is more on that is it automatic? Because if it does, then the confirmation time of any transactions can be guaranteed. Otherwise it all depends on the witness activities.

This is interesting question. Suppose, each of 12 witnesses run a script which submit transactions at crazy rate, but nobody else is using the network at this time. What happens then? Do witnesses end up loosing money?

.
tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
December 14, 2016, 08:06:29 PM
 #1743


It'll do as a very rough approximation, see the white paper for the exact criteria of finality.
Witnesses are expected to always emit transactions, that's one of the factors that determines the choice of witnesses.

But do witnesses have to do active transactions? That seem pretty random. It would be easier that witnesses will just do random transactions automatically (say transfer same amount to each other) so people's tx will be guaranteed to be confirmed after certain time?

They don't need to transfer nothing. They need submit a smallest possible storage unit (cheapest) which does not change inputs or outputs, but only confirms previous transactions.


They could do it, but my question is more on that is it automatic? Because if it does, then the confirmation time of any transactions can be guaranteed. Otherwise it all depends on the witness activities.

This is interesting question. Suppose, each of 12 witnesses run a script which submit transactions at crazy rate, but nobody else is using the network at this time. What happens then? Do witnesses end up loosing money?


Witnesses do post transactions automatically but do it in a bit more reasonable way https://github.com/byteball/byteball-witness/blob/master/start.js

Simplicity is beauty
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 656



View Profile
December 14, 2016, 10:11:53 PM
 #1744

Filtering of microtransactions sent from exchange wallets already works in fully automated mode, so no need to apply any other measures.

Okay, well I might have missed something then. The last thing I remember, is you asking for someone to confirm that one suspect address was a Bittrex one (which it was), so I was under the impression that you filtered out exchanges' addresses manually once they were added, suspected and confirmed.

valley365
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1003


View Profile
December 14, 2016, 11:42:48 PM
 #1745


It'll do as a very rough approximation, see the white paper for the exact criteria of finality.
Witnesses are expected to always emit transactions, that's one of the factors that determines the choice of witnesses.

But do witnesses have to do active transactions? That seem pretty random. It would be easier that witnesses will just do random transactions automatically (say transfer same amount to each other) so people's tx will be guaranteed to be confirmed after certain time?

They don't need to transfer nothing. They need submit a smallest possible storage unit (cheapest) which does not change inputs or outputs, but only confirms previous transactions.


They could do it, but my question is more on that is it automatic? Because if it does, then the confirmation time of any transactions can be guaranteed. Otherwise it all depends on the witness activities.

This is interesting question. Suppose, each of 12 witnesses run a script which submit transactions at crazy rate, but nobody else is using the network at this time. What happens then? Do witnesses end up loosing money?


Witnesses do post transactions automatically but do it in a bit more reasonable way https://github.com/byteball/byteball-witness/blob/master/start.js

OK will read the code. But what are the transactions they post automatically? do they send coins among themselves?
toto31
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
December 15, 2016, 12:50:30 AM
Last edit: December 15, 2016, 01:13:59 AM by toto31
 #1746

just count

21 000 000 bitcoin x 100 000 000 satoshi = 2 100 000 000 000 000 = 2.1 peta satoshi

but there are 'only' 1 000 000 000 000 000 byteball = 1 peta byteball

it exists more satoshis than byteballs  Grin

Given that amount of coins, this means that even if the coin trades at 1 satoshi, the market cap will be higher than Ethereum's. Who in their right mind will buy this at more than 1 satoshi? Litoshi trading incoming...

at 20 satoshis, market cap would be higher than bitcoin's current mc! lol
Zer0Sum
Legendary
*
Offline Offline

Activity: 1588
Merit: 1000


View Profile
December 15, 2016, 12:56:42 AM
 #1747

just count

21 000 000 bitcoin x 100 000 000 satoshi = 2 100 000 000 000 000 = 2.1 peta satoshi

but there are 'only' 1 000 000 000 000 000 byteball = 1 peta byteball

it exists more satoshis than byteballs  Grin

Given that amount of coins, this means that even if the coin trades at 1 satoshi, the market cap will be higher than Ethereum's. Who in their right mind will buy this at more than 1 satoshi? Litoshi trading incoming...

at 2 satoshis, market cap would be higher than bitcoin's current mc! lol

They will trade like IOTA:

https://bitcointalk.org/index.php?topic=1550236.380
toto31
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
December 15, 2016, 01:01:28 AM
 #1748

just count

21 000 000 bitcoin x 100 000 000 satoshi = 2 100 000 000 000 000 = 2.1 peta satoshi

but there are 'only' 1 000 000 000 000 000 byteball = 1 peta byteball

it exists more satoshis than byteballs  Grin

Given that amount of coins, this means that even if the coin trades at 1 satoshi, the market cap will be higher than Ethereum's. Who in their right mind will buy this at more than 1 satoshi? Litoshi trading incoming...

at 2 satoshis, market cap would be higher than bitcoin's current mc! lol

They will trade like IOTA:

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

which is for sure the road to mass adoption Cheesy
windjc
Legendary
*
Offline Offline

Activity: 2156
Merit: 1070


View Profile
December 15, 2016, 01:58:02 AM
 #1749

The transition bot isn't working for me. I click on the link and nothing happens. Please advise. Thx.
Belligerent Fool
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
December 15, 2016, 02:30:49 AM
 #1750

just count

21 000 000 bitcoin x 100 000 000 satoshi = 2 100 000 000 000 000 = 2.1 peta satoshi

but there are 'only' 1 000 000 000 000 000 byteball = 1 peta byteball

it exists more satoshis than byteballs  Grin

Given that amount of coins, this means that even if the coin trades at 1 satoshi, the market cap will be higher than Ethereum's. Who in their right mind will buy this at more than 1 satoshi? Litoshi trading incoming...

at 2 satoshis, market cap would be higher than bitcoin's current mc! lol

They will trade like IOTA:

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

which is for sure the road to mass adoption Cheesy

Or mass dumping from the dev as he holds all of the Byteballs premined... Doesn't anyone think about why he chose this way of long distribution, BTC linking addresses for coins, a DAG setup that isn't totally explained and could very well be centralized, although because of the premine in general it is as 1 person alone is at the rise and demise of this new coin or adapted technology, also that total amount of coins that will exist compared with the estimated marketcap is scary as anything, incentive for jumping on board Byteballs ? Because it's free, then you want people to buy your free coins ? OK Then Cheesy
mxhwr
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
December 15, 2016, 02:34:07 AM
 #1751

been watching this for a while now hope it recovers
crypt0hash
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 15, 2016, 03:24:56 AM
 #1752

just count

21 000 000 bitcoin x 100 000 000 satoshi = 2 100 000 000 000 000 = 2.1 peta satoshi

but there are 'only' 1 000 000 000 000 000 byteball = 1 peta byteball

it exists more satoshis than byteballs  Grin

Given that amount of coins, this means that even if the coin trades at 1 satoshi, the market cap will be higher than Ethereum's. Who in their right mind will buy this at more than 1 satoshi? Litoshi trading incoming...

at 20 satoshis, market cap would be higher than bitcoin's current mc! lol

well, have a look one guy would buy it for 13 satoshi Wink

Lets start the ball rolling down the road. Im a buyer at 13 sato. Whos to cross the swords with me?

Why do you think that two years of intense work by the dev and his team that led to the very well functioning revolutionary product that could compete even with the bitcoin should have lower value and lower significance as by Ethereum Huh
crypt0hash
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 15, 2016, 03:38:20 AM
 #1753

just count

21 000 000 bitcoin x 100 000 000 satoshi = 2 100 000 000 000 000 = 2.1 peta satoshi

but there are 'only' 1 000 000 000 000 000 byteball = 1 peta byteball

it exists more satoshis than byteballs  Grin

Given that amount of coins, this means that even if the coin trades at 1 satoshi, the market cap will be higher than Ethereum's. Who in their right mind will buy this at more than 1 satoshi? Litoshi trading incoming...

at 2 satoshis, market cap would be higher than bitcoin's current mc! lol

They will trade like IOTA:

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

which is for sure the road to mass adoption Cheesy

Sure, why not?

in addition many ppl get free BB by the giveaway, 1% of all the BB is foreseen for that  Smiley
CryptKeeper
Legendary
*
Offline Offline

Activity: 2044
Merit: 1055



View Profile
December 15, 2016, 07:37:48 AM
 #1754

The transition bot isn't working for me. I click on the link and nothing happens. Please advise. Thx.

Which os and which browser are you using?
Be sure to have downloaded the correct livenet wallet (it's the second row of download links on the website).
Is the wallet popping up when you click the link?

Follow me on twitter! I'm a private Bitcoin and altcoin hodler. Giving away crypto for free on my Twitter feed!
NeuroticFish
Legendary
*
Offline Offline

Activity: 3654
Merit: 6348


Looking for campaign manager? Contact icopress!


View Profile
December 15, 2016, 07:52:03 AM
 #1755

The transition bot isn't working for me. I click on the link and nothing happens. Please advise. Thx.

I can tell about the mistakes I made, maybe they help you find where your problem is.

1. I clicked the link on one computer, when the wallet was installed on another computer.
2. I clicked on the links that show on browser's status bar TN..something. Those don't work, they're for testnet (and I hope that you installed the livenet wallet).

I used Chrome and at the end it worked.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
icocoins
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile WWW
December 15, 2016, 09:14:46 AM
 #1756

epic moment is coming!

icocoins.com is watching Smiley
toto31
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
December 15, 2016, 10:34:09 AM
 #1757


well, have a look one guy would buy it for 13 satoshi Wink

Lets start the ball rolling down the road. Im a buyer at 13 sato. Whos to cross the swords with me?

Why do you think that two years of intense work by the dev and his team that led to the very well functioning revolutionary product that could compete even with the bitcoin should have lower value and lower significance as by Ethereum Huh

Anyone on bitcointalk can claim anything, that doesn't make it true. And anyway, the problem is that to keep a price of 1 satoshi, you have to sell the coin to a large population.
Let's say bitcoin users are about 100M, that means you have to sell 10M Byteball to each of them to keep a price at 1 satoshi. Anything lower will make it trade in Litoshi or in Wei.
Good luck!  Grin
tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
December 15, 2016, 11:09:08 AM
 #1758


It'll do as a very rough approximation, see the white paper for the exact criteria of finality.
Witnesses are expected to always emit transactions, that's one of the factors that determines the choice of witnesses.

But do witnesses have to do active transactions? That seem pretty random. It would be easier that witnesses will just do random transactions automatically (say transfer same amount to each other) so people's tx will be guaranteed to be confirmed after certain time?

They don't need to transfer nothing. They need submit a smallest possible storage unit (cheapest) which does not change inputs or outputs, but only confirms previous transactions.


They could do it, but my question is more on that is it automatic? Because if it does, then the confirmation time of any transactions can be guaranteed. Otherwise it all depends on the witness activities.

This is interesting question. Suppose, each of 12 witnesses run a script which submit transactions at crazy rate, but nobody else is using the network at this time. What happens then? Do witnesses end up loosing money?


Witnesses do post transactions automatically but do it in a bit more reasonable way https://github.com/byteball/byteball-witness/blob/master/start.js

OK will read the code. But what are the transactions they post automatically? do they send coins among themselves?

Each witness just pays to itself.

Simplicity is beauty
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 656



View Profile
December 15, 2016, 01:14:32 PM
 #1759

And anyway, the problem is that to keep a price of 1 satoshi, you have to sell the coin to a large population.
Let's say bitcoin users are about 100M, that means you have to sell 10M Byteball to each of them to keep a price at 1 satoshi. Anything lower will make it trade in Litoshi or in Wei.

I think nobody here talked about trying to keep the price at 1 sat, and nobody's expecting to exchange 1 byte for 1 sat. Surely peolpe will exchange kilobytes, megabytes, gigabytes, and so on; so there isn't actually any problem.

toto31
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
December 15, 2016, 02:35:22 PM
 #1760

And anyway, the problem is that to keep a price of 1 satoshi, you have to sell the coin to a large population.
Let's say bitcoin users are about 100M, that means you have to sell 10M Byteball to each of them to keep a price at 1 satoshi. Anything lower will make it trade in Litoshi or in Wei.

I think nobody here talked about trying to keep the price at 1 sat, and nobody's expecting to exchange 1 byte for 1 sat. Surely peolpe will exchange kilobytes, megabytes, gigabytes, and so on; so there isn't actually any problem.

Well, and what do you expect exchanges to do with that? Do you think they will be happy to list a coin like that? They won't change their way of functionning to allow kb, mg or gg, so it will stay at 1 sat forever...
The only way to go is to list it against Ethereum or Litecoin, but not Bitcoin. Since volume is made against BTC primarily, that doesn't sound good...
Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 [88] 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 ... 1126 »
  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!