Bitcoin Forum
February 18, 2026, 06:13:43 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 [222] 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 ... 1128 »
  Print  
Author Topic: Obyte: Totally new consensus algorithm + private untraceable payments  (Read 1236269 times)
btw50
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
February 07, 2017, 02:17:08 AM
 #4421


In the second round, we'll distribute as much as is linked and calculated by the above rules, the exact % is not known in advance.

could it be 10% at second round ?
No

1. BTC -> Byte 
=> estimated ~100000 BTC linked (at 2. round) => 6250 GByte distributed

2. Byte -> Byte
=>  100000 GBytes (10% from the first round) => 10000 GBytes  distributed

3. Total
Total: 16250 GBytes distributed at 2. round => 16250/1000000 = 1,6 %

4. Total distributed 1. + 2. round
11.6 % or 100000 (1. round) + 16250 (2. round) = 116250 Gbytes

thanks
escapefrom3dom
Sr. Member
****
Offline Offline

Activity: 1946
Merit: 288



View Profile
February 07, 2017, 06:58:35 AM
 #4422


In the second round, we'll distribute as much as is linked and calculated by the above rules, the exact % is not known in advance.

could it be 10% at second round ?
No

1. BTC -> Byte  
=> estimated ~100000 BTC linked (at 2. round) => 6250 GByte distributed

2. Byte -> Byte
=>  100000 GBytes (10% from the first round) => 10000 GBytes  distributed

3. Total
Total: 16250 GBytes distributed at 2. round => 16250/1000000 = 1,6 %

4. Total distributed 1. + 2. round
11.6 % or 100000 (1. round) + 16250 (2. round) = 116250 Gbytes

thanks

if i got it right there is current total supply of 100 000 Gb.

how come it turns into ammount (116 250 Gb) that exceed this given (100 000 Gb) maximum?

am i rigth that at some moment (when will it come?) total supply will rise to 1 000 000 Gb (10^15 bytes).

megashira1
Legendary
*
Offline Offline

Activity: 1146
Merit: 1000



View Profile
February 07, 2017, 07:01:51 AM
 #4423

Large buywall at 0.08 liftoff time!

bcmine
Hero Member
*****
Offline Offline

Activity: 1014
Merit: 1055


View Profile
February 07, 2017, 08:05:58 AM
 #4424

Large buywall at 0.08 liftoff time!

didnt need polo to reach 10 Mill.
vlom
Legendary
*
Offline Offline

Activity: 1498
Merit: 1117


View Profile
February 07, 2017, 08:37:50 AM
 #4425

an other connection. this one if funny a tiny picture.

i.ytimg.com

Quote
wants to connect to i.ytimg.com on TCP port 443 (https)

   IP Address   172.217.22.174
   Reverse DNS Name   arn09s11-in-f14.1e100.net
   Established by   /Applications/Byteball.app/Contents/MacOS/nwjs
   Process ID   3668

something googelish according the IP


i will no stop reporting. because i think it is clear that nwjs thing is the reason. dev will know what to do.

Thanks for reporting.  As other people said here and in a few github issues, it is some (supposedly dead) code in nwjs making connections to google properties.  These connections will be blocked in the next release.  If you want to block them now, edit your package.json by adding this proxy setting:

https://github.com/byteball/byteball/commit/dfdd00808e3ac8f3268e7e346c2009bb403260f5

The location of package.json on Mac is /Applications/Byteball.app/Contents/Resources/app.nw/package.json.

Vlom, great finding!  Smiley

We need more people like you to test the software. Even with careful developing, such privacy leaks can creep in. Better to eliminate leaks and bugs right from the start!

You have earned a bounty of 1 GB for finding this leak, thank you!

Please post your address here or PM me if you don't want to make it public, thanks.

@CryptKeeper
thank you very much.

you can send me the bytes to this address: 62VPG77DWEHUIDCWJG7BLZFRDUKDI22U
vlom
Legendary
*
Offline Offline

Activity: 1498
Merit: 1117


View Profile
February 07, 2017, 08:45:31 AM
 #4426

here a summery about the connections of the OSX Wallet.

a part of the OSX app (nwjs) connects to several addresses. dev will fix this and a workaround is already posted.

here the connections i found:

Quote
wants to connect to redirector.gvt1.com on TCP port 443 (https)

   IP Address   172.217.22.174
   Reverse DNS Name   arn09s11-in-f174.1e100.net

Quote
wants to connect to i.ytimg.com on TCP port 443 (https)

   IP Address   172.217.22.174
   Reverse DNS Name   arn09s11-in-f14.1e100.net
   Established by   /Applications/Byteball.app/Contents/MacOS/nwjs
   Process ID   3668





SatoNatomato helps with this:

Quote
Seems to be nwjs, the component used by Byteball. Maybe it means NodeWebKit.js and is the browser-bundled up.

Google is known for adding a bunch of shit in every source-code they touch to "resolve" something on their servers. This could be information leakage, especially when using it over Tor - who knows what it sends to Google even if it is the hostname and datetime its too much.

@tonych, maybe see if there is a default option which has to be turned off when importing/using nwjs?

edit: https://github.com/nwjs/nw.js/issues/5343 just one issue, expect 100 more "accidents" by google. edit2: if using the chromiu-args proxy workaround, make it something else than 127.0.0.1, like 127.6.6.6 to avoid more other problems.


tonych will fix it:
Quote
Thanks for reporting.  As other people said here and in a few github issues, it is some (supposedly dead) code in nwjs making connections to google properties.  These connections will be blocked in the next release.  If you want to block them now, edit your package.json by adding this proxy setting:

https://github.com/byteball/byteball/commit/dfdd00808e3ac8f3268e7e346c2009bb403260f5

The location of package.json on Mac is /Applications/Byteball.app/Contents/Resources/app.nw/package.json.
tonych (OP)
Legendary
*
Offline Offline

Activity: 986
Merit: 1036


View Profile WWW
February 07, 2017, 09:17:51 AM
 #4427

I got a really, really stupid question regarding the 12 witnesses:

Are we necessarily talking about one individual per witness? Or could there be the possibility of "witness pools", as in a group of people cooperating to "form" a single witness? If yes, I can see this as a community approach to decide whether or not they think 12 individuals suffice.

Just a thought.

It is possible that there is a group behind a witness.

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

Activity: 1460
Merit: 656


View Profile
February 07, 2017, 09:43:26 AM
 #4428

if i got it right there is current total supply of 100 000 Gb.

how come it turns into ammount (116 250 Gb) that exceed this given (100 000 Gb) maximum?

That's the number of bytes in circulation which is 10% of the total supply.

am i rigth that at some moment (when will it come?) total supply will rise to 1 000 000 Gb (10^15 bytes).

Each round gives away a little amount until the total supply is distributed. The when depends on the rules and on the linked BTC amount. For the time being expect a handful of years before all the bytes are distributed.
escapefrom3dom
Sr. Member
****
Offline Offline

Activity: 1946
Merit: 288



View Profile
February 07, 2017, 09:47:09 AM
 #4429

if i got it right there is current total supply of 100 000 Gb.

how come it turns into ammount (116 250 Gb) that exceed this given (100 000 Gb) maximum?

That's the number of bytes in circulation which is 10% of the total supply.

am i rigth that at some moment (when will it come?) total supply will rise to 1 000 000 Gb (10^15 bytes).

Each round gives away a little amount until the total supply is distributed. The when depends on the rules and on the linked BTC amount. For the time being expect a handful of years before all the bytes are distributed.

good strategy cause such way of distribution prevents price dumping.

got it. thanks.

zuqka
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 07, 2017, 10:54:29 AM
 #4430

Last month someone was kind enough to give a step by step for using the blockchain.info wallet to sync with the byteball issuance. Could someone again please outline the step by step?

Thanks


settings > address > find the address you want to sign a message > click "more options" in the side of the address > put your message

nxt: NXT-2V7G-C8BY-KTYY-CAHNU * btc: 19UcQHepGvXb2fDcAMBJo1a3iduqBNXaGw * byte: XJBP46RQ7OZ6KKY4IXKL73VQBDKRIYJ4
tonych (OP)
Legendary
*
Offline Offline

Activity: 986
Merit: 1036


View Profile WWW
February 07, 2017, 11:00:42 AM
 #4431

The moon is almost full, and a little more than 3 days left before the 2nd round.  Please don't forget to move your bitcoins and bytes to the linked addresses before the Full Moon.  Chat with the transition bot to check these addresses and their balances.

The rules of the 3rd round stay exactly the same as in the 2nd round.  The 3rd round is scheduled for the Full Moon of March.

Simplicity is beauty
LitcoinCollector
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
February 07, 2017, 11:21:54 AM
 #4432

Hey Tonych,
I have recieved Byte from first round, but I have send it, they are not in this address anymore.
I don't want to send the Bytes back to this linked address, since it's been used to send a tx.
Or can addresses be reused in byteball?
Thanks
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1460
Merit: 656


View Profile
February 07, 2017, 11:53:11 AM
 #4433

I don't want to send the Bytes back to this linked address, since it's been used to send a tx.
Or can addresses be reused in byteball?

Yes they can be reused. In your wallet you have the list of your addresses in wallet gear icon > wallet info > addresses, any of them is yours and is still usable. If one of them is linked and you don't want to link others then you can send bytes (back) to it.
escorted
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 07, 2017, 12:11:29 PM
Last edit: February 07, 2017, 12:23:03 PM by escorted
 #4434

Does cryptox return the bb distributed in the second round to the user?
or
Will they not return?

I think they must give back bb but cryptox admin does not tell anything
LitcoinCollector
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
February 07, 2017, 12:17:17 PM
 #4435

I don't want to send the Bytes back to this linked address, since it's been used to send a tx.
Or can addresses be reused in byteball?

Yes they can be reused. In your wallet you have the list of your addresses in wallet gear icon > wallet info > addresses, any of them is yours and is still usable. If one of them is linked and you don't want to link others then you can send bytes (back) to it.

Thanks, how can I change the currently linked byteball address?
lizidev
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
February 07, 2017, 12:30:33 PM
 #4436

Does cryptox return the bb distributed in the second round to the user?
or
Will they not return?

I think they must give back bb but cryptox admin does not tell anything


we  need  know  something
yvv
Legendary
*
Offline Offline

Activity: 1344
Merit: 1000

.


View Profile WWW
February 07, 2017, 12:51:55 PM
 #4437

The moon is almost full, and a little more than 3 days left before the 2nd round.  Please don't forget to move your bitcoins and bytes to the linked addresses before the Full Moon.  Chat with the transition bot to check these addresses and their balances.


How can I link another pair of addresses? Transition bot tells me my linked bitcoin and byteball addresses, but does not seem to have an option to re-link.
 

.
Stratosf43ric
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 07, 2017, 01:06:05 PM
 #4438


To backup on Linux:

tar -cvjf" ~/byteball.backup_$(date +%s).tar.bz2" ~/.config/byteball

or when your Byteball process/wallet is off, cp -varp ~/.config/byteball ~/byteball_backup_$(date +%s)

[/quote]

Sorry to bother again, but im still trying to find a way to backup on Linux. I cant find /byteball_backup_$(date +%s) even when wallet is off. The wallet says to copy all /.config/byteball for backup, but it is more than 400MB and i dont have time this week to learn how to make my virtual machine recognize usb to copy it all - I intended to send the backup via email to the host...

Why dont i see that backup file? What is the 12 word seed for when it looks like it cant recover your wallet?


kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1460
Merit: 656


View Profile
February 07, 2017, 01:11:30 PM
 #4439

I don't want to send the Bytes back to this linked address, since it's been used to send a tx.
Or can addresses be reused in byteball?

Yes they can be reused. In your wallet you have the list of your addresses in wallet gear icon > wallet info > addresses, any of them is yours and is still usable. If one of them is linked and you don't want to link others then you can send bytes (back) to it.

Thanks, how can I change the currently linked byteball address?

If you mean link a new byteball address, then you just have to type it in the chat with the bot (and type your btc address after that). If you mean to unlink, then that's not possible.

How can I link another pair of addresses? Transition bot tells me my linked bitcoin and byteball addresses, but does not seem to have an option to re-link.

Type them in the chat with the bot and it will react accordingly. For instance, type bb address, type btc address, type signed message, you are done.
HI-TEC99
Legendary
*
Offline Offline

Activity: 2772
Merit: 2847



View Profile
February 07, 2017, 02:10:26 PM
 #4440

Does cryptox return the bb distributed in the second round to the user?
or
Will they not return?

I think they must give back bb but cryptox admin does not tell anything


we  need  know  something


For the first distribution the cryptox admin said anyone with a BTC balance on cryptox at snapshot time gets the full 100% GBYTE from the snapshot. I assume those with GBYTE on cryptox also get their share of the second distribution. As cryptox doesn't have a black bytes market you could pm grzem and enquire if cryptox will pay its users the black bytes from the second distribution.

Cryptox.pl has started, all users get GBYTE according to their BTC balance at snapshot time in full 100%.
We've decided to pay in full, as there wasn't rush with BTC depos.
To get GBYTE, go to My account->BMCodes and click Use.
Pages: « 1 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 [222] 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 ... 1128 »
  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!