Bitcoin Forum
April 16, 2024, 06:55:38 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 [1074] 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 ... 1126 »
  Print  
Author Topic: Obyte: Totally new consensus algorithm + private untraceable payments  (Read 1233943 times)
andreibi
Legendary
*
Offline Offline

Activity: 1647
Merit: 1012

Practising Hebrew before visiting Israel


View Profile WWW
February 28, 2019, 10:45:11 AM
Last edit: February 28, 2019, 04:06:56 PM by andreibi
 #21461

BIoT milestone complete

Stage 1 of the BIoT project has been completed. Watch this short video showing how IoT payment channels can be opened using Obyte.
https://youtu.be/XCGgQ-Tgja0

See the code on Github.
https://github.com/BIoTws/biot_wallet

 Cool

 Cool Cool This is the stuff I wanted to see. Exciting stuff for the next ten years hopefully. Maybe just in time when Internet of things becomes the norm.

1713250538
Hero Member
*
Offline Offline

Posts: 1713250538

View Profile Personal Message (Offline)

Ignore
1713250538
Reply with quote  #2

1713250538
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713250538
Hero Member
*
Offline Offline

Posts: 1713250538

View Profile Personal Message (Offline)

Ignore
1713250538
Reply with quote  #2

1713250538
Report to moderator
kola-schaar
Sr. Member
****
Offline Offline

Activity: 336
Merit: 260


View Profile
March 02, 2019, 11:07:00 AM
 #21462

BIoT milestone complete

Stage 1 of the BIoT project has been completed. Watch this short video showing how IoT payment channels can be opened using Obyte.
https://youtu.be/XCGgQ-Tgja0

See the code on Github.
https://github.com/BIoTws/biot_wallet

 Cool

Great Job!   Kiss  - > donations address? Smiley
kola-schaar
Sr. Member
****
Offline Offline

Activity: 336
Merit: 260


View Profile
March 02, 2019, 11:14:58 AM
 #21463

Maybe it's worth (possible) it to realize with Obyte - to stabilize the bytes and bind excess liquidity..
https://medium.com/cryptolinks/maker-for-dummies-a-plain-english-explanation-of-the-dai-stablecoin-e4481d79b90

nice review in german (Loan for ETH - My experience with Maker DAO)
https://www.blockchaincenter.net/erfahrung-mit-maker-dao/
tarmo888
Full Member
***
Offline Offline

Activity: 563
Merit: 103


View Profile WWW
March 02, 2019, 07:07:23 PM
 #21464

Maybe it's worth (possible) it to realize with Obyte - to stabilize the bytes and bind excess liquidity..
https://medium.com/cryptolinks/maker-for-dummies-a-plain-english-explanation-of-the-dai-stablecoin-e4481d79b90

nice review in german (Loan for ETH - My experience with Maker DAO)
https://www.blockchaincenter.net/erfahrung-mit-maker-dao/

Obyte seems to have all the features to create a stablecoin with collateralized debt positions like Maker DAO:
* define asset with no cap - check
* issue new tokens to asset - check
* burn tokens by sending back to definer - check
* price feed oracle - check
* create smart-contracts with Bytes as collateral - check
* add trusted liquidator to smart-contract - check

Centralized stablecoin like Tether that has USD as collateral is even easier to do and has already done before with Obyte. The most easiest would be to create a elastic supply stable coin on Obyte, but I guess nobody believes in those anymore.

So, the tools are there, just needs somebody who wants to build a product like that with Obyte toolbox.
julian071
Hero Member
*****
Offline Offline

Activity: 1132
Merit: 818



View Profile
March 02, 2019, 10:39:15 PM
 #21465

There is a proposal about extending the Obyte protocol with timestamps
https://docs.google.com/document/d/1L5i0NNL2h7tgf-ZXo18ozHABSlciQUAE5x0ynV7FzyQ/edit

Your opinion is appreciated.

Hi, thanks for asking. I'm no programmer so excuse me if my remarks don't make much sense, but my first thoughts are:
- Great idea to include timestamp, I agree that it is an integral part of most contracts, so better to not use an oracle
- If a timestamp is included, will this increase costs of transactions (because more data) and if so, by how much percentage wise?
- What happens if a computer's time lags behind in stead of running ahead? Or if data is sent to the DAG with (large) lag?

=P
tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
March 02, 2019, 11:11:09 PM
Merited by julian071 (1)
 #21466

There is a proposal about extending the Obyte protocol with timestamps
https://docs.google.com/document/d/1L5i0NNL2h7tgf-ZXo18ozHABSlciQUAE5x0ynV7FzyQ/edit

Your opinion is appreciated.

Hi, thanks for asking. I'm no programmer so excuse me if my remarks don't make much sense, but my first thoughts are:
- Great idea to include timestamp, I agree that it is an integral part of most contracts, so better to not use an oracle
- If a timestamp is included, will this increase costs of transactions (because more data) and if so, by how much percentage wise?

Thanks, good questions.
Yes, by 8 bytes - the size of the timestamp.

- What happens if a computer's time lags behind in stead of running ahead? Or if data is sent to the DAG with (large) lag?

If a node's time lags, it will see recent units as coming from the future and will skip them when selecting parents, i.e. this node will take older parents.  This is not a big issue apart from slightly more branching of the DAG than we would see otherwise.

If transactions are sent to the DAG with a large lag, most nodes will see them timestamped in the far past, which means they are perfectly eligible for inclusion.

Simplicity is beauty
tbct_mt2
Hero Member
*****
Offline Offline

Activity: 2296
Merit: 835


Cashback 15%


View Profile WWW
March 03, 2019, 03:22:01 AM
 #21467

After the rebrand months ago, Obyte will have significant improvements soon as the Obyte team said the changes on timestamps will be made.
Personally, I really like the very fast transaction speed of Obyte.
I made lots of transactions with Obyte and I have never got delayed transactions due to network's congestion.
It's amazingly power of the Obyte network to confirm transactions fastly and smoothly.

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

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

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

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

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

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











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











▄▄▄▄█
Ample_Fire
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 03, 2019, 08:04:58 AM
 #21468

After the rebrand months ago, Obyte will have significant improvements soon as the Obyte team said the changes on timestamps will be made.
Personally, I really like the very fast transaction speed of Obyte.
I made lots of transactions with Obyte and I have never got delayed transactions due to network's congestion.
It's amazingly power of the Obyte network to confirm transactions fastly and smoothly.

I couldn't agree more.  Cool
fuk
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
March 03, 2019, 04:20:11 PM
 #21469

After the rebrand months ago, Obyte will have significant improvements soon as the Obyte team said the changes on timestamps will be made.
Personally, I really like the very fast transaction speed of Obyte.
I made lots of transactions with Obyte and I have never got delayed transactions due to network's congestion.
It's amazingly power of the Obyte network to confirm transactions fastly and smoothly.
confirmation takes 10+ minutes for me. What you do to get fast confirmations?
tarmo888
Full Member
***
Offline Offline

Activity: 563
Merit: 103


View Profile WWW
March 03, 2019, 05:25:39 PM
 #21470

After the rebrand months ago, Obyte will have significant improvements soon as the Obyte team said the changes on timestamps will be made.
Personally, I really like the very fast transaction speed of Obyte.
I made lots of transactions with Obyte and I have never got delayed transactions due to network's congestion.
It's amazingly power of the Obyte network to confirm transactions fastly and smoothly.
confirmation takes 10+ minutes for me. What you do to get fast confirmations?

Everybody gets the unconfirmed transaction instantly and in 10-20 minutes it is confirmed and FINAL. That's not what many TOP50 coins have, so compared to others, that is fast transaction.
Obviously there are some exceptions with some coins and 2-layer solutions like Lightning, but Obyte has it on base layer.
tarmo888
Full Member
***
Offline Offline

Activity: 563
Merit: 103


View Profile WWW
March 03, 2019, 05:28:29 PM
 #21471

Never heard of this don't know where it goes but why people still commenting looks like it's a popular thread here will see how longer people comments here just for spreading opinions.

I think it could be because "p*nis envy", many other competitor altcoin shillers like to come here and FUD about Obyte because their own coin looks like stone age compared to Obyte Cheesy
Ample_Fire
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 04, 2019, 09:42:14 AM
 #21472

Everybody gets the unconfirmed transaction instantly and in 10-20 minutes it is confirmed and FINAL. That's not what many TOP50 coins have, so compared to others, that is fast transaction.
Obviously there are some exceptions with some coins and 2-layer solutions like Lightning, but Obyte has it on base layer.
Obyte, in fact, has its own confirmation mechanism, that is amazing.
I love its solution to make confirmations, because it is more environmental friendly.

Fast transaction speed, and un-congested network are other plus point of Obyte.

Far too many comments from spammers on this thread, founder now uses Discord and Reddit more: https://www.reddit.com/r/obyte  Cool
obyte312
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 04, 2019, 07:42:30 PM
 #21473

OBYTE will be listed on a top 10 exchange (By CMC volume) this month,

http://twitter.com/ObyteOrg/status/1102637084857298945
adaseb
Legendary
*
Offline Offline

Activity: 3724
Merit: 1708



View Profile
March 04, 2019, 08:32:12 PM
 #21474

OBYTE will be listed on a top 10 exchange (By CMC volume) this month,

http://twitter.com/ObyteOrg/status/1102637084857298945



I just checked my portfolio and see that Byteball has rallied 20% while most of the crypto market is either down or trading sideways, immediately I thought it was listed somewhere new.

Looking at the top 10 CMC list, I am going to guess the exchange is Binance because I don't see the other exchanges listing this type of coin, especially the foreign exchanges.


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

Activity: 2058
Merit: 1024



View Profile WWW
March 05, 2019, 02:36:38 AM
 #21475

It is always true with the classic statement in financial area, both traditional and untradiational.
Quote
Buy the rumors, sell the news
When fear abundantly appeared, it is time to buy with very low risks, high probabilty to get massive returns.
The case of Obyte, this time, one more time demonstrates the statement above is right.

Exchange listing news boosted Obyte dramatically recent hours.
https://coinmarketcap.com/currencies/obyte/
OBYTE will be listed on a top 10 exchange (By CMC volume) this month,

http://twitter.com/ObyteOrg/status/1102637084857298945

I congratulate to your portfolio's good rally with Obyte.
I just checked my portfolio and see that Byteball has rallied 20% while most of the crypto market is either down or trading sideways, immediately I thought it was listed somewhere new..

I thought that the Obyte manager might have better approach, by adding local rules in the OP, and states that the topic is self-moderated.
All spams, shitshows will be deleted or reports to forum mods.
By the way, real Obyte's supporters should reports all spammbers, spam posts, and out-of-context posts to mods.
Far too many comments from spammers on this thread, founder now uses Discord and Reddit more: https://www.reddit.com/r/obyte  Cool

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
U
Full Member
***
Offline Offline

Activity: 503
Merit: 106


View Profile
March 05, 2019, 03:19:06 AM
 #21476

Smart contract enabled on Obyte?

Bitcoin Ethereum TERA
BTCspace
Hero Member
*****
Offline Offline

Activity: 952
Merit: 501


View Profile
March 05, 2019, 03:19:29 AM
Last edit: March 05, 2019, 04:20:13 AM by BTCspace
 #21477

OBYTE will be listed on a top 10 exchange (By CMC volume) this month,

http://twitter.com/ObyteOrg/status/1102637084857298945


finally we are seeing Obyte is back...
i like this project.

few project with 1000 threads....

running farm worldwide
BTCspace
Hero Member
*****
Offline Offline

Activity: 952
Merit: 501


View Profile
March 05, 2019, 04:21:19 AM
 #21478

finally we are seeing byteball is back...
To be honest with you, I thought that you are one of the most loyal and strong supporters of the project.
By the way, I would like to let you know that the project rebranded to Obyte, instead of its past name, Byteball.
Next times, you should call it as Obyte to avoid misleading new comers

i already changed it to Obyte   Cheesy

this time byteball will go to 100$  Grin

running farm worldwide
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
March 05, 2019, 05:52:56 AM
 #21479

Funny, since the rebrand I thought it was called zero-byte. In fact it's Oh-byte.

hd49728
Legendary
*
Offline Offline

Activity: 2058
Merit: 1024



View Profile WWW
March 05, 2019, 06:24:59 AM
 #21480

Obyte, not Oh-byte.
Funny, since the rebrand I thought it was called zero-byte. In fact it's Oh-byte.

this time byteball will go to 100$  Grin
Obyte, my friend.

You all should correct your posts with exact name of the project, Obyte, not Byteball, not Oh-byte.

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
Pages: « 1 ... 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 [1074] 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 ... 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!