Bitcoin Forum
May 24, 2024, 09:30: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 10 11 12 13 14 15 16 [17] 18 19 20 »
321  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitBean | Innovative PoS | Scalability | No IPO | No premine -New Dev Team on: April 07, 2016, 06:01:51 PM
I had to update to the newest wallet today because my old wallet wasn't syncing obviously.  Prior to the update I had 780k bitbeans, now that I done the update it says i have 788 SPROUTS? So I went from $60USD to cents.  What is that about? I thought the ticker did not change?  Can someone please explain what happened.
322  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMS] AmsterdamCoin™ | Quark | PoW, PoS, Masternodes, TOR, Messages on: January 15, 2016, 06:09:26 PM
Dev if you could go back and answer my question I would like to help with wallet development if you could give me some information. Thanks
323  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMS] AmsterdamCoin™ | Quark | PoW, PoS, Masternodes, TOR, Messages on: January 12, 2016, 06:33:57 PM
are there any news/plans for this coin?
dont see much last weeks, would be nice to see some development instead of those strange posts.


I agree.  I posted a question in the thread back in December to the Dev regarding AMS wallets and updated GitHub.  However, he would rather post about stupid stuff in the thread rather than answering peoples questions and concerns regarding "HIS" coin.  Priorities seems screwed up.
324  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMS] AmsterdamCoin™ | Quark | PoW, PoS, Masternodes, TOR, Messages on: December 29, 2015, 04:22:06 PM
Are the devs still active?

Yes! AMS has a great dev...no worries there mate!

CapnBDL
     Cool

Well I posted about their wallets over a week ago and haven't gotten a respond on this thread so wasn't sure there.
325  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMS] AmsterdamCoin™ | Quark | PoW, PoS, Masternodes, TOR, Messages on: December 28, 2015, 07:24:12 PM
Are the devs still active?
326  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMS] AmsterdamCoin™ | Quark | PoW, PoS, Masternodes, TOR, Messages on: December 23, 2015, 12:07:14 AM
I have tried using Gitian builder to build your wallets for awhile now and I'm not having any success.  Are you .yml files not up to date?  What method do you use for building your wallets? Gitian? Windows VM with QT5?  Which qt specifically are you using?
327  Alternate cryptocurrencies / Altcoin Discussion / Re: Gitian Builder Help on: December 16, 2015, 08:06:21 PM
i got passsed my first error.  However, this one I cannot seem to figure out.  Could someone please help me out here.


Code:
Creating build script (var/build-script)
Running build script (log in var/build.log)
./bin/gbuild:21:in `system!': failed to run on-target setarch x86_64 bash -x < var/build-script > var/build.log 2>&1 (RuntimeError)
        from ./bin/gbuild:137:in `build_one_configuration'
        from ./bin/gbuild:270:in `block (2 levels) in <main>'
        from ./bin/gbuild:265:in `each'
        from ./bin/gbuild:265:in `block in <main>'
        from ./bin/gbuild:263:in `each'
        from ./bin/gbuild:263:in `<main>'
debian@debian:~/gitian-builder$ tail -f var/build.log
+ sed -e '\''s|OS/version|MSWindows/5.1.2600|'\'' -e '\''s|MINIUPNPC_VERSION_STRING "version"|MINIUPNPC_VERSION_STRING "VERSIONHERE"|'\'' $< > $@

 minixml.o: minixml.c minixml.h miniupnpcstrings.h

'
++ cat VERSION
+ sed s/VERSIONHERE/1.9/
patching file Makefile.mingw
Hunk #1 FAILED at 67.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.mingw.rej

I thought  changing mkdir -p $BUILDDIR $INSTALLPREFIX/lib in the deps-win.yml file to sudo mkdir -p $BUILDDIR $INSTALLPREFIX/lib would fix the issue. It seems that it was because it didn't fail instead it asked for the ubuntu password.  I am using Debian so the path is wrong.  This is the error and log file when I done this.

Code:
Starting target
Checking if target is up
Preparing build environment
Updating apt-get repository (log in var/install.log)
Installing additional packages (log in var/install.log)
Upgrading system, may take a while
Creating package manifest
stdin: is not a tty
Creating build script (var/build-script)
Running build script (log in var/build.log)
[sudo] password for ubuntu:
[sudo] password for ubuntu:
[sudo] password for ubuntu:
./bin/gbuild:21:in `system!': failed to run on-target setarch x86_64 bash -x < var/build-script > var/build.log 2>&1 (RuntimeError)
        from ./bin/gbuild:137:in `build_one_configuration'
        from ./bin/gbuild:270:in `block (2 levels) in <main>'
        from ./bin/gbuild:265:in `each'
        from ./bin/gbuild:265:in `block in <main>'
        from ./bin/gbuild:263:in `each'
        from ./bin/gbuild:263:in `<main>'
debian@debian:~/gitian-builder$ tail -f var/install.log
stdin: is not a tty
^C
debian@debian:~/gitian-builder$ tail -f var/build.log
+ for BITS in 32 64
+ INSTALLPREFIX=/home/ubuntu/staging32
+ BUILDDIR=/home/ubuntu/build32
+ '[' 32 == 32 ']'
+ HOST=i686-w64-mingw32
+ sudo mkdir -p /home/ubuntu/build32 /home/ubuntu/staging32/lib
Sorry, try again.
Sorry, try again.
Sorry, try again.
sudo: 3 incorrect password attempts

i obviously don't know the password because i didn't make a user called ubuntu.  my user is called debian.  Thanks in advance for any help.
328  Alternate cryptocurrencies / Marketplace (Altcoins) / HELP!! Bounty .01BTC on: December 15, 2015, 12:44:54 AM
I am trying to setup gitian-builder but cannot get passed this issue. 

Code:
W: Failure trying to run: chroot /home/debian/gitian-builder/base-trusty-amd64-bootstrap mount -t proc proc /proc
W: See /home/debian/gitian-builder/base-trusty-amd64-bootstrap/debootstrap/debootstrap.log for details

I have looked in the log file and this is all it says chroot: cannot run command mount': Exec format error

.01BTC Bounty for who ever can successfully get me past this error.
329  Alternate cryptocurrencies / Altcoin Discussion / Gitian Builder Help on: December 12, 2015, 12:49:55 AM
Was wondering if someone could help me with this error. I haven't been able to get past the point.  Your help would be greatly appreciated.

Code:
--- Building for trusty amd64 ---
Stopping target if it is up
Making a new image copy
lxc-execute: failed to find gateway addresses
lxc-execute: failed to spawn 'gitian'
./bin/gbuild:21:in `system!': failed to run make-clean-vm --suite trusty --arch amd64 (RuntimeError)
        from ./bin/gbuild:57:in `build_one_configuration'
        from ./bin/gbuild:270:in `block (2 levels) in <main>'
        from ./bin/gbuild:265:in `each'
        from ./bin/gbuild:265:in `block in <main>'
        from ./bin/gbuild:263:in `each'
        from ./bin/gbuild:263:in `<main>'
330  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: .04 BTC Bounty - Help Finish Building Windows Wallet on: December 11, 2015, 03:56:45 PM
If you are capable and willing to help me with this but price is an issue please contact me and lets discuss price.  I really need to get this figured out so we can move forward.  Thank you
331  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: .035 BTC Bounty - Help Finish Building Windows Wallet on: December 10, 2015, 03:30:37 AM
i will donate 0.01 btc to raise the bounty of cryptotech. He is dedicated member, just want to help him.

Thank you for helping me I really appreciate that.  I will now increase my bounty to 0.04 plus the bounty unlock.mk is will to put towards it that makes 0.05BTC total.
332  Alternate cryptocurrencies / Marketplace (Altcoins) / .04 BTC Bounty - Help Finish Building Windows Wallet on: December 09, 2015, 01:32:12 AM
I am looking for someone who can help me finish building a wallet for a coin.  I have a VM setup with Windows 8 that I am using for my build station.  I have successfully built a wallet; however, when trying to build this coin I am failing because of a few errors.  I am looking for someone not to just take the source and build the wallet for me but for someone who will login to my VM and let me watch you get the wallet built so I can learn what my mistakes were for the future.  I have already worked on this for the past week and I'm at my wits in.  I am willing to pay someone .035 btc .04BTC for completing the build and making sure I understand how to build it in the future.  If you are interested please contact me via PM.

Thanks in advance.
333  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SPC - SpikesPrivateCoin - Yobit - Rare coin - 50K Coins on: December 03, 2015, 03:54:07 PM
Yeah, my wallets will say not synced for a couple of days. Then sync up then go back offline.  I have connections all the time but not sure whats happening.
334  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: BTCPOOL.EXCHANGE V2 (official thread) on: December 02, 2015, 09:26:31 PM
Great Exchange!!!! Better than cryptsy and all the issues they are having.. Highly recommended.
335  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SPC][PoF] SaveCoin | Proof of Fund Coin | 64% Interest Annually / 0.137% Daily on: November 19, 2015, 11:43:24 PM
Anyone interested in starting a bigger and better POF coin?
336  Alternate cryptocurrencies / Marketplace (Altcoins) / Looking To Form New Team on: November 19, 2015, 07:05:33 PM
Hello everyone,

I had stepped away from the Cryptoworld for sometime but have since returned.  During my time away I had a many thoughts and ideas of what I would like to do in the Cryptoworld.  I know there have been many many scams over the years which is one of the reasons I stepped away.  However, I have been part of reputable coin now for 2 two years, "Netcoin."  I am still part of the foundation and plan to stay. 

With all that being said I am looking to form a team of devs, graphic designer, web designer, etc. for a new startup of a coin.  I will give more details regarding the coin once we have spoken more and you have shown interest.  I ask that you have reference to coins you have worked with in the past.  If this interest you please PM so we can discuss further.

Have a great day.
337  Economy / Services / Looking for a Web Developer/Designer!! on: July 22, 2015, 08:11:05 PM
I am in the need of a web developer/designer.  I have a project I am currently starting on from the ground up and need a web site designed around it.  For me to get across what I am looking to do you would need an iOS product like an iPhone,iPad, or access to iOS apps. If the right candidate applys and proves himself I would like for them to stay aboard and do profit sharing while doing site updates and improvements as needed.  If this is something that interest you please add me on Skype:crocketthackett and we can discuss details further.

338  Alternate cryptocurrencies / Altcoin Discussion / Re: Looking to form a team!! on: July 22, 2015, 08:03:53 PM
All coins could be considered "stock" if you only hold those.

This is true. However, I am talking about the distribution of coins and dividends and such would work more like a stock rather than a currency/coin per say.
339  Economy / Services / Re: Quality Cheap Web Design,Logo Design Services and more... on: July 22, 2015, 06:35:45 PM
I have a web design project I am interested in talking with you about. Could you please add me on Skype: crocketthackett
340  Alternate cryptocurrencies / Altcoin Discussion / Looking to form a team!! on: July 22, 2015, 06:12:31 PM
Hello everyone,

I am looking to form a team for a new coin creation.  I think I have a solid idea and unique concept behind the coin which would make the coin work more like a stock than a coin.  The team will need a coin developer, graphic designer, web developer/designer, marketing, etc. If this is something that interest you please message me with why you think you'd make a good fit and the skills you bring to the table.  Thanks in advance.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!