Bitcoin Forum
April 27, 2024, 05:18:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 [303] 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 ... 1126 »
  Print  
Author Topic: Obyte: Totally new consensus algorithm + private untraceable payments  (Read 1233955 times)
devlin
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250


View Profile
March 18, 2017, 08:43:35 PM
 #6041

Updated to version 1.6, without problems. Good work.
1714238306
Hero Member
*
Offline Offline

Posts: 1714238306

View Profile Personal Message (Offline)

Ignore
1714238306
Reply with quote  #2

1714238306
Report to moderator
1714238306
Hero Member
*
Offline Offline

Posts: 1714238306

View Profile Personal Message (Offline)

Ignore
1714238306
Reply with quote  #2

1714238306
Report to moderator
1714238306
Hero Member
*
Offline Offline

Posts: 1714238306

View Profile Personal Message (Offline)

Ignore
1714238306
Reply with quote  #2

1714238306
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714238306
Hero Member
*
Offline Offline

Posts: 1714238306

View Profile Personal Message (Offline)

Ignore
1714238306
Reply with quote  #2

1714238306
Report to moderator
1714238306
Hero Member
*
Offline Offline

Posts: 1714238306

View Profile Personal Message (Offline)

Ignore
1714238306
Reply with quote  #2

1714238306
Report to moderator
1714238306
Hero Member
*
Offline Offline

Posts: 1714238306

View Profile Personal Message (Offline)

Ignore
1714238306
Reply with quote  #2

1714238306
Report to moderator
Zer0Sum
Legendary
*
Offline Offline

Activity: 1588
Merit: 1000


View Profile
March 18, 2017, 08:44:12 PM
 #6042

Version 1.6 released https://github.com/byteball/byteball/releases.

Now you can bind payments to events posted by oracles, see https://medium.com/byteball/making-p2p-great-again-episode-ii-bitcoin-exchange-d98adfbde2a5.



One such oracle is already running and allows to P2P exchange bytes (or blackbytes or any other Byteball currency) vs bitcoins.  

The source code of the oracle is at https://github.com/byteball/btc-oracle.

The possibilities offered by the payments bound to oracle-posted events are huge, independent developers are welcome to add their own oracles that enable other P2P services.  See the above Medium article for some ideas.

Other updates in this release:
* Back button in Android now works correctly
* Chinese translation (partial)
* List of balances by addresses in settings (for those who like to look under the hood)
* After receiving a "message encrypted to unknown key" the undecipherable message is now deleted and the error does not pop up the next time
* Performance improvements

The first time you start the app after the upgrade, it may be slow to start as it creates new indexes for better performance.

Please upgrade.  If you run a full client (GUI or headless), you'll have to upgrade because of a bug in code that was never visited before but the first time the new functionality is used will trigger the bug.



Please label with version number:

(1) download link at byteball.org

(2) downloaded exe file

Right now the only way to determine GBYTE version number is to install. Thanks  Smiley
kola-schaar
Sr. Member
****
Offline Offline

Activity: 336
Merit: 260


View Profile
March 18, 2017, 09:02:55 PM
 #6043

Update successful  Smiley
Fire OS 5.3.2.1 worked fine
Android 6.0.1 worked fine
Windows 10 worked fine
tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1530



View Profile
March 18, 2017, 11:10:55 PM
 #6044


Another great update, tonych!

So, oracles are third party libraries that can be added to Byteball in order to read specific public available data like altcoin nodes to check payments and write to Byteballs database, right?
Is a programming reference available about how to create an oracle ?
Found in the github repository.
tonych (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1008


View Profile WWW
March 18, 2017, 11:20:29 PM
 #6045


Another great update, tonych!

So, oracles are third party libraries that can be added to Byteball in order to read specific public available data like altcoin nodes to check payments and write to Byteballs database, right?
Is a programming reference available about how to create an oracle ?
Found in the github repository.

They are standalone programs rather than libraries.
The oracle's job consists of two steps:
- read data from an external source
- post it into Byteball as data feed message
The simplest example is here https://github.com/byteball/byteball-data-feed/blob/master/start.js.  It posts price data from yahoo finance and btc-e.

Simplicity is beauty
davidoski
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250



View Profile
March 19, 2017, 12:52:19 AM
 #6046

It's interesting and has a wide range application. Finally some crypto with real world application. I'm tired of reading about crypto possibilities like eth smart contracts and never seeing any real world usage. Byteball may finally be a game changer in this respect.

How to access bind payments? I can't see any option for that in send tab:


Chancellor on brink of second bailout for banks
Big Naturals
Sr. Member
****
Offline Offline

Activity: 756
Merit: 268


View Profile
March 19, 2017, 01:39:38 AM
 #6047


Another great update, tonych!

So, oracles are third party libraries that can be added to Byteball in order to read specific public available data like altcoin nodes to check payments and write to Byteballs database, right?
Is a programming reference available about how to create an oracle ?
Found in the github repository.

They are standalone programs rather than libraries.
The oracle's job consists of two steps:
- read data from an external source
- post it into Byteball as data feed message
The simplest example is here https://github.com/byteball/byteball-data-feed/blob/master/start.js.  It posts price data from yahoo finance and btc-e.

Wow, decentralised P2P betting, no gimmicks, so many applications from this,
nillohit
Full Member
***
Offline Offline

Activity: 154
Merit: 100

***crypto trader***


View Profile
March 19, 2017, 04:36:24 AM
 #6048

It's interesting and has a wide range application. Finally some crypto with real world application. I'm tired of reading about crypto possibilities like eth smart contracts and never seeing any real world usage. Byteball may finally be a game changer in this respect.

How to access bind payments? I can't see any option for that in send tab:


oh! you need to click on a payment request in the private chat after adding others device Smiley

П    |⧛ ☛  Join the signature campaign and earn free PI daily!  ✅ |⧛    П
|⧛         ☛  PiCoin - get in now  ✅     ☛ No ICO!  ✅          |⧛
davidoski
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250



View Profile
March 19, 2017, 05:22:31 AM
 #6049

Thanks.

Chancellor on brink of second bailout for banks
innergy
Hero Member
*****
Offline Offline

Activity: 685
Merit: 500


View Profile
March 19, 2017, 09:26:39 AM
Last edit: March 19, 2017, 11:52:23 AM by innergy
 #6050

Just bought my first GBs.. to da moon.. Wink

Making P2P Great Again
Making P2P Great Again, Episode II: Bitcoin Exchange !!!
davidoski
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250



View Profile
March 19, 2017, 01:00:31 PM
 #6051

Nice upward price reaction to the new byteball features released. 0.075 BTC/GB

Chancellor on brink of second bailout for banks
clovis A.
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
March 19, 2017, 01:49:12 PM
 #6052

Nice upward price reaction to the new byteball features released. 0.075 BTC/GB

Yup yup!

Tony just keeps pushin updates with more new and improved features. Feel fortunate to have stumbled upon this project last November! Smiley

.
|
.
.
|
s i a
.
|
.
.
|
.
.
|
.
.
|
.
.
|
.
Cloud storage is about to change
                          Are you ready?
Triload
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
March 19, 2017, 01:50:42 PM
 #6053

Nice upward price reaction to the new byteball features released. 0.075 BTC/GB

OP is a genius Russian dev, he is more competent than sasha ivanov. He is very innovative and reliable dev, the byteball always surprises us.
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
March 19, 2017, 01:55:34 PM
 #6054

Nice upward price reaction to the new byteball features released. 0.075 BTC/GB

OP is a genius Russian dev, he is more competent than sasha ivanov. He is very innovative and reliable dev, the byteball always surprises us.

Yes that is true!

Kind Regards Christian

If(Byteball <= ETH) todamoon(); ^^

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
flash10101
Full Member
***
Offline Offline

Activity: 372
Merit: 130


View Profile WWW
March 19, 2017, 02:26:02 PM
 #6055

I tried to find out how scalable the byteball network actually is. Did not find any information about that topic. So how many transaction can the network handle? Does anybody know this?

COINLEND  |  The Lending-Bot for Bitfinex, Poloniex & Quoinex
▬▬▬▬▬▬▬▬  AUTOMATED  ▬  SIMPLE SETUP  ▬  FREE OF CHARGE  ▬  SAFE  ▬▬▬▬▬▬▬▬
\\\\\   Blog  FAQ  Calculator  Rates  Facebook  Twitter  Telegram  Instagram   /////
ptrk
Member
**
Offline Offline

Activity: 137
Merit: 90


View Profile
March 19, 2017, 02:44:49 PM
 #6056

The conditional payments function in Byteball is a great thing. It is precisely this type of function that promise so many of the blockchain and DAG chains. The oracles to bind external data is a consistent development. To round this off, the integration of Dapps would be the next step. Dapps that take input, perform processing, and output a result. Are there plans for Dapps?

Example for what I mean.
1) Someone sends a sum + a number between 0 and 9 to a Dapp (input)
2) Dapp caculates a random number between 0 and 9 (processing)
3) Dapp send sum x 10 to the sender when given number and random number are equal, otherwise nothing happens (output)
vlom
Legendary
*
Offline Offline

Activity: 1498
Merit: 1113


View Profile
March 19, 2017, 04:09:51 PM
 #6057

has anybody managed to sign a message using ledger wallet? the bot does not recognise my signed message. with all other wallets the bot accepts the message, the sig of the message.
mcfom
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
March 19, 2017, 04:24:06 PM
 #6058

I'm preparing for 4th round distribution and holding my coins into wallet to take benefit from this. Byteball is going to the moon which most valuable currency in future.
Freaks
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001


View Profile
March 19, 2017, 04:32:51 PM
 #6059

Till now I was looking it from far but now also thinking to participate in next upcoming round of distribution. It has been doing very impressive performance in the market just having look at its value all is clear. I will try to catch some decent percentage of share till then still are some days to prepare.
miayama
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
March 19, 2017, 04:33:11 PM
 #6060

As soon as a new version comes out, the price is reacting with a significant increase
Pages: « 1 ... 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 [303] 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 ... 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!