Author

Topic: BTCD is no more - page 187. (Read 1328507 times)

legendary
Activity: 1206
Merit: 1000
legendary
Activity: 1764
Merit: 1031
October 22, 2014, 06:05:08 AM
I found out there is a lot of disinformation about Teleport being spread around. People are under the impression that it requires trusting the other party. This is not the case at all. Teleport is designed to work totally trustlessly.

Seems we need to get the message out to clarify this and I have emailed Kristov Atlas to get him understanding Teleport better.

James

Where?
Presumably this is about the recipient having responsibility for cloning the telepods?
legendary
Activity: 1206
Merit: 1000
October 22, 2014, 05:48:34 AM
I found out there is a lot of disinformation about Teleport being spread around. People are under the impression that it requires trusting the other party. This is not the case at all. Teleport is designed to work totally trustlessly.

Seems we need to get the message out to clarify this and I have emailed Kristov Atlas to get him understanding Teleport better.

James

Good move James, Kristov kinda dinged btcd on his latest release of Dark News.  Hopefully this will assist in clearing some of the haze Smiley
legendary
Activity: 1176
Merit: 1134
October 22, 2014, 04:19:45 AM
I found out there is a lot of disinformation about Teleport being spread around. People are under the impression that it requires trusting the other party. This is not the case at all. Teleport is designed to work totally trustlessly.

Seems we need to get the message out to clarify this and I have emailed Kristov Atlas to get him understanding Teleport better.

James
hero member
Activity: 552
Merit: 500
October 22, 2014, 03:58:43 AM
A couple of Wallpapers from Fig roll:

He's asking for feedback, so please provide some if you'd like.






I Like First , Blue Wink
newbie
Activity: 35
Merit: 0
October 21, 2014, 02:47:37 PM
A couple of Wallpapers from Fig roll:

He's asking for feedback, so please provide some if you'd like.

https://i.imgur.com/G0bsqa8.png


https://i.imgur.com/a3Y11ro.png


Love the first one in blue
sr. member
Activity: 441
Merit: 500
October 21, 2014, 01:20:31 PM
A couple of Wallpapers from Fig roll:

He's asking for feedback, so please provide some if you'd like.





sr. member
Activity: 441
Merit: 500
October 21, 2014, 01:16:45 PM
By the way, I forgot to mention I've worked really hard everyday for over a month to get the block explorer working with my limited knowledge. Now, I present you less buggy BitcoinDark blockchain explorer with latest realtime transactions with actual amount. If you click on the hash link you can see the details of transaction and confirmations. This is my first explorer and first contribution to crypto.

Multisig transactions are displaying properly. You can even check spent and unspent balance marked with "S" & "U". There is still some bugs present and sometimes you might see "Unparsed address" in a block page or transaction page.

@jl777, can we please get "getTxOutSetInfo" RPC feature in the next BTCD wallet? Then "Show Transaction Output data" would work in the Status page of the block explorer and display some nice info.

Another question is what is the command or subcommand to display "Total Network Stake Weight" via RPC calls. I'd like to add it on the Status page if anyone is interested.

+100

Great work on the block explorer!
member
Activity: 112
Merit: 10
October 21, 2014, 07:08:54 AM
I deleted the btcd folder and followed the new steps. I'm getting error with ./BitcoinDarkd &

Code:
BitcoinDark server starting
starting SuperNET
SuperNET_start(SuperNET.conf) 0x7ff1c0000ad8 ipaddr.(128.199.183.249:45135)
BDB1566 DB_ENV->rep_flush interface requires an environment configured for the replication subsystem
error.22 opening Storage environment
BitcoinDarkd: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.

Any idea what am I doing wrong?
I am running into the same thing on one of my servers. tracking it down

Fantastic. I thought I perhaps did something wrong. But there is no complicated steps to build with the newest instructions.

For everyone, if you are following the new steps / instructions to build, you need to do "cd .." to come back to btcd folder and the BitcoinDarkd is located in the "src" folder. You can either copy it to the root of "btcd" folder or run it from there.
try it now, I pushed a version that disables the DB access so I can debug in the experimental branch

New error:

Code:
BitcoinDark server starting
starting SuperNET
SuperNET_start(SuperNET.conf) 0x7f8eb00009c8 ipaddr.(128.199.183.249:32893)
back from start

Not proceeding further after this.

Edit: Looks like now its working. BitcoinDark daemon is syncing blocks.
member
Activity: 112
Merit: 10
October 21, 2014, 06:56:29 AM
By the way, I forgot to mention I've worked really hard everyday for over a month to get the block explorer working with my limited knowledge. Now, I present you less buggy BitcoinDark blockchain explorer with latest realtime transactions with actual amount. If you click on the hash link you can see the details of transaction and confirmations. This is my first explorer and first contribution to crypto.

Multisig transactions are displaying properly. You can even check spent and unspent balance marked with "S" & "U". There is still some bugs present and sometimes you might see "Unparsed address" in a block page or transaction page.

@jl777, can we please get "getTxOutSetInfo" RPC feature in the next BTCD wallet? Then "Show Transaction Output data" would work in the Status page of the block explorer and display some nice info.

Another question is what is the command or subcommand to display "Total Network Stake Weight" via RPC calls. I'd like to add it on the Status page if anyone is interested.
legendary
Activity: 1176
Merit: 1134
October 21, 2014, 06:34:57 AM
I deleted the btcd folder and followed the new steps. I'm getting error with ./BitcoinDarkd &

Code:
BitcoinDark server starting
starting SuperNET
SuperNET_start(SuperNET.conf) 0x7ff1c0000ad8 ipaddr.(128.199.183.249:45135)
BDB1566 DB_ENV->rep_flush interface requires an environment configured for the replication subsystem
error.22 opening Storage environment
BitcoinDarkd: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.

Any idea what am I doing wrong?
I am running into the same thing on one of my servers. tracking it down

Fantastic. I thought I perhaps did something wrong. But there is no complicated steps to build with the newest instructions.

For everyone, if you are following the new steps / instructions to build, you need to do "cd .." to come back to btcd folder and the BitcoinDarkd is located in the "src" folder. You can either copy it to the root of "btcd" folder or run it from there.
try it now, I pushed a version that disables the DB access so I can debug in the experimental branch
member
Activity: 112
Merit: 10
October 21, 2014, 06:26:38 AM
I deleted the btcd folder and followed the new steps. I'm getting error with ./BitcoinDarkd &

Code:
BitcoinDark server starting
starting SuperNET
SuperNET_start(SuperNET.conf) 0x7ff1c0000ad8 ipaddr.(128.199.183.249:45135)
BDB1566 DB_ENV->rep_flush interface requires an environment configured for the replication subsystem
error.22 opening Storage environment
BitcoinDarkd: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.

Any idea what am I doing wrong?
I am running into the same thing on one of my servers. tracking it down

Fantastic. I thought I perhaps did something wrong. But there is no complicated steps to build with the newest instructions.

For everyone, if you are following the new steps / instructions to build, you need to do "cd .." to come back to btcd folder and the BitcoinDarkd is located in the "src" folder. You can either copy it to the root of "btcd" folder or run it from there.
legendary
Activity: 1176
Merit: 1134
October 21, 2014, 06:05:18 AM
I deleted the btcd folder and followed the new steps. I'm getting error with ./BitcoinDarkd &

Code:
BitcoinDark server starting
starting SuperNET
SuperNET_start(SuperNET.conf) 0x7ff1c0000ad8 ipaddr.(128.199.183.249:45135)
BDB1566 DB_ENV->rep_flush interface requires an environment configured for the replication subsystem
error.22 opening Storage environment
BitcoinDarkd: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.

Any idea what am I doing wrong?
I am running into the same thing on one of my servers. tracking it down
member
Activity: 112
Merit: 10
October 21, 2014, 06:02:13 AM
I deleted the btcd folder and followed the new steps. I'm getting error with ./BitcoinDarkd &

Code:
BitcoinDark server starting
starting SuperNET
SuperNET_start(SuperNET.conf) 0x7ff1c0000ad8 ipaddr.(128.199.183.249:45135)
BDB1566 DB_ENV->rep_flush interface requires an environment configured for the replication subsystem
error.22 opening Storage environment
BitcoinDarkd: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.

Any idea what am I doing wrong?
hero member
Activity: 529
Merit: 505
I'm on drugs, what's your excuse?
October 21, 2014, 01:13:28 AM
I added Berkeley DB to libjl777 so now telepods and cloud storage will be in standard database

you will have to do "make onetime" again to compile the latest version. It will make a storage directory and put public.db and private.db in there.

James

More good news, and yet more dumping.  But hey it's just another "buying opportunity" right?  

Nervous? Yes just a little, especially when the amazing tech being developed has absolutely no positive effect on the price whatsoever.  


All markets seem to be shedding blood not just crypto

Jon

Edit: Could get into a rave about gold and Forex...... but hay!!! This is "Cryptoland"  Grin
hero member
Activity: 820
Merit: 1000
October 20, 2014, 11:26:19 PM
I added Berkeley DB to libjl777 so now telepods and cloud storage will be in standard database

you will have to do "make onetime" again to compile the latest version. It will make a storage directory and put public.db and private.db in there.

James

More good news, and yet more dumping.  But hey it's just another "buying opportunity" right? 

Nervous? Yes just a little, especially when the amazing tech being developed has absolutely no positive effect on the price whatsoever.   

legendary
Activity: 1176
Merit: 1134
October 20, 2014, 10:07:38 PM
I added Berkeley DB to libjl777 so now telepods and cloud storage will be in standard database

you will have to do "make onetime" again to compile the latest version. It will make a storage directory and put public.db and private.db in there.

James
sr. member
Activity: 441
Merit: 500
October 20, 2014, 11:29:45 AM
legendary
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
October 20, 2014, 10:15:15 AM
What needs to be tested and how?
sr. member
Activity: 441
Merit: 500
October 20, 2014, 09:34:44 AM
Testers needed!!!

1000 BTCD Bounty for anybody that can de-anonymize Teleport!

https://forum.thesupernet.org/index.php?topic=76.msg337#msg337

Please make a post here in this forum or the superNET forum if you're interested.

Jump to: