Bitcoin Forum
June 30, 2024, 10:14:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [ANN][ARTI]🔥 Articash - For Art, For Design .. For Creativity 🔥[POS+MN]  (Read 1629 times)
ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 21, 2019, 12:15:25 PM
 #41

Github link ? Need to update Mining Pool.

Thanks.
Github link ? Need to update Mining Pool.

https://github.com/itsarti/arti

Is in the first part of the announcement.

https://github.com/itsarti/articash

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 21, 2019, 12:23:18 PM
 #42

What is going on there? They announced and advertised their project, I mined on one pool (saltpool.net), on the second day I switched to 0769it, but I didn’t receive a single coin on my wallet AswnQDQhCk3AJABnEU2Edk9oE5JtZr5TGX Now you offer a different algorithm, wallet. And who will compensate me for mining and my time spent? So now nothing works. There is no pool, or there is but nothing is known about it, there is no address on the forum. The new wallet does not work, stopped at block 1593. The address of the new wallet is different
17mD4TtwoDF13QTA9aq14e6d47euAMW4y7 and how will the pools compensate the losses now? In general, some questions. Their experiments had to be done before the release of the coin.
I am leaving for other coins, since not serious people or incompetent gathered here.

New wallet is working and it's now on block 2698. If your wallet stopped use this command
Code:
-resync
on debug console (for gui wallets) or close your wallet and start it with
Code:
articashd -resync

The new wallet guaranteeing much faster transactions and better network security and consistency. Also as for miners, you could now get much more coins that before even you are a solo miner. Miners should satisfy with our first "production" release Wink 

Anatoliysb
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
September 21, 2019, 03:09:08 PM
 #43

What is going on there? They announced and advertised their project, I mined on one pool (saltpool.net), on the second day I switched to 0769it, but I didn’t receive a single coin on my wallet AswnQDQhCk3AJABnEU2Edk9oE5JtZr5TGX Now you offer a different algorithm, wallet. And who will compensate me for mining and my time spent? So now nothing works. There is no pool, or there is but nothing is known about it, there is no address on the forum. The new wallet does not work, stopped at block 1593. The address of the new wallet is different
17mD4TtwoDF13QTA9aq14e6d47euAMW4y7 and how will the pools compensate the losses now? In general, some questions. Their experiments had to be done before the release of the coin.
I am leaving for other coins, since not serious people or incompetent gathered here.

New wallet is working and it's now on block 2698. If your wallet stopped use this command
Code:
-resync
on debug console (for gui wallets) or close your wallet and start it with
Code:
articashd -resync

The new wallet guaranteeing much faster transactions and better network security and consistency. Also as for miners, you could now get much more coins that before even you are a solo miner. Miners should satisfy with our first "production" release Wink 


Noy.
18:03:17

-resync When you enter this command in the console, it writes:


18:03:17

Method not found (code -32601)


18:04:15

articashd -resync


18:04:15

Method not found (code -32601)
ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 21, 2019, 09:51:20 PM
Last edit: September 22, 2019, 08:40:48 AM by ItsArti
 #44

HOW TO START ARTICASH MASTERNODE
SETUP GUIDE

A- Setting up articash node on VPS
It's recomended to use ubuntu 18.04

1- Start by updating your vps:-
Code:
sudo apt-get update
sudo apt-get upgrade

2- Install required deps.:-
Code:
sudo apt-get install 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 libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common


3- Install berkeleyDB:-
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
Now your vps is ready to setup articash node

4- Download and install articash node:-

    -- Download files from here + here
    -- Extract downloaded files:-
    
Code:
     tar -xzvf articash-daemon-linux.tar.gz
     tar -xzvf articash-qt-linux.tar.gz
    
   -- Install:-
    
Code:
     sudo mv articashd articash-cli articash-tx /usr/bin/
    
5- Create configurations file:-
Code:
mkdir $HOME/.articash
nano $HOME/.articash/articash.conf
and place the following inside it:-
Code:
rpcuser=rpc_user
rpcpassword=rpc_password
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1
maxconnections=64
#masternode=1
#masternodeprivkey=
externalip=xx.xx.xx.xx
xx.xx.xx.xx = your vps ip

Now you can start your node using the following command :-
Code:
articashd
* To use rpc commands use
Code:
articash-cli command

B- Sending MN fees and getting key+address+outputs

1- From your local GUI wallet go to >> Tools >> Debug console and type this command to get new mn private key:-
Code:
createmasternodekey

2- Get new MN address using this command:-
Code:
getaccountaddress "MN"

Transfer 5000 arti to the generated address and wait for your transaction to get 6 confirmations.

3-  From your local GUI wallet go to >> Tools >> Debug console and type this command:-
Code:
getmasternodeoutputs
The outputs will  look like this sample :-
Code:
"txhash": "1235c52e96c51226bac7250aa8eb0843c930a53d9234fff93e34caab7f658123f00cc", "outputidx": 0 },

4- From your local GUI wallet go to >> Tools >> Open Masternode Configuration File and add this line to it:-
Code:
MN XX.XX.XX.XX:12692 1226bac7250aa8eb0843c930a53d9234fff93e34caab7f658123f00cc 506a242ccbfd2555bcd9cff5f4041752c911f39cb2905acc83ccfe0cf8808df9 0
MN = your masternode alias
XX.XX.XX.XX = your vps ip
12692 = Articash p2p port
1226bac7250aa8eb0843c930a53d9234fff93e34caab7f658123f00cc = Generated private key from step B>1
506a242ccbfd2555bcd9cff5f4041752c911f39cb2905acc83ccfe0cf8808df9 = Generated txhash from step B>3
0 = outputidx from step B>3

CTRL+S  to save and close your wallet.

C - Final steps + Starting your masternode

1- Go to your vps and type this command :-
Code:
nano $HOME/.articash/articash.conf
After opening the file change

Code:
maxconnections=64
#masternode=1
#masternodeprivkey=
externalip=xx.xx.xx.xx

TO

Code:
maxconnections=64
masternode=1
masternodeprivkey=1226bac7250aa8eb0843c930a53d9234fff93e34caab7f658123f00cc
externalip=xx.xx.xx.xx

1226bac7250aa8eb0843c930a53d9234fff93e34caab7f658123f00cc= your masternode private key from step B>1
xx.xx.xx.xx = your vps ip

Now restart your wallet :-
Code:
articash-cli stop
articashd

2- Now from your local GUI wallet go to >> Tools >> Debug console and type the following command to start your masternode :-
Code:
startmasternode alias false MN
MN = your masternode alias


You can check your masternode status from masternode tab in your wallet or using this command
Code:
articash-cli getmasternodestatus


ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 22, 2019, 11:42:13 PM
 #45

Added links to mac os + Raspberry PI builds

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 26, 2019, 04:42:49 PM
 #46

Join our discord server from this invitation link and check our recently released platform screens from the upcoming designers and digital artists marketplace platform (arti.design)

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 27, 2019, 01:25:18 PM
 #47


GENERAL UPDATES

- PoW phase ended
- Bounties payments started. Old entries, please change/update your arti address and resubmit it in discord. To know more about bounties visit this topic.
- Arti.Design release date delayed to the next Sunday. We already shared live screens to our discord community and we just securing things before releasing to public.


PRE-EXCHANGE & EXCHANGE LISTINGS

- Current stage still diamond. If you want to join you can directly purchase the amount you want from pre.arti.cash at the current stage's rate.
- Exchange applications will start Oct 07. Pre-exchange end date Oct 16
- Crex24.com should be our first application.

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 27, 2019, 01:43:57 PM
 #48

BTC/USD rates on pre.arti.cash updates automatically.

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
September 28, 2019, 03:54:27 PM
 #49

We added the following cryptocurrencies to our pre-exchange :- BCH + ETH + XML + BTC


ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 01, 2019, 03:11:35 AM
Last edit: October 01, 2019, 07:12:33 PM by ItsArti
 #50


Our first #creative platform launched!



- Using arti.design you can get all your design work done and you could pay sing articash
- You can start also as a designer and earn doing what you love
- arti.design is a full platform where you can buy design services, hire designers or open design project in more than 8 categories




CHECK ARTI.DESIGN DISCUSSION& FEATURES TOPIC   |   EXPLORE ARTI.DESIGN

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 01, 2019, 04:16:06 PM
Last edit: October 01, 2019, 04:26:29 PM by ItsArti
 #51

Marketing bounties campaign ended. No more entries accepted

MiningCoinsPool
Member
**
Offline Offline

Activity: 469
Merit: 10


View Profile
October 01, 2019, 10:15:55 PM
 #52

fatal error: accumulatorcheckpoints.json.h: No such file or directory

Missing file in your GitHub repo ……..

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 01, 2019, 10:27:14 PM
 #53

fatal error: accumulatorcheckpoints.json.h: No such file or directory

Missing file in your GitHub repo ……..



Code:
https://github.com/itsarti/articash/blob/4030b320283e4c0adb53b51267a8120337d384ae/src/zarti/accumulatorcheckpoints.h

Please note that PoW phase is over! Thanks

MiningCoinsPool
Member
**
Offline Offline

Activity: 469
Merit: 10


View Profile
October 01, 2019, 10:28:12 PM
 #54

fatal error: accumulatorcheckpoints.json.h: No such file or directory

Missing file in your GitHub repo ……..



Code:
https://github.com/itsarti/articash/blob/4030b320283e4c0adb53b51267a8120337d384ae/src/zarti/accumulatorcheckpoints.h

Please note that PoW phase is over! Thanks

Already over ? damn ok ty
ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 01, 2019, 10:46:42 PM
 #55

We removed the following exchanges from our targeted list:-
coinexchange.io + crypto-bridge

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 02, 2019, 02:26:44 PM
 #56

ADDED TRANSLATION BOUNTIES TO BOUNTIES TOPIC

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 02, 2019, 04:24:23 PM
 #57

NEW BONUS SYSTEM ADDED TO PRE.ARTI.CASH

The new bonus system depends on the amount you purchase. Join articash pre-exchange sale before Oct 16 to get articash for affordable prices before getting it listed to exchanges.

* 1000-4999 ARTI  - YOU GET > %5   Bonus
* 5000-9999 ARTI  - YOU GET > %10 Bonus
* 10000+     ARTI  - YOU GET > %15  Bonus


Articash will be credited within 30 minutes to your pre.arti.cash account. Make sure you added your articash wallet receiving address. Payouts to your receiving address processed daily 00:00 GMT



ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 04, 2019, 01:49:15 PM
 #58



ANDROID WALLET IS ALMOST READY
Join Discord and be the first to test our beta APK before submitting it to playstore

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 05, 2019, 11:29:04 PM
Last edit: October 06, 2019, 12:34:08 AM by ItsArti
 #59

For articash holders who're asking for coinmarketcap, please note that coinmarketcap require being listed on two exchange.
We'll apply for coinmarketcap listing after being traded on two different exchanges ( Supposed to be Crex24 + Tradesatoshi )

ItsArti (OP)
Copper Member
Member
**
Offline Offline

Activity: 68
Merit: 29


View Profile WWW
October 05, 2019, 11:36:35 PM
 #60


- Only ~10 days remains before closing the pre-exchange, burning the remaining coins (out of 300k in total) and getting articash listed on exchanges and other services.
Join now :- pre.arti.cash (bonus system already activated and it depends on your order amount)
- We'll start marketing for arti.design platform the next week.
- Android wallet release delayed to the next week (doing some enhancements before the first release).



Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!