GRAFT - Real Time Payment Blockchain
Graft Blockchain is built on the idea that the payment industry can benefit tremendously from the democratization brought forward by the #blockchain technology, but only when the right technologies are chosen and combined with the accepted indusrty workflows and systems.
When done correctly, this transition to blockchain-based payments will lead to radically improved credit / debit payment system through the combination of lower transaction fees, tight privacy controls, low rates on credit balances, and connected extra services.
Graft Blockchain introduces a decentralized, real-time payment processor and services platform into the global market convering a wide variety of #credit and #debit payment use cases.
Key Features
Real-Time Transactions at Pos with Zero User Fees
The transactions are near instant and the fees are paid by the merchant, proportional to the transaction amount (about 1/5 to 1/2 of the credit card fees would be)
Open and Decentralized - Uber of the payment industry
Anyone can become a gateway, exchange broker or merchant service provider.
Unmatched Flexibility on the User Side
The user can pay with their choice of #cryptocurrency wallet, Graft wallet, Graft Coldpay card or even fiat wallet.
Merchant Payouts in Local FIAT Currency
Transaction are settled in real time and payouts can be received in local currency.
Privacy at the Core
CyrptoNote protocol ensures full untraceability, unlinkability and fungibility of Graft blockchain, where sender address, recipient address and transaction amount are cryptographically protected and invisible.
Integration with Leading POS Terminal Providers
Graft does not require own POS terminals, as implementation into existing ones is simple. #Verifone and #Ingenico partnerships are just beginning of world wide adoption.
Consumer | Merchant |
---|---|
Uses #cryptocurrency to pay for goods and services. Can loan funds to others. Uses #GRAFT wallet. | Accepts alternative payments, offers loyalty programs, cashbacks*. Utilizes existing payment terminals, GRAFT #POS app, or 3rd party integrations. |
Merchant Service Provider | Exchange Broker |
---|---|
Provides payment network service to the merchants. Runs payment Gateway. Markets. | Performs #exchanges for the network. Receives exchange fees. |
Full Supernode Operator | Proxy Supernode Operator |
---|---|
Validates and monitors off-chain transactions. Runs Full Supernode. Receives RTA fees. | Maintains points of entry to the network. Runs Proxy #Supernode. Receives Proxy #Supernode fees. |
Miner | Payout Token Underwriter |
---|---|
Mines GRFT, solo or via mining pool. | Underwrites second-layer tokens including tethered payout tokens (“stablecoins”) |
Technical Details
Blockchain: CryptoNote
Hash Algorithm: Cryptonight ReverseWaltz
Block Time: 120 seconds
Block Reward: recalculated every block
Difficulty: recalculated every block
Maximum Supply: 1,844,674,400
Transaction Confirmation: instant
Supernode Proof: PoW + PoS
Website
White Paper
Telegram
Reddit
Now that we know the details about Graft, let’s get to mining some GRFT
Graft Mining: Those who have no idea about mining can easily start mining by watching this video.
Graft Mining Pool: https://graft.herominers.com
SRBMiner Cryptonight AMD GPU Miner V1.8.0+ (Windows, AMD GPU)
Example start.bat file
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0SRBMiner-CN.exe --config Config\config-graft.txt --ccryptonighttype graft --cpool graft.herominers.com:10101 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME
Cast XMR - HighSpeed CryptoNight Miner 1.6.6+ (Windows, Vega, RX 470/480/570/580)
Example run.bat:
NOTE: Try --opencl 0/1/2 to find out your platform.
cast_xmr-vega.exe -S graft.herominers.com:10101 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --reconnects 0 --opencl -1 -G 0,1,2,3 --algo=10 --maxmem --nonicehash --fastjobswitch
XMR-Stak 2.10.0+ (Windows, Linux, CPU, GPU)
Run xmr-stak and answer questions:
Do you want to use HTTP interface: 0
Please enter the currency you want to mine: graft
Pool address: graft.herominers.com:10101
User name: YOUR_WALLET_ADDRESS (can be ADDRESS+paymentID or ADDRESS.DIFF or ADDRESS+paymentID.DIFF)
Password: YOUR_WORKER_NAME
Rig identifier: (Empty)
Does this pool support TLS/SSL:n
Do you want to use nicehash on this pool: n
Do you want to use multiple pools: n
Example pools.txt:
"pool_list" :
[
{"pool_address" : "graft.herominers.com:10101", "wallet_address" : "YOUR_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],"currency" : "graft",
XMRig 2.14.1+ (Windows, Linux, CPU)
Example start.cmd:
@echo off
xmrig.exe --donate-level 1 -o graft.herominers.com:10101 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/rwz -k
pause
XMRig 2.14.0+ (Windows, Linux, AMD GPU)
Example start.cmd:
@echo off
xmrig-amd.exe --donate-level 1 -o graft.herominers.com:10101 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/rwz -k
pause
XMRig 2.14.0+ (Windows, Linux, NVIDIA GPU)
Example start.cmd:
@echo off
xmrig-nvidia.exe --donate-level 1 -o graft.herominers.com:10101 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/rwz -k
pause
XMRigCC 1.9.1+ (Windows, Linux, AMD GPU)
Create start.cmd file and copy/paste example below.
@echo off
xmrigDaemon.exe --donate-level 1 -o graft.herominers.com:10101 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cryptonight --variant graft -k
pause
XMRigCC 1.9.1+ (Windows, Linux, CPU)
Create start.cmd file and copy/paste example below.
@echo off
xmrigDaemon.exe --donate-level 1 -o graft.herominers.com:10101 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cryptonight --variant graft -k
pause