Pages:
Author

Topic: [ANN] (SLACK) Econocalypse : 👽 🛸 💰 DobbsCoin v2.0 (QUARK POW/POS+[MN]) 💰🛸👽 - page 4. (Read 2528 times)

newbie
Activity: 4
Merit: 0
I am unable to join Your discord, can You post invitation link one more time?

I have qt wallet compiled in linux, i don't have this BUG.
member
Activity: 107
Merit: 59
FUCK THE CONSPIRACY
Is this a BUG?  

When I launch the wallet.. it loads as normal.. Everything eventually synchs up.
But when I click on SETTINGS, then OPTIONS, iT LOCKS UP THE WALLET.

It's like it opens into an invisible space and won't let me do anything until I close it, but of course - I can't because I can't see it anywhere.

Is ANYONE else having this issue?


💰🛸👽
full member
Activity: 134
Merit: 100
The End Times are Upon Us
Thanks much. I do see potential for these coins within the Subgenius community, as well as much Slack and fun, of course. Have you thought of an integration with Dobbstown? Maybe members could use the coins to trade there, win them in contests, etc? Also could be used at real world Devivals and such, maybe? Or to pay membership fees, buy books, and things on the Subgenius site (and on the Pleasure Saucers, of course)? Though, I've not heard Stang's ideas on these things (probably likes the "green" paper money better at this point ~ ...

PraBob!

Hmmm Yea, Stang & the Gang's been real cool about letting us use the whole meme and such as a base for our educational process, and we did once host a shopping cart which accepted "BOB" Dobbscoin as payment for several things ..membership packages we'd purchased in bulk and re-sold for (BOB), pamphlet 1 & 2 and the like; but it took Philo's input to even get the "church" to look at the project, and as far as accepting crypto by the "Church" goes..  there's not many in the 'in-crowd' who seem to even understand the importance to an alternative to the federal reserve note.. not to mention that NONE of the paper wallets or private keys shared/sent to a handfuk of Heiarachy have been touched.. so I assume that they've either been stored away for the end-times, lost and or destoyed.. I don't know really as the overall acceptance of bitcoin, crypto or Dobbscoin within official message boards (scrubgenius) seems to always be met with distrust, scorn, vitriol or in the least blank stares - Except for a very small handful of "active church chat" folks..

BUT..  Believe you me..   
MAKE DOBBSCOIN WORTH paying attention to and no doubt someone will.   




Hey: WHAT HAPPENED TO THE ECONOCALYPSE DISCORD?

Can't keep going away.. duh doy.
DISCORD: https://discord.gg/spTYs2
So I made a new one and will try and bump privileges when people connect.
newbie
Activity: 3
Merit: 0
Thanks much.

I may check out FREENODE/#SLACK - I think my IRC skills are still sharp after all these years, let's see: a/s/l? (That's one for the old timers...)

I do see potential for these coins within the Subgenius community, as well as much Slack and fun, of course. Have you thought of an integration with Dobbstown? Maybe members could use the coins to trade there, win them in contests, etc? Also could be used at real world Devivals and such, maybe? Or to pay membership fees, buy books, and things on the Subgenius site (and on the Pleasure Saucers, of course)? Though, I've not heard Stang's ideas on these things (probably likes the "green" paper money better at this point, and who can blame him when it looks closer to frop), maybe you are privy to his opinions? Or maybe I'm just a Slack dreamer...

PraBob!


Yea, this coin is completely different.  SLACK is currently a proof of work coin that will become a proofof stake coin in another eight or so days. SLACk also has masternodes, so there'll still be lots of new SLACK created every day for folks who either maintain a SLACK balance or have locked up 10,000 SLACk in what's called a masternode.  We still LOVE "BOB" 'course, it is still in quasi-development.. a new BOB waller could come out any week now (probably not though) and I'll certainly trade you SLACK for "BOB" for SLACK any day.  If you have a VPS or a static IP, I'll even give you a shit ton of BOTh just for the fuck of it, because who gives a shit anyhow. Glad to have re-found you. You're always welcome on FREENODE in #SLACK


member
Activity: 107
Merit: 59
FUCK THE CONSPIRACY
Quote from: ElectricMucus
You can see here our last bounty campaign: https://bitcointalksearch.org/topic/m.28266445
It's NOT just me, right?


OH. SO FANCY. SUCH MERIT!! ElectricMucus 4theWin

SLACK
|
 
full member
Activity: 134
Merit: 100
The End Times are Upon Us
what day will end POW?

Mmmmmmm  It started on 3/31.19 and runs for 13013 blocks,
Current Block: 8310, so a little over half way.
So, like...another 10 days - or so..

RU Mining?
RU any good at anything?
Like, can you make web pages?
Do you iRC? 
There's TONS of SLACk available.

YOU CAN MINE BOB - or Trade for it on NOVA, if you can trade on NOVA.
https://bitcointalksearch.org/topic/bob-official-subgenius-cryptocurrency-dobbscoin-bob-792459
Then BOB TRADE IT FOR SLACK too.



VERY IMPRESSIVE until you try to figure out what the fuck he's talking about.


Quote from: ElectricMucus
You can see here our last bounty campaign: https://bitcointalksearch.org/topic/m.28266445





It's NOT just me, right?
newbie
Activity: 14
Merit: 0
If you've had some trouble getting econocalypse to build from source on Ubuntu Server 18.04.2, these steps worked for me.  I can confirm that the qt wallet works under Xubuntu 18.04.2 in a virtual box using these steps.  This may work for Debian 9.7 or 9.8, Ubuntu Server 18.10, and any of the gui flavors of Ubuntu 18.04.2 or 18.10.  At this time they do not work with Ubuntu 19.04.  Use at your own risk.

1]  Update and upgrade your OS.  Reboot if necessary.
      sudo apt-get update
      sudo apt-get upgrade

2]  Install the required dependencies to build the daemon and cli:
      sudo apt-get install git build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev libzmq3-dev unzip
   
3]  Install these packages to build the qt wallet.  Optional miniupnpc here as well:
      sudo apt-get install libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
   
4]  For the BerkeleyDB 4.8 package, I followed these instructions to install them from the bitcoin team:
      sudo apt-get install software-properties-common
      sudo add-apt-repository ppa:bitcoin/bitcoin
      sudo apt-get update
      sudo apt-get install libdb4.8-dev libdb4.8++-dev

5]  This part is copied and pasted from the econocalypse daemon build instructions
   Clone the source from git:
      git clone https://github.com/dobbscoin/econocalypse-source
      cd econocalypse-source
      chmod 744 share/genbuild.sh
      chmod 744 src/leveldb/build_detect_platform
      chmod 744 autogen.sh
      
Skip to 6b if you also want to build the qt wallet

6a]  Build the daemon + cli for Ubuntu Server 18.04.2.  Requires at least 2gb of RAM.  See suggested tweak that worked on a VPS with 1gb of RAM.
      ./autogen.sh
      ./configure --with-unsupported-ssl  --without-gui
      make

6b]  If building with a qt wallet, execute these commands:
      ./autogen.sh
      ./configure  --with-unsupported-ssl
      make
      
If you have less than 2gb of RAM, use this option with ./configure.  Make sure you add --with-unsupported-ssl, and --without-gui if you need to.  Make sure there is a space between the last " and the --.  Got it? Grin
   ./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"

Now hopefully congratulations are in order after a successful completion of make.  Enjoy some frop or your favorite beverage.

The compiled files will end up in ~/econocalypse-source/src and ~/econocalypse-source/src/qt.  I like to make a directory in my home and then copy the compiled files to the directory I made.
   cd ~
   mkdir econocalypse
   cd econocalypse-source/src
   cp econocalypsed $HOME/econocalypse
   cp econocalypse-cli $HOME/econocalypse

If you also built the qt wallet:
   cd ~/econocalypse-source/src/qt
   cp econocalypse-qt $HOME/econocalypse
   
Now go to the new directory:
   cd ~/econocalypse
   
If running from a VPS, execute the daemon:
Skip if you are running the qt wallet
   ./econocalypsed -daemon -discover -listen -server
   
You may now use ./econocalypse-cli help to find the neat and keen commands to check the wallet. Follow the official guide for setting up a masternode.

If running the qt wallet in X, execute in a terminal:
   ./econocalypse-qt
   
And now "Bob"'s your uncle.
newbie
Activity: 40
Merit: 0
full member
Activity: 134
Merit: 100
The End Times are Upon Us
Good Morning

Current Networkhps: 568.26 MH/s
Current Difficulty: 15.89856432125089
Current Block: 7249


Just over half way thru PoW
WLLETBUILDERS are looking into and should soon be working on correcting the double listed LOCKED balance issue.




Yea, this coin is completely different.  SLACK is currently a proof of work coin that will become a proofof stake coin in another eight or so days. SLACk also has masternodes, so there'll still be lots of new SLACK created every day for folks who either maintain a SLACK balance or have locked up 10,000 SLACk in what's called a masternode.  We still LOVE "BOB" 'course, it is still in quasi-development.. a new BOB waller could come out any week now (probably not though) and I'll certainly trade you SLACK for "BOB" for SLACK any day.  If you have a VPS or a static IP, I'll even give you a shit ton of BOTh just for the fuck of it, because who gives a shit anyhow. Glad to have re-found you. You're always welcome on FREENODE in #SLACK

Hey Subgenii and DobbsCoin enthusiasts,

I had a DobbsCoin qt wallet back a couple years ago or so. It worked pretty good, but then I had a computer error and lost it (I know, I should have backed up the wallet.dat - live and learn). Makes me wonder how much crypto is out there "lost" - quite a bit, I imagine...

Anyway, I got the old qt wallet working again and synched (v 0.10.1). Is this older version the one to use at present? I don't think the new wallet is ready?

Fun fact: The number of members in the (very quiet) DobbsCoin reddit group is currently 23 - pretty mystical number! If you found this info. useful, I'd appreciate a donation of DobbsCoin, as I'm starting from scratch, and the faucet and SPINGAME are both down, so please PM me if you can help. Thank you, generous ones...and PraBob!
member
Activity: 107
Merit: 59
FUCK THE CONSPIRACY
Anyone good with image editors?

We need a good image set for SLACK for WalletGenerator.net setup.

Check it out @
https://github.com/walletgeneratornet/WalletGenerator.net

https://github.com/MichaelMure/WalletGenerator.net/wiki/How-to-add-a-new-currency

These are a buncha example wallets they have
https://github.com/walletgeneratornet/WalletGenerator.net/tree/master/wallets

This is an old one I made for BOB back in the day.
http://dobbscoin.net/paperwallet
I think it still works, my printer doesn't like it.

Quote from: WalletGenerator
Step nine: Send us all that for inclusion

If you know your way with git and Github, we prefer a pull-request. Otherwise, you can send us ([email protected]) your logo, wallet and line of code. We will add that in the live website ASAP.

Still ..eventually I'll get around to it. It'd just be so much cooler if you did it instead.

SLACk
newbie
Activity: 3
Merit: 0
Hey Subgenii and DobbsCoin enthusiasts,

I had a DobbsCoin qt wallet back a couple years ago or so. It worked pretty good, but then I had a computer error and lost it (I know, I should have backed up the wallet.dat - live and learn). Makes me wonder how much crypto is out there "lost" - quite a bit, I imagine...

Anyway, I got the old qt wallet working again and synched (v 0.10.1). Is this older version the one to use at present? I don't think the new wallet is ready?

Fun fact: The number of members in the (very quiet) DobbsCoin reddit group is currently 23 - pretty mystical number! If you found this info. useful, I'd appreciate a donation of DobbsCoin, as I'm starting from scratch, and the faucet and SPINGAME are both down, so please PM me if you can help. Thank you, generous ones...and PraBob!
full member
Activity: 134
Merit: 100
The End Times are Upon Us
So, what exactly is zSLACK?  I see these micro transactions of usually 0.01 SLACK to a zSLACK balance.  Is this part of the PoS?

I wondered that too.

I found this about zpiv that helps explain zslack. Basically it's what enables the privacy features of the coin. So if you want your transactions to be private you need to be minting zslack. If not you can turn it off: (https://pivx.freshdesk.com/support/solutions/articles/30000026923-automatic-zpiv-minting-and-zpiv-backup-requirements)




But does anyone actually have any that's matured, and spendable?
newbie
Activity: 12
Merit: 0
So, what exactly is zSLACK?  I see these micro transactions of usually 0.01 SLACK to a zSLACK balance.  Is this part of the PoS?

I wondered that too.

I found this about zpiv that helps explain zslack. Basically it's what enables the privacy features of the coin. So if you want your transactions to be private you need to be minting zslack. If not you can turn it off: (https://pivx.freshdesk.com/support/solutions/articles/30000026923-automatic-zpiv-minting-and-zpiv-backup-requirements)

Automatic zPIV minting and zPIV backup requirements
Modified on: Thu, 22 Nov, 2018 at 10:53 AM

What is the automint?

As of PIVX Core v3.0 your wallet will automatically mint about 10% of your balance to zPIV.  If your wallet is encrypted, this will happen once you send a transaction or unlock the wallet (even for staking and anonymization only).  You can configure the automint to any percentage 0 to 100% or disable it using the link at the bottom of this article.

Why does PIVX Core Wallet automint zPIV?

PIVX’s Zerocoin Protocol works by automatically “mixing” zPIV of the same denomination together, making zPIV transactions virtually impossible to trace. The PIVX Core Wallet automatically mints 10% of users’ unlocked PIVX balances into zPIV, which ensures there are enough zPIV denominations available to mix and make Zerocoin Protocol effective regardless of manual zPIV minting volume.

What are the backup requirements for zPIV?

Beginning with PIVX Core v3.1, PIVX uses an innovative system called dzPIV, which provides a one-time seed backup for your zPIV.  Please follow this guide to backup your zPIV seed.

This means that you don't need to make a new backup after every zPIV mint, but periodic wallet.dat backups are still a good idea.  It is still important to keep all of your wallet.dat files because your normal piv are still stored in there and the seed does not cover them. 

Never delete any wallet.dat files. 
hero member
Activity: 658
Merit: 500
there is probably bug in the qt wallet, it shows wrong balance. In the text client everything is ok. I am little bit worried about zerocoin protocol. zCoins not maturing, maybe we should wait for POS activation..

If I recall the zSLACK (zerocoins) don't start maturing until after POS begins.
newbie
Activity: 4
Merit: 0
there is probably bug in the qt wallet, it shows wrong balance. In the text client everything is ok. I am little bit worried about zerocoin protocol. zCoins not maturing, maybe we should wait for POS activation..
newbie
Activity: 32
Merit: 0
After I started my MN the balance on the OVERVIEW page shows +20000 SLACK more than I had prior to starting the MN and that balance isn't reflected in coin control, for instance it shows on the OVERVIEW page that there is 20000 SLACK locked when in reality only 10000 SLACK is locked.  

I think Grimnir posted he had same issue above in another post.

My available balance below should only read 5638.79 SLACK.

I considered resyncing / repair options but don't wanna do nothin' while something is happenin'. 

lol

https://i.imgur.com/UJ0X7n0.jpg

https://i.imgur.com/L76duDq.jpg

Exactly the same for me
hero member
Activity: 658
Merit: 500
After I started my MN the balance on the OVERVIEW page shows +20000 SLACK more than I had prior to starting the MN and that balance isn't reflected in coin control, for instance it shows on the OVERVIEW page that there is 20000 SLACK locked when in reality only 10000 SLACK is locked.  

I think Grimnir posted he had same issue above in another post.

My available balance below should only read 5638.79 SLACK.

I considered resyncing / repair options but don't wanna do nothin' while something is happenin'. 

lol



newbie
Activity: 32
Merit: 0
Masternode up and running

165.22.136.211



I got 869 now of the ZSlack
Cool, careful. No one knows when it will become available.
I've also got a lot and it's all marked immature.

All mine marked immature too
full member
Activity: 134
Merit: 100
The End Times are Upon Us
I got 869 now of the ZSlack
Cool, careful. No one knows when it will become available.
I've also got a lot and it's all marked immature.
newbie
Activity: 32
Merit: 0
Pages:
Jump to:
© 2020, Bitcointalksearch.org