q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
|
March 15, 2017, 08:11:50 PM Last edit: March 15, 2017, 08:25:09 PM by q327K091 |
|
does anyone know if setting this gets PIVX binaries compiled in reasonable time...? (beaglebone ARM processor)
or any other tricks up the sleeve so it gets the binaries done
#CFLAGS = -g -O2 CFLAGS = -g -march=native
above fyik nicelt truncates CPU struggle... its compiling ! will let ya know.. its always better from the source whenever one can
|
|
|
|
gentil
|
|
March 15, 2017, 08:13:43 PM |
|
I like what PIVX have done, its pretty smart when you thing about it - and rather obvious ( with hindsight They take a coin thats people like in concept (Dash) and fork it. However its way more trustworthy than Dash as its not mega premined. Many people (including me) have refused to buy Dash due to the size of the premine. However I've bought PIVX because its got the qualities of Dash without having the premine the Dash has hanging over it. I also like they way they explain the anonyminity of PIVX. Its not 100% anonymous they way Monero is (pretty much) But its anonymous to the extent that in order for someone to trace you, they would need to invest A LOT of time and money. And its fast. I think PIVX and Monero will both do very well in the future. They are both addressing the privacy problem in different ways and doing it well. Use Monero for making transactions that HAVE to be private. Use PIVX for general transactions where speed is more important. Well played PIVX team! Dash its enjoying its time in the sun now, but I think PIVX will overtake it in the not too distant future
|
Live by the sword, die by the sword
|
|
|
B1tUnl0ck3r
Sr. Member
Offline
Activity: 854
Merit: 277
liife threw a tempest at you? be a coconut !
|
|
March 15, 2017, 09:03:45 PM |
|
Polo and Finex ? When? + Kraken (the tier-based fees system is interesting) and BTC-E (few mention it, but it works). Pivx may be too honest for polo's insiders... but before the release of the improved anonymity system I guess. New guides in preparation? http://pivx.wiki/article-categories/masternodes/ they are gone. And yes it's possible to run 2 nodes on one pc without TOR using -onlynet=IPV4 for one and -onlynet=IPV6 for the other or go the TOR Browser + Hidden Services road and have more. 1 cpu + 1 Gb ram (min 500mb) per node seems to work best. p.s. there is the https://forum.pivx.org/ too.
|
When the people of the world will get that covid was intentionally released to frame china, steal the election from trump, assure massive bail outs and foster the forced vaccination agendas...they will forget, like 911, wmds in irak, uss liberty or pedogate.
|
|
|
coinwider
Full Member
Offline
Activity: 184
Merit: 101
Put the fun back into banking!
|
|
March 15, 2017, 09:18:21 PM |
|
what a load of good news! first of all - a big Thank You goes out to the Devs!! keep your brilliant workflow (2 wallet updates in such a short period is awesome) rebranding went through very well - love the pivx.org website overall the Dash-Pivx comparison and to the good communication to all supporters New 2.1.6.0 wallet I've done a resync on the 64bit wallet on Linux, started like a charm and it took only 4 hours on a medium internet connection. Seed nodes and network enhancements doing their job. There is just a small graphical issue with the bars in the trading menu - which i will write up on to github and finally we got an in-wallet BLOCKCHAIN EXPLORER PivX is what i forgot to mention within good news - X11 mining pool with Payouts in PIVX will be a constant price driver Another good news. This time for scrypt miners! Scrypt multi-pool https://prohashing.com is adding PIVX as a payout coin! We expect them to add it within the next day or two. Spread the word. So nwo miners can mine the most profitable scrypt coin and get paid PIVs! https://prohashing.com
|
Put the fun back into banking! Use cryptocurrencies. --- PivX --- TenX --- Lisk --- Factom --- Siacoin ---
|
|
|
coinwider
Full Member
Offline
Activity: 184
Merit: 101
Put the fun back into banking!
|
|
March 15, 2017, 09:31:43 PM |
|
does anyone know if setting this gets PIVX binaries compiled in reasonable time...? (beaglebone ARM processor)
or any other tricks up the sleeve so it gets the binaries done
#CFLAGS = -g -O2 CFLAGS = -g -march=native
above fyik nicelt truncates CPU struggle... its compiling ! will let ya know.. its always better from the source whenever one can
sure compiling from source fits best to your hardware not sure which MARCH is your beagle, IMO it's better to define the architecture code straight than using "native" e.g. when i was compiling my Nvidia GPU-miners i always used the FERMI code flag just my 2 cents
|
Put the fun back into banking! Use cryptocurrencies. --- PivX --- TenX --- Lisk --- Factom --- Siacoin ---
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
|
March 15, 2017, 09:37:29 PM |
|
does anyone know if setting this gets PIVX binaries compiled in reasonable time...? (beaglebone ARM processor)
or any other tricks up the sleeve so it gets the binaries done
#CFLAGS = -g -O2 CFLAGS = -g -march=native
above fyik nicelt truncates CPU struggle... its compiling ! will let ya know.. its always better from the source whenever one can
sure compiling from source fits best to your hardware not sure which MARCH is your beagle, IMO it's better to define the architecture code straight than using "native" e.g. when i was compiling my Nvidia GPU-miners i always used the FERMI code flag just my 2 cents thank you! makes sense.. (using direct flag, from what I have read with native compiler will try to intelligently guess the architecture) will leave it running all night.. its crunching albeit ultra slow 1hr + on CXX of final assembly aux utils iibcrypto all nicely assembled that was relatively fast , its the final executable... well. we shall get there lol overall I just wanna run next generation PIVX with libzerocoin on one ARM CPU lol.. should be fun! /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CXX pivxd-pivxd.o
|
|
|
|
coinwider
Full Member
Offline
Activity: 184
Merit: 101
Put the fun back into banking!
|
|
March 15, 2017, 09:48:48 PM |
|
does anyone know if setting this gets PIVX binaries compiled in reasonable time...? (beaglebone ARM processor)
or any other tricks up the sleeve so it gets the binaries done
#CFLAGS = -g -O2 CFLAGS = -g -march=native
above fyik nicelt truncates CPU struggle... its compiling ! will let ya know.. its always better from the source whenever one can
sure compiling from source fits best to your hardware not sure which MARCH is your beagle, IMO it's better to define the architecture code straight than using "native" e.g. when i was compiling my Nvidia GPU-miners i always used the FERMI code flag just my 2 cents thank you! makes sense.. (using direct flag, from what I have read with native compiler will try to intelligently guess the architecture) will leave it running all night.. its crunching albeit ultra slow 1hr + on CXX of final assembly aux utils iibcrypto all nicely assembled that was relatively fast , its the final executable... well. we shall get there lol overall I just wanna run next generation PIVX with libzerocoin on one ARM CPU lol.. should be fun! /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CXX pivxd-pivxd.o noice - keep compiling running tell me how it's working and how's the RAM usage, cause i am thinking of putting up a BananaPi which lays in the corner
|
Put the fun back into banking! Use cryptocurrencies. --- PivX --- TenX --- Lisk --- Factom --- Siacoin ---
|
|
|
B1tUnl0ck3r
Sr. Member
Offline
Activity: 854
Merit: 277
liife threw a tempest at you? be a coconut !
|
|
March 15, 2017, 09:55:47 PM |
|
This is great, it's an awesome website, congrats!!! Finally those X11 asics could be useful for a little while... Do you plan to add SHA and Equi/Ethash/CryptoNight ? [ARM device to do stalking on it (powered by a solar panel somewehere in the woods)
How many watts will your setup use running? my laptop (atom 2Ghz 2Gbm Ram and 250 Gb HD) is at 35watt with 2 nodes running) and I am too thinking about making it a off grid outdoor system (battery + panels), but I am still in research mode...
|
When the people of the world will get that covid was intentionally released to frame china, steal the election from trump, assure massive bail outs and foster the forced vaccination agendas...they will forget, like 911, wmds in irak, uss liberty or pedogate.
|
|
|
malcovixeffect
|
|
March 15, 2017, 09:59:18 PM |
|
The price makes me horny hehehe.
the dump will make you cry Thanks and now im out hehehe
|
|
|
|
B1tUnl0ck3r
Sr. Member
Offline
Activity: 854
Merit: 277
liife threw a tempest at you? be a coconut !
|
|
March 15, 2017, 10:09:31 PM |
|
Who is gonna make a proposal for a sig campaign? it's still hasn't been done . And it would be a nice addition to the proposals up for vote. The more widespread and diluted the coin distribution is the more robust it is.... or at least I think.
|
When the people of the world will get that covid was intentionally released to frame china, steal the election from trump, assure massive bail outs and foster the forced vaccination agendas...they will forget, like 911, wmds in irak, uss liberty or pedogate.
|
|
|
realbigs21024
|
|
March 15, 2017, 10:11:14 PM |
|
this coin just come out of left field boom
|
|
|
|
coinwider
Full Member
Offline
Activity: 184
Merit: 101
Put the fun back into banking!
|
|
March 15, 2017, 10:13:51 PM |
|
This is great, it's an awesome website, congrats!!! Finally those X11 asics could be useful for a little while... Do you plan to add SHA and Equi/Ethash/CryptoNight ? [ARM device to do stalking on it (powered by a solar panel somewehere in the woods)
How many watts will your setup use running? my laptop (atom 2Ghz 2Gbm Ram and 250 Gb HD) is at 35watt with 2 nodes running) and I am too thinking about making it a off grid outdoor system (battery + panels), but I am still in research mode... B1tUnl0ck3r it's not my pool site - i just quoted Jakiman's post to remind ppl to get in touch with Pivx via X11 mining. i would like to see SHA256 aswell to switch my BlackArrow there
|
Put the fun back into banking! Use cryptocurrencies. --- PivX --- TenX --- Lisk --- Factom --- Siacoin ---
|
|
|
Equalizer1970
|
|
March 16, 2017, 12:36:38 AM |
|
Wow. Looking around the room, there sure are whole lot of new faces. Welcome aboard. PIVX is the future of privacy coins. It's still early on, boyz.
|
|
|
|
|
AusKipper
Member
Offline
Activity: 98
Merit: 10
|
|
March 16, 2017, 06:19:19 AM |
|
Hi,
Could all you PIVX holders please be sweeties and dump your holdings?
I have wife approval to spend (another) $AU1000 on a gamble in crypto land and I want a Pivx master node but I need the price to drop back to 7.7 US cents to get 10,000 of them.
It was only a few days ago it was that low so if you could all dump for me I can get a masternode.
Thanks for your help.
|
|
|
|
kbhutto
Sr. Member
Offline
Activity: 1288
Merit: 250
PredX - AI-Powered Prediction Market
|
|
March 16, 2017, 06:57:27 AM |
|
Hi,
Could all you PIVX holders please be sweeties and dump your holdings?
I have wife approval to spend (another) $AU1000 on a gamble in crypto land and I want a Pivx master node but I need the price to drop back to 7.7 US cents to get 10,000 of them.
It was only a few days ago it was that low so if you could all dump for me I can get a masternode.
Thanks for your help.
You might get a chance mate! We are on downward trend and holders are lining up to sell coins cheaply.
|
|
|
|
wavespump
|
|
March 16, 2017, 07:00:35 AM |
|
I dare not believe this coin has been pumped so hard and almost 10 million USD market cap, it will fail very soon, because the project is in hype mode, but without real technology. Cash out asap, traders.
|
|
|
|
Pffrt
|
|
March 16, 2017, 08:05:11 AM |
|
I dare not believe this coin has been pumped so hard and almost 10 million USD market cap, it will fail very soon, because the project is in hype mode, but without real technology. Cash out asap, traders.
It will not necessarily dump though. It was way undervalued before (considering very solid dev team, constant delivery on promises, excellent community etc etc.), so the pump was going to happen anyway. Considering DASH is at 700mil market cap, the current price of PIVX is not that crazy. There is an overall crypto hype going, especially with anon coins, and considering that hype, we might very well see some solid support at these levels.
|
|
|
|
AusKipper
Member
Offline
Activity: 98
Merit: 10
|
|
March 16, 2017, 08:47:22 AM |
|
Hi,
Could all you PIVX holders please be sweeties and dump your holdings?
I have wife approval to spend (another) $AU1000 on a gamble in crypto land and I want a Pivx master node but I need the price to drop back to 7.7 US cents to get 10,000 of them.
It was only a few days ago it was that low so if you could all dump for me I can get a masternode.
Thanks for your help.
You might get a chance mate! We are on downward trend and holders are lining up to sell coins cheaply. yeah I just saw, its dropped significantly last few hours. Thanks everyone, 3 more cents to go and i'm good (then I'll just have to figure out how to get from AUD to Pivx, which I gather means I need to buy bitcoin and then trade that for Pivx so we'll see)
|
|
|
|
werwortmann
Member
Offline
Activity: 80
Merit: 10
|
|
March 16, 2017, 08:48:43 AM |
|
It won't drop more at this moment, rebound coming
|
|
|
|
|