Bitcoin Forum
May 07, 2024, 02:46:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BITCREDITS | BITTREX | BITBANK WHITEPAPER | EMPOEX | (CCC) on: January 11, 2015, 04:15:44 PM
Awesome that EmpoEx agreed to hold onto the ICO coins.  Have you talked to them about possibly hosting the ICO there?  2 options I see are running the ICO the way you had planned, maybe since EmpoEx is involved now anyway see if someone representing the exchange can control the BTC address to escrow those funds as well.  It would probably make distribution of the bitcredits easy too as investors could just make an EmpoEx account and EmpoEx could distribute the shares of the coins right through the exchange.  Or just throw all the coins up in a sell wall on EmpoEx for a week.  Problem there is what price to put them at and what to do with the unsold coins.  I think your method of running the ICO is superior than that option.

See, now I know you aren't a scammer as I am dying to flick a BTC at you for some of the ICO coins and you are wasting all this time worrying about silly details like "development" and "fixing bugs".

I think ICO discussion should start in a week when i have

1) Fixed the Ui, and 2) You guys have tested the statistics engine and maybe a rudimentary loan request.

Hopefully they'll agree to do the ICO my way, that leaves no coins at all.

A lot of the code is always in flux, but i'd like to prove my willingness and ability to deliver.

Hahaha silly details indeed, i just wish there was more development talent around, some small issues would be taken care of without need to divert from Core development.

Sounds great! I can't wait!  Tongue
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BITCREDITS | BITTREX | BITBANK WHITEPAPER | EMPOEX | (CCC) on: January 11, 2015, 12:39:56 AM
Thanks. I'm going to hold off on building the linux wallet for now. I mainly wanted to build it so I could mine on linux.

I'm noticing some issues with the windows wallet.
- I can't find my wallet address anywhere.
- A lot of the buttons are blacked out. Trying to send BCR is difficult, as I need to press buttons to send and it's blacked out. (ex: Click the send button and look at the top right.)
- The Show/Hide button, when pressed, hides the wallet but I can't figure out how to unhide my wallet.
- When is the bank going to be available?
- Block hash rate in the block crawler is always 0.
- Check block 6448 in the block crawler and notice the "Value Out" field states it was 500,000,000 BCR when decrypted. Outputs/Inputs are fail.

This is about all I could find with the wallet, other than the occasional crashes (which I think is a Windows 8.1 issue).
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 10, 2015, 10:02:56 PM
This is the next error I'm getting. Is it named differently?

Code:
/src$ cd ~/bicreditsnew/src/bitcreditd /usr/local/bin
-bash: cd: /home/ubuntu/bicreditsnew/src/bitcreditd: No such file or directory

1) make sure your prompt looks like this

Code:
ubuntu@ip-172-31-19-32:~/bicreditsnew

then paste this

Code:
chmod +x autogen.sh && cd share/ && chmod +x genbuild.sh && cd .. && cd src/leveldb && chmod +x build_detect_platform && cd ../.. && ./autogen.sh &&  ./configure --disable-tests --enable-upnp-default  && make



Code:
ubuntu@ip-172-31-19-32:~/bicreditsnew$ chmod +x autogen.sh && cd share/ && chmod +x genbuild.sh && cd .. && cd src/leveldb && chmod +x build_detect_platform && cd ../.. && ./autogen.sh &&  ./configure --disable-tests --enable-upnp-default  && make
aclocal: warning: couldn't open directory 'build-aux/m4': No such file or directory
Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:3:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:3:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:3:   If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:3:   its definition is in aclocal's search path.
Makefile.am:45: warning: source file 'src/secp256k1.c' is in a subdirectory,
Makefile.am:45: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
Makefile.am:62: warning: source file 'src/bench_inv.c' is in a subdirectory,
Makefile.am:62: but option 'subdir-objects' is disabled
Makefile.am:56: warning: source file 'src/bench_recover.c' is in a subdirectory,
Makefile.am:56: but option 'subdir-objects' is disabled
Makefile.am:59: warning: source file 'src/bench_sign.c' is in a subdirectory,
Makefile.am:59: but option 'subdir-objects' is disabled
Makefile.am:53: warning: source file 'src/bench_verify.c' is in a subdirectory,
Makefile.am:53: but option 'subdir-objects' is disabled
Makefile.am:70: warning: source file 'src/tests.c' is in a subdirectory,
Makefile.am:70: but option 'subdir-objects' is disabled
autoreconf: automake failed with exit status: 1
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 10, 2015, 06:50:27 PM
This is the next error I'm getting. Is it named differently?

Code:
ubuntu@ip-172-31-19-32:~/bicreditsnew/src$ cd ~/bicreditsnew/src/bitcreditd /usr/local/bin
-bash: cd: /home/ubuntu/bicreditsnew/src/bitcreditd: No such file or directory
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 10, 2015, 06:15:35 PM
I'm trying to make the linux wallet and I'm getting the following error:

Code:
ubuntu@ip-172-31-19-32:~/bicreditsnew/src$  make -f makefile.unix USE_UPNP=-
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.

Sorry I'm a bit of a noob at this.   Undecided
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 10, 2015, 04:14:09 PM
You really need a mining pool set up. I would be willing to help get this set up or we can try getting one of the bigger pools to add BCR to their list.
https://bitcointalk.org/index.php?topic=455835.0

I would say that you wouldn't need a website. Github works perfectly.

I agree that we need a pool, please email support@ypool.net and ask them, i have been asking since the start of the new year. If we get enough emails to them, they will host a pool.

Done. Hopefully we can get Ypool to get this set up.  Roll Eyes

Is there a Linux wallet?
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 10, 2015, 03:43:00 PM
You really need a mining pool set up. I would be willing to help get this set up or we can try getting one of the bigger pools to add BCR to their list.
https://bitcointalk.org/index.php?topic=455835.0

I would say that you wouldn't need a website. Github works perfectly.
68  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] LazyCoins- LazyPay App Preview on: January 10, 2015, 03:29:12 PM
+1 for adding Bitcredit (BCR) !!  Roll Eyes
69  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Crypto Rush - Crypto to Crypto exchange on: January 10, 2015, 03:27:18 PM
Please add Bitcredits (BCR) to the exchange. It has an awesome dev and it is going to go far.
70  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] EmpoEX | Bitcoin - Altcoin | Virtual exchange | Launched | Unique on: January 10, 2015, 03:23:22 PM
+1 for Bitcredits!!! This is an awesome coin that's going to go far and has a great dev!
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 10, 2015, 05:41:46 AM
I installed on a new computer:

{
"version" : 300700,
"protocolversion" : 70005,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 0,
"timeoffset" : 0,
"moneysupply" : 0.00000000,
"connections" : 0,
"proxy" : "",
"difficulty" : 0.00000000,
"testnet" : false,
"keypoololdest" : 1420857039,
"keypoolsize" : 2,
"paytxfee" : 0.00000000,
"relayfee" : 0.00001000,
"errors" : ""
}

Type in the console:

addnode 198.52.200.9 add

Should help

Update on progress?

Works  Tongue Thank you!
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 10, 2015, 02:38:47 AM
I installed on a new computer:

{
"version" : 300700,
"protocolversion" : 70005,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 0,
"timeoffset" : 0,
"moneysupply" : 0.00000000,
"connections" : 0,
"proxy" : "",
"difficulty" : 0.00000000,
"testnet" : false,
"keypoololdest" : 1420857039,
"keypoolsize" : 2,
"paytxfee" : 0.00000000,
"relayfee" : 0.00001000,
"errors" : ""
}
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 09, 2015, 09:49:23 PM
Hmm.. the zip file says it's 0.30.07 but after it's extracted it says the wallet's version is 0.30.5
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 09, 2015, 09:27:00 PM
I'm getting 4 peers. When I upgraded my wallet, I lost my BRC.  Embarrassed
if i am not wrong your old wallet is still in the roaming folder


Ah, yes it is Smiley
Also -
It says I'm 12 hours behind and it's not budging. I added the other node (198.52.200.9).
And when I try to mine, it errors out.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | UPDATE REQUIRED | (CCC) on: January 09, 2015, 09:11:44 PM
I'm getting 4 peers. When I upgraded my wallet, I lost my BRC.  Embarrassed
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | (CCC) on: January 08, 2015, 08:53:48 PM
I also figured out how to make the targeting a per block basis, i think i'll push the patch so we can all get back to mining and me to the stats engine.

Thanks!  Tongue
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEW] BITCREDITS | BITTREX | BITBANK WHITEPAPER | (CCC) on: January 08, 2015, 08:29:14 PM
I am having the same issue. It says the last payment I received from mining was 1/7/15 @ 21:05.

BCR Address: 69jk7PD3e2SsTe3CsRt4C6BM5zgbFCsemx
78  Economy / Services / Re: 0.000001 BTC per UNIQUE visitor to your website! on: April 01, 2014, 04:06:07 PM
How can you guarantee this is real traffic and not a bot cycling through proxies?
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOVEcoin – Love Never Fails | POW+POS | Escrowed IPO >>> Invest Now! on: March 30, 2014, 07:26:35 PM
That wallet looks AWESOME! Can't wait to get in and start mining it.  Smiley
80  Economy / Services / Re: Gimme 10BTC, I'll tell you how to backup wallet.dat auto from usb key on: March 30, 2014, 02:20:16 AM
please leave the forum if all you are going to do is try and scam. Most people are not scammers and this site has been very helpful for many

+1000000
Pages: « 1 2 3 [4] 5 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!