Bitcoin Forum
April 26, 2024, 11:28:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Do you Accept Komodo ICO conversion vs Reject Komodo ICO conversion and fund new dev team?
Accept - 145 (68.7%)
Reject - 66 (31.3%)
Total Voters: 211

Pages: « 1 ... 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 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 ... 547 »
  Print  
Author Topic: BTCD is no more  (Read 1328437 times)
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
August 28, 2014, 03:01:48 AM
 #4821

Still waiting on the pubaddr release but I am continuing with some loopback testing of, well now I am not wanting to lose any BTCD into hyperspace during testing so I set up some LTC teleport tests Smiley

Please calm!
Remember the whale games

James
ROFL

If we can achieve BitcoinDark's goals and continue to innovate, I have no doubt BTCD will be the first alt to pass Litecoin's market cap.

Couldn't agree more.  I laughed at the thoguht of using LTC instead of BTCD for testing teleport as BTCD is too precious to risk.  Brilliant!  I personally liquidated the last of my LTC for BTCD a couple of weeks ago, right before the uber-drop from 0.012 Smiley
the price is about the same, but there are making so many more LTC everyday

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
1714130890
Hero Member
*
Offline Offline

Posts: 1714130890

View Profile Personal Message (Offline)

Ignore
1714130890
Reply with quote  #2

1714130890
Report to moderator
1714130890
Hero Member
*
Offline Offline

Posts: 1714130890

View Profile Personal Message (Offline)

Ignore
1714130890
Reply with quote  #2

1714130890
Report to moderator
1714130890
Hero Member
*
Offline Offline

Posts: 1714130890

View Profile Personal Message (Offline)

Ignore
1714130890
Reply with quote  #2

1714130890
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714130890
Hero Member
*
Offline Offline

Posts: 1714130890

View Profile Personal Message (Offline)

Ignore
1714130890
Reply with quote  #2

1714130890
Report to moderator
1714130890
Hero Member
*
Offline Offline

Posts: 1714130890

View Profile Personal Message (Offline)

Ignore
1714130890
Reply with quote  #2

1714130890
Report to moderator
1714130890
Hero Member
*
Offline Offline

Posts: 1714130890

View Profile Personal Message (Offline)

Ignore
1714130890
Reply with quote  #2

1714130890
Report to moderator
crackfoo
Legendary
*
Offline Offline

Activity: 3444
Merit: 1126



View Profile WWW
August 28, 2014, 03:03:21 AM
 #4822

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


teleported LTC?

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
randallface
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
August 28, 2014, 03:05:19 AM
 #4823

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


Exactly what you wanted it to
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
August 28, 2014, 03:07:41 AM
 #4824

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


teleported LTC?
No, it is the "maketelepods" API call, so it should make some telepods.
It reminded me that I didnt put core changes into LTC so I have to do a bunch of fiddling to make teleport work. BTCD will teleport better than any other crypto due to the core changes. With all the recent chaos, I forgot.

So, I need to write some code, like an adapter for LTC. this adapter should work for BTC too, and it is all without risking any BTCD. I usually use DOGE for such experiments as I prefer using mainnet for low value currencies than testnets, just a more realistic test result, but DOGE has given me some troubles recently and the fact LTC denominations are so close to BTCD allows for a good test.

so a little out of order to be doing this now, but since it had to be done sooner or later, i guess it is sooner

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
August 28, 2014, 03:09:07 AM
 #4825

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


Exactly what you wanted it to
unfortunately not, i only look smart because I have to try dozens or even hundreds of iterations to get stuff to work.
At least do overs are allowed during development

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
clovis A.
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
August 28, 2014, 03:09:51 AM
Last edit: August 28, 2014, 03:50:42 AM by clovis A.
 #4826

Please help community.... lets get BitcoinWisdom to hook us up!

https://bitcointalk.org/index.php?topic=190722.msg8564227#msg8564227

EDIT: nice little string of support there now, nicely done, keep em coming

.
|
.
.
|
s i a
.
|
.
.
|
.
.
|
.
.
|
.
.
|
.
Cloud storage is about to change
                          Are you ready?
randallface
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
August 28, 2014, 03:18:13 AM
 #4827

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


Exactly what you wanted it to
unfortunately not, i only look smart because I have to try dozens or even hundreds of iterations to get stuff to work.
At least do overs are allowed during development

James
You're like Edison inventing his version of the light bulb.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
August 28, 2014, 03:26:11 AM
 #4828

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


Exactly what you wanted it to
unfortunately not, i only look smart because I have to try dozens or even hundreds of iterations to get stuff to work.
At least do overs are allowed during development

James
You're like Edison inventing his version of the light bulb.
Tungsten! yes that is what the flux capacitors need!

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
August 28, 2014, 03:27:54 AM
 #4829

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


Did we see the first successful teleport?Huh?
whitegold15
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
August 28, 2014, 03:31:42 AM
 #4830

Hey James, do you know which coins want to/will be be added to the super network ? Or is that inside info ?  Wink

I tend to buy a lot of coins on speculation  Roll Eyes

Look a few pages back for info on this topic.

I looked up to 10 pages back and I have found hints by James such as:

"so a coin getting mgwCOIN is a probabilistic indication of its joining the supernetwork, maybe 50/50 chance
Now if they start making reskinned GUI, then the chances go to 80%
If their devs are posting questions about libjl777, 95%+"

But I don't know where to find this information without searching through a million different threads, can anyone help?

I found this- https://github.com/jl777/libjl777/blob/master/coins.h   But I'm not a coder and I'm not exactly sure what it means. Thanks guys for the great thread so far Smiley


paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
August 28, 2014, 03:31:47 AM
 #4831

I think I might have found a possible bug in the wallet, or maybe it's just a known issue, or maybe I'm totally wrong....
I have my wallet open and unlocked for staking only.  It's been happily staking away since PoS started.  A few days ago I sent someone a small amount of BTCD as a test, whereupon I was prompted to unlock the wallet as usual.  All good so far.  Today I checked back on the wallet to see how my stakes were going to find it wasn't staking as it was locked.  So does the wallet become fully locked after you fully unlock it to make a send transaction, rather than returning it to a unlocked for staking state?  If it does do it, it is highly annoying!
clovis A.
Legendary
*
Offline Offline

Activity: 1206
Merit: 1000



View Profile
August 28, 2014, 03:36:23 AM
 #4832

I think I might have found a possible bug in the wallet, or maybe it's just a known issue, or maybe I'm totally wrong....
I have my wallet open and unlocked for staking only.  It's been happily staking away since PoS started.  A few days ago I sent someone a small amount of BTCD as a test, whereupon I was prompted to unlock the wallet as usual.  All good so far.  Today I checked back on the wallet to see how my stakes were going to find it wasn't staking as it was locked.  So does the wallet become fully locked after you fully unlock it to make a send transaction, rather than returning it to a unlocked for staking state?  If it does do it, it is highly annoying!

I've had a couple similar instances where my wallet locks for no apparent reason.  Same thing, i come back to look and it's locked

.
|
.
.
|
s i a
.
|
.
.
|
.
.
|
.
.
|
.
.
|
.
Cloud storage is about to change
                          Are you ready?
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
August 28, 2014, 03:39:44 AM
 #4833

After I remembered to create and fund the "transporter" account, the following program:

Code:
int main(int argc,const char *argv[])
{
    char *cmdstr = "{\"requestType\":\"maketelepods\",\"coin\":\"LTC\",\"amount\":0.001}";
    libjl777_start(confjson);
    printf("(%s) -> %s\n",cmdstr,libjl777_JSON(cmdstr));
    while ( 1 )
        sleep(60);
    return(0);
}

did something.
anybody want to guess what it did?

James


Did we see the first successful teleport?Huh?
Ive been teleporting BTCD via loopback for two weeks now, since I am waiting for BTCDdev to make release to support broadcasting pubkeys (this is needed to construct network topology), I've been doing the stuff I had saved for later, like local file encryption (done), find somebody to review (started), adding more onion layers (done), making fun of trolls (done), and now teleporting non-BTCD

The GUI is making progress, even the InstantDEX GUI in parallel
so we havent seen a remote teleport yet,  but I dont expect it will take more than a day to debug that part after the network topology is propagating properly. That is really the only thing left at the component level

Then the systems debugging is possible. Maybe I missed some stuff and will have to code a bit more, maybe some connections arent quite right, but I am feeling like I am already climbed to the top of the mountain and now it is the climb down. Still have to be careful, but the finish line is in sight.

I warned that I am needing some external things so, i cant predict exact completion date. Its like waiting for the flux capacitor to arrive in the mail and they send you extra dilithium crystals, which you already have plenty of. Even if I am doing all myself, I can still only estimate. With the possible states of all teleports, it will unfortunately take a full week to test all cases, plus whatever time to fix any system integration issues.

James


http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
August 28, 2014, 03:40:57 AM
 #4834

I think I might have found a possible bug in the wallet, or maybe it's just a known issue, or maybe I'm totally wrong....
I have my wallet open and unlocked for staking only.  It's been happily staking away since PoS started.  A few days ago I sent someone a small amount of BTCD as a test, whereupon I was prompted to unlock the wallet as usual.  All good so far.  Today I checked back on the wallet to see how my stakes were going to find it wasn't staking as it was locked.  So does the wallet become fully locked after you fully unlock it to make a send transaction, rather than returning it to a unlocked for staking state?  If it does do it, it is highly annoying!

I've had a couple similar instances where my wallet locks for no apparent reason.  Same thing, i come back to look and it's locked
it does seem to autolock after any send.
have to remember to unlock right after any send
I dont do GUI, so you need to complain to someone else, there might be a reason though.

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
August 28, 2014, 03:44:01 AM
 #4835

Hey James, do you know which coins want to/will be be added to the super network ? Or is that inside info ?  Wink

I tend to buy a lot of coins on speculation  Roll Eyes

Look a few pages back for info on this topic.

I looked up to 10 pages back and I have found hints by James such as:

"so a coin getting mgwCOIN is a probabilistic indication of its joining the supernetwork, maybe 50/50 chance
Now if they start making reskinned GUI, then the chances go to 80%
If their devs are posting questions about libjl777, 95%+"

But I don't know where to find this information without searching through a million different threads, can anyone help?

I found this- https://github.com/jl777/libjl777/blob/master/coins.h   But I'm not a coder and I'm not exactly sure what it means. Thanks guys for the great thread so far Smiley



I have made it so that adding any bitcoin fork is a matter for adding a line in the .conf file:

    {\"name\":\"LTC\",\"conf\":\"/Users/username/Library/Application Support/Litecoin/litecoin.conf\",\"asset\":\"2881764795164526882\",\"txfee\":0.000,\"NXTfee_equiv\":0.01,\"rpc\":\"127.0.0.1:9332\",\"blockheight\":564980,\"forkblockheight\":594965,\"minconfirms\":5,\"estblocktime\":150,\"clonesmear\":1,\"maxevolveiters\":10}\

That's all I had to add to get LTC to create a mangled telepod Smiley
Once I get support for bitcoin forks debugged, it really should be more time to download the blockchain for that coin than the time to get teleport for it working

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
benthach
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000


View Profile WWW
August 28, 2014, 03:58:49 AM
 #4836

BitcoinDark with teleport
LOL

give it 1 more month

we will also see
BitcoinGreen --- the green no energy coin
BitcoinBlack --- the bitcoin black
BitcoinRed -- the communist China coin
BitcoinBrown -- the Latin coin ..........

reddit btcwriter1 - twitter kingpininvestor
SeaSoul
Sr. Member
****
Offline Offline

Activity: 728
Merit: 250


View Profile
August 28, 2014, 04:56:50 AM
 #4837

Thx for cheap coins guys!)
gitbknowsall
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
August 28, 2014, 04:59:49 AM
 #4838

BitcoinDark with teleport
LOL

give it 1 more month

we will also see
BitcoinGreen --- the green no energy coin
BitcoinBlack --- the bitcoin black
BitcoinRed -- the communist China coin
BitcoinBrown -- the Latin coin ..........

btc wave rofl
id10tothe9
Hero Member
*****
Offline Offline

Activity: 623
Merit: 500



View Profile
August 28, 2014, 06:49:45 AM
 #4839

since my trial version of Parallels on mac ran out a week ago I'm back to my wallet on Mac.

Virtual Box is free. Not as good as parallels, but it does work.

very awesome thanks! installed it now will try the wallet and see how things go Smiley

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion★  Anonymity Guaranteed
★  Anonymous and Untraceable
★  Guard Your Privacy
      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
jeezy
Legendary
*
Offline Offline

Activity: 1237
Merit: 1010



View Profile
August 28, 2014, 07:36:19 AM
 #4840

I think I might have found a possible bug in the wallet, or maybe it's just a known issue, or maybe I'm totally wrong....
I have my wallet open and unlocked for staking only.  It's been happily staking away since PoS started.  A few days ago I sent someone a small amount of BTCD as a test, whereupon I was prompted to unlock the wallet as usual.  All good so far.  Today I checked back on the wallet to see how my stakes were going to find it wasn't staking as it was locked.  So does the wallet become fully locked after you fully unlock it to make a send transaction, rather than returning it to a unlocked for staking state?  If it does do it, it is highly annoying!

I've had a couple similar instances where my wallet locks for no apparent reason.  Same thing, i come back to look and it's locked
it does seem to autolock after any send.
have to remember to unlock right after any send
I dont do GUI, so you need to complain to someone else, there might be a reason though.

Yeah I discovered the same happening on all mx Txs. I took it as intended and disregarded the fact that I just fully unlocked it twice for no reason  Roll Eyes
Pages: « 1 ... 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 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 ... 547 »
  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!