Bitcoin Forum
May 24, 2024, 03:05:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 »
61  Other / Beginners & Help / Help Me port Bitcoinjs tx functions on: January 06, 2014, 12:50:38 AM
I would like to port the https://github.com/bitcoinjs/bitcoinjs-lib to other coins.
Namely:
    litecoin
    namecoin
    peercoin
   

What do I need to know?
62  Alternate cryptocurrencies / Altcoin Discussion / Altcoin Address Prefixes on: January 05, 2014, 11:32:17 PM
I would like to port the https://github.com/bitcoinjs/bitcoinjs-lib to other coins.
Namely:
    litecoin
    namecoin
    peercoin
   

What do I need to know?
63  Alternate cryptocurrencies / Altcoin Discussion / What Alt-Coins Actively Test for Multisig TX? on: January 05, 2014, 03:28:48 AM
What altcoins are testing and treating multisig as a first class testable function in their implementations?
64  Bitcoin / Wallet software / Re: Wallet Development on: December 23, 2013, 07:39:28 PM
Thanks Mike.
65  Bitcoin / Electrum / Where can I find out about developing web wallets against electrum servers? on: December 20, 2013, 10:33:27 AM
Where can I find out about developing web wallets against electrum servers?

Thanks for any help or directions you can point out for this.

66  Bitcoin / Wallet software / Wallet Development on: December 20, 2013, 07:48:11 AM
What are the best threads / posts to read on the forum for those who want to develop or contribute to wallet development?
I would like to find develop or contribute to thin clients that make the UX for mutisig + customizeable raw transactions good enough for any grandma to use.
67  Bitcoin / Development & Technical Discussion / Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools on: December 04, 2013, 04:16:13 AM
you can delete change DEPENDENCIES="" in the install script (it will skip the dependencies check).

Got further but ended with this:
Code:
make[1]: Entering directory `/usr/local/src/libbitcoin-git/src'
  CXX    getx_responder.lo
In file included from ./../include/bitcoin/network/channel.hpp:22:0,
                 from getx_responder.cpp:3:
./../include/bitcoin/utility/subscriber.hpp:64:1: error: expected unqualified-id before 'using'
In file included from ./../include/bitcoin/transaction_pool.hpp:10:0,
                 from getx_responder.cpp:4:
./../include/bitcoin/blockchain/blockchain.hpp:28:5: error: expected unqualified-id before 'using'
./../include/bitcoin/blockchain/blockchain.hpp:31:13: error: 'fetch_handler' does not name a type
./../include/bitcoin/blockchain/blockchain.hpp:33:13: error: 'fetch_handler' does not name a type
./../include/bitcoin/blockchain/blockchain.hpp:36:13: error: 'fetch_handler' does not name a type
./../include/bitcoin/blockchain/blockchain.hpp:38:13: error: 'fetch_handler' does not name a type
./../include/bitcoin/blockchain/blockchain.hpp:40:13: error: 'fetch_handler' does not name a type
./../include/bitcoin/blockchain/blockchain.hpp:43:13: error: 'fetch_handler' does not name a type
./../include/bitcoin/blockchain/blockchain.hpp:49:13: error: 'fetch_handler' does not name a type
./../include/bitcoin/blockchain/blockchain.hpp:118:9: error: 'fetch_handler_block_header' has not been declared
./../include/bitcoin/blockchain/blockchain.hpp:133:9: error: 'fetch_handler_block_header' has not been declared
./../include/bitcoin/blockchain/blockchain.hpp:148:9: error: 'fetch_handler_block_transaction_hashes' has not been declared
./../include/bitcoin/blockchain/blockchain.hpp:163:9: error: 'fetch_handler_block_transaction_hashes' has not been declared
./../include/bitcoin/blockchain/blockchain.hpp:178:9: error: 'fetch_handler_block_height' has not been declared
./../include/bitcoin/blockchain/blockchain.hpp:191:36: error: 'fetch_handler_last_height' has not been declared
./../include/bitcoin/blockchain/blockchain.hpp:206:9: error: 'fetch_handler_transaction' has not been declared
./../include/bitcoin/blockchain/blockchain.hpp:244:9: error: 'fetch_handler_spend' has not been declared
getx_responder.cpp: In member function 'void libbitcoin::getx_responder::pool_tx(const std::error_code&, const libbitcoin::transaction_type&, const hash_digest&, libbitcoin::channel_ptr)':
getx_responder.cpp:73:41: error: no matching function for call to 'libbitcoin::blockchain::fetch_transaction(const hash_digest&, boost::asio::detail::wrapped_handler<boost::asio::io_service&, std::_Bind<std::_Mem_fn<void (libbitcoin::getx_responder::*)(const std::error_code&, const libbitcoin::transaction_type&, std::shared_ptr<libbitcoin::channel>)>(libbitcoin::getx_responder*, std::_Placeholder<1>, std::_Placeholder<2>, std::shared_ptr<libbitcoin::channel>)> >)'
getx_responder.cpp:73:41: note: candidate is:
./../include/bitcoin/blockchain/blockchain.hpp:205:18: note: virtual void libbitcoin::blockchain::fetch_transaction(const hash_digest&, int)
./../include/bitcoin/blockchain/blockchain.hpp:205:18: note:   no known conversion for argument 2 from 'boost::asio::detail::wrapped_handler<boost::asio::io_service&, std::_Bind<std::_Mem_fn<void (libbitcoin::getx_responder::*)(const std::error_code&, const libbitcoin::transaction_type&, std::shared_ptr<libbitcoin::channel>)>(libbitcoin::getx_responder*, std::_Placeholder<1>, std::_Placeholder<2>, std::shared_ptr<libbitcoin::channel>)> >' to 'int'
make[1]: *** [getx_responder.lo] Error 1
make[1]: Leaving directory `/usr/local/src/libbitcoin-git/src'
make: *** [all-recursive] Error 1


68  Bitcoin / Development & Technical Discussion / Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools on: December 04, 2013, 04:03:14 AM
Thanks
I can maintain debian / buntu docker files for sx / oblisk etc once I understand the dependencies in more depth.

69  Bitcoin / Development & Technical Discussion / Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools on: December 03, 2013, 05:03:21 PM
What is the output of:

$ dpkg -s libconfig++-dev

?

thanks


Code:
main@computer:~$ dpkg -s libconfig++-dev
Package `libconfig++-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
main@computer:~$ sudo apt-get install libconfig++-dev
[sudo] password for main:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libconfig++8-dev' instead of 'libconfig++-dev'
libconfig++8-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
main@computer:~$

Thank you Amir.
You contributions to the bitcoin community are always among the best.
I am looking forward to using the darkwallet stack in production for not so dark things.... that said it would be nice if DarkWallet had a less ominous moniker.

70  Bitcoin / Development & Technical Discussion / Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools on: December 03, 2013, 04:35:48 AM
Amir
Sx is not installing via the bash script on fresh Ubuntu 12.04 64 bit installs

As posted on the sx.dyne page comments this is the result of running the script:

Code:
Error: libconfig++-dev is not installed!

Run the following command:

  $ sudo apt-get install git build-essential autoconf libtool libboost-all-dev pkg-config libcurl4-openssl-dev libleveldb-dev libzmq-dev libconfig++-dev libncurses5-dev


However all these libs are installed and the further attempts to install from the bash script just result in this message again.


What is the fix; I saw it methioned in this thread but the "algo in code" fix was ambigous at best.

Also how can we point sx at alt chains?
71  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MultiCoin][Stratum+GW] multipool.in - Always mine the most profitable coin on: June 14, 2013, 04:57:36 AM
1) Can we have a client that changes hardware depending on the necessary algorithm?
           Device profile asic for sha-256
           Device profile gpu for scrypt+sha-256
72  Bitcoin / Hardware / Re: [ANN] Bitfury is looking for alpha-testers of first chips! FREE MONEY HERE! on: June 08, 2013, 10:27:45 PM
I am interested.
I am a Geekdom member (Code and Hardware hacker space) space in San Antonio, TX.
I think this might be a interesting project for more than a few.


JR
73  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: June 01, 2013, 06:05:32 AM
Finally

Thanks!
74  Bitcoin / Development & Technical Discussion / Re: Market.h / .cpp on: May 06, 2013, 11:11:06 PM
its in the github bitcoin repo
75  Alternate cryptocurrencies / Altcoin Discussion / Re: Will CNC go back up? on: May 06, 2013, 10:32:05 PM
Exchanges and Miners a valuable coin doth not make.

Start CNC betting parlors, minecraft servers, find a chinese restaurant that will give coupons, chopsticks, tea, fortune cookies etc...
Convince chinese app makers to include CNC in their app as a form of payment of virtual tokens...
This takes time to get solid stable users but it makes the coin worth something.

Until then I will be doing the same for bitcoin.




76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 06, 2013, 06:00:25 PM
unless this coin is used for goods and services; its just another spurious altcoin.... fun and done.
77  Bitcoin / Development & Technical Discussion / Re: Market.h / .cpp on: May 06, 2013, 04:17:08 AM
It appears to be a method for market ticker quotes....
I tried finding an earlier versions but the oldest around online after googling source forging and githubing seem to be 0.4+
Interesting.

Code:
//
//  Market.h
//  Bitcoin
//
//  Created by Rits Plasman on 10-06-11.
//  Copyright 2011 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>


@interface Market : NSObject <NSCoding> {
    
}

@property (nonatomic, assign) double close;
@property (nonatomic, assign) double previousClose;
@property (nonatomic, copy) NSString *symbol;
@property (nonatomic, retain) NSDate *latestTrade;

@end
78  Other / Beginners & Help / Re: Bullcoin - Anti-bear policy? on: May 05, 2013, 10:48:49 PM
circle jerking is just as bad as trolling

just say'n
79  Other / Beginners & Help / Re: Alternate Bitcoin generation rate on: May 05, 2013, 10:45:13 PM
I am curious if any of the voices from 2011 have solidified or changed their opinions on this now that it is 2013 and we have the same problems.
80  Other / Beginners & Help / Re: Why was coin generation removed in version 0.3.22? on: May 05, 2013, 10:39:23 PM
Why not add cgminer or bfgminer back as optional plugins?

Yes I realize this conversation is years old but just want to get my say in.
Pages: « 1 2 3 [4] 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!