Bitcoin Forum
May 04, 2024, 05:51:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 »
1701  Alternate cryptocurrencies / Altcoin Discussion / Re: Compiling wallet issue on: April 14, 2015, 02:27:16 AM
Alright! Somehow I managed to fix this...

In a really strange way though..

After not being able to compile myself, I tried the "easywinbuilder" posted in another topic on bitcointalk. It had a tool to compile the dependencies in it. I configured them to today standards, and used the Db 4.8 folder from there in my .pro file. Made a build through qt prompt and it worked all of a sudden... Very strange... But im a happy man. Smiley

Thanks presstab for your help  Smiley

Cheers
1702  Alternate cryptocurrencies / Altcoin Discussion / Re: Compiling wallet issue on: April 14, 2015, 12:18:40 AM
Yes Tongue That is my problem.

I removed and recompiled it over and over... Even with the "fix" quoted in the OP. With that the wallet did compile... But it didnt came far. It stopped at the opening splashscreen giving me a warning like : error initializing database environment. Can not obtain appdata/roaming folder PHOTON! - something like that Undecided
1703  Alternate cryptocurrencies / Altcoin Discussion / Re: Compiling wallet issue on: April 13, 2015, 11:57:33 PM
The part I modified within the .pro

http://puu.sh/hd47l/0f73ed31d1.png


As you can see I have several deps folders written in there Wink Because ive been trying with multiple deps builds. But they all point back to the right folder  Wink
1704  Alternate cryptocurrencies / Altcoin Discussion / Re: Compiling wallet issue on: April 13, 2015, 11:44:32 PM
Did you change the bdb path to point to the correct spot? I don't think either of those tutorials tell you to put it in /deps/db but instead something like /deps/db-4.8.30.NC

Yes. I changed everything to the right location.

On the first page of the cryptocointalk link in my OP post, there is a guy with the same issue. But after that he went silent  Lips sealed

Thank you for replying btw  Smiley
1705  Alternate cryptocurrencies / Altcoin Discussion / Re: Roadmap - A Tale of Shitcoins. Contribute today! on: April 13, 2015, 11:36:16 PM
Try looking into:

StackCoin - This one was epic back then  Cheesy Cheesy one of the first ICO's held on bitcointalk.. NO escrow  Cheesy Cheesy

USBcoin - I lost some serious money on that.. Dev created a workaround in the code to add new coins into the blockchain. In 3-4 hrs of trading on bittrex he made over 60btc

Of course Paycoin drama lol

Maybe the subject ICO coins itself is a good thing to read about for people  Cheesy Cheesy


And what do you think about all the exchanges which went bust?
Coinmarket.io
Mintpal.com
CryptoRush.in (1st version)
Bter hacks

Also positive things of course.. How poloniex got hacked and paid back every penny to their traders, and is still a well respected exchange etc.

Good luck with the book! I was wondering for a while why there wasnt one written yet..  Cool

Cheers
1706  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: April 13, 2015, 11:26:06 PM

This is how the app looks like on my old Samsung.
I miss the button below.
This is one of the pictures I go post Thursday.
Hope it gives GeoCoin some attention of Dutch ESRI GIS-community.

Damn... Rotterdam is to far away for a quick drive  Cheesy I need them in NoordHolland  Cheesy Grin
1707  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: April 13, 2015, 11:23:57 PM
a good option might be just to fork without POW and POS only, would be a good catalist. maybe in conjunction with the arcade? At this price and 32m coins the market cap is 5-10 btc  Shocked

No POS is no good ide and the Masternodes already works in some way as POS.

I agree, although my masternode wallet only has about 20k in it atm, and my main wallet with all my funds in it is doing nothing right now Cheesy


Need some beta testers to our arcade site, I need testing the various functions of the page. Each tester gets 10,000 ICASH on the site to play and test the site with.

If you need more people. Sign me up  Smiley
1708  Alternate cryptocurrencies / Altcoin Discussion / Re: Compiling wallet issue on: April 13, 2015, 11:17:43 PM
The .pro probably isn't customized to your deps :/

I think it is, Since the guy who made this coin also made that tutorial. I just changed the paths in the .pro to my own

https://github.com/photonproject/photon/blob/master/Photon-qt.pro

Note: Im using boost 1_53_0, Since 1_55_0 and 1_57_0 arent compiling all the needed files to the boost/stage folder on my pc.. And I changed that in my .pro of course. I replaced the 1_55 with 1_53.. Thats it.. Nothing more is changed except the deps paths. Which I checked about 20x already Tongue
1709  Alternate cryptocurrencies / Altcoin Discussion / Re: Lucrative Altcoin on: April 13, 2015, 11:14:13 PM
Well it is hard to say these days... Observing the community and developments is the first thing to do imo. People like originality right? Try looking for a coin which offers something new. And if you can read code its even better. You can pick out the pumpanddump clones and the longterm projects  Wink Lets just say one does not change/transform the code for a quick profit  Wink

But then again... Im in the same boat as you.. Been away for a while, and when I came back everything was really ripped to shit so to speak  Cheesy Its hard to find a decent coin these days
1710  Alternate cryptocurrencies / Altcoin Discussion / Compiling wallet issue on: April 13, 2015, 10:59:14 PM
(since there is no technical subforum for altcoins, I post it here. Feel free to move the topic moderator Wink )



Hi,


I have been trying to compile a wallet on windows 7 64bit, But im having a lot of issues with it. Just when I think I fixed it, something else pops up  Cheesy

In short:

I followed this guide
https://bitcointalk.org/index.php?topic=149479.0

And this one
https://cryptocointalk.com/topic/13204-how-to-build-a-windows-qt-wallet-for-any-coin-yourself-from-source-code-step-by-step-instructions/


Im trying to build the Photon-QT (practice purposes), posted in the cryptocointalk link

The issue I have atm is this error:

ldb_cxx not found

I looked into the DB folder. and it is there! (4.Cool

However, after freaking out for the 99th time why it isnt working Tongue I found this

Quote
Okay I figured it out.
 
After configuration I edit the file db.h
 
I changed line 113 from
typedef pthread_t db_threadid_t;

to:

typedef u_int32_t db_threadid_t;
And it finished compiling.

Of course I tried this myself. And with succes. The wallet is fully compiling. BUT when I open the wallet, it says it cant grab a hold of the Appdata folder.. I again checked if the appdata/roaming folder of Photon existed. And it did.

I deleted the whole photon folder in roaming, but I still get the same error message. sighs...


After that I recompiled DB 4.8 the normal way, But then it is again this error after 2-3 min of compiling : ldb_cxx not found

I tried almost eveything (this isnt the first issue I am running into)

I never had any trouble compiling wallets on ubuntu. I even tried a crosscompile. But I am a bit lost on that part as well Embarrassed Embarrassed


If someone knows these issues. Please respond here   Grin



Cheers,

Banzai


EDIT:

I can pm you the makefile/pro if you need it  Wink And no I didnt forget to put the deps folders in there  Cheesy
1711  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 12:37:37 PM
Anyone in the need of a tutorial for setting up a masternode?

I can make a windows and linux guide for your home computer, and a windows/linux vps hot/cold version

How much crave is needed to run a masternode? I dont have any atm  Cheesy
1712  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: April 13, 2015, 12:22:20 PM
It seems people lost interest in Icash Undecided




I still think the supply needs a cut... Huh

I think that with current supply and the low hashrate the price was to high, i have accumulated iCash from 100 sat all the way to the price now. But it's still cheaper to mine it and it's almost only one that mines and dump al the time. I'm waiting for him to finally managed to dump the price so low that he does not think it's worth anymore and stops.

The supply really doesn't matter besides when it's really cheap you dare to give some away ore use it.

So to anyone who wants to cut off the supply, hashrate on the network and the supply will shrink.

true true... I hope hes done now... Not much left for him to dump on right?  Cheesy Maybe its a dashcoin fanatic, who doesnt like the idea of a more fair distribution model, on sort of the same code  Wink

Btw, nice update on the wallet gui. Looking smooth Smiley
1713  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][EKN] Elektron - EKN - ElektronFoundation on C-CEX! on: April 13, 2015, 12:13:43 PM
Quote
ICO FUNDS WILL BE USED FOR:

25% WebWallet server maintenance and new nodes management.
25% Anon system research & development. This includes hiring collaborators and testing/infrastructure/work expenses.
25% Financial fund for trading floor build. We guarantee a steady floor support on exchanges.
10% Marketing and public relations
10% SnapChat-like encrypted  service maintenance costs.
5%  Long term fund holding.

Why do you need ico funds for this? Webhosting inst that expensive..
Why do we need to pay you to code anon? Or cant you do it yourself? In that case you are not capable of maintaining the code yourself Huh
25% for trading? Who invented this stupid rule? lol.. Real investors dont want you to spent their money on trading, but real developments instead Wink

Imo the way you handle the ico funds is very strange Roll Eyes

The way I see it, you have a lot of funds... and your list above only needs about 25% of the total funds lol
1714  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: April 13, 2015, 12:02:20 PM
It seems people lost interest in Icash Undecided




I still think the supply needs a cut... Huh
1715  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: April 12, 2015, 11:28:04 AM
Nice to see our masternode number are rising, right now we have 60  Wink.


Smiley I set up 8 masternodes on a cloud vps

However, I am looking for a cheaper one.. Paying 5$ a month each is a bit too much imo.. You know a cheap vrps hosting server dev?


Btw... Blocktrouble again?

Wallet says 10hrs behind, and last block found is 12601

Pools are at 12601

Blocktree blockexplorer is at 12578  Huh
1716  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RISKCOIN - Scrypt - Bittrex - More to come... on: April 12, 2015, 11:15:18 AM
dude.. just dump it.. This was a scam from the start  Cheesy

This guy needed some money probably... made up a shitcoin... probably bought in on his own ico... grabbed the btc funds... AND some coins to dump on your asses...  Cheesy
1717  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: April 05, 2015, 08:53:35 AM
Alright,

I have been messing around with a vps and ubuntu for the last few days. I have to be honest, I never use ubuntu. So I am really a n00b in that OS Grin

But I managed to make a hot/cold wallet masternode. Meaning you have your coins on your home pc, and the vps is serving as the masternode. Which is much safer then connecting directly to your home computer  Wink

Does anyone want a tutorial on how to do this? Let me know... It is really a time consuming job to make a tutorial, so I need to know if there is animo for this  Cheesy Maybe I can even capture the whole installation proces on tape

Needs
Home computer
Vps with ubuntu (5$ a month)
Basic computer knowledge
We will compile the coin daemon from scratch on ubuntu

That would be great  Wink

I will do that in the following days then  Wink




I was cruisin on bitcointalk and found this..


Maybe you can integrate a masternode tab in the wallet as well? Smiley


And what is your vision for the long term on icash? Do you have projects in mind?
1718  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CannabisCoin [CANN][X11][Official][2] Developments & Discussions on: April 04, 2015, 06:42:42 PM
Just curious, how come you guys aren't on Poloniex exchange?
Just now requested officially.
They will not (at least not in the past) list drug related coins... legal or illegal wise... it doesnt matter  Wink

https://www.poloniex.com/exchange#btc_pot <- POTcoin

https://www.poloniex.com/exchange#btc_ccn <- Cannacoin

https://www.poloniex.com/exchange#btc_uro <- the real shit

https://www.poloniex.com/exchange#btc_silk <- SilkCoin *coughs* *cough*

 Grin You've got a real good point there dude  Grin tbh I havent checked polo in months... so things might have changed  Lips sealed
1719  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: April 04, 2015, 06:35:17 PM
Alright,

I have been messing around with a vps and ubuntu for the last few days. I have to be honest, I never use ubuntu. So I am really a n00b in that OS Grin

But I managed to make a hot/cold wallet masternode. Meaning you have your coins on your home pc, and the vps is serving as the masternode. Which is much safer then connecting directly to your home computer  Wink

Does anyone want a tutorial on how to do this? Let me know... It is really a time consuming job to make a tutorial, so I need to know if there is animo for this  Cheesy Maybe I can even capture the whole installation proces on tape

Needs
Home computer
Vps with ubuntu (5$ a month)
Basic computer knowledge
We will compile the coin daemon from scratch on ubuntu
1720  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 81coin launch announcement!!! on: April 04, 2015, 06:03:19 PM
LOL

{
"blocks" : 3138,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 6.72000923,
"errors" : "",
"genproclimit" : 4,
"networkhashps" : 3878520977,
"pooledtx" : 0,
"testnet" : false,
"generate" : true,
"hashespersec" : 3598183
}

This coin is already failing
Pages: « 1 ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!