Author

Topic: [NEW XBY ANN] XTRABYTES - BECAUSE THE BLOCKCHAIN CAN BE BETTER - page 164. (Read 371134 times)

sr. member
Activity: 307
Merit: 250
Xtrabytes and Shift are my two favorite coins in the 100-200 market cap range. Expecting 10x gains on both. Great future ahead
newbie
Activity: 10
Merit: 0
Great updates here! Buy support is building so I think XBY about to make another run up.
Its nice to see buy support is building on Pia and C-cex.
So I think XBY about to make another run up TOO  Kiss.

Absolutely, we're stabilizing at around the 600 mark. With all the updates, improvements to xby, the rebranding and all the other goodies this will expand dramatically in the coming months. Just got more because I do not want to look back and regret not purchasing another valuable asset.
full member
Activity: 459
Merit: 100
Great updates here! Buy support is building so I think XBY about to make another run up.
Its nice to see buy support is building on Pia and C-cex.
So I think XBY about to make another run up TOO  Kiss.
member
Activity: 91
Merit: 10
Exciting stuff going on here for sure! Been holding since early July. Joined slack early August and been helping out with testnet for the past week.
Good stuff here and great communication from devs!
newbie
Activity: 17
Merit: 0
Great updates here! Buy support is building so I think XBY about to make another run up.

We need more meme triangles ►
full member
Activity: 299
Merit: 100
Great updates here! Buy support is building so I think XBY about to make another run up.
hero member
Activity: 952
Merit: 500
newbie
Activity: 28
Merit: 0
Great News waiting for new wallet to test it.
Long Life XBY Cheesy


just bought 97 of em and going to go download wallet now
newbie
Activity: 18
Merit: 0
Been watching xby for some weeks now and joined the testnet group on slack recently. Curious to see how far this project will go.
newbie
Activity: 17
Merit: 0


The new TESTNET wallet (with bugs fixed) has been compiled and another hard reset has just occurred. This means that we must wait for block 122 before transactions can start again and this is about 4 hours away... So, we will be picking things up again after some sleeps.

Thank you all for your patience as we work though this very interesting phase of XTRABYTES development!!

Dave, Borz and the TESTNET Crew!!


https://xtrabytes.global/images/REALBYTE.jpg




does the static node works on windows?
if it works I can join the test net to start a static node on my VM

I think it should once they release it to all the public testers
full member
Activity: 122
Merit: 100


The new TESTNET wallet (with bugs fixed) has been compiled and another hard reset has just occurred. This means that we must wait for block 122 before transactions can start again and this is about 4 hours away... So, we will be picking things up again after some sleeps.

Thank you all for your patience as we work though this very interesting phase of XTRABYTES development!!

Dave, Borz and the TESTNET Crew!!







does the static node works on windows?
if it works I can join the test net to start a static node on my VM
newbie
Activity: 7
Merit: 0
Test script.
You need PHP installed in OS.
CLI mode for crontab in Linux wallet.
WEB mode for windows with wamp/xamp.
Also you need this file: https://raw.githubusercontent.com/aceat64/EasyBitcoin-PHP/master/easybitcoin.php

Code:
require_once('easybitcoin.php');

$rpcuser 'x';
$rpcpass 'y';
$port '34001';
$rpcip '127.0.0.1';

$random_addresses = array(
'INSERT HERE SOME WALLET ADDRESS',
'INSERT HERE SOME WALLET ADDRESS',
'INSERT HERE SOME WALLET ADDRESS',
'INSERT HERE SOME WALLET ADDRESS'
);
$bitcoin = new Bitcoin($rpcuser,$rpcpass,$rpcip,$port);
$bitcoin->getaddressesbyaccount("");
$address=null;
$amount 2;
$loop_times 1;
$random 0;

//*********************WEB*********************
if (PHP_SAPI != 'cli'

if( isset($_REQUEST['address']) && $_REQUEST['address']!="")
$address $_REQUEST['address'];

if( isset($_REQUEST['amount']) && $_REQUEST['amount']>0)
$amount $_REQUEST['amount'];

if( isset($_REQUEST['loop_times']) && $_REQUEST['loop_times']>0)
$loop_times $_REQUEST['loop_times'];

if( isset($_REQUEST['random']) && $_REQUEST['random']=='true')
$random 1;

if( isset($_REQUEST['addrs']) && $_REQUEST['addrs']!="")
{
$temp explode(',',$_REQUEST['addrs']);
if(count($temp)>0)$random_addresses $temp;
}

   
$BR="
"
;
   
   
?>







Amount to sendecho $amount;?>">


Loop Timesecho $loop_times;?>">


Address to sendecho $address;?>">


Random Addressif($random) echo "checked";?> placeholder="use random address">


for($i=0$i<count($random_addresses); $i++)
{
echo"

Add Wallet Address$i' type='text' placeholder='address$i' value=".$random_addresses[$i].">

"
;
}
?>


echo ";echo count($random_addresses); echo "'>"?>






echo $BR;



//*********************WEB*********************

//*********************CLI*********************
//$argv[0] name of file
//$argv[1]  address to send
//$argv[2]  amount to send
//$argv[3]  loop times
//$argv[4]  random addresses (1 or 0)
if (PHP_SAPI === 'cli'

if(isset($argv[4]) && $argv[4]==&& count($random_addresses)>0){
$random 1;
}
else if(isset($argv[1])){
$address $argv[1];
}
else if( isset($bitcoin->response["result"][0]) ){
$address $bitcoin->response["result"][0];
}
else{
echo "No address, no send";
die;
}

if(isset($argv[2]) && $argv[2]>0){
$amount $argv[2];
}

if(isset($argv[3]) && $argv[3]>0){
$loop_times $argv[3];
}

$BR=PHP_EOL;  
}
//*********************CLI*********************

echo 'Begin Sending';
echo 
$BR;

$tx = array();

for(
$i=0;$i<$loop_times;$i++)
{
if($random && count($random_addresses)>0)
$address $random_addresses[array_rand($random_addresses)];

if($address!='')
{
echo $BR.'Sending to address:'.$address.' | Amount:'.$amount;
$bitcoin->sendtoaddress($address,$amount);
echo $BR."TX:".$bitcoin->response["result"];
array_push$tx,$bitcoin->response["result"] );
}
else
echo 'Cannot send to empty address';
echo $BR;
}
echo 
$BR;
echo 
'Sent';
echo 
$BR;
echo 
'TX:';
echo 
$BR;
var_dump($tx);
echo 
$BR;
echo 
'End';
?>

legendary
Activity: 1696
Merit: 1016
full member
Activity: 345
Merit: 105
All good news guys!

Keep us posted when the full on public TestNet is in action.
newbie
Activity: 37
Merit: 0
Testing within the testnet has been really exciting. The most exciting part is getting to work along with the development team and feeling part of a true community by providing feedback.

Now I understand what community corporation is starting to mean. Great work team and community!

JOIN the TEST!
sr. member
Activity: 546
Merit: 252
copper member
Activity: 8
Merit: 0
Great News waiting for new wallet to test it.
Long Life XBY Cheesy
sr. member
Activity: 602
Merit: 255
SCRIPT TERMINATION TEST - PYTHON SCRIPT ALSO

Hello Everyone!

This morning we had a few testers from around the world helping with some final testing before the initial termination script was executed on the wallet. You can see in the image below the final 10 blocks where many people were sending individual transfers and also 1 person was running a Python script.



Block 378 was the last before termination and all tests were successful, so the system again performed without any issues. This means we need to start INTENSIFYING the pressure for the upcoming tests once Borz reloads the wallet again.

Anyone else interested in participating, please be sure to download the latest wallet for your machine at the ANN and then get in touch with @rule144 on Slack for further instructions.


* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
If you want to see the transactions and blocks being mined by the STATIC miners, you can see from the TESTNET explorer:
http://testnet.xtrabytes.global/index.php

Again, keep in mind that we are sorting out the bugs before the PUBLIC test. This is however, our first look at the live tech!!
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *


Thank you all for your patience Smiley

Dave



full member
Activity: 378
Merit: 100
Hello everybody,
I am happy to share with you my XBY tester experience.
Yes yesterday I received access with some of us at the SLACK channel dedicated to TESTNET.
I see our development team working actively, I am impressed!
Borzalom is present there, we receive instructions from Borzalom, CCREV, Rule144, Gatuso, JCPBS, smokim87 ....
It's very exciting !
I just finished installing and synchronizing the TESTWALLET received in the night!
Team DEV will send us TESTCOIN and we will spam the TESTNET network today.
WHAOU, thank you XBY to offer us this experience.
It's nice to be in direct contact with the DEV team and see the technology really.
I encourage you to participate in the TESTNET and thank you XBY for offering us this opportunity!
It's good to see XBY technoligy come true and the DEV team work well!

Indeed, more extensive testing today. I should be able to participate this time. Very exciting to be in contact with the developers as well.

I'm sory if this has ben answered, but is there any date when the whitepaper is going to be released?
member
Activity: 70
Merit: 10
Hello everybody,
I am happy to share with you my XBY tester experience.
Yes yesterday I received access with some of us at the SLACK channel dedicated to TESTNET.
I see our development team working actively, I am impressed!
Borzalom is present there, we receive instructions from Borzalom, CCREV, Rule144, Gatuso, JCPBS, smokim87 ....
It's very exciting !
I just finished installing and synchronizing the TESTWALLET received in the night!
Team DEV will send us TESTCOIN and we will spam the TESTNET network today.
WHAOU, thank you XBY to offer us this experience.
It's nice to be in direct contact with the DEV team and see the technology really.
I encourage you to participate in the TESTNET and thank you XBY for offering us this opportunity!
It's good to see XBY technoligy come true and the DEV team work well!

Indeed, more extensive testing today. I should be able to participate this time. Very exciting to be in contact with the developers as well.
Jump to: